当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
ContentNavigator (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
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.3 $
- Author:
- Alexey Loubyansky
getPrefixToNamespaceMap
public Map getPrefixToNamespaceMap()
resolveNamespacePrefix
public String resolveNamespacePrefix(String prefix)
- Parameters:
prefix
- the prefix to resolve
- Returns:
- the namespace URI the prefix was mapped to
resolveQName
public 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
public String getChildContent(String namespaceURI,
String qName)
getType
public org.apache.xerces.xs.XSTypeDefinition getType()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.