Uses of Class
com.helger.xml.serialize.write.EXMLSerializeDocType
-
Packages that use EXMLSerializeDocType Package Description com.helger.xml.serialize.write -
-
Uses of EXMLSerializeDocType in com.helger.xml.serialize.write
Fields in com.helger.xml.serialize.write declared as EXMLSerializeDocType Modifier and Type Field Description static EXMLSerializeDocTypeXMLWriterSettings. DEFAULT_SERIALIZE_DOC_TYPEBy default the document type is emittedMethods in com.helger.xml.serialize.write that return EXMLSerializeDocType Modifier and Type Method Description static EXMLSerializeDocTypeEXMLSerializeDocType. getFromIDOrNull(String sID)EXMLSerializeDocTypeIXMLWriterSettings. getSerializeDocType()EXMLSerializeDocTypeXMLWriterSettings. getSerializeDocType()static EXMLSerializeDocTypeEXMLSerializeDocType. valueOf(String name)Returns 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 EXMLSerializeDocType Modifier and Type Method Description XMLWriterSettingsXMLWriterSettings. setSerializeDocType(EXMLSerializeDocType eSerializeDocType)Set the way how to handle the doc type.
-