|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jclark.xsl.dom.NodeBase
com.jclark.xsl.dom.ContainerNode
com.jclark.xsl.dom.ElementNode
class ElementNode
| Nested Class Summary | |
|---|---|
(package private) class |
ElementNode.AttributesIterator
|
| Field Summary |
|---|
| Fields inherited from class com.jclark.xsl.dom.ContainerNode |
|---|
prefixMap, preserveSpace |
| Fields inherited from class com.jclark.xsl.dom.NodeBase |
|---|
domNode, level, parent, root |
| Fields inherited from interface com.jclark.xsl.om.Node |
|---|
ATTRIBUTE, COMMENT, ELEMENT, N_TYPES, PROCESSING_INSTRUCTION, ROOT, TEXT |
| Constructor Summary | |
|---|---|
ElementNode(org.w3c.dom.Node domNode,
ContainerNode parent,
int childIndex)
|
|
| Method Summary | |
|---|---|
Node |
getAttribute(Name name)
|
SafeNodeIterator |
getAttributes()
|
java.lang.String |
getAttributeValue(Name name)
|
Name |
getName()
Returns element type name for element; attribute name for an attribute; target for a PI. |
boolean |
getPreserveSpace()
|
byte |
getType()
|
| Methods inherited from class com.jclark.xsl.dom.ContainerNode |
|---|
getChildren, getNamespacePrefixMap, getUnparsedEntityURI |
| Methods inherited from class com.jclark.xsl.dom.NodeBase |
|---|
compareTo, equals, getData, getElementWithId, getFollowingSiblings, getGeneratedId, getLineNumber, getParent, getRoot, getURL, isId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
ElementNode(org.w3c.dom.Node domNode,
ContainerNode parent,
int childIndex)
| Method Detail |
|---|
public byte getType()
public Name getName()
Node
getName in interface NodegetName in class NodeBasepublic java.lang.String getAttributeValue(Name name)
getAttributeValue in interface NodegetAttributeValue in class NodeBasepublic Node getAttribute(Name name)
getAttribute in interface NodegetAttribute in class NodeBasepublic SafeNodeIterator getAttributes()
getAttributes in interface NodegetAttributes in class NodeBasepublic boolean getPreserveSpace()
getPreserveSpace in class ContainerNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||