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 TypeClassDescriptionclassfinal classThe reader based on DOM parser.classThe reader based on SAX parser.Methods in com.epam.xml.reader that return DocumentReaderModifier and TypeMethodDescriptionstatic DocumentReaderDOMReader.createReader(InputStream xml) static DocumentReaderSAXReader.createReader(File xml, UnmarshalerListener listener) static DocumentReaderSAXReader.createReader(InputStream xml, UnmarshalerListener listener)