ReactOS 0.4.16-dev-2135-g2f5a67f
schema_cache Struct Reference
Collaboration diagram for schema_cache:

Public Attributes

DispatchEx dispex
 
IXMLDOMSchemaCollection2 IXMLDOMSchemaCollection2_iface
 
LONG ref
 
MSXML_VERSION version
 
xmlHashTablePtr cache
 
xmlChar ** uris
 
int allocated
 
int count
 
VARIANT_BOOL validateOnLoad
 
int read_only
 

Detailed Description

Definition at line 89 of file schema.c.

Member Data Documentation

◆ allocated

int schema_cache::allocated

Definition at line 98 of file schema.c.

◆ cache

xmlHashTablePtr schema_cache::cache

Definition at line 96 of file schema.c.

Referenced by schema_cache_addCollection().

◆ count

int schema_cache::count

Definition at line 99 of file schema.c.

◆ dispex

DispatchEx schema_cache::dispex

Definition at line 91 of file schema.c.

◆ IXMLDOMSchemaCollection2_iface

IXMLDOMSchemaCollection2 schema_cache::IXMLDOMSchemaCollection2_iface

Definition at line 92 of file schema.c.

◆ read_only

int schema_cache::read_only

Definition at line 102 of file schema.c.

◆ ref

LONG schema_cache::ref

Definition at line 93 of file schema.c.

◆ uris

xmlChar** schema_cache::uris

Definition at line 97 of file schema.c.

◆ validateOnLoad

VARIANT_BOOL schema_cache::validateOnLoad

Definition at line 101 of file schema.c.

◆ version

MSXML_VERSION schema_cache::version

Definition at line 95 of file schema.c.


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