Package org.fife.rsta.ac.xml
Interface ValidationConfig
- All Known Implementing Classes:
DtdValidationConfig,SchemaValidationConfig
public interface ValidationConfig
Configuration information to get an
XmlParser validating against
either a DTD or a schema.- Version:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureHandler(XmlParser.Handler handler) Configures the actual handler instance.voidconfigureParser(XmlParser parser) Configures the parser itself.
-
Method Details
-
configureParser
Configures the parser itself. Called when this config is first set on anXmlParser.- Parameters:
parser- The parser to configure.
-
configureHandler
Configures the actual handler instance. Called before each parsing of the document.- Parameters:
handler- The handler to configure.
-