Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.flexdbserver.services.asset
Class XMLfilter  view XMLfilter download XMLfilter.java

java.lang.Object
  extended bycom.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

Field Summary
 
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
 
Constructor Summary
XMLfilter()
           
 
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
 

Constructor Detail

XMLfilter

public XMLfilter()
Method Detail

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