| Package | Description |
|---|---|
| org.apache.catalina.startup | |
| org.apache.tomcat.util.digester |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextRuleSet
RuleSet for processing the contents of a
Context or DefaultContext definition element.
|
class |
EngineRuleSet
RuleSet for processing the contents of a
Engine definition element.
|
class |
HostRuleSet
RuleSet for processing the contents of a
Host definition element.
|
class |
NamingRuleSet
RuleSet for processing the JNDI Enterprise Naming
Context resource declaration elements.
|
class |
WebRuleSet
RuleSet for processing the contents of a web application
deployment descriptor (
/WEB-INF/web.xml) resource. |
| Modifier and Type | Method and Description |
|---|---|
Digester |
DigesterFactory.newDigester(boolean xmlValidation,
boolean xmlNamespaceAware,
RuleSet rule)
Create a
Digester parser. |
Digester |
DigesterFactory.newDigester(RuleSet rule)
Create a
Digester parser with XML validation turned off. |
| Modifier and Type | Class and Description |
|---|---|
class |
RuleSetBase
Convenience base class that implements the
RuleSet interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
Digester.addRuleSet(RuleSet ruleSet)
Register a set of Rule instances defined in a RuleSet.
|
Copyright © 2017. All rights reserved.