|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dk.brics.xact.wrappers.NodeWrapper<T> dk.brics.xact.wrappers.AttrNodeWrapper<T>
public abstract class AttrNodeWrapper<T extends AttrNode>
Wrapper for AttrNode
.
Constructor Summary | |
---|---|
AttrNodeWrapper(T real,
ElementWrapper parent)
Constructs a new wrapper. |
Method Summary | |
---|---|
AttributeWrapper |
getNextAttribute()
Returns the next attribute wrapper node. |
AttrNodeWrapper<? extends AttrNode> |
getNextAttrWrapper()
Returns the next attribute-like wrapper node. |
AttrNode |
getRealNextAttr()
Returns the next wrapped attribute-like node. |
static AttrNodeWrapper<? extends AttrNode> |
make(AttrNode a,
ElementWrapper parent)
Makes a wrapper for the given attribute-like node. |
Methods inherited from class dk.brics.xact.wrappers.NodeWrapper |
---|
getParent, getReal, setReal, visitBy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttrNodeWrapper(T real, ElementWrapper parent)
Method Detail |
---|
public AttributeWrapper getNextAttribute()
public AttrNodeWrapper<? extends AttrNode> getNextAttrWrapper()
public AttrNode getRealNextAttr()
public static AttrNodeWrapper<? extends AttrNode> make(AttrNode a, ElementWrapper parent)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |