Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.jclark.xsl.dom.NodeBase
com.jclark.xsl.dom.ContainerNode
com.jclark.xsl.dom.ElementNode
(package private) class ElementNode
extends ContainerNode
Nested Class Summary | |
(package private) class |
Field Summary |
Fields inherited from class com.jclark.xsl.dom.ContainerNode | |
prefixMap , preserveSpace |
Fields inherited from interface com.jclark.xsl.om.Node | |
ALLTYPES , ATTRIBUTE , COMMENT , ELEMENT , NAMESPACE , N_TYPES , PROCESSING_INSTRUCTION , ROOT , TEXT |
Constructor Summary | |
|
Method Summary | |
Node |
|
String |
|
SafeNodeIterator |
|
Name |
|
boolean | |
byte |
|
Methods inherited from class com.jclark.xsl.dom.ContainerNode | |
getChildren , getNamespacePrefixMap , getPreserveSpace , getUnparsedEntityURI |
Methods inherited from class com.jclark.xsl.dom.NodeBase | |
compareTo , equals , getAttribute , getAttributeValue , getAttributes , getChildren , getColumnNumber , getData , getElementWithId , getFollowingSiblings , getGeneratedId , getLineNumber , getName , getNamespacePrefixMap , getNamespaces , getParent , getPublicId , getRoot , getSystemId , getURL , getUnparsedEntityURI , isId |
(package private) ElementNode(org.w3c.dom.Node domNode, ContainerNode parent, int childIndex)
public Node getAttribute(Name name)
does this only work on Elements?
- Specified by:
- getAttribute in interface Node
- Overrides:
- getAttribute in interface NodeBase
public String getAttributeValue(Name name)
does this only work on Elements?
- Specified by:
- getAttributeValue in interface Node
- Overrides:
- getAttributeValue in interface NodeBase
public SafeNodeIterator getAttributes()
does this only work on Elements?
- Specified by:
- getAttributes in interface Node
- Overrides:
- getAttributes in interface NodeBase
public Name getName()
Returns element type name for element; attribute name for an attribute; target for a PI., Namespace prefix for a Namespace
public boolean getPreserveSpace()
- Overrides:
- getPreserveSpace in interface ContainerNode