com.jclark.xsl.om
Interface Name
- public interface Name
Names are the same if they have the same namespace, local part and
creator.
Method Summary |
java.lang.Object |
getCreator()
uhh, ... |
java.lang.String |
getLocalPart()
get the part of the name that has no prefix |
java.lang.String |
getNamespace()
get the URI reference that is the namespace |
java.lang.String |
getPrefix()
get the prefix |
XML_NAMESPACE
public static final java.lang.String XML_NAMESPACE
getNamespace
public java.lang.String getNamespace()
- get the URI reference that is the namespace
getLocalPart
public java.lang.String getLocalPart()
- get the part of the name that has no prefix
getPrefix
public java.lang.String getPrefix()
- get the prefix
getCreator
public java.lang.Object getCreator()
- uhh, ... I dunno