dk.brics.xact
Class AttrNode

java.lang.Object
  extended by dk.brics.xact.Node
      extended by dk.brics.xact.AttrNode
Direct Known Subclasses:
Attribute, AttributeGap

public abstract class AttrNode
extends Node

Base class for attribute-like nodes.


Method Summary
abstract  AttrNode copy(AttrNode nextattribute)
          Returns a copy of this attribute with the given successor.
 String getExpandedName()
          Returns the expanded name.
 String getLocalName()
          Returns the local name.
 String getNamespace()
          Returns the namespace URI.
 AttrNode getNextAttr()
          Returns the next attribute-like node.
 Attribute getNextAttribute()
          Returns the next attribute node.
 
Methods inherited from class dk.brics.xact.Node
asAttribute, asComment, asElement, asNamespaceDecl, asProcessingInstruction, asText, getOrigin, isAttribute, isComment, isElement, isNamespaceDecl, isProcessingInstruction, isText, toString, visitBy, visitBy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

copy

public abstract AttrNode copy(AttrNode nextattribute)
Returns a copy of this attribute with the given successor.


getExpandedName

public String getExpandedName()
Returns the expanded name.


getLocalName

public String getLocalName()
Returns the local name.


getNamespace

public String getNamespace()
Returns the namespace URI.


getNextAttr

public AttrNode getNextAttr()
Returns the next attribute-like node.


getNextAttribute

public Attribute getNextAttribute()
Returns the next attribute node.



Copyright © 2005-2011 Aarhus University.