public interface NodeIterator
| Modifier and Type | Method and Description |
|---|---|
void |
detach() |
boolean |
getExpandEntityReferences() |
NodeFilter |
getFilter() |
Node |
getRoot() |
int |
getWhatToShow() |
Node |
nextNode() |
Node |
previousNode() |
Node getRoot()
int getWhatToShow()
NodeFilter getFilter()
boolean getExpandEntityReferences()
Node nextNode() throws DOMException
DOMExceptionNode previousNode() throws DOMException
DOMExceptionvoid detach()
Copyright © 2016. All Rights Reserved.