-
ClassDescriptionThis class is deprecated since 0.31.0. Instead, you can use
StrictXML
with a schema provided in the constructor. Otherwise, you can useXMLDocument
and validate the XML against the schema via theXMLDocument.validate(XML)
method.
-
MethodDescriptionUse
SaxonDocument.inner()
orSaxonDocument.deepCopy()
instead.UseStrictXML.inner()
orStrictXML.deepCopy()
instead.UseXML.inner()
orXML.deepCopy()
instead.UseXMLDocument.inner()
orXMLDocument.deepCopy()
instead.
StrictXML
with a schema provided in the constructor. Otherwise, you can useXMLDocument
and validate the XML against the schema via theXMLDocument.validate(XML)
method.