- 
Deprecated Interfaces
 
- 
Deprecated ClassesClassDescriptionThis class is deprecated since 0.31.0. Instead, you can use
StrictXMLwith a schema provided in the constructor. Otherwise, you can useXMLDocumentand validate the XML against the schema via theXMLDocument.validate(XML)method. 
- 
Deprecated MethodsMethodDescriptionUse
SaxonDocument.inner()orSaxonDocument.deepCopy()instead.UseStrictXML.inner()orStrictXML.deepCopy()instead.UseXML.inner()orXML.deepCopy()instead.UseXMLDocument.inner()orXMLDocument.deepCopy()instead. 
StrictXMLwith a schema provided in the constructor. Otherwise, you can useXMLDocumentand validate the XML against the schema via theXMLDocument.validate(XML)method.