|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.planx.xmlstore.convert.SAXBuilder
public class SAXBuilder
| Method Summary | |
|---|---|
static Node |
build(InputSource in)
Loads an XML document from an InputSource. |
static Node |
build(InputSource in,
NodeListener listener)
|
static Node |
build(InputSource in,
XMLStore xmlstore)
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,
NodeListener listener)
|
static Node |
build(String fileName,
XMLStore xmlstore)
Loads an XML document from a file and saves it in XMLStore during loading. |
static Node |
build(String fileName,
XMLStore xmlstore,
int flushDepth)
Loads an XML document from a file and saves it in XMLStore during loading. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, 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,
XMLStore xmlstore)
throws XMLException,
IOException
XMLException
IOException
public static Node build(String fileName,
XMLStore xmlstore,
int flushDepth)
throws XMLException,
IOException
XMLException
IOException
public static Node build(String fileName,
NodeListener listener)
throws XMLException,
IOException
XMLException
IOException
public static Node build(InputSource in)
throws XMLException,
IOException
InputSource.
XMLException
IOException
public static Node build(InputSource in,
XMLStore xmlstore)
throws XMLException,
IOException
InputSource
and saves it in XMLStore during loading.
XMLException
IOException
public static Node build(InputSource in,
NodeListener listener)
throws XMLException,
IOException
XMLException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||