org.apache.tomcat.util.descriptor
Class DigesterFactory
java.lang.Object
org.apache.tomcat.util.descriptor.DigesterFactory
public class DigesterFactory
- extends Object
Wrapper class around the Digester that hide Digester's initialization
details.
Method Summary |
static Digester |
newDigester(boolean xmlValidation,
boolean xmlNamespaceAware,
RuleSet rule,
boolean blockExternal)
Create a Digester parser. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVLET_API_PUBLIC_IDS
public static final Map<String,String> SERVLET_API_PUBLIC_IDS
- Mapping of well-known public IDs used by the Servlet API to the matching
local resource.
SERVLET_API_SYSTEM_IDS
public static final Map<String,String> SERVLET_API_SYSTEM_IDS
- Mapping of well-known system IDs used by the Servlet API to the matching
local resource.
DigesterFactory
public DigesterFactory()
newDigester
public static Digester newDigester(boolean xmlValidation,
boolean xmlNamespaceAware,
RuleSet rule,
boolean blockExternal)
- Create a
Digester
parser.
- Parameters:
xmlValidation
- turn on/off xml validationxmlNamespaceAware
- turn on/off namespace validationrule
- an instance of RuleSet
used for parsing the xml.blockExternal
- turn on/off the blocking of external resources
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.