org.apache.tomcat.util.descriptor
public class DigesterFactory extends Object
Field Summary | |
---|---|
static Map<String,String> | SERVLET_API_PUBLIC_IDS
Mapping of well-known public IDs used by the Servlet API to the matching
local resource. |
static Map<String,String> | SERVLET_API_SYSTEM_IDS
Mapping of well-known system IDs used by the Servlet API to the matching
local resource. |
Method Summary | |
---|---|
static Digester | newDigester(boolean xmlValidation, boolean xmlNamespaceAware, RuleSet rule, boolean blockExternal)
Create a Digester parser. |
Digester
parser.Parameters: xmlValidation turn on/off xml validation xmlNamespaceAware turn on/off namespace validation rule an instance of RuleSet
used for parsing the xml. blockExternal turn on/off the blocking of external resources