|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.protempore.utils.xml.SimpleXmlTransformer
public final class SimpleXmlTransformer
| Constructor Summary | |
|---|---|
SimpleXmlTransformer()
Create a new transformer that performs the identity transform. |
|
SimpleXmlTransformer(XmlSourceCreator sourceCreator)
Create a new transformer that performs a transformation using the XML document that is returned by sourceCreator.createSource, which is called once per transform. |
|
| Method Summary | |
|---|---|
void |
transform(javax.xml.transform.Source input,
javax.xml.transform.Result output)
Perform the transformation using the given non-null input source and the given non-null result. |
void |
transform(javax.xml.transform.Source input,
javax.xml.transform.Result output,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Perform the transformation using the given non-null input source, non-null result, and using all the key-value parameter pairs in the parameters map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleXmlTransformer()
public SimpleXmlTransformer(XmlSourceCreator sourceCreator)
sourceCreator.createSource, which is called once per transform.
sourceCreator - A non-null source creator.| Method Detail |
|---|
public void transform(javax.xml.transform.Source input,
javax.xml.transform.Result output)
XmlTransformer
transform in interface XmlTransformerinput - Non-null input.output - Non-null output of transformation.
public void transform(javax.xml.transform.Source input,
javax.xml.transform.Result output,
java.util.Map<java.lang.String,java.lang.Object> parameters)
XmlTransformer
transform in interface XmlTransformerinput - Non-null input.output - Non-null output of transformation.parameters - A map from parameter name to parameter value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||