com.jclark.xsl.dom

Class AttributeNode

class AttributeNode extends NodeBase

represents an XML Element's Attribute constructed around a W3C level 1 DOM Attribute
Field Summary
Namename
Stringvalue
Constructor Summary
AttributeNode(Name name, Node domNode, ContainerNode parent, int childIndex)
Method Summary
StringgetData()
SafeNodeIteratorgetFollowingSiblings()
NamegetName()
bytegetType()

Field Detail

name

final Name name

value

String value

Constructor Detail

AttributeNode

AttributeNode(Name name, Node domNode, ContainerNode parent, int childIndex)

Method Detail

getData

public final String getData()

getFollowingSiblings

public SafeNodeIterator getFollowingSiblings()

getName

public Name getName()

getType

public byte getType()