All Packages Class Hierarchy This Package Previous Next Index
Class de.tudarmstadt.ito.domutils.NQ_DOM2
java.lang.Object
|
+----de.tudarmstadt.ito.domutils.NameQualifierImpl
|
+----de.tudarmstadt.ito.domutils.NQ_DOM2
- public class NQ_DOM2
- extends NameQualifierImpl
Implementation of NameQualifier for any DOM level 2 implementation.
- Version:
- 1.01
- Author:
- Ronald Bourret, Technical University of Darmstadt
-
NQ_DOM2()
-
-
getLocalName(Node)
- Get the local name of a DOM Node.
-
getNamespaceURI(Node)
- Get the namespace URI used by a DOM Node.
NQ_DOM2
public NQ_DOM2()
getLocalName
public String getLocalName(Node node)
- Get the local name of a DOM Node.
- Parameters:
- node - The Node for which to get the name.
- Returns:
- The local name.
- Overrides:
- getLocalName in class NameQualifierImpl
getNamespaceURI
public String getNamespaceURI(Node node)
- Get the namespace URI used by a DOM Node.
- Parameters:
- node - The Node for which to get the URI.
- Returns:
- The namespace URI.
- Overrides:
- getNamespaceURI in class NameQualifierImpl
All Packages Class Hierarchy This Package Previous Next Index