com.jclark.xsl.dom
Class ElementNode
- Node, SourceLocator
(package private) class ElementNode
compareTo , equals , getAttribute , getAttributeValue , getAttributes , getChildren , getColumnNumber , getData , getElementWithId , getFollowingSiblings , getGeneratedId , getLineNumber , getName , getNamespacePrefixMap , getParent , getPublicId , getRoot , getSystemId , getURL , getUnparsedEntityURI , isId |
ElementNode
(package private) ElementNode(org.w3c.dom.Node domNode,
ContainerNode parent,
int childIndex)
getAttributeValue
public String getAttributeValue(Name name)
does this only work on Elements?
- getAttributeValue in interface Node
- getAttributeValue in interface NodeBase
getName
public Name getName()
Returns element type name for element; attribute name for an attribute;
target for a PI.
- getName in interface Node
- getName in interface NodeBase
getPreserveSpace
public boolean getPreserveSpace()
- getPreserveSpace in interface ContainerNode
getType
public byte getType()
returns one of: ELEMENT, TEXT, ATTRIBUTE,
ROOT, PROCESSING_INSTRUCTION or COMMENT
- getType in interface Node