|
|||||||||
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.AttributeNode
class AttributeNode
Field Summary | |
---|---|
(package private) Name |
name
|
(package private) java.lang.String |
value
|
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 | |
---|---|
AttributeNode(Name name,
org.w3c.dom.Node domNode,
ContainerNode parent,
int childIndex)
|
Method Summary | |
---|---|
java.lang.String |
getData()
Returns text for TEXT node; value for attribute node; content for comment node; content after PI for PI node; null otherwise. |
SafeNodeIterator |
getFollowingSiblings()
|
Name |
getName()
Returns element type name for element; attribute name for an attribute; target for a PI. |
byte |
getType()
|
Methods inherited from class com.jclark.xsl.dom.NodeBase |
---|
compareTo, equals, getAttribute, getAttributes, getAttributeValue, getChildren, getElementWithId, getGeneratedId, getLineNumber, getNamespacePrefixMap, getParent, getRoot, getUnparsedEntityURI, getURL, isId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final Name name
java.lang.String value
Constructor Detail |
---|
AttributeNode(Name name, org.w3c.dom.Node domNode, ContainerNode parent, int childIndex)
Method Detail |
---|
public byte getType()
public Name getName()
Node
getName
in interface Node
getName
in class NodeBase
public final java.lang.String getData()
Node
getData
in interface Node
getData
in class NodeBase
public SafeNodeIterator getFollowingSiblings()
getFollowingSiblings
in interface Node
getFollowingSiblings
in class NodeBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |