|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Element | Represents a XML element holding necessary information for reading XML data. |
EntityResolver | Used to resolve entities to be read with a XMLReader or written with a
XMLWriter . |
XMLReader | XML reader interface for pull based reading of XML documents. |
XMLWriter | XML writer implementations don't need to be thread safe. |
Class Summary | |
---|---|
Attribute | XML element attribute. |
XMLFactory | Creates XML reader and XML writer for working with XML resources. |
Exception Summary | |
---|---|
KNXMLException | Indicates a problem with XML processing. |
Provides a simple interface for reading and writing XML documents.
Reading is done non-validating using a pull-based reader.
Writing only ensures a valid structure of the XML document, but does not check name formats of tags and similar.
Entities predefined in XML will be substituted with its references and vice versa.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |