| Package | Description |
|---|---|
| com.phloc.commons.xml | |
| com.phloc.commons.xml.serialize |
| 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,
String s) |
static Set<Character> |
XMLCharHelper.getAllInvalidXMLChars(EXMLSerializeVersion eXMLVersion,
EXMLCharMode eXMLCharMode,
char[] aChars) |
static Set<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,
String s,
Writer aWriter) |
Copyright © 2006–2014 phloc systems. All rights reserved.