All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.tudarmstadt.ito.domutils.NQ_Oracle2

java.lang.Object
   |
   +----de.tudarmstadt.ito.domutils.NameQualifierImpl
           |
           +----de.tudarmstadt.ito.domutils.NQ_Oracle2

public class NQ_Oracle2
extends NameQualifierImpl
NameQualifier for the Oracle DOM implementation, version 2.0.2.8.0.

Version:
1.01
Author:
Alf Hogemark

Constructor Index

 o NQ_Oracle2()

Method Index

 o getLocalName(Node)
Default implementation of getLocalName.
 o getNamespaceURI(Node)
Default implementation of getNamespaceURI.

Constructors

 o NQ_Oracle2
 public NQ_Oracle2()

Methods

 o getLocalName
 public String getLocalName(Node node)
Default implementation of getLocalName.

Overrides:
getLocalName in class NameQualifierImpl
 o getNamespaceURI
 public String getNamespaceURI(Node node)
Default implementation of getNamespaceURI.

Overrides:
getNamespaceURI in class NameQualifierImpl

All Packages  Class Hierarchy  This Package  Previous  Next  Index