ReactOS
0.4.15-dev-4874-g57c84dd
|
#include <valid.h>
Public Attributes | |
void * | userData |
xmlValidityErrorFunc | error |
xmlValidityWarningFunc | warning |
xmlNodePtr | node |
int | nodeNr |
int | nodeMax |
xmlNodePtr * | nodeTab |
unsigned int | finishDtd |
xmlDocPtr | doc |
int | valid |
xmlValidState * | vstate |
int | vstateNr |
int | vstateMax |
xmlValidState * | vstateTab |
void * | am |
void * | state |
xmlValidityErrorFunc _xmlValidCtxt::error |
Definition at line 84 of file valid.h.
Referenced by parseAndPrintFile(), xmlCtxtReset(), xmlCtxtUseOptionsInternal(), xmlInitParserCtxt(), xmlParseExternalEntityPrivate(), xmlParsePEReference(), and xmlVErrMemory().
Definition at line 93 of file valid.h.
Referenced by xmlAddElementDecl(), xmlInitParserCtxt(), xmlSAX2StartElementNs(), and xmlVErrMemory().
xmlNodePtr _xmlValidCtxt::node |
int _xmlValidCtxt::nodeMax |
Definition at line 90 of file valid.h.
Referenced by xmlInitParserCtxt().
xmlNodePtr* _xmlValidCtxt::nodeTab |
Definition at line 91 of file valid.h.
Referenced by xmlFreeParserCtxt().
void* _xmlValidCtxt::userData |
Definition at line 83 of file valid.h.
Referenced by parseAndPrintFile(), xmlCtxtReset(), xmlInitParserCtxt(), xmlParseExternalEntityPrivate(), and xmlVErrMemory().
int _xmlValidCtxt::valid |
Definition at line 95 of file valid.h.
Referenced by xmlAddAttributeDecl(), and xmlSAX2AttributeDecl().
xmlValidState* _xmlValidCtxt::vstate |
int _xmlValidCtxt::vstateNr |
Definition at line 99 of file valid.h.
Referenced by xmlAddID(), and xmlAddRef().
xmlValidState* _xmlValidCtxt::vstateTab |
xmlValidityWarningFunc _xmlValidCtxt::warning |
Definition at line 85 of file valid.h.
Referenced by parseAndPrintFile(), xmlCtxtReset(), xmlCtxtUseOptionsInternal(), xmlInitParserCtxt(), and xmlParseExternalEntityPrivate().