All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface oracle.xml.parser.v2.NSName

public interface NSName
This interface provides Namespace support for Element and Attr names


Method Index

 o getExpandedName()
Get the fully resolved name for this name
 o getLocalName()
Get the local name for this name
 o getNamespace()
Get the resolved Namespace for this name
 o getPrefix()
Get the prefix for this name
 o getQualifiedName()
Get the qualified name

Methods

 o getQualifiedName
 public abstract String getQualifiedName()
Get the qualified name

Returns:
The qualified name
 o getNamespace
 public abstract String getNamespace()
Get the resolved Namespace for this name

Returns:
The resolved Namespace
 o getPrefix
 public abstract String getPrefix()
Get the prefix for this name

Returns:
The prefix
 o getLocalName
 public abstract String getLocalName()
Get the local name for this name

Returns:
The local name
 o getExpandedName
 public abstract String getExpandedName()
Get the fully resolved name for this name

Returns:
The fully resolved name

All Packages  Class Hierarchy  This Package  Previous  Next  Index