public abstract class SAXTransformer extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SAXTransformer.SetupTransformer |
| Constructor and Description |
|---|
SAXTransformer() |
| Modifier and Type | Method and Description |
|---|---|
static SAXWriter |
getSAXWriter(Result result) |
static SAXWriter |
getSAXWriter(Result result,
SAXTransformer.SetupTransformer setup) |
static SAXWriter |
getSAXWriter(Templates templates,
Attributes result) |
static SAXWriter |
getSAXWriter(Templates templates,
Attributes result,
SAXTransformer.SetupTransformer setup) |
static SAXWriter |
getSAXWriter(Templates templates,
Result result) |
static SAXWriter |
getSAXWriter(Templates templates,
Result result,
SAXTransformer.SetupTransformer setup) |
static Templates |
newTemplates(Source source) |
static Attributes |
transform(Attributes ds,
Templates templates,
boolean includeNameSpaceDeclaration,
boolean includeKeword) |
static Attributes |
transform(Attributes ds,
Templates templates,
boolean includeNameSpaceDeclaration,
boolean includeKeword,
SAXTransformer.SetupTransformer setup) |
public static SAXWriter getSAXWriter(Templates templates, Attributes result) throws TransformerConfigurationException
public static SAXWriter getSAXWriter(Templates templates, Attributes result, SAXTransformer.SetupTransformer setup) throws TransformerConfigurationException
public static SAXWriter getSAXWriter(Templates templates, Result result) throws TransformerConfigurationException
public static SAXWriter getSAXWriter(Templates templates, Result result, SAXTransformer.SetupTransformer setup) throws TransformerConfigurationException
public static SAXWriter getSAXWriter(Result result) throws TransformerConfigurationException
public static SAXWriter getSAXWriter(Result result, SAXTransformer.SetupTransformer setup) throws TransformerConfigurationException
public static Attributes transform(Attributes ds, Templates templates, boolean includeNameSpaceDeclaration, boolean includeKeword) throws SAXException, TransformerConfigurationException
public static Attributes transform(Attributes ds, Templates templates, boolean includeNameSpaceDeclaration, boolean includeKeword, SAXTransformer.SetupTransformer setup) throws SAXException, TransformerConfigurationException
public static Templates newTemplates(Source source) throws TransformerConfigurationException
Copyright © 2021. All rights reserved.