com.servingxml.util.xml
Class DomIterator.ChildCommand

java.lang.Object
  extended by com.servingxml.util.xml.DomIterator.ChildCommand
Enclosing class:
DomIterator

public abstract static class DomIterator.ChildCommand
extends java.lang.Object


Constructor Summary
DomIterator.ChildCommand()
           
 
Method Summary
 void doElement(org.w3c.dom.Element parent, org.w3c.dom.Element element)
           
 void doEntity(org.w3c.dom.Element parent, org.w3c.dom.Entity entity)
           
 void doEntityReference(org.w3c.dom.Element parent, org.w3c.dom.EntityReference entityReference)
           
 void doText(org.w3c.dom.Element parent, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomIterator.ChildCommand

public DomIterator.ChildCommand()
Method Detail

doText

public void doText(org.w3c.dom.Element parent,
                   java.lang.String value)

doElement

public void doElement(org.w3c.dom.Element parent,
                      org.w3c.dom.Element element)

doEntity

public void doEntity(org.w3c.dom.Element parent,
                     org.w3c.dom.Entity entity)

doEntityReference

public void doEntityReference(org.w3c.dom.Element parent,
                              org.w3c.dom.EntityReference entityReference)