ReactOS 0.4.16-dev-13-ge2fc578
|
#include <parser.h>
Public Attributes | |
xmlParserInputBufferPtr | buf |
const char * | filename |
const char * | directory |
const xmlChar * | base |
const xmlChar * | cur |
const xmlChar * | end |
int | length |
int | line |
int | col |
unsigned long | consumed |
xmlParserInputDeallocate | free |
const xmlChar * | encoding |
const xmlChar * | version |
int | standalone |
int | id |
Definition at line 58 of file parser.h.
Referenced by xmlCtxtResetPush(), xmlGROW(), xmlHaltParser(), xmlParseAttValueInternal(), xmlParseElementEnd(), xmlParseElementStart(), xmlParseExternalEntityPrivate(), xmlParseNameComplex(), xmlParserEntityCheck(), xmlParseStartTag2(), and xmlSAX2EndElementNs().
xmlParserInputBufferPtr _xmlParserInput::buf |
Definition at line 54 of file parser.h.
Referenced by xmlCtxtResetPush(), xmlGROW(), xmlHaltParser(), xmlNewInputFromFile(), xmlNewIOInputStream(), xmlParseDocument(), and xmlParseEncodingDecl().
int _xmlParserInput::col |
Definition at line 63 of file parser.h.
Referenced by xmlNextChar(), xmlParseAttValueInternal(), xmlParseCharData(), xmlParseCharRef(), xmlParseComment(), xmlParseName(), xmlParseNameAndCompare(), xmlParseNCName(), xmlParseQNameAndCompare(), xmlSAX2GetColumnNumber(), and xmlSkipBlankChars().
Definition at line 69 of file parser.h.
Referenced by xmlParseElementEnd(), xmlParseElementStart(), xmlParseExternalEntityPrivate(), and xmlParserEntityCheck().
Definition at line 59 of file parser.h.
Referenced by xmlCtxtResetPush(), xmlCurrentChar(), xmlGROW(), xmlHaltParser(), xmlLoadEntityContent(), xmlNextChar(), xmlParseCharData(), xmlParseCharRef(), xmlParseComment(), xmlParseContentInternal(), xmlParseDocument(), xmlParseExternalEntityPrivate(), xmlParseExternalSubset(), xmlParseExtParsedEnt(), xmlParseName(), xmlParseNameAndCompare(), xmlParseNameComplex(), xmlParseNCName(), xmlParseNCNameComplex(), xmlParsePEReference(), xmlParseQNameAndCompare(), xmlParserEntityCheck(), xmlParseStartTag2(), xmlPopInput(), xmlSAX2EndElementNs(), xmlSAX2ExternalSubset(), xmlSHRINK(), xmlSkipBlankChars(), xmlStringCurrentChar(), and xmlSwitchEncoding().
Definition at line 57 of file parser.h.
Referenced by xmlNewInputFromFile().
Definition at line 71 of file parser.h.
Referenced by xmlParseEncodingDecl(), xmlParseXMLDecl(), xmlSAX2EndDocument(), and xmlSwitchEncoding().
Definition at line 60 of file parser.h.
Referenced by xmlCurrentChar(), xmlGROW(), xmlHaltParser(), xmlLoadEntityContent(), xmlNextChar(), xmlParseAttValueInternal(), xmlParseDocument(), xmlParseExternalEntityPrivate(), xmlParseExternalSubset(), xmlParseExtParsedEnt(), xmlParseNCName(), xmlParsePEReference(), and xmlStringCurrentChar().
Definition at line 56 of file parser.h.
Referenced by xmlCtxtResetPush(), xmlDoRead(), xmlNewInputFromFile(), xmlNewIOInputStream(), xmlParseInternalSubset(), xmlPushInput(), xmlSAX2EntityDecl(), xmlSAX2GetSystemId(), xmlSAX2ResolveEntity(), xmlSAX2StartDocument(), and xmlSAX2UnparsedEntityDecl().
xmlParserInputDeallocate _xmlParserInput::free |
Definition at line 70 of file parser.h.
Referenced by xmlHaltParser().
int _xmlParserInput::id |
Definition at line 74 of file parser.h.
Referenced by xmlParseAttributeListDecl(), xmlParseComment(), xmlParseCommentComplex(), xmlParseConditionalSections(), xmlParseContentInternal(), xmlParseElementChildrenContentDeclPriv(), xmlParseElementContentDecl(), xmlParseElementDecl(), xmlParseElementMixedContentDecl(), xmlParseEntityDecl(), xmlParseExternalSubset(), xmlParseInternalSubset(), xmlParseNotationDecl(), xmlParsePI(), and xmlParseStartTag2().
int _xmlParserInput::length |
Definition at line 61 of file parser.h.
Referenced by xmlHaltParser(), and xmlSAX2ExternalSubset().
int _xmlParserInput::line |
Definition at line 62 of file parser.h.
Referenced by xmlNextChar(), xmlParseAttValueInternal(), xmlParseCharData(), xmlParseComment(), xmlParseElementEnd(), xmlParseElementStart(), xmlPushInput(), xmlSAX2Comment(), xmlSAX2EndElementNs(), xmlSAX2GetLineNumber(), xmlSAX2ProcessingInstruction(), xmlSAX2StartElementNs(), xmlSAX2TextNode(), and xmlSkipBlankChars().
int _xmlParserInput::standalone |
Definition at line 73 of file parser.h.
Referenced by xmlParseDocument(), and xmlParseXMLDecl().
Definition at line 72 of file parser.h.
Referenced by xmlParseExternalEntityPrivate(), and xmlParseTextDecl().