|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sapia.util.xml.confix.AbstractXMLProcessor
org.sapia.util.xml.confix.SAXProcessor
public class SAXProcessor
An instance of this class receives SAX events and delegates object creation
to an ObjectFactoryIF.
| Constructor Summary | |
|---|---|
SAXProcessor(ObjectFactoryIF anObjectFactory)
Creates a new SAXProcessor instance with the attribute passed in. |
|
| 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. |
| Methods inherited from class org.sapia.util.xml.confix.AbstractXMLProcessor |
|---|
assignToParent, containsMethod, convertChars, formatElementName, getObjectFactory, invokeMethod, invokeSetter, invokeSetterOrAdder, toMethodName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SAXProcessor(ObjectFactoryIF anObjectFactory)
anObjectFactory - The object factory of this processor.| Method Detail |
|---|
public java.lang.Object process(java.io.InputStream is)
throws ProcessingException
is - an XML stream
ProcessingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||