org.sapia.util.xml.confix
Interface ConfixProcessorIF
- All Known Implementing Classes:
- AbstractXMLProcessor
- 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 |
Object |
process(InputStream is)
This method takes an XML stream as input and returns an object
representation of the passed-in XML. |
process
public Object process(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 © 2002 Sapia Open Source Software. All Rights Reserved.