| Package | Description |
|---|---|
| com.phloc.commons.microdom.serialize | |
| com.phloc.commons.xml.serialize |
| Modifier and Type | Class and Description |
|---|---|
class |
SAXReaderSettings
SAX reader settings
|
| Modifier and Type | Method and Description |
|---|---|
static SAXReaderSettings |
SAXReaderSettings.createCloneOnDemand(ISAXReaderSettings aOther)
Create a clone of the passed settings, depending on the parameter.
|
static ESuccess |
SAXReader.readXMLSAX(byte[] aXML,
int nOfs,
int nLen,
ISAXReaderSettings aSettings) |
static ESuccess |
SAXReader.readXMLSAX(byte[] aXML,
ISAXReaderSettings aSettings) |
static ESuccess |
SAXReader.readXMLSAX(ByteBuffer aXML,
ISAXReaderSettings aSettings) |
static ESuccess |
SAXReader.readXMLSAX(char[] aXML,
int nOfs,
int nLen,
ISAXReaderSettings aSettings) |
static ESuccess |
SAXReader.readXMLSAX(char[] aXML,
ISAXReaderSettings aSettings) |
static ESuccess |
SAXReader.readXMLSAX(CharSequence aXML,
ISAXReaderSettings aSettings) |
static ESuccess |
SAXReader.readXMLSAX(File aFile,
ISAXReaderSettings aSettings) |
static ESuccess |
SAXReader.readXMLSAX(IInputStreamProvider aISP,
ISAXReaderSettings aSettings) |
static ESuccess |
SAXReader.readXMLSAX(InputSource aIS,
ISAXReaderSettings aSettings)
Read an XML document via a SAX handler.
|
static ESuccess |
SAXReader.readXMLSAX(InputStream aIS,
ISAXReaderSettings aSettings) |
static ESuccess |
SAXReader.readXMLSAX(IReadableResource aResource,
ISAXReaderSettings aSettings) |
static ESuccess |
SAXReader.readXMLSAX(Reader aReader,
ISAXReaderSettings aSettings) |
static ESuccess |
SAXReader.readXMLSAX(String sXML,
ISAXReaderSettings aSettings) |
static ESuccess |
SAXReader.readXMLSAX(URI aURI,
ISAXReaderSettings aSettings) |
static ESuccess |
SAXReader.readXMLSAX(URL aURL,
ISAXReaderSettings aSettings) |
| Constructor and Description |
|---|
SAXReaderSettings(ISAXReaderSettings aOther)
Copy constructor
|
Copyright © 2006–2014 phloc systems. All rights reserved.