Uses of Class
org.smooks.support.XmlUtils.VALIDATION_TYPE
-
Packages that use XmlUtils.VALIDATION_TYPE Package Description org.smooks.support -
-
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_TYPEXmlUtils.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 DocumentXmlUtils. parseStream(InputStream stream, XmlUtils.VALIDATION_TYPE validation, boolean expandEntityRefs)Parse the XML stream and return the associated W3C Document object.static DocumentXmlUtils. parseStream(InputStream stream, EntityResolver entityResolver, XmlUtils.VALIDATION_TYPE validation, boolean expandEntityRefs)Parse the XML stream and return the associated W3C Document object.static DocumentXmlUtils. parseStream(Reader stream, EntityResolver entityResolver, XmlUtils.VALIDATION_TYPE validation, boolean expandEntityRefs)Parse the XML stream and return the associated W3C Document object.
-