|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.xml.SaxUtil
public class SaxUtil
XML SAX utility functions.
Method Summary | |
---|---|
static void |
parse(DefaultHandler handler,
String xml,
boolean namespaceAware)
Starts a SAX parser on an XML string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void parse(DefaultHandler handler, String xml, boolean namespaceAware) throws ParserConfigurationException, SAXException, IOException
handler
- the default handlerxml
- the XML string to parsenamespaceAware
- flag indication if the parser should be namespace aware
ParserConfigurationException
- if the exception occurs
SAXException
- if the exception occurs
IOException
- if the exception occurs
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |