Home » Xerces-J-src.2.9.1 » dom » [javadoc | source]
dom
public class: DOMFilter [javadoc | source]
java.lang.Object
   dom.DOMFilter
A sample DOM filter. This sample program illustrates how to use the Document#getElementsByTagName() method to quickly and easily locate elements by name.
Method from dom.DOMFilter Summary:
main,   print
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from dom.DOMFilter Detail:
 public static  void main(String[] argv) 
    Main program entry point.
 public static  void print(String parserWrapperName,
    String uri,
    String elementName,
    String attributeName) 
    Prints the specified elements in the given document.