static Document |
DOMReader.readXMLDOM(byte[] aXML,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(byte[] aXML,
int nOfs,
int nLen,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(ByteBuffer aXML,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(char[] aXML,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(char[] aXML,
int nOfs,
int nLen,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(CharSequence sXML,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(File aFile,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(InputSource aInputSource,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(InputStream aIS,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(com.helger.commons.io.resource.IReadableResource aIIS,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(Reader aReader,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(String sXML,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(URI aFile,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(URL aFile,
IDOMReaderSettings aSettings) |