Uses of Class
org.sapia.util.xml.ProcessingException

Packages that use ProcessingException
org.sapia.util.xml.confix   
 

Uses of ProcessingException in org.sapia.util.xml.confix
 

Methods in org.sapia.util.xml.confix that throw ProcessingException
 Object JDOMProcessor.process(InputStream is)
          This method takes an XML stream as input and returns an object representation of the passed-in XML.
 void JDOMProcessor.process(Object root, InputStream is)
          This method takes an object and assigns to it the object representation of the passed XML stream.
 Object JDOMProcessor.process(Object aParent, org.jdom.Element anElement)
          This method will process the dom element passed in to create an object.
 Object Dom4jProcessor.process(InputStream is)
          This method takes an XML stream as input and returns an object representation of the passed-in XML.
 void Dom4jProcessor.process(Object root, InputStream is)
          This method takes an object and assigns to it the object representation of the passed XML stream.
 Object Dom4jProcessor.process(Object aParent, org.dom4j.Element anElement)
          This method will process the dom element passed in to create an object.
 Object SAXProcessor.process(InputStream is)
          This method takes an XML stream as input and returns an object representation of the passed-in XML.
 Object ConfixProcessorIF.process(InputStream is)
          This method takes an XML stream as input and returns an object representation of the passed-in XML.
 



Copyright © 2002 Sapia Open Source Software. All Rights Reserved.