|
JBoss XML Binding 2.0.3.GA-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnmarshallingContext
An interface for content navigation. At the moment it has only one method to get child's content. But it could also implement XPath navigation.
Method Summary | |
---|---|
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. |
Method Detail |
---|
QName resolveQName(String value)
value
- A value that is of the form [prefix:]localpartIterator<String> getNamespaceURIs()
NamespaceContext getNamespaceContext()
boolean isTrimTextContent()
void setTrimTextContent(boolean trimTextContent)
trimTextContent
- String getChildContent(String namespaceURI, String qName)
namespaceURI
- qName
-
org.apache.xerces.xs.XSTypeDefinition getType()
|
JBoss XML Binding 2.0.3.GA-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |