org.jboss.xml.binding
Interface ContentNavigator
- All Known Implementing Classes:
- ObjectModelBuilder
public interface ContentNavigator
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.
- Version:
- $Revision: 1.4.4.6 $
- Author:
- Alexey Loubyansky
getPrefixToNamespaceMap
Map getPrefixToNamespaceMap()
resolveNamespacePrefix
String resolveNamespacePrefix(String prefix)
- Parameters:
prefix
- the prefix to resolve
- Returns:
- the namespace URI the prefix was mapped to
resolveQName
javax.xml.namespace.QName resolveQName(String value)
- Construct a QName from a value
- Parameters:
value
- A value that is of the form [prefix:]localpart
getChildContent
String getChildContent(String namespaceURI,
String qName)
getType
org.apache.xerces.xs.XSTypeDefinition getType()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.