|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlParser
An interface for abstracting the Xml parsers used by XUI
Copyright (c) Xoetrope Ltd., 2002-2003
$Revision: 2.2 $
License: see License.txt
| 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. |
| Method Detail |
|---|
XmlElement createXmlElement(java.lang.String name)
name - The name of the new element
XmlElement parse(java.io.Reader input)
input - The reader from which the content of the XML structure will be
read
XmlElement parse(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 | |||||||||