|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.InputSource
com.skaringa.javaxml.handler.sax.ObjectInputSource
public final class ObjectInputSource
Concrete implementation of an InputSource for XML parsing and transformation. This input source holds an object which can be parsed an treated as a XML document.
Constructor Summary | |
---|---|
ObjectInputSource(java.lang.Object obj)
Construct an ObjectInputSource. |
Method Summary | |
---|---|
java.lang.Object |
getObj()
Gets the obj |
void |
setObj(java.lang.Object obj)
Sets the obj |
Methods inherited from class org.xml.sax.InputSource |
---|
getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectInputSource(java.lang.Object obj)
obj
- The object that should be parsed.Method Detail |
---|
public java.lang.Object getObj()
public void setObj(java.lang.Object obj)
obj
- The obj to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |