Package org.aoju.bus.image.galaxy.io
Class SAXTransformer
java.lang.Object
org.aoju.bus.image.galaxy.io.SAXTransformer
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SAXWritergetSAXWriter(Result result) static SAXWritergetSAXWriter(Result result, SAXTransformer.SetupTransformer setup) static SAXWritergetSAXWriter(Templates templates, Result result) static SAXWritergetSAXWriter(Templates templates, Result result, SAXTransformer.SetupTransformer setup) static SAXWritergetSAXWriter(Templates templates, Attributes result) static SAXWritergetSAXWriter(Templates templates, Attributes result, SAXTransformer.SetupTransformer setup) static TemplatesnewTemplates(Source source) static Attributestransform(Attributes ds, Templates templates, boolean includeNameSpaceDeclaration, boolean includeKeword) static Attributestransform(Attributes ds, Templates templates, boolean includeNameSpaceDeclaration, boolean includeKeword, SAXTransformer.SetupTransformer setup)
-
Constructor Details
-
SAXTransformer
public SAXTransformer()
-
-
Method Details
-
getSAXWriter
public static SAXWriter getSAXWriter(Templates templates, Attributes result) throws TransformerConfigurationException -
getSAXWriter
public static SAXWriter getSAXWriter(Templates templates, Attributes result, SAXTransformer.SetupTransformer setup) throws TransformerConfigurationException -
getSAXWriter
public static SAXWriter getSAXWriter(Templates templates, Result result) throws TransformerConfigurationException -
getSAXWriter
public static SAXWriter getSAXWriter(Templates templates, Result result, SAXTransformer.SetupTransformer setup) throws TransformerConfigurationException -
getSAXWriter
-
getSAXWriter
public static SAXWriter getSAXWriter(Result result, SAXTransformer.SetupTransformer setup) throws TransformerConfigurationException -
transform
public static Attributes transform(Attributes ds, Templates templates, boolean includeNameSpaceDeclaration, boolean includeKeword) throws SAXException, TransformerConfigurationException -
transform
public static Attributes transform(Attributes ds, Templates templates, boolean includeNameSpaceDeclaration, boolean includeKeword, SAXTransformer.SetupTransformer setup) throws SAXException, TransformerConfigurationException -
newTemplates
-