Package com.ctc.wstx.io
Class TextEscaper
java.lang.Object
com.ctc.wstx.io.TextEscaper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
outputDTDText
(Writer w, char[] ch, int offset, int len) Quoting method used when outputting content that will be part of DTD (internal/external subset).static void
writeEscapedAttrValue
(Writer w, String value)
-
Constructor Details
-
TextEscaper
private TextEscaper()
-
-
Method Details
-
writeEscapedAttrValue
- Throws:
IOException
-
outputDTDText
Quoting method used when outputting content that will be part of DTD (internal/external subset). Additional quoting is needed for percentage char, which signals parameter entities.- Throws:
IOException
-