Lines Matching refs:ctx
25 xmlSAX2GetPublicId (void *ctx);
27 xmlSAX2GetSystemId (void *ctx);
29 xmlSAX2SetDocumentLocator (void *ctx,
33 xmlSAX2GetLineNumber (void *ctx);
35 xmlSAX2GetColumnNumber (void *ctx);
38 xmlSAX2IsStandalone (void *ctx);
40 xmlSAX2HasInternalSubset (void *ctx);
42 xmlSAX2HasExternalSubset (void *ctx);
45 xmlSAX2InternalSubset (void *ctx,
50 xmlSAX2ExternalSubset (void *ctx,
55 xmlSAX2GetEntity (void *ctx,
58 xmlSAX2GetParameterEntity (void *ctx,
61 xmlSAX2ResolveEntity (void *ctx,
66 xmlSAX2EntityDecl (void *ctx,
73 xmlSAX2AttributeDecl (void *ctx,
81 xmlSAX2ElementDecl (void *ctx,
86 xmlSAX2NotationDecl (void *ctx,
91 xmlSAX2UnparsedEntityDecl (void *ctx,
98 xmlSAX2StartDocument (void *ctx);
100 xmlSAX2EndDocument (void *ctx);
103 xmlSAX2StartElement (void *ctx,
107 xmlSAX2EndElement (void *ctx,
111 xmlSAX2StartElementNs (void *ctx,
121 xmlSAX2EndElementNs (void *ctx,
126 xmlSAX2Reference (void *ctx,
129 xmlSAX2Characters (void *ctx,
133 xmlSAX2IgnorableWhitespace (void *ctx,
137 xmlSAX2ProcessingInstruction (void *ctx,
141 xmlSAX2Comment (void *ctx,
144 xmlSAX2CDataBlock (void *ctx,