org.enhydra.zeus.util
Class XMLName

java.lang.Object
  |
  +--org.enhydra.zeus.util.XMLName

public class XMLName
extends java.lang.Object

XMLName is a small (private) utility class to hold the pair of strings used to identify a binding to ignore.

Author:
Brett McLaughlin, Sean Ogle

Constructor Summary
XMLName(java.lang.String xmlName, java.lang.String namespaceURI)
           This allows construction of a new XML named item.
 
Method Summary
 java.lang.String getNamespaceURI()
           This returns the namespace URI of this item.
 java.lang.String getXMLName()
           This returns the XML name of this item.
 void setNamespaceURI(java.lang.String namespaceURI)
           This sets the URI for this item.
 void setXMLName(java.lang.String xmlName)
           This sets the XML name for this item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLName

public XMLName(java.lang.String xmlName,
               java.lang.String namespaceURI)

This allows construction of a new XML named item.

Parameters:
xmlName - the name of the XML item
namespaceURI - the namespace URI for this item
Method Detail

setXMLName

public void setXMLName(java.lang.String xmlName)

This sets the XML name for this item.

Parameters:
xmlName - the name of the XML item.

getXMLName

public java.lang.String getXMLName()

This returns the XML name of this item.

Returns:
String - this item's XML name

setNamespaceURI

public void setNamespaceURI(java.lang.String namespaceURI)

This sets the URI for this item.

Parameters:
namespaceURI - the namespace URI

getNamespaceURI

public java.lang.String getNamespaceURI()

This returns the namespace URI of this item.

Returns:
String - this item's namespace URI


Copyright © 2001 Enhydra. All Rights Reserved.