public class XmlParser
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.digester.Digester |
digester
Associated digester.
|
protected java.lang.String[] |
registrations
The set of public identifiers, and corresponding resource names for
the versions of the configuration file DTDs we know about.
|
protected boolean |
validating
Should we use a validating XML parser to read the configuration file.
|
| Constructor and Description |
|---|
XmlParser()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
initDigester(org.apache.commons.digester.Digester digester)
Init digester.
|
static void |
main(java.lang.String[] args)
Main method to check file syntax.
|
void |
parse(java.io.InputStream in,
XmlDefinitionsSet definitions)
Parse input reader and add encountered definitions to definitions set.
|
void |
setValidating(boolean validating)
Set digester validating flag.
|
protected org.apache.commons.digester.Digester digester
protected boolean validating
false.protected java.lang.String[] registrations
public XmlParser()
public void setValidating(boolean validating)
protected void initDigester(org.apache.commons.digester.Digester digester)
digester - Digester instance to use.public void parse(java.io.InputStream in,
XmlDefinitionsSet definitions)
throws java.io.IOException,
org.xml.sax.SAXException
in - Input stream.definitions - Xml Definitions set to which encountered definition are added.java.io.IOException - On errors during file parsing.org.xml.sax.SAXException - On errors parsing XML.public static void main(java.lang.String[] args)
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.