|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.planx.xmlstore.input.SAXBuilder
public class SAXBuilder
| Method Summary | ||
|---|---|---|
static Node |
build(InputSource in)
Loads an XML document from an InputSource. |
|
static Node |
build(InputSource in,
boolean doStripWhiteSpace)
Loads an XML document from an InputSource. |
|
static Node |
build(InputSource in,
NodeListener listener,
boolean doStripWhiteSpace)
|
|
static
|
build(InputSource in,
XMLStore<R> xmlstore)
Loads an XML document from an InputSource
and saves it in XMLStore during loading. |
|
static
|
build(InputSource in,
XMLStore<R> xmlstore,
boolean doStripWhiteSpace,
int flushDepth)
|
|
static Node |
build(InputSource in,
XMLStore<Reference> xmlstore,
boolean doStripWhiteSpace)
Loads an XML document from an InputSource
and saves it in XMLStore during loading. |
|
static Node |
build(String fileName)
Loads an XML document from a file. |
|
static Node |
build(String fileName,
boolean doStripWhiteSpace)
Loads an XML document from a file. |
|
static Node |
build(String fileName,
NodeListener listener,
boolean doStripWhiteSpace)
|
|
static
|
build(String fileName,
XMLStore<R> xmlstore)
Loads an XML document from a file and saves it in XMLStore during loading. |
|
static
|
build(String fileName,
XMLStore<R> xmlstore,
boolean doStripWhiteSpace)
Loads an XML document from a file and saves it in XMLStore during loading. |
|
static
|
build(String fileName,
XMLStore<R> xmlstore,
boolean doStripWhiteSpace,
int flushDepth)
Loads an XML document from a file and saves it in XMLStore during loading. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Node build(String fileName)
throws XMLException,
IOException
XMLException
IOException
public static Node build(String fileName,
boolean doStripWhiteSpace)
throws XMLException,
IOException
XMLException
IOException
public static <R extends Reference> Node build(String fileName,
XMLStore<R> xmlstore)
throws XMLException,
IOException
XMLException
IOException
public static <R extends Reference> Node build(String fileName,
XMLStore<R> xmlstore,
boolean doStripWhiteSpace)
throws XMLException,
IOException
XMLException
IOException
public static <R extends Reference> Node build(String fileName,
XMLStore<R> xmlstore,
boolean doStripWhiteSpace,
int flushDepth)
throws XMLException,
IOException
XMLException
IOException
public static Node build(String fileName,
NodeListener listener,
boolean doStripWhiteSpace)
throws XMLException,
IOException
XMLException
IOException
public static Node build(InputSource in)
throws XMLException,
IOException
InputSource.
XMLException
IOException
public static Node build(InputSource in,
boolean doStripWhiteSpace)
throws XMLException,
IOException
InputSource.
XMLException
IOException
public static <R extends Reference> Node build(InputSource in,
XMLStore<R> xmlstore)
throws XMLException,
IOException
InputSource
and saves it in XMLStore during loading.
XMLException
IOException
public static Node build(InputSource in,
XMLStore<Reference> xmlstore,
boolean doStripWhiteSpace)
throws XMLException,
IOException
InputSource
and saves it in XMLStore during loading.
XMLException
IOException
public static <R extends Reference> Node build(InputSource in,
XMLStore<R> xmlstore,
boolean doStripWhiteSpace,
int flushDepth)
throws XMLException,
IOException
XMLException
IOException
public static Node build(InputSource in,
NodeListener listener,
boolean doStripWhiteSpace)
throws XMLException,
IOException
XMLException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||