|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.xoetrope.xml.nanoxml.NanoXmlParser
public class NanoXmlParser
A wrapper for the NanoXml Parser
Copyright (c) Xoetrope Ltd., 2002-2003
$Revision: 2.2 $
License: see License.txt
| Constructor Summary | |
|---|---|
NanoXmlParser()
|
|
| Method Summary | |
|---|---|
XmlElement |
createXmlElement(java.lang.String name)
Create a basic XmlElement of the type registered in the XmlParserFactory |
XmlElement |
parse(java.io.Reader input)
Read the passed Reader object and parse its contents into an XmlElement structure of the type defined in the XmlParserFactory. |
XmlElement |
parse(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 NanoXmlParser()
| Method Detail |
|---|
public XmlElement createXmlElement(java.lang.String name)
createXmlElement in interface XmlParsername - The name of the new element
public XmlElement parse(java.io.Reader input,
java.lang.String schemaSource)
parse in interface XmlParserinput - 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
public XmlElement parse(java.io.Reader input)
parse in interface XmlParserinput - The reader from which the content of the XML structure will be
read
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||