java.lang.Object
com.flexstor.flexdbserver.services.asset.XMLfilter
- All Implemented Interfaces:
- org.w3c.dom.traversal.NodeFilter
- public class XMLfilter
- extends java.lang.Object
- implements org.w3c.dom.traversal.NodeFilter
- Version:
- initial
| Fields inherited from interface org.w3c.dom.traversal.NodeFilter |
FILTER_ACCEPT, FILTER_REJECT, FILTER_SKIP, SHOW_ALL, SHOW_ATTRIBUTE, SHOW_CDATA_SECTION, SHOW_COMMENT, SHOW_DOCUMENT, SHOW_DOCUMENT_FRAGMENT, SHOW_DOCUMENT_TYPE, SHOW_ELEMENT, SHOW_ENTITY, SHOW_ENTITY_REFERENCE, SHOW_NOTATION, SHOW_PROCESSING_INSTRUCTION, SHOW_TEXT |
|
Method Summary |
short |
acceptNode(org.w3c.dom.Node n)
Test whether a specified node is visible in the logical view of a
TreeWalker or NodeIterator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLfilter
public XMLfilter()
acceptNode
public short acceptNode(org.w3c.dom.Node n)
- Description copied from interface:
org.w3c.dom.traversal.NodeFilter
- Test whether a specified node is visible in the logical view of a
TreeWalker or NodeIterator. This function
will be called by the implementation of TreeWalker and
NodeIterator; it is not normally called directly from
user code. (Though you could do so if you wanted to use the same
filter to guide your own application logic.)
- Specified by:
acceptNode in interface org.w3c.dom.traversal.NodeFilter