Uses of Enum
com.helger.xml.serialize.write.EXMLSerializeDocType
Packages that use EXMLSerializeDocType
-
Uses of EXMLSerializeDocType in com.helger.xml.serialize.write
Fields in com.helger.xml.serialize.write declared as EXMLSerializeDocTypeModifier and TypeFieldDescriptionstatic final EXMLSerializeDocTypeXMLWriterSettings.DEFAULT_SERIALIZE_DOC_TYPEBy default the document type is emittedMethods in com.helger.xml.serialize.write that return EXMLSerializeDocTypeModifier and TypeMethodDescriptionstatic EXMLSerializeDocTypeEXMLSerializeDocType.getFromIDOrNull(String sID) IXMLWriterSettings.getSerializeDocType()XMLWriterSettings.getSerializeDocType()static EXMLSerializeDocTypeReturns the enum constant of this type with the specified name.static EXMLSerializeDocType[]EXMLSerializeDocType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.xml.serialize.write with parameters of type EXMLSerializeDocTypeModifier and TypeMethodDescriptionfinal XMLWriterSettingsXMLWriterSettings.setSerializeDocType(EXMLSerializeDocType eSerializeDocType) Set the way how to handle the doc type.