maec.utils.parser Module

Version: 4.1.0.17


Classes

class maec.utils.parser.EntityParser[source]

Bases: mixbox.parser.EntityParser

get_entity_class(tag)[source]

Return the class to be returned as the result of parsing.

get_version(root)[source]

Return as a string the schema version used by the document root.

supported_tags()[source]

Return an iterable of supported document root tags (strings).

supported_versions(tag)[source]

Return all the supported versions for a given tag.