| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.jclark.xsl.dom.NodeBasecom.jclark.xsl.dom.ContainerNodecom.jclark.xsl.dom.ElementNode(package private) class ElementNodeextends ContainerNodeNested 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, 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, 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.
public boolean getPreserveSpace()
- Overrides:
- getPreserveSpace in interface ContainerNode