com.jclark.xsl.om

Interface Name

public interface Name

Names are the same if they have the same namespace, local part and creator.

Field Summary

static String
XML_NAMESPACE

Method Summary

Object
getCreator()
uhh, ...
String
getLocalPart()
get the part of the name that has no prefix
String
getNamespace()
get the URI reference that is the namespace
String
getPrefix()
get the prefix

Field Details

XML_NAMESPACE

public static final String XML_NAMESPACE

Method Details

getCreator

public Object getCreator()
uhh, ... I dunno

getLocalPart

public String getLocalPart()
get the part of the name that has no prefix

getNamespace

public String getNamespace()
get the URI reference that is the namespace

getPrefix

public String getPrefix()
get the prefix