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

Constructor Index

 o NQ_DOM2()

Method Index

 o getLocalName(Node)
Get the local name of a DOM Node.
 o getNamespaceURI(Node)
Get the namespace URI used by a DOM Node.

Constructors

 o NQ_DOM2
 public NQ_DOM2()

Methods

 o 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
 o 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