Uses of Interface
org.eclipse.persistence.oxm.CharacterEscapeHandler
-
Packages that use CharacterEscapeHandler Package Description org.eclipse.persistence.oxm -
-
Uses of CharacterEscapeHandler in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return CharacterEscapeHandler Modifier and Type Method Description CharacterEscapeHandlerXMLMarshaller. getCharacterEscapeHandler()Return this Marshaller's CharacterEscapeHandler.Methods in org.eclipse.persistence.oxm with parameters of type CharacterEscapeHandler Modifier and Type Method Description voidXMLMarshaller. setCharacterEscapeHandler(CharacterEscapeHandler c)Set this Marshaller's CharacterEscapeHandler.
-