public class topdownXobjectIterator extends XobjectIterator
Constructor and Description |
---|
topdownXobjectIterator(Xobject x) |
topdownXobjectIterator(Xobject x,
boolean trimBS) |
Modifier and Type | Method and Description |
---|---|
boolean |
end() |
Xobject |
getParent() |
void |
init() |
void |
init(Xobject x) |
void |
next() |
void |
setXobject(Xobject x) |
getXobject, topXobject
public topdownXobjectIterator(Xobject x)
public topdownXobjectIterator(Xobject x, boolean trimBS)
public void init(Xobject x)
init
in class XobjectIterator
public void init()
init
in class XobjectIterator
public void next()
next
in class XobjectIterator
public void setXobject(Xobject x)
setXobject
in class XobjectIterator
public boolean end()
end
in class XobjectIterator
public Xobject getParent()
getParent
in class XobjectIterator