Uses of Class
com.helger.xml.serialize.write.EXMLCharMode
-
Packages that use EXMLCharMode Package Description com.helger.xml.serialize.write -
-
Uses of EXMLCharMode in com.helger.xml.serialize.write
Methods in com.helger.xml.serialize.write that return EXMLCharMode Modifier and Type Method Description static EXMLCharModeEXMLCharMode. getFromIDOrNull(String sID)static EXMLCharModeEXMLCharMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EXMLCharMode[]EXMLCharMode. 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 EXMLCharMode Modifier and Type Method Description static booleanXMLCharHelper. containsInvalidXMLChar(EXMLSerializeVersion eXMLVersion, EXMLCharMode eXMLCharMode, char[] aChars)static booleanXMLCharHelper. containsInvalidXMLChar(EXMLSerializeVersion eXMLVersion, EXMLCharMode eXMLCharMode, char[] aChars, int nOfs, int nLen)static booleanXMLCharHelper. containsInvalidXMLChar(EXMLSerializeVersion eXMLVersion, EXMLCharMode eXMLCharMode, String s)static com.helger.commons.collection.impl.ICommonsOrderedSet<Character>XMLCharHelper. getAllInvalidXMLChars(EXMLSerializeVersion eXMLVersion, EXMLCharMode eXMLCharMode, char[] aChars)static com.helger.commons.collection.impl.ICommonsOrderedSet<Character>XMLCharHelper. getAllInvalidXMLChars(EXMLSerializeVersion eXMLVersion, EXMLCharMode eXMLCharMode, char[] aChars, int nOfs, int nLen)static com.helger.commons.collection.impl.ICommonsOrderedSet<Character>XMLCharHelper. getAllInvalidXMLChars(EXMLSerializeVersion eXMLVersion, EXMLCharMode eXMLCharMode, String s)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)
-