Uses of Enum
com.helger.xml.EXMLVersion
Packages that use EXMLVersion
-
Uses of EXMLVersion in com.helger.xml
Methods in com.helger.xml that return EXMLVersionModifier and TypeMethodDescriptionstatic 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 EXMLVersionReturns 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 EXMLVersionModifier and TypeMethodDescriptionstatic 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 EXMLVersionModifier and TypeFieldDescriptionstatic final EXMLVersionXMLWriter.DEFAULT_XML_VERSIONThe default XML version to be usedMethods in com.helger.xml.serialize.write that return EXMLVersionModifier and TypeMethodDescriptionIXMLWriterSettings.getXMLVersion()XMLWriterSettings.getXMLVersion()EXMLSerializeVersion.getXMLVersionOrDefault(EXMLVersion eDefault) Methods in com.helger.xml.serialize.write with parameters of type EXMLVersionModifier and TypeMethodDescriptionstatic EXMLSerializeVersionEXMLSerializeVersion.getFromXMLVersionOrThrow(EXMLVersion eXMLVersion) Get theEXMLSerializeVersionfrom the specifiedEXMLVersion.static intXMLMaskHelper.getMaskedXMLTextLength(EXMLVersion eXMLVersion, EXMLCharMode eXMLCharMode, EXMLIncorrectCharacterHandling eIncorrectCharHandling, String s) EXMLSerializeVersion.getXMLVersionOrDefault(EXMLVersion eDefault) voidXMLEmitter.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)