| Package | Description |
|---|---|
| com.helger.xml.serialize.read |
| Modifier and Type | Class and Description |
|---|---|
class |
DOMReaderSettings
DOM reader settings
|
| Modifier and Type | Method and Description |
|---|---|
static Document |
DOMReader.readXMLDOM(byte[] aXML,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(byte[] aXML,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(byte[] aXML,
int nOfs,
int nLen,
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(ByteBuffer aXML,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(char[] 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(char[] aXML,
int nOfs,
int nLen,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(CharSequence sXML,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(CharSequence sXML,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(File aFile,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(File aFile,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(InputSource aInputSource,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(InputSource aInputSource,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(InputStream aIS,
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(com.helger.commons.io.resource.IReadableResource aIIS,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(Path aPath,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(Path aPath,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(Reader aReader,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(Reader aReader,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(String sXML,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(String sXML,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(URI aFile,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(URI aFile,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(URL aFile,
IDOMReaderSettings aSettings) |
static Document |
DOMReader.readXMLDOM(URL aFile,
IDOMReaderSettings aSettings) |
| Constructor and Description |
|---|
DOMReaderSettings(IDOMReaderSettings aOther)
Copy constructor.
|
DOMReaderSettings(IDOMReaderSettings aOther)
Copy constructor.
|
Copyright © 2014–2023 Philip Helger. All rights reserved.