|
||||||||||
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. |
Object |
getMetadata()
|
javax.xml.namespace.NamespaceContext |
getNamespaceContext()
|
Iterator |
getNamespaceURIs()
|
Object |
getParentMetadata()
|
org.apache.xerces.xs.XSTypeDefinition |
getType()
|
javax.xml.namespace.QName |
resolveQName(String value)
Construct a QName from a value |
Method Detail |
---|
javax.xml.namespace.QName resolveQName(String value)
value
- A value that is of the form [prefix:]localpartIterator getNamespaceURIs()
javax.xml.namespace.NamespaceContext getNamespaceContext()
Object getMetadata()
Object getParentMetadata()
String getChildContent(String namespaceURI, String qName)
namespaceURI
- qName
-
org.apache.xerces.xs.XSTypeDefinition getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |