libdom
Loading...
Searching...
No Matches
Public Attributes | List of all members
dom_document_type_vtable Struct Reference

#include <document_type.h>

Public Attributes

struct dom_node_vtable base
 
dom_exception(* dom_document_type_get_name )(struct dom_document_type *doc_type, dom_string **result)
 
dom_exception(* dom_document_type_get_entities )(struct dom_document_type *doc_type, struct dom_namednodemap **result)
 
dom_exception(* dom_document_type_get_notations )(struct dom_document_type *doc_type, struct dom_namednodemap **result)
 
dom_exception(* dom_document_type_get_public_id )(struct dom_document_type *doc_type, dom_string **result)
 
dom_exception(* dom_document_type_get_system_id )(struct dom_document_type *doc_type, dom_string **result)
 
dom_exception(* dom_document_type_get_internal_subset )(struct dom_document_type *doc_type, dom_string **result)
 

Member Data Documentation

◆ base

struct dom_node_vtable dom_document_type_vtable::base

◆ dom_document_type_get_entities

dom_exception(* dom_document_type_vtable::dom_document_type_get_entities) (struct dom_document_type *doc_type, struct dom_namednodemap **result)

◆ dom_document_type_get_internal_subset

dom_exception(* dom_document_type_vtable::dom_document_type_get_internal_subset) (struct dom_document_type *doc_type, dom_string **result)

◆ dom_document_type_get_name

dom_exception(* dom_document_type_vtable::dom_document_type_get_name) (struct dom_document_type *doc_type, dom_string **result)

◆ dom_document_type_get_notations

dom_exception(* dom_document_type_vtable::dom_document_type_get_notations) (struct dom_document_type *doc_type, struct dom_namednodemap **result)

◆ dom_document_type_get_public_id

dom_exception(* dom_document_type_vtable::dom_document_type_get_public_id) (struct dom_document_type *doc_type, dom_string **result)

◆ dom_document_type_get_system_id

dom_exception(* dom_document_type_vtable::dom_document_type_get_system_id) (struct dom_document_type *doc_type, dom_string **result)

The documentation for this struct was generated from the following file: