|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IParserConfiguration
A parser configuration is used to configure a SimpleDOMParser.
An implementation can be used to instantiate the parser and influence it's behavior related to namespaces, DTD and Schema validation, grammar pooling and entity resolving.
| Method Summary | |
|---|---|
EntityResolver |
getEntityResolver()
Gets the entity resolver. |
org.apache.xerces.xni.grammars.XMLGrammarPool |
getGrammarPool()
Gets grammar pool property |
String |
getNoNamespaceSchemaLocation()
Gets no-namespace schema location property. |
String |
getSchemaLocation()
Gets schema location property. |
boolean |
isDynamicValidation()
Gets dynamic validation feature. |
boolean |
isNamespaces()
Gets namespace processing feature. |
boolean |
isSchemaValidation()
Gets schema validation feature true - Turn on XML Schema validation false - Do not report validation errors against XML Schema default - false |
boolean |
isValidation()
Gets validation feature. |
| Method Detail |
|---|
boolean isNamespaces()
boolean isValidation()
boolean isDynamicValidation()
boolean isSchemaValidation()
org.apache.xerces.xni.grammars.XMLGrammarPool getGrammarPool()
Null by default.
String getSchemaLocation()
The schema specified by the user using this property will be used if the targetNamespace matches.
String getNoNamespaceSchemaLocation()
This property allows the user to specify an XML Schema with no namespace.
Null by default.
EntityResolver getEntityResolver()
EntityResolver
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||