Uses of Enum
com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
Packages that use EXMLIncorrectCharacterHandling
-
Uses of EXMLIncorrectCharacterHandling in com.helger.xml.serialize.write
Fields in com.helger.xml.serialize.write declared as EXMLIncorrectCharacterHandlingModifier and TypeFieldDescriptionstatic final EXMLIncorrectCharacterHandlingEXMLIncorrectCharacterHandling.DEFAULTThe default setting as it was in previous versions of ph-commonsstatic final 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 EXMLIncorrectCharacterHandlingModifier and TypeMethodDescriptionIXMLWriterSettings.getIncorrectCharacterHandling()XMLWriterSettings.getIncorrectCharacterHandling()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 EXMLIncorrectCharacterHandlingModifier and TypeMethodDescriptionstatic 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[] aSrcText, int nOfs, int nLen, Writer aWriter) static voidXMLMaskHelper.maskXMLTextTo(EXMLSerializeVersion eXMLVersion, EXMLCharMode eXMLCharMode, EXMLIncorrectCharacterHandling eIncorrectCharHandling, String s, Writer aWriter) final XMLWriterSettingsXMLWriterSettings.setIncorrectCharacterHandling(EXMLIncorrectCharacterHandling eIncorrectCharacterHandling) Set the way how to handle invalid characters.