| Package | Description |
|---|---|
| com.helger.xml.serialize.write |
| Modifier and Type | Method and Description |
|---|---|
static EXMLCharMode |
EXMLCharMode.getFromIDOrNull(String sID) |
static EXMLCharMode |
EXMLCharMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
XMLCharHelper.containsInvalidXMLChar(EXMLSerializeVersion eXMLVersion,
EXMLCharMode eXMLCharMode,
char[] aChars) |
static boolean |
XMLCharHelper.containsInvalidXMLChar(EXMLSerializeVersion eXMLVersion,
EXMLCharMode eXMLCharMode,
char[] aChars,
int nOfs,
int nLen) |
static boolean |
XMLCharHelper.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 int |
XMLMaskHelper.getMaskedXMLTextLength(EXMLSerializeVersion eXMLVersion,
EXMLCharMode eXMLCharMode,
EXMLIncorrectCharacterHandling eIncorrectCharHandling,
String s) |
static int |
XMLMaskHelper.getMaskedXMLTextLength(EXMLVersion eXMLVersion,
EXMLCharMode eXMLCharMode,
EXMLIncorrectCharacterHandling eIncorrectCharHandling,
String s) |
static void |
XMLMaskHelper.maskXMLTextTo(EXMLSerializeVersion eXMLVersion,
EXMLCharMode eXMLCharMode,
EXMLIncorrectCharacterHandling eIncorrectCharHandling,
char[] aText,
int nOfs,
int nLen,
Writer aWriter) |
static void |
XMLMaskHelper.maskXMLTextTo(EXMLSerializeVersion eXMLVersion,
EXMLCharMode eXMLCharMode,
EXMLIncorrectCharacterHandling eIncorrectCharHandling,
String s,
Writer aWriter) |
Copyright © 2014–2018 Philip Helger. All rights reserved.