Uses of Enum
com.helger.xml.serialize.write.EXMLSerializeComments
Packages that use EXMLSerializeComments
-
Uses of EXMLSerializeComments in com.helger.xml.serialize.write
Fields in com.helger.xml.serialize.write declared as EXMLSerializeCommentsModifier and TypeFieldDescriptionstatic final EXMLSerializeCommentsXMLWriterSettings.DEFAULT_SERIALIZE_COMMENTSBy default comments are emittedMethods in com.helger.xml.serialize.write that return EXMLSerializeCommentsModifier and TypeMethodDescriptionstatic EXMLSerializeCommentsEXMLSerializeComments.getFromIDOrNull(String sID) IXMLWriterSettings.getSerializeComments()XMLWriterSettings.getSerializeComments()static EXMLSerializeCommentsReturns the enum constant of this type with the specified name.static EXMLSerializeComments[]EXMLSerializeComments.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 EXMLSerializeCommentsModifier and TypeMethodDescriptionfinal XMLWriterSettingsXMLWriterSettings.setSerializeComments(EXMLSerializeComments eSerializeComments) Set the way how comments should be handled.