|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseException | |
ORG.oclc.xml.om | |
ORG.oclc.xml.parser |
Uses of ParseException in ORG.oclc.xml.om |
Methods in ORG.oclc.xml.om with parameters of type ParseException | |
void |
Document.reportError(ParseException e,
OutputStream out)
Returns information about the given parse exception that was generated during the load. |
Methods in ORG.oclc.xml.om that throw ParseException | |
void |
Document.load(String urlstr)
Loads the document from the given URL string. |
void |
Document.setURL(String urlstr)
An alias for load and is here for compatibility reasons only. |
void |
Document.load(URL url)
Loads the document from the given URL. |
void |
Document.load(InputStream in)
Loads the document using the given input stream. |
Uses of ParseException in ORG.oclc.xml.parser |
Methods in ORG.oclc.xml.parser with parameters of type ParseException | |
void |
Parser.report(ParseException e,
OutputStream out)
Reports errors to the specified output stream including parsing context and stack trace where the error occurred. |
Methods in ORG.oclc.xml.parser that throw ParseException | |
void |
Parser.parse(URL url,
ElementFactory factory,
DTD dtd,
Element root,
boolean caseInsensitive,
boolean loadExt)
Parses the XML document pointed to by the given URL and creates the corresponding XML document hierarchy. |
void |
Parser.parse(InputStream in,
ElementFactory factory,
DTD dtd,
Element root,
boolean caseInsensitive,
boolean loadExt)
Parses the XML from given input stream. |
void |
Parser.loadDTD(String urlStr,
Atom nameSpace)
|
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV NEXT | FRAMES NO FRAMES |