# Functions
ActivityStreamsDocumentExtends returns true if the Document type extends from the other type.
DeserializeDocument creates a Document from a map representation that has been unmarshalled from a text or binary format.
DocumentIsDisjointWith returns true if the other provided type is disjoint with the Document type.
DocumentIsExtendedBy returns true if the other provided type extends from the Document type.
IsOrExtendsDocument returns true if the other provided type is the Document type or extends from the Document type.
NewActivityStreamsDocument creates a new Document type.
SetManager sets the manager package-global variable.
SetTypePropertyConstructor sets the "type" property's constructor in the package-global variable.
# Structs
Represents a document of any kind.