com.servingxml.util.xml
Class DomIterator.AttributeCommand

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

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


Constructor Summary
DomIterator.AttributeCommand()
           
 
Method Summary
 void doAttribute(org.w3c.dom.Element element, java.lang.String namespaceUri, java.lang.String localName, java.lang.String qname, java.lang.String value)
           
 void doEntityReference(org.w3c.dom.Element element, org.w3c.dom.EntityReference entityReference)
           
 void doPrefixMapping(org.w3c.dom.Element element, java.lang.String prefix, java.lang.String namespaceUri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomIterator.AttributeCommand

public DomIterator.AttributeCommand()
Method Detail

doPrefixMapping

public void doPrefixMapping(org.w3c.dom.Element element,
                            java.lang.String prefix,
                            java.lang.String namespaceUri)

doAttribute

public void doAttribute(org.w3c.dom.Element element,
                        java.lang.String namespaceUri,
                        java.lang.String localName,
                        java.lang.String qname,
                        java.lang.String value)

doEntityReference

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