Package ca.uhn.fhir.util
Class XmlUtil.MyEscaper
java.lang.Object
ca.uhn.fhir.util.XmlUtil.MyEscaper
- All Implemented Interfaces:
org.codehaus.stax2.io.EscapingWriterFactory
- Enclosing class:
XmlUtil
public static class XmlUtil.MyEscaper
extends Object
implements org.codehaus.stax2.io.EscapingWriterFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateEscapingWriterFor
(OutputStream theOut, String theEnc) createEscapingWriterFor
(Writer theW, String theEnc)
-
Constructor Details
-
MyEscaper
public MyEscaper()
-
-
Method Details
-
createEscapingWriterFor
public Writer createEscapingWriterFor(OutputStream theOut, String theEnc) throws UnsupportedEncodingException - Specified by:
createEscapingWriterFor
in interfaceorg.codehaus.stax2.io.EscapingWriterFactory
- Throws:
UnsupportedEncodingException
-
createEscapingWriterFor
- Specified by:
createEscapingWriterFor
in interfaceorg.codehaus.stax2.io.EscapingWriterFactory
-