Uses of Enum
com.helger.xml.serialize.write.EXMLCharMode
Packages that use EXMLCharMode
-
Uses of EXMLCharMode in com.helger.xml.serialize.write
Methods in com.helger.xml.serialize.write that return EXMLCharModeModifier and TypeMethodDescriptionstatic EXMLCharModeEXMLCharMode.getFromIDOrNull(String sID) static EXMLCharModeReturns 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 EXMLCharModeModifier and TypeMethodDescriptionstatic 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[] aSrcText, int nOfs, int nLen, Writer aWriter) static voidXMLMaskHelper.maskXMLTextTo(EXMLSerializeVersion eXMLVersion, EXMLCharMode eXMLCharMode, EXMLIncorrectCharacterHandling eIncorrectCharHandling, String s, Writer aWriter)