|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLParserInterface
Defines methods that an XML parser needs to implement
Method Summary | |
---|---|
boolean |
parse(InputStream in,
XMLParserHandlerInterface handler)
Parse an XML document in an InputStream using the specified XML parser handler implementation |
boolean |
parse(String str,
XMLParserHandlerInterface handler)
Parse an XML document in String using the specified XML parser handler implementation |
Method Detail |
---|
boolean parse(InputStream in, XMLParserHandlerInterface handler)
in
- The InputStream with the XML documenthandler
- The XML parser handler implementation to use when parsing
boolean parse(String str, XMLParserHandlerInterface handler)
str
- The String object with the XML documenthandler
- The XML parser handler implementation to use when parsing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |