|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.zeus.util.XMLName
XMLName
is a small (private) utility class to hold the
pair of strings used to identify a binding to ignore.
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 |
public XMLName(java.lang.String xmlName, java.lang.String namespaceURI)
This allows construction of a new XML named item.
xmlName
- the name of the XML itemnamespaceURI
- the namespace URI for this itemMethod Detail |
public void setXMLName(java.lang.String xmlName)
This sets the XML name for this item.
xmlName
- the name of the XML item.public java.lang.String getXMLName()
This returns the XML name of this item.
String
- this item's XML namepublic void setNamespaceURI(java.lang.String namespaceURI)
This sets the URI for this item.
namespaceURI
- the namespace URIpublic java.lang.String getNamespaceURI()
This returns the namespace URI of this item.
String
- this item's namespace URI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |