Uses of Class
com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
-
Packages that use EXMLIncorrectCharacterHandling Package Description com.helger.xml.serialize.write -
-
Uses of EXMLIncorrectCharacterHandling in com.helger.xml.serialize.write
Fields in com.helger.xml.serialize.write declared as EXMLIncorrectCharacterHandling Modifier and Type Field Description static EXMLIncorrectCharacterHandlingEXMLIncorrectCharacterHandling. DEFAULTThe default setting as it was in previous versions of ph-commonsstatic EXMLIncorrectCharacterHandlingXMLWriterSettings. DEFAULT_INCORRECT_CHARACTER_HANDLINGBy default invalid characters are not written and a log message is emittedMethods in com.helger.xml.serialize.write that return EXMLIncorrectCharacterHandling Modifier and Type Method Description EXMLIncorrectCharacterHandlingIXMLWriterSettings. getIncorrectCharacterHandling()EXMLIncorrectCharacterHandlingXMLWriterSettings. getIncorrectCharacterHandling()static EXMLIncorrectCharacterHandlingEXMLIncorrectCharacterHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static EXMLIncorrectCharacterHandling[]EXMLIncorrectCharacterHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.xml.serialize.write with parameters of type EXMLIncorrectCharacterHandling Modifier and Type Method Description static StringXMLEmitter. getDocTypeHTMLRepresentation(EXMLSerializeVersion eXMLVersion, EXMLIncorrectCharacterHandling eIncorrectCharHandling, IMicroDocumentType aDocType)Get the XML representation of a document type.static StringXMLEmitter. getDocTypeXMLRepresentation(EXMLSerializeVersion eXMLVersion, EXMLIncorrectCharacterHandling eIncorrectCharHandling, String sQualifiedName, String sPublicID, String sSystemID)Get the XML representation of a document type.static char[]XMLMaskHelper. getMaskedXMLText(EXMLSerializeVersion eXMLVersion, EXMLCharMode eXMLCharMode, EXMLIncorrectCharacterHandling eIncorrectCharHandling, String s)static intXMLMaskHelper. getMaskedXMLTextLength(EXMLVersion eXMLVersion, EXMLCharMode eXMLCharMode, EXMLIncorrectCharacterHandling eIncorrectCharHandling, String s)static intXMLMaskHelper. getMaskedXMLTextLength(EXMLSerializeVersion eXMLVersion, EXMLCharMode eXMLCharMode, EXMLIncorrectCharacterHandling eIncorrectCharHandling, String s)static voidXMLMaskHelper. maskXMLTextTo(EXMLSerializeVersion eXMLVersion, EXMLCharMode eXMLCharMode, EXMLIncorrectCharacterHandling eIncorrectCharHandling, char[] aText, int nOfs, int nLen, Writer aWriter)static voidXMLMaskHelper. maskXMLTextTo(EXMLSerializeVersion eXMLVersion, EXMLCharMode eXMLCharMode, EXMLIncorrectCharacterHandling eIncorrectCharHandling, String s, Writer aWriter)XMLWriterSettingsXMLWriterSettings. setIncorrectCharacterHandling(EXMLIncorrectCharacterHandling eIncorrectCharacterHandling)Set the way how to handle invalid characters.
-