|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xml.utils.UnImplNode | +--org.apache.xalan.stree.Child | +--org.apache.xalan.stree.AttrImpl | +--org.apache.xalan.stree.AttrImplNS
**For internal use only** Class to hold information about an attribute node with a name space
Method Summary | |
java.lang.String |
getLocalName()
Returns the local part of the qualified name of this node. |
java.lang.String |
getNamespaceURI()
The namespace URI of this node, or null if it is
unspecified. |
java.lang.String |
getPrefix()
The namespace prefix of this node, or null if it is
unspecified. |
Methods inherited from class org.apache.xalan.stree.AttrImpl |
dispatchCharactersEvent,
getName,
getNextSibling,
getNodeName,
getNodeType,
getNodeValue,
getOwnerElement,
getPreviousSibling,
getSpecified,
getValue,
setValue |
Methods inherited from class org.apache.xalan.stree.Child |
getAttributes,
getFirstChild,
getLastChild,
getLevel,
getOwnerDocument,
getParentNode,
getTagName,
getUid,
hasChildNodes,
isComplete,
isNamespaceNode,
isSupported,
setAttribute,
setComplete,
setLevel |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public java.lang.String getNamespaceURI()
null
if it is
unspecified.
ELEMENT_NODE
and
ATTRIBUTE_NODE
and nodes created with a DOM Level 1
method, such as createElement
from the
Document
interface, this is always null
.Per
the Namespaces in XML Specification an attribute does not inherit its
namespace from the element it is attached to. If an attribute is not
explicitly given a namespace, it simply has no namespace.public java.lang.String getPrefix()
null
if it is
unspecified.public java.lang.String getLocalName()
createElement
from the Document
interface,
it is null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |