Enhydra 3.1.1b1 API

org.enhydra.xml.lazydom
Class LazyDOMSimpleTraversal

java.lang.Object
  |
  +--org.enhydra.xml.dom.SimpleDOMTraversal
        |
        +--org.enhydra.xml.lazydom.LazyDOMSimpleTraversal

public synchronized class LazyDOMSimpleTraversal
extends SimpleDOMTraversal


Inner classes inherited from class org.enhydra.xml.dom.SimpleDOMTraversal
SimpleDOMTraversal.Handler
 
Fields inherited from class org.enhydra.xml.dom.SimpleDOMTraversal
fHandler
 
Constructor Summary
LazyDOMSimpleTraversal(SimpleDOMTraversal.Handler)
           
 
Method Summary
 void processAttributes(Element)
           
 void processChildren(Node)
          Process the children of a node.
 void processDocumentType(Document)
          Process a DocumentType attribute of a Document node, if it exists.
 void processDocumentTypeContents(DocumentType)
          Process the contents of a DocumentType node,
protected  void processNode(Node)
          Processing based on node type.
 void traverse(Node)
          Traverse a DOM tree or subtree.
 
Methods inherited from class org.enhydra.xml.dom.SimpleDOMTraversal
getTraverser, processAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyDOMSimpleTraversal

public LazyDOMSimpleTraversal(SimpleDOMTraversal.Handler)
Method Detail

traverse

public void traverse(Node)
Description copied from class: SimpleDOMTraversal
Traverse a DOM tree or subtree.
Overrides:
traverse in class SimpleDOMTraversal
Tags copied from class: SimpleDOMTraversal
Parameters:
root - The root of the DOM tree or subtree that is to be traversed.

processChildren

public void processChildren(Node)
Description copied from class: SimpleDOMTraversal
Process the children of a node.
Overrides:
processChildren in class SimpleDOMTraversal

processAttributes

public void processAttributes(Element)

processDocumentType

public void processDocumentType(Document)
Description copied from class: SimpleDOMTraversal
Process a DocumentType attribute of a Document node, if it exists.
Overrides:
processDocumentType in class SimpleDOMTraversal

processDocumentTypeContents

public void processDocumentTypeContents(DocumentType)
Description copied from class: SimpleDOMTraversal
Process the contents of a DocumentType node,
Overrides:
processDocumentTypeContents in class SimpleDOMTraversal

processNode

protected void processNode(Node)
Description copied from class: SimpleDOMTraversal
Processing based on node type. All nodes go through here.
Overrides:
processNode in class SimpleDOMTraversal

Enhydra 3.1.1b1 API