Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ExtensionError
public ExtensionError()
ExtensionError
public ExtensionError(java.lang.Exception err)
getRoot
public Node getRoot()
- Specified by:
- getRoot in interface NodeIterator
getWhatToShow
public int getWhatToShow()
- This attribute determines which node types are presented via the
iterator. The available set of constants is defined in the
NodeFilter
interface.
- Specified by:
- getWhatToShow in interface NodeIterator
- Returns:
- which node types are to be presented
getFilter
public NodeFilter getFilter()
- The filter used to screen nodes.
- Specified by:
- getFilter in interface NodeIterator
- Returns:
- null.
getExpandEntityReferences
public boolean getExpandEntityReferences()
- The value of this flag determines whether the children of entity
reference nodes are visible to the iterator. If false, they will be
skipped over.
To produce a view of the document that has entity references
expanded and does not expose the entity reference node itself, use the
whatToShow flags to hide the entity reference node and set
expandEntityReferences to true when creating the iterator. To produce
a view of the document that has entity reference nodes but no entity
expansion, use the whatToShow flags to show the entity reference node
and set expandEntityReferences to false.
- Specified by:
- getExpandEntityReferences in interface NodeIterator
- Returns:
- true.
nextNode
public Node nextNode()
throws DOMException
- Return the #Document node (one role the XStatement plays) the first time called;
return null thereafter.
- Specified by:
- nextNode in interface NodeIterator
- Returns:
- this or null.
- Throws:
- DOMException -
previousNode
public Node previousNode()
throws DOMException
- Specified by:
- previousNode in interface NodeIterator
detach
public void detach()
- Specified by:
- detach in interface NodeIterator
getCurrentNode
public Node getCurrentNode()
- Specified by:
- getCurrentNode in interface ContextNodeList
getCurrentPos
public int getCurrentPos()
- Specified by:
- getCurrentPos in interface ContextNodeList
reset
public void reset()
- Specified by:
- reset in interface ContextNodeList
setShouldCacheNodes
public void setShouldCacheNodes(boolean b)
- Specified by:
- setShouldCacheNodes in interface ContextNodeList
runTo
public void runTo(int index)
- Specified by:
- runTo in interface ContextNodeList
setCurrentPos
public void setCurrentPos(int i)
- Specified by:
- setCurrentPos in interface ContextNodeList
size
public int size()
- Specified by:
- size in interface ContextNodeList
isFresh
public boolean isFresh()
- Specified by:
- isFresh in interface ContextNodeList
cloneWithReset
public NodeIterator cloneWithReset()
throws java.lang.CloneNotSupportedException
- Specified by:
- cloneWithReset in interface ContextNodeList
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Specified by:
- clone in interface ContextNodeList
getLast
public int getLast()
- Specified by:
- getLast in interface ContextNodeList
setLast
public void setLast(int last)
- Specified by:
- setLast in interface ContextNodeList
Copyright © 2000 Apache XML Project. All Rights Reserved.