xlnt
|
This is the complete list of members for xlnt::manifest, including all inherited members.
canonicalize(const std::vector< xlnt::relationship > &rels) const | xlnt::manifest | |
clear() | xlnt::manifest | |
content_type(const path &part) const | xlnt::manifest | |
default_type(const std::string &extension) const | xlnt::manifest | |
extensions_with_default_types() const | xlnt::manifest | |
has_default_type(const std::string &extension) const | xlnt::manifest | |
has_override_type(const path &part) const | xlnt::manifest | |
has_relationship(const path &source, relationship_type type) const | xlnt::manifest | |
has_relationship(const path &source, const std::string &rel_id) const | xlnt::manifest | |
operator==(const manifest &other) const (defined in xlnt::manifest) | xlnt::manifest | |
override_type(const path &part) const | xlnt::manifest | |
parts() const | xlnt::manifest | |
parts_with_overriden_types() const | xlnt::manifest | |
register_default_type(const std::string &extension, const std::string &type) | xlnt::manifest | |
register_override_type(const path &part, const std::string &type) | xlnt::manifest | |
register_relationship(const uri &source, relationship_type type, const uri &target, target_mode mode) | xlnt::manifest | |
register_relationship(const class relationship &rel) | xlnt::manifest | |
relationship(const path &source, relationship_type type) const | xlnt::manifest | |
relationship(const path &source, const std::string &rel_id) const | xlnt::manifest | |
relationships(const path &source) const | xlnt::manifest | |
relationships(const path &source, relationship_type type) const | xlnt::manifest | |
unregister_default_type(const std::string &extension) | xlnt::manifest | |
unregister_override_type(const path &part) | xlnt::manifest | |
unregister_relationship(const uri &source, const std::string &rel_id) | xlnt::manifest |