public interface UnmarshallingContext
Modifier and Type | Method and Description |
---|---|
String |
getChildContent(String namespaceURI,
String qName)
Returns child's content.
|
NamespaceContext |
getNamespaceContext() |
Iterator<String> |
getNamespaceURIs() |
org.apache.xerces.xs.XSTypeDefinition |
getType() |
boolean |
isTrimTextContent() |
QName |
resolveQName(String value)
Construct a QName from a value
|
void |
setTrimTextContent(boolean trimTextContent)
Should the text content be automatically trimmed before setValue(...) is called.
|
QName resolveQName(String value)
value
- A value that is of the form [prefix:]localpartNamespaceContext getNamespaceContext()
boolean isTrimTextContent()
void setTrimTextContent(boolean trimTextContent)
trimTextContent
- String getChildContent(String namespaceURI, String qName)
namespaceURI
- qName
- org.apache.xerces.xs.XSTypeDefinition getType()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.