class: XPathNamespaceContext
public class: XPathNamespaceContext
Author:
Johannes Mueller (initial creation)
Project:
Phase: 1.0; Status: Proposed; Version: $Revision: 611 $ $LastChangedDate: 2007-11-07 12:0; Complexity: 1
Dates:
Created: 16.07.2009 15:15:29; Modified: 16.07.2009 15:15:29;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{3480F1A2-6CAA-48ff-A7AD-F49D0351AE9B}
This class provides namespace mappings for a more convenient use of the Java 5 XPath API.
Goto:
Custom Properties
,
Methods
Appears in:
xmltransforming
Custom Properties
XPathNamespaceContext
Methods
Operation
Details
public
getNamespaceURI
(
String prefix):String
Sequential
public
getPrefix
(
String uri):String
Sequential
Notes:
This method isn't necessary for XPath processing.
public
getPrefixes
(
String uri):Iterator
Sequential
Notes:
This method isn't necessary for XPath processing.
class: XPathNamespaceContext