Package groovy.xml.markupsupport
Class StandardXmlFilter
java.lang.Object
groovy.xml.markupsupport.StandardXmlFilter
- All Implemented Interfaces:
- java.util.function.Function<java.lang.Character,java.util.Optional<java.lang.String>>
public class StandardXmlFilter
extends java.lang.Object
implements java.util.function.Function<java.lang.Character,java.util.Optional<java.lang.String>>
- 
Constructor SummaryConstructors Constructor Description StandardXmlFilter()
- 
Method SummaryModifier and Type Method Description java.util.Optional<java.lang.String>apply(java.lang.Character ch)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.FunctionandThen, compose
- 
Constructor Details- 
StandardXmlFilterpublic StandardXmlFilter()
 
- 
- 
Method Details- 
applypublic java.util.Optional<java.lang.String> apply(java.lang.Character ch)- Specified by:
- applyin interface- java.util.function.Function<java.lang.Character,java.util.Optional<java.lang.String>>
 
 
-