public class XMLBasicReader extends DocumentReader
document, DTD_ERROR, DTD_ERROR_1_0, FILENOTFOUND, PUBLIC_ID_ERROR, PUBLIC_ID_ERROR_1_0| Constructor and Description |
|---|
XMLBasicReader()
Deprecated.
|
XMLBasicReader(InputSource source)
Deprecated.
|
XMLBasicReader(InputSource source,
boolean validating)
Deprecated.
|
XMLBasicReader(InputSource source,
boolean validating,
Class resolveBase)
Deprecated.
|
XMLBasicReader(InputSource source,
Class resolveBase)
Deprecated.
|
XMLBasicReader(String path)
Deprecated.
|
XMLBasicReader(String path,
boolean validating)
Deprecated.
|
XMLBasicReader(String path,
Class resolveBase)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentBuilder |
getDocumentBuilder(boolean validating,
EntityResolver resolver)
Deprecated.
use {!link DocumentReader.getDocumentBuilder(boolean, ErrorHandler, EntityResolver)}
|
static DocumentBuilder |
getDocumentBuilder(boolean validating,
ErrorHandler handler)
Deprecated.
use {!link DocumentReader.getDocumentBuilder(boolean, ErrorHandler, EntityResolver)}
|
static DocumentBuilder |
getDocumentBuilder(boolean validating,
ErrorHandler handler,
EntityResolver resolver)
Deprecated.
use {!link DocumentReader.getDocumentBuilder(boolean, ErrorHandler, EntityResolver)}
|
static DocumentBuilder |
getDocumentBuilder(Class refer)
Deprecated.
use {!link DocumentReader.getDocumentBuilder(boolean, ErrorHandler, EntityResolver)}
|
static InputSource |
getInputSource(String path)
Deprecated.
|
appendChild, getAttribute, getChildElements, getChildElements, getChildElements, getChildElements, getDocument, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getElementAttributeValue, getElementAttributeValue, getElementByPath, getElementByPath, getElementName, getElementValue, getElementValue, getNodeTextValue, getNodeTextValue, getRootElement, getSystemId, hasAttribute, main, registerPublicIDs, setNodeTextValue, setPrefix, setSystemId, toDocument, validate, validatepublic XMLBasicReader(String path)
public XMLBasicReader(String path, boolean validating)
public XMLBasicReader()
public XMLBasicReader(InputSource source, boolean validating, Class resolveBase)
public XMLBasicReader(InputSource source, boolean validating)
public XMLBasicReader(InputSource source, Class resolveBase)
public XMLBasicReader(InputSource source)
public static InputSource getInputSource(String path)
path - the path to the file containing the documentpublic static DocumentBuilder getDocumentBuilder(boolean validating, ErrorHandler handler)
public static DocumentBuilder getDocumentBuilder(boolean validating, EntityResolver resolver)
public static DocumentBuilder getDocumentBuilder(boolean validating, ErrorHandler handler, EntityResolver resolver)
public static DocumentBuilder getDocumentBuilder(Class refer)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}