Contents
-
Deprecated Interfaces
This class is deprecated since 0.31.0. Instead, you can
use
StrictXML with a schema provided in the constructor. Otherwise,
you can use
XMLDocument and validate the XML against the schema
via the
XMLDocument.validate(XML) method.
-
Deprecated Classes
This class is deprecated since 0.31.0. Instead, you can
use
StrictXML with a schema provided in the constructor. Otherwise,
you can use
XMLDocument and validate the XML against the schema
via the
XMLDocument.validate(XML) method.