|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.xml.parser.SaxParser
Parser for XML files. This class uses features specific for Xerces.
| Field Summary | |
protected static String |
SCHEMA_FULL_CHECKING_FEATURE_ID
Schema full checking feature id (http://apache.org/xml/features/validation/schema-full-checking). |
| Constructor Summary | |
SaxParser(SaxDefaultHandler handler)
Constructor. |
|
| Method Summary | |
DefaultSourceFileExceptionList |
getExceptionList()
Get errors that occurred during last parsing. |
void |
parse(File file,
URL original)
Parses the XML file. |
void |
parse(InputStream in,
boolean validateOnly)
Parse input source. |
void |
parse(String fileName,
URL original)
Parses XML file. |
void |
parse(URL url,
URL original)
Parses the XML file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final String SCHEMA_FULL_CHECKING_FEATURE_ID
| Constructor Detail |
public SaxParser(SaxDefaultHandler handler)
throws ParserConfigurationException,
SAXException
handler - Default handler for this application.
ParserConfigurationException - Severe parser configuration problem.
SAXException| Method Detail |
public final void parse(String fileName,
URL original)
throws SourceFileExceptionList
fileName - File name.original - Original URL for the file. If this is null same as
file name.
SourceFileExceptionList - Loading failed.
public final void parse(File file,
URL original)
throws SourceFileExceptionList
file - File to parse.original - Original URL for the file. If this is null same as
file.
SourceFileExceptionList - Loading failed.
public final void parse(URL url,
URL original)
throws SourceFileExceptionList
url - URL with File to parse.original - Original URL for the file. If this is null same as
file.
SourceFileExceptionList - Loading failed.
public void parse(InputStream in,
boolean validateOnly)
throws SourceFileExceptionList
in - Parse data from this source.validateOnly - Validate or parse with handler.
SourceFileExceptionList - Loading failed.public DefaultSourceFileExceptionList getExceptionList()
|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |