Uses of Class
com.helger.xml.EXMLVersion
-
Packages that use EXMLVersion Package Description com.helger.xml com.helger.xml.serialize.write -
-
Uses of EXMLVersion in com.helger.xml
Methods in com.helger.xml that return EXMLVersion Modifier and Type Method Description static EXMLVersionEXMLVersion. getFromVersionOrDefault(String sVersion, EXMLVersion eDefault)Find theEXMLVersionobject matching the passed version string.static EXMLVersionEXMLVersion. getFromVersionOrNull(String sVersion)Find theEXMLVersionobject matching the passed version string.static EXMLVersionEXMLVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static EXMLVersion[]EXMLVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.xml with parameters of type EXMLVersion Modifier and Type Method Description static EXMLVersionEXMLVersion. getFromVersionOrDefault(String sVersion, EXMLVersion eDefault)Find theEXMLVersionobject matching the passed version string.static DocumentXMLFactory. newDocument(EXMLVersion eVersion)Create a new XML document without document type using the default document builder.static DocumentXMLFactory. newDocument(EXMLVersion eVersion, String sQualifiedName, String sPublicId, String sSystemId)Create a new document with a document type using the default document builder.static DocumentXMLFactory. newDocument(DocumentBuilder aDocBuilder, EXMLVersion eVersion)Create a new XML document without document type using a custom document builder.static DocumentXMLFactory. newDocument(DocumentBuilder aDocBuilder, EXMLVersion eVersion, String sQualifiedName, String sPublicId, String sSystemId)Create a new document with a document type using a custom document builder. -
Uses of EXMLVersion in com.helger.xml.serialize.write
Fields in com.helger.xml.serialize.write declared as EXMLVersion Modifier and Type Field Description static EXMLVersionXMLWriter. DEFAULT_XML_VERSIONThe default XML version to be usedMethods in com.helger.xml.serialize.write that return EXMLVersion Modifier and Type Method Description EXMLVersionIXMLWriterSettings. getXMLVersion()EXMLVersionXMLWriterSettings. getXMLVersion()EXMLVersionEXMLSerializeVersion. getXMLVersionOrDefault(EXMLVersion eDefault)Methods in com.helger.xml.serialize.write with parameters of type EXMLVersion Modifier and Type Method Description static EXMLSerializeVersionEXMLSerializeVersion. getFromXMLVersionOrThrow(EXMLVersion eXMLVersion)Get theEXMLSerializeVersionfrom the specifiedEXMLVersion.static intXMLMaskHelper. getMaskedXMLTextLength(EXMLVersion eXMLVersion, EXMLCharMode eXMLCharMode, EXMLIncorrectCharacterHandling eIncorrectCharHandling, String s)EXMLVersionEXMLSerializeVersion. getXMLVersionOrDefault(EXMLVersion eDefault)voidXMLEmitter. onXMLDeclaration(EXMLVersion eXMLVersion, String sEncoding, com.helger.commons.state.ETriState eStandalone)Deprecated.Since 9.2.1; UseXMLEmitter.onXMLDeclaration(EXMLVersion, String, ETriState, boolean)insteadvoidXMLEmitter. onXMLDeclaration(EXMLVersion eXMLVersion, String sEncoding, com.helger.commons.state.ETriState eStandalone, boolean bWithNewLine)At the very beginning of the document (XML declaration).voidSafeXMLStreamWriter. writeStartDocument(Charset aEncoding, EXMLVersion eVersion)
-