Package com.sun.xml.bind.marshaller
Class NoEscapeHandler
java.lang.Object
com.sun.xml.bind.marshaller.NoEscapeHandler
- All Implemented Interfaces:
CharacterEscapeHandler
Performs no character escaping.
- Author:
- Roman Grigoriadi (roman.grigoriadi@oracle.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
theInstance
-
-
Constructor Details
-
NoEscapeHandler
public NoEscapeHandler()
-
-
Method Details
-
escape
public void escape(char[] ch, int start, int length, boolean isAttVal, Writer out) throws IOException - Specified by:
escape
in interfaceCharacterEscapeHandler
- Parameters:
ch
- The array of characters.start
- The starting position.length
- The number of characters to use.isAttVal
- true if this is an attribute value literal.- Throws:
IOException
-