Uses of Class
org.smooks.support.XmlUtils.VALIDATION_TYPE
-
Packages that use XmlUtils.VALIDATION_TYPE Package Description org.smooks.support Smooks Utilities. -
-
Uses of XmlUtils.VALIDATION_TYPE in org.smooks.support
Methods in org.smooks.support that return XmlUtils.VALIDATION_TYPE Modifier and Type Method Description static XmlUtils.VALIDATION_TYPE
XmlUtils.VALIDATION_TYPE. valueOf(String name)
Returns the enum constant of this type with the specified name.static XmlUtils.VALIDATION_TYPE[]
XmlUtils.VALIDATION_TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smooks.support with parameters of type XmlUtils.VALIDATION_TYPE Modifier and Type Method Description static Document
XmlUtils. parseStream(InputStream stream, XmlUtils.VALIDATION_TYPE validation, boolean expandEntityRefs)
Parse the XML stream and return the associated W3C Document object.static Document
XmlUtils. parseStream(InputStream stream, EntityResolver entityResolver, XmlUtils.VALIDATION_TYPE validation, boolean expandEntityRefs)
Parse the XML stream and return the associated W3C Document object.static Document
XmlUtils. parseStream(Reader stream, EntityResolver entityResolver, XmlUtils.VALIDATION_TYPE validation, boolean expandEntityRefs)
Parse the XML stream and return the associated W3C Document object.
-