|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OXMLSource | |
|---|---|
| net.sf.doolin.oxml | |
| net.sf.doolin.oxml.source | |
| Uses of OXMLSource in net.sf.doolin.oxml |
|---|
| Methods in net.sf.doolin.oxml with parameters of type OXMLSource | |
|---|---|
T |
OXMLReader.read(OXMLSource source)
Reads an XML source and returns the root object. |
T |
OXMLReader.read(OXMLSource source,
OXMLReaderOutput output,
OXMLContextConfig contextConfig)
Reads an XML source and returns the root object. |
| Uses of OXMLSource in net.sf.doolin.oxml.source |
|---|
| Classes in net.sf.doolin.oxml.source that implement OXMLSource | |
|---|---|
class |
AbstractOXMLSource
Utility ancestor for the setup of the parser. |
class |
FileOXMLSource
DOM source from a file |
class |
ResourceOXMLSource
Builds a source from a resource path. |
class |
StreamOXMLSource
DOM extracted from an IO stream. |
class |
URLOXMLSource
Builds a source from an URL. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||