org.eclipse.persistence.platform.xml
Interface XMLTransformer
- All Known Implementing Classes:
- JAXPTransformer
public interface XMLTransformer
getEncoding
String getEncoding()
setEncoding
void setEncoding(String encoding)
isFormattedOutput
boolean isFormattedOutput()
setFormattedOutput
void setFormattedOutput(boolean shouldFormat)
isFragment
boolean isFragment()
setFragment
void setFragment(boolean fragment)
getVersion
String getVersion()
setVersion
void setVersion(String version)
transform
void transform(Node sourceNode,
OutputStream resultOutputStream)
throws XMLPlatformException
- Throws:
XMLPlatformException
transform
void transform(Node sourceNode,
ContentHandler resultContentHandler)
throws XMLPlatformException
- Throws:
XMLPlatformException
transform
void transform(Node sourceNode,
Result result)
throws XMLPlatformException
- Throws:
XMLPlatformException
transform
void transform(Node sourceNode,
Writer resultWriter)
throws XMLPlatformException
- Throws:
XMLPlatformException
transform
void transform(Source source,
Result result)
throws XMLPlatformException
- Throws:
XMLPlatformException
transform
void transform(Document sourceDocument,
Node resultParentNode,
URL stylesheet)
throws XMLPlatformException
- Throws:
XMLPlatformException