|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXMLParser
Interface for the adaptator of the javax Xml parser
| Method Summary | |
|---|---|
IXMLElement |
parse(java.io.InputStream inputStream)
Parse the given stream to a XML |
IXMLElement |
parse(java.io.InputStream inputStream,
java.lang.String systemId)
Parse the given stream to a XML and set the systemId to the inputSource. |
IXMLElement |
parse(java.lang.String inputString)
Parse the given text as an xml |
IXMLElement |
parse(java.net.URL inputURL)
Parse the resource at the url specified |
| Method Detail |
|---|
IXMLElement parse(java.io.InputStream inputStream)
inputStream - Stream to parse
XMLException - if something went wrong.
IXMLElement parse(java.io.InputStream inputStream,
java.lang.String systemId)
inputStream - Stran to parsesystemId - System id of the file parsed
XMLException - if something went wrong.IXMLElement parse(java.lang.String inputString)
inputString - Xml written in a string
XMLException - if something went wrong.IXMLElement parse(java.net.URL inputURL)
inputURL - Url of the resource
XMLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||