站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 common API Documentation 英文版文档

ContentNavigator (JBoss/Common API) - JBoss 3.2.7 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.6.2.1 $
Author:
Alexey Loubyansky

Method Summary
 String getChildContent(String namespaceURI, String qName)
           
 Map getPrefixToNamespaceMap()
           
 String resolveNamespacePrefix(String prefix)
           
 javax.xml.namespace.QName resolveQName(String value)
          Construct a QName from a value
 

Method Detail

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)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.