XmlPrecedingIterator constructor
XmlPrecedingIterator(
- XmlNode _start
Implementation
XmlPrecedingIterator(this._start) {
_todo.add(_start.root);
}
XmlPrecedingIterator(this._start) {
_todo.add(_start.root);
}