|
|||||||
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.
Constructor Summary | |
---|---|
AttrNode(String namespace,
String localname,
AttrNode nextattribute,
Origin origin)
Constructs a new attribute-like node. |
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, asTemplate, asText, expanded, follow, follow, follow, follow, forward, getOrigin, isAttribute, isComment, isElement, isNamespaceDecl, isProcessingInstruction, isTemplate, isText, toString, visitAnyBy, visitBy, visitBy, visitNormalizedBy, visitNormalizedBy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
AttrNode(String namespace, String localname, AttrNode nextattribute, Origin origin)
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 |