|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.catalina.startup.DigesterFactory
public class DigesterFactory
Wrapper class around the Digester that hide Digester's initialization details
Constructor Summary | |
---|---|
DigesterFactory()
|
Method Summary | |
---|---|
static Digester |
newDigester()
Create a Digester parser with no Rule
associated and XML validation turned off. |
static Digester |
newDigester(boolean xmlValidation,
boolean xmlNamespaceAware,
RuleSet rule)
Create a Digester parser. |
static Digester |
newDigester(RuleSet rule)
Create a Digester parser with XML validation turned off. |
protected static void |
register(String resourceURL,
String resourcePublicId,
SchemaResolver schemaResolver)
Load the resource and add it to the resolver. |
protected static void |
registerLocalSchema(SchemaResolver schemaResolver)
Utilities used to force the parser to use local schema, when available, instead of the schemaLocation XML element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DigesterFactory()
Method Detail |
---|
public static Digester newDigester()
Digester
parser with no Rule
associated and XML validation turned off.
public static Digester newDigester(RuleSet rule)
Digester
parser with XML validation turned off.
rule
- an instance of RuleSet
used for parsing the xml.public static Digester newDigester(boolean xmlValidation, boolean xmlNamespaceAware, RuleSet rule)
Digester
parser.
xmlValidation
- turn on/off xml validationxmlNamespaceAware
- turn on/off namespace validationrule
- an instance of RuleSet
used for parsing the xml.protected static void registerLocalSchema(SchemaResolver schemaResolver)
schemaLocation
XML element.
protected static void register(String resourceURL, String resourcePublicId, SchemaResolver schemaResolver)
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |