class: XpathPrefixResolver

public class: XpathPrefixResolver
Author: Johannes Mueller (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:15:06; Modified: 16.07.2009 15:15:06;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {A6ABD655-BBA9-413a-A860-116C028159DF}
This class maps namespace URIs to namespace prefixes for XPath evaluations.
 

Goto: Custom Properties, Fields, Methods

Appears in: test

Custom Properties
 
XpathPrefixResolver Attributes
Attribute Details
private Map
  namespaces
Notes: This map stores the mapping between the namespace names (URIs) and the assigned namespace prefixes.
 
XpathPrefixResolver Methods
Operation Details
public
getBaseIdentifier():String
Sequential
Notes: (non-Javadoc)
@see org.apache.xml.utils.PrefixResolver#getBaseIdentifier()
public
getNamespaceForPrefix(
   String prefix):String
Sequential
Notes: (non-Javadoc)
@see org.apache.xml.utils.PrefixResolver#getNamespaceForPrefix(java.lang.String)
public
getNamespaceForPrefix(
   String prefix,
   Node nsContext):String
Sequential
Notes: (non-Javadoc)
@see org.apache.xml.utils.PrefixResolver#getNamespaceForPrefix(java.lang.String, org.w3c.dom.Node)
public
handlesNullPrefixes():boolean
Sequential
Notes: (non-Javadoc)
@see org.apache.xml.utils.PrefixResolver#handlesNullPrefixes()
public
XpathPrefixResolver():
Sequential
Notes: An XpathPrefixResolver.