com.servingxml.util.xml
Class DomIterator.ChildCommand
java.lang.Object
com.servingxml.util.xml.DomIterator.ChildCommand
- Enclosing class:
- DomIterator
public abstract static class DomIterator.ChildCommand
- extends java.lang.Object
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 |
DomIterator.ChildCommand
public DomIterator.ChildCommand()
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)