Uses of Interface
com.epam.xml.reader.DocumentReader
Packages that use DocumentReader
-
Uses of DocumentReader in com.epam.xml
Methods in com.epam.xml with parameters of type DocumentReaderModifier and TypeMethodDescriptionXMLEngine.unmarshal
(Class<?> source, DocumentReader reader, boolean replaceData) Converts the XML documents into java objects.XMLEngine.unmarshal
(T source, DocumentReader reader, boolean replaceData) Converts the XML documents into java objects.XMLEngineImpl.unmarshal
(Class<?> source, DocumentReader reader, boolean replaceData) XMLEngineImpl.unmarshal
(T source, DocumentReader reader, boolean replaceData) -
Uses of DocumentReader in com.epam.xml.engine
Methods in com.epam.xml.engine with parameters of type DocumentReaderModifier and TypeMethodDescriptionDOMUnmarshaler.unmarshal
(Class<?> source, DocumentReader reader, boolean replaceData) DOMUnmarshaler.unmarshal
(T source, DocumentReader reader, boolean replaceData) SAXUnmarshaler.unmarshal
(Class<?> source, DocumentReader documentReader, boolean replaceData) SAXUnmarshaler.unmarshal
(T source, DocumentReader documentReader, boolean replaceData) XMLUnmarshaler.unmarshal
(Class<?> source, DocumentReader documentReader, boolean replaceData) XMLUnmarshaler.unmarshal
(T source, DocumentReader documentReader, boolean replaceData) -
Uses of DocumentReader in com.epam.xml.reader
Classes in com.epam.xml.reader that implement DocumentReaderModifier and TypeClassDescriptionclass
final class
The reader based on DOM parser.class
The reader based on SAX parser.Methods in com.epam.xml.reader that return DocumentReaderModifier and TypeMethodDescriptionstatic DocumentReader
DOMReader.createReader
(InputStream xml) static DocumentReader
SAXReader.createReader
(File xml, UnmarshalerListener listener) static DocumentReader
SAXReader.createReader
(InputStream xml, UnmarshalerListener listener)