|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dk.brics.xact.Node dk.brics.xact.AttrNode
public abstract class AttrNode
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 |
---|
public abstract AttrNode copy(AttrNode nextattribute)
public String getExpandedName()
public String getLocalName()
public String getNamespace()
public AttrNode getNextAttr()
public Attribute getNextAttribute()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |