| Package | Description |
|---|---|
| com.helger.xml.serialize.write |
| Modifier and Type | Method and Description |
|---|---|
static EXMLSerializeVersion |
EXMLSerializeVersion.getFromIDOrNull(String sID) |
static EXMLSerializeVersion |
EXMLSerializeVersion.getFromXMLVersionOrThrow(EXMLVersion eXMLVersion)
Get the
EXMLSerializeVersion from the specified EXMLVersion
. |
EXMLSerializeVersion |
XMLWriterSettings.getSerializeVersion() |
EXMLSerializeVersion |
IXMLWriterSettings.getSerializeVersion() |
static EXMLSerializeVersion |
EXMLSerializeVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EXMLSerializeVersion[] |
EXMLSerializeVersion.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.containsInvalidXMLAttributeValueChar(EXMLSerializeVersion eXMLVersion,
char[] aChars) |
static boolean |
XMLCharHelper.containsInvalidXMLAttributeValueChar(EXMLSerializeVersion eXMLVersion,
String s) |
static boolean |
XMLCharHelper.containsInvalidXMLCDATAChar(EXMLSerializeVersion eXMLVersion,
char[] aChars) |
static boolean |
XMLCharHelper.containsInvalidXMLCDATAChar(EXMLSerializeVersion eXMLVersion,
String s) |
static boolean |
XMLCharHelper.containsInvalidXMLChar(EXMLSerializeVersion eXMLVersion,
EXMLCharMode eXMLCharMode,
char[] aChars) |
static boolean |
XMLCharHelper.containsInvalidXMLChar(EXMLSerializeVersion eXMLVersion,
EXMLCharMode eXMLCharMode,
String s) |
static boolean |
XMLCharHelper.containsInvalidXMLNameChar(EXMLSerializeVersion eXMLVersion,
char[] aChars) |
static boolean |
XMLCharHelper.containsInvalidXMLNameChar(EXMLSerializeVersion eXMLVersion,
String s) |
static boolean |
XMLCharHelper.containsInvalidXMLTextChar(EXMLSerializeVersion eXMLVersion,
char[] aChars) |
static boolean |
XMLCharHelper.containsInvalidXMLTextChar(EXMLSerializeVersion eXMLVersion,
String s) |
static com.helger.commons.collection.ext.ICommonsOrderedSet<Character> |
XMLCharHelper.getAllInvalidXMLAttributeValueChars(EXMLSerializeVersion eXMLVersion,
char[] aChars) |
static com.helger.commons.collection.ext.ICommonsSet<Character> |
XMLCharHelper.getAllInvalidXMLAttributeValueChars(EXMLSerializeVersion eXMLVersion,
String s) |
static com.helger.commons.collection.ext.ICommonsOrderedSet<Character> |
XMLCharHelper.getAllInvalidXMLCDATAChars(EXMLSerializeVersion eXMLVersion,
char[] aChars) |
static com.helger.commons.collection.ext.ICommonsSet<Character> |
XMLCharHelper.getAllInvalidXMLCDATAChars(EXMLSerializeVersion eXMLVersion,
String s) |
static com.helger.commons.collection.ext.ICommonsSet<Character> |
XMLCharHelper.getAllInvalidXMLChars(EXMLSerializeVersion eXMLVersion,
EXMLCharMode eXMLCharMode,
char[] aChars) |
static com.helger.commons.collection.ext.ICommonsSet<Character> |
XMLCharHelper.getAllInvalidXMLChars(EXMLSerializeVersion eXMLVersion,
EXMLCharMode eXMLCharMode,
String s) |
static com.helger.commons.collection.ext.ICommonsOrderedSet<Character> |
XMLCharHelper.getAllInvalidXMLNameChars(EXMLSerializeVersion eXMLVersion,
char[] aChars) |
static com.helger.commons.collection.ext.ICommonsSet<Character> |
XMLCharHelper.getAllInvalidXMLNameChars(EXMLSerializeVersion eXMLVersion,
String s) |
static com.helger.commons.collection.ext.ICommonsOrderedSet<Character> |
XMLCharHelper.getAllInvalidXMLTextChars(EXMLSerializeVersion eXMLVersion,
char[] aChars) |
static com.helger.commons.collection.ext.ICommonsSet<Character> |
XMLCharHelper.getAllInvalidXMLTextChars(EXMLSerializeVersion eXMLVersion,
String s) |
static String |
XMLEmitter.getDocTypeHTMLRepresentation(EXMLSerializeVersion eXMLVersion,
EXMLIncorrectCharacterHandling eIncorrectCharHandling,
IMicroDocumentType aDocType)
Get the XML representation of a document type.
|
static String |
XMLEmitter.getDocTypeHTMLRepresentation(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 int |
XMLMaskHelper.getMaskedXMLTextLength(EXMLSerializeVersion eXMLVersion,
EXMLCharMode eXMLCharMode,
EXMLIncorrectCharacterHandling eIncorrectCharHandling,
String s) |
static boolean |
XMLCharHelper.isInvalidXMLAttributeValueChar(EXMLSerializeVersion eXMLVersion,
int c)
Check if the passed character is invalid for a attribute value node.
|
static boolean |
XMLCharHelper.isInvalidXMLCDATAChar(EXMLSerializeVersion eXMLVersion,
int c)
Check if the passed character is invalid for a CDATA node.
|
static boolean |
XMLCharHelper.isInvalidXMLNameChar(EXMLSerializeVersion eXMLVersion,
int c)
Check if the passed character is invalid for an element or attribute name
after the first position
|
static boolean |
XMLCharHelper.isInvalidXMLNameStartChar(EXMLSerializeVersion eXMLVersion,
int c)
Check if the passed character is invalid for an element or attribute name
on the first position
|
static boolean |
XMLCharHelper.isInvalidXMLTextChar(EXMLSerializeVersion eXMLVersion,
int c)
Check if the passed character is invalid for a text node.
|
static void |
XMLMaskHelper.maskXMLTextTo(EXMLSerializeVersion eXMLVersion,
EXMLCharMode eXMLCharMode,
EXMLIncorrectCharacterHandling eIncorrectCharHandling,
String s,
Writer aWriter) |
XMLWriterSettings |
XMLWriterSettings.setSerializeVersion(EXMLSerializeVersion eSerializeVersion)
Set the preferred XML version to use.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.