Package groovy.xml.markupsupport
Class SurrogateToUndefined
- java.lang.Object
-
- groovy.xml.markupsupport.SurrogateToUndefined
-
- All Implemented Interfaces:
java.util.function.Function<java.lang.Character,java.util.Optional<java.lang.String>>
public class SurrogateToUndefined extends java.lang.Object implements java.util.function.Function<java.lang.Character,java.util.Optional<java.lang.String>>
Convert surrogate chars to XML undefined character.
-
-
Constructor Summary
Constructors Constructor Description SurrogateToUndefined()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
apply(java.lang.Character ch)
-