XML package

The xml package contains a XMLManager which implements a Filemanager. This mechanism is described in the chapter Resource Management).

The XMLConfig implements a configuration of xml settings. It enables to simple change the parser factory etc.:

Key

Default value

Description

xml.documentBuilderFactory

javax.xml.parsers.DocumentBuilderFactory

Sets the DocumentBuilderFactory.

xml.saxParserFactory

javax.xml.parsers.SAXParserFactory

Sets the SAXParserFactory.

xml.validation

true

Defines the name of the log output.


Design

The class diagramm shows the relations between the library and the jaxp API: