All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.tudarmstadt.ito.domutils.NQ_Oracle

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

public class NQ_Oracle
extends NameQualifierImpl
NameQualifier for the Oracle DOM implementation, version 1.0.1.2.0.

Version:
1.01
Author:
Ronald Bourret, Technical University of Darmstadt

Constructor Index

 o NQ_Oracle()

Method Index

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

Constructors

 o NQ_Oracle
 public NQ_Oracle()

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