maec.utils.parser Module
Version: 4.1.0.17
Classes¶
-
class
maec.utils.parser.EntityParser¶ Bases:
mixbox.parser.EntityParser-
get_entity_class(tag)¶ Return the class to be returned as the result of parsing.
-
get_version(root)¶ Return as a string the schema version used by the document root.
Return an iterable of supported document root tags (strings).
-
supported_versions(tag)¶ Return all the supported versions for a given tag.
-