| Package | Description |
|---|---|
| com.helger.commons.xml.serialize.write |
| Modifier and Type | Field and Description |
|---|---|
static EXMLIncorrectCharacterHandling |
EXMLIncorrectCharacterHandling.DEFAULT
The default setting as it was in previous versions of ph-commons
|
| Modifier and Type | Method and Description |
|---|---|
EXMLIncorrectCharacterHandling |
XMLWriterSettings.getIncorrectCharacterHandling() |
EXMLIncorrectCharacterHandling |
IXMLWriterSettings.getIncorrectCharacterHandling() |
static EXMLIncorrectCharacterHandling |
EXMLIncorrectCharacterHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EXMLIncorrectCharacterHandling[] |
EXMLIncorrectCharacterHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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 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) |
XMLWriterSettings |
XMLWriterSettings.setIncorrectCharacterHandling(EXMLIncorrectCharacterHandling eIncorrectCharacterHandling)
Set the way how to handle invalid characters.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.