Uses of Class
com.helger.xml.serialize.write.EXMLSerializeComments
-
Packages that use EXMLSerializeComments Package Description com.helger.xml.serialize.write -
-
Uses of EXMLSerializeComments in com.helger.xml.serialize.write
Fields in com.helger.xml.serialize.write declared as EXMLSerializeComments Modifier and Type Field Description static EXMLSerializeCommentsXMLWriterSettings. DEFAULT_SERIALIZE_COMMENTSBy default comments are emittedMethods in com.helger.xml.serialize.write that return EXMLSerializeComments Modifier and Type Method Description static EXMLSerializeCommentsEXMLSerializeComments. getFromIDOrNull(String sID)EXMLSerializeCommentsIXMLWriterSettings. getSerializeComments()EXMLSerializeCommentsXMLWriterSettings. getSerializeComments()static EXMLSerializeCommentsEXMLSerializeComments. valueOf(String name)Returns 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 EXMLSerializeComments Modifier and Type Method Description XMLWriterSettingsXMLWriterSettings. setSerializeComments(EXMLSerializeComments eSerializeComments)Set the way how comments should be handled.
-