org.sapia.util.xml.confix
Interface ConfixProcessorIF
- All Known Implementing Classes:
- AbstractXMLProcessor, Dom4jProcessor, JDOMProcessor, SAXProcessor
public interface ConfixProcessorIF
Specifies the common "public" behavior of all XML processor - that
transform a XML configuration in to an object graph.
- Author:
- JC Desrochers.
- Copyright:
- Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
- License:
- Read the license.txt file of the jar or visit the
license page at the Sapia OSS web site
|
Method Summary |
java.lang.Object |
process(java.io.InputStream is)
This method takes an XML stream as input and returns an object
representation of the passed-in XML. |
process
java.lang.Object process(java.io.InputStream is)
throws ProcessingException
- This method takes an XML stream as input and returns an object
representation of the passed-in XML.
- Parameters:
is - an XML stream
- Returns:
- an object representation of the XML stream.
- Throws:
ProcessingException
Copyright © 2011 Sapia OSS. All Rights Reserved.