com.jclark.xsl.dom
Class AttributeNode
- Node, SourceLocator
(package private) class AttributeNode
represents an XML Element's Attribute constructed around
a W3C level 1 DOM Attribute
compareTo , equals , getAttribute , getAttributeValue , getAttributes , getChildren , getColumnNumber , getData , getElementWithId , getFollowingSiblings , getGeneratedId , getLineNumber , getName , getNamespacePrefixMap , getParent , getPublicId , getRoot , getSystemId , getURL , getUnparsedEntityURI , isId |
name
(package private) final Name name
value
(package private) String value
AttributeNode
(package private) AttributeNode(Name name,
org.w3c.dom.Node domNode,
ContainerNode parent,
int childIndex)
getData
public final String getData()
default behavior -- return null. Descendant classes override
- getData in interface Node
- getData in interface NodeBase
getType
public byte getType()
returns one of: ELEMENT, TEXT, ATTRIBUTE,
ROOT, PROCESSING_INSTRUCTION or COMMENT
- getType in interface Node