Oracle® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

oracle.xml.util
Interface NSName

All Known Subinterfaces:
NSName
All Known Implementing Classes:
XMLAttr, XMLElement

public interface NSName

This interface provides Namespace support for Element and Attr names


Method Summary
 java.lang.String getExpandedName()
          Get the fully resolved name for this name
 java.lang.String getLocalName()
          Get the local name for this name
 java.lang.String getNamespace()
          Get the resolved Namespace for this name
 java.lang.String getPrefix()
          Get the prefix for this name
 java.lang.String getQualifiedName()
          Get the qualified name

 

Method Detail

getQualifiedName

public java.lang.String getQualifiedName()
Get the qualified name
Returns:
The qualified name

getNamespace

public java.lang.String getNamespace()
Get the resolved Namespace for this name
Returns:
The resolved Namespace

getPrefix

public java.lang.String getPrefix()
Get the prefix for this name
Returns:
The prefix

getLocalName

public java.lang.String getLocalName()
Get the local name for this name
Returns:
The local name

getExpandedName

public java.lang.String getExpandedName()
Get the fully resolved name for this name
Returns:
The fully resolved name

Oracle® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

Copyright © 2003, 2004, Oracle. All rights reserved.