|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlObjectReader
Class aimed at reading XmlObject instances from different sources.
| Nested Class Summary | |
|---|---|
static class |
XmlObjectReader.ReadMode
|
| Method Summary | ||
|---|---|---|
XmlObjectReader.ReadMode |
getReadMode()
Get read mode. |
|
|
readDocument(org.w3c.dom.Document document,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
|
readDocument(org.xml.sax.InputSource inputSource,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
|
readDocument(java.io.InputStream inputStream,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
|
readDocument(java.net.URL url,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
|
readFragment(org.w3c.dom.Document document,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
|
readFragment(org.xml.sax.InputSource inputSource,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
|
readFragment(java.io.InputStream inputStream,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
|
readFragment(java.net.URL url,
java.lang.Class<X> xmlObjectInterfaceClass)
|
|
void |
setEntityResolver(org.xml.sax.EntityResolver entityResolver)
|
|
void |
setReadMode(XmlObjectReader.ReadMode readMode)
Set read mode. |
|
| Method Detail |
|---|
XmlObjectReader.ReadMode getReadMode()
XmlObjectReader.void setReadMode(XmlObjectReader.ReadMode readMode)
readMode - New read mode to be used by this XmlObjectReader.void setEntityResolver(org.xml.sax.EntityResolver entityResolver)
<X extends XmlObject> X readDocument(java.net.URL url,
java.lang.Class<X> xmlObjectInterfaceClass)
throws XmlObjectReadException
XmlObjectReadException
<X extends XmlObject> X readDocument(org.xml.sax.InputSource inputSource,
java.lang.Class<X> xmlObjectInterfaceClass)
throws XmlObjectReadException
XmlObjectReadException
<X extends XmlObject> X readDocument(java.io.InputStream inputStream,
java.lang.Class<X> xmlObjectInterfaceClass)
throws XmlObjectReadException
XmlObjectReadException
<X extends XmlObject> X readDocument(org.w3c.dom.Document document,
java.lang.Class<X> xmlObjectInterfaceClass)
throws XmlObjectReadException
XmlObjectReadException
<X extends XmlObject> X readFragment(java.net.URL url,
java.lang.Class<X> xmlObjectInterfaceClass)
throws XmlObjectReadException
XmlObjectReadException
<X extends XmlObject> X readFragment(org.xml.sax.InputSource inputSource,
java.lang.Class<X> xmlObjectInterfaceClass)
throws XmlObjectReadException
XmlObjectReadException
<X extends XmlObject> X readFragment(java.io.InputStream inputStream,
java.lang.Class<X> xmlObjectInterfaceClass)
throws XmlObjectReadException
XmlObjectReadException
<X extends XmlObject> X readFragment(org.w3c.dom.Document document,
java.lang.Class<X> xmlObjectInterfaceClass)
throws XmlObjectReadException
XmlObjectReadException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||