|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.treebind.DefaultNameImplementation
org.treebind.XmlElementName
Name implementation representing XML element names.
XmlAttributeName,
XmlProductionName,
Name| Constructor Summary | |
XmlElementName(java.lang.String fullName)
Creates a new XmlElementName from its the full name. |
|
XmlElementName(java.lang.String namespaceUri,
java.lang.String localName)
Creates a new XmlElementName from its the namespace URI and local name of the element. |
|
| Methods inherited from class org.treebind.DefaultNameImplementation |
equals, getDomainName, getFullName, getLocalName |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.treebind.Name |
equals, getDomainName, getFullName, getLocalName |
| Constructor Detail |
public XmlElementName(java.lang.String fullName)
fullName -
public XmlElementName(java.lang.String namespaceUri,
java.lang.String localName)
namespaceUri - the namespace URIlocalName - the local name
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||