Uses of Class
org.atzberger.application.selm_builder.XMLElement

Packages that use XMLElement
org.atzberger.application.selm_builder   
 

Uses of XMLElement in org.atzberger.application.selm_builder
 

Methods in org.atzberger.application.selm_builder that return XMLElement
protected abstract  XMLElement XMLContentHandler.createElement(XMLElement parent, java.lang.String name, org.xml.sax.Attributes attributes)
          Subclasses provide an implementation for this.
protected  XMLElement XMLContentHandler.newXMLElement(XMLElement parent, java.lang.Object value)
           
protected  XMLElement XMLContentHandler.nullXMLElement(XMLElement parent)
          Give a call to this to create null valued XML elements.
 XMLElement XMLElement.parent()
           
 

Methods in org.atzberger.application.selm_builder with parameters of type XMLElement
protected abstract  XMLElement XMLContentHandler.createElement(XMLElement parent, java.lang.String name, org.xml.sax.Attributes attributes)
          Subclasses provide an implementation for this.
protected  XMLElement XMLContentHandler.newXMLElement(XMLElement parent, java.lang.Object value)
           
protected  XMLElement XMLContentHandler.nullXMLElement(XMLElement parent)
          Give a call to this to create null valued XML elements.
protected abstract  void XMLContentHandler.processCDATA(XMLElement parentElement, XMLElement element, java.lang.String str)
           
protected abstract  void XMLContentHandler.processText(XMLElement parentElement, XMLElement element, java.lang.String name, java.lang.String str)