|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.xoetrope.xml.XmlSource
public class XmlSource
A simple wrapper for an XML data source, hiding details of how the XML is loaded
Copyright (c) Xoetrope Ltd., 1998-2003
License: see license.txt
| Constructor Summary | |
|---|---|
XmlSource()
|
|
| Method Summary | |
|---|---|
static XmlElement |
read(java.io.Reader input)
Read the passed Reader object and parse its contents into an XmlElement structure of the type defined in the XmlParserFactory. |
static XmlElement |
read(java.io.Reader input,
java.lang.String schemaSource)
Read the passed Reader object and parse its contents into an XmlElement structure of the type defined in the XmlParserFactory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlSource()
| Method Detail |
|---|
public static XmlElement read(java.io.Reader input)
input - The reader from which the content of the XML structure will be
read
public static XmlElement read(java.io.Reader input,
java.lang.String schemaSource)
input - The reader from which the content of the XML structure will be
readschemaSource - Location of the schema source which will be used to
validate the parsed XML
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||