Skip to content

CommentAnnotation

Bases: TextAnnotation_Type

Represents the XML element CommentAnnotation.

An annotation that consists of a simple multi-line comment.

fromBase(base) staticmethod

getTypeName()

getXMLName()

getNBOType()

getChildren()

getSubElements()

fromJsonFile(path, validate=True)

fromJsonString(json_string, validate=True)

fromXmlFile(path, validate=True)

fromXmlString(xml_string, validate=True)

toXmlFile(filename, validate=True)

toXmlString(validate=True)

setValue(value, validate=True)

getValue()