|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.mmbase.util.xml.DocumentReader
org.mmbase.util.XMLBasicReader
public class XMLBasicReader
XMLBasicReader has two goals.
| Field Summary |
|---|
| Fields inherited from class org.mmbase.util.xml.DocumentReader |
|---|
document, DTD_ERROR, DTD_ERROR_1_0, FILENOTFOUND, PUBLIC_ID_ERROR, PUBLIC_ID_ERROR_1_0 |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLBasicReader(String path)
public XMLBasicReader(String path,
boolean validating)
public XMLBasicReader(String path,
Class resolveBase)
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)
| Method Detail |
|---|
public static InputSource getInputSource(String path)
path - the path to the file containing the document
public 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||