|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.xml.parsers.SAXParser
|
+--net.rim.device.api.xml.jaxp.RIMSAXParser
Parses XML documents.
SAXParser| Constructor Summary | ||
RIMSAXParser()
|
||
| Method Summary | ||
boolean |
getAllowUndefinedNamespaces()
Determines whether this parser is configured to allow undefined namespaces. |
|
boolean |
isNamespaceAware()
Determines whether this parser is configured to be namespace aware. |
|
boolean |
isValidating()
Determines whether this parser validates documents. |
|
void |
parse(InputSource is,
DefaultHandler dh)
Parses the content of the given org.xml.InputSource
instance as XML using the specified
DefaultHandler. |
|
void |
parse(InputStream is,
DefaultHandler dh)
Parses the content of the given InputStream
instance as XML using the specified
DefaultHandler. |
|
void |
parse(InputStream is,
DefaultHandler dh,
IntHashtable tagTables,
IntHashtable attrStartTables,
IntHashtable attrTables)
Parses the content of the given InputStream
instance as XML using the specified
DefaultHandler. |
|
void |
parse(InputStream is,
DefaultHandler dh,
String[] tagTable,
String[] attrStartTable,
String[] attrTable)
Parses the content of the given InputStream
instance as XML using the specified
DefaultHandler. |
|
void |
parse(String url,
DefaultHandler dh,
boolean autoCodeBookManagement)
Parses the content of the given URL as XML using the specified DefaultHandler. |
|
void |
setAllowUndefinedNamespaces(boolean allowUndefinedNamespaces)
Configures this parser to allow undefined namespaces. |
|
void |
setNamespaceAware(boolean isNamespaceAware)
Configures this parser to be namespace aware. |
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
| Method Detail |
public boolean getAllowUndefinedNamespaces()
true if this parser is configured to allow undefined
namespaces; false otherwise.public boolean isNamespaceAware()
isNamespaceAware in class SAXParsertrue if this parser is configured to be namespace aware;
false otherwise.public boolean isValidating()
SAXParserisValidating in class SAXParser
SAXParserpublic void parse(InputSource is, DefaultHandler dh) throws SAXException, IOException
org.xml.InputSource
instance as XML using the specified
DefaultHandler.is - InputSource The content to parse.dh - The SAX DefaultHandler to use.IOException - Thrown if any IO errors occur.IllegalArgumentException - Thrown if the given InputStream is null.SAXException - Thrown if the underlying parser throws a
SAXException while parsing.org.xml.sax.DocumentHandlerpublic void parse(InputStream is, DefaultHandler dh) throws SAXException, IOException
InputStream
instance as XML using the specified
DefaultHandler.is - InputStream The content to parse.dh - The SAX DefaultHandler to use.IOException - Thrown if an IO errors occur.IllegalArgumentException - Thrown if the given InputStream is null.SAXException - Thrown if the underlying parser throws a
SAXException while parsing.org.xml.sax.DocumentHandlerpublic void parse(InputStream is, DefaultHandler dh, IntHashtable tagTables, IntHashtable attrStartTables, IntHashtable attrTables) throws SAXException, IOException
InputStream
instance as XML using the specified
DefaultHandler.
For additional information, please consult the WBXML spec
at this address.is - InputStream The content to parse.dh - The SAX DefaultHandler to use.tagTables - Lookup tables of XML tags used to decode WBXML.attrStartTables - Lookup tables of XML attribute names used to decode WBXML.attrTables - Lookup table of XML attribute values used to decode WBXML.IOException - Thrown if an IO errors occur.IllegalArgumentException - Thrown if the given InputStream is null.SAXException - Thrown if the underlying parser throws a
SAXException while parsing.org.xml.sax.DocumentHandlerpublic void parse(InputStream is, DefaultHandler dh, String[] tagTable, String[] attrStartTable, String[] attrTable) throws SAXException, IOException
InputStream
instance as XML using the specified
DefaultHandler.is - InputStream The content to parse.dh - The SAX DefaultHandler to use.tagTable - A lookup table of XML tags used to decode WBXML.attrStartTable - A lookup table of XML attribute names used to decode WBXML.attrTable - A lookup table of XML attribute values used to decode WBXMLIOException - Thrown if an IO errors occur.IllegalArgumentException - Thrown if the given InputStream is null.SAXException - Thrown if the underlying parser throws a
SAXException while parsing.org.xml.sax.DocumentHandlerpublic void parse(String url, DefaultHandler dh, boolean autoCodeBookManagement) throws SAXException, IOException
DefaultHandler.url - The URL of the XML to parse.dh - The SAX DefaultHandler to use.autoCodeBookManagement - true to perform automatic code book management;
false otherwise.IOException - Thrown if an IO errors occur.SAXException - Thrown if the underlying parser throws a
SAXException while parsing.public void setAllowUndefinedNamespaces(boolean allowUndefinedNamespaces)
allowUndefinedNamespaces - true to configure this
parser to allow undefined namespaces; false otherwise.public void setNamespaceAware(boolean isNamespaceAware)
isNamespaceAware - true to configure this
parser to be namespace aware; false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2008 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.