Home | History | Annotate | Download | only in libxml

Lines Matching refs:ctx

27 		getPublicId			(void *ctx);
29 getSystemId (void *ctx);
31 setDocumentLocator (void *ctx,
35 getLineNumber (void *ctx);
37 getColumnNumber (void *ctx);
40 isStandalone (void *ctx);
42 hasInternalSubset (void *ctx);
44 hasExternalSubset (void *ctx);
47 internalSubset (void *ctx,
52 externalSubset (void *ctx,
57 getEntity (void *ctx,
60 getParameterEntity (void *ctx,
63 resolveEntity (void *ctx,
68 entityDecl (void *ctx,
75 attributeDecl (void *ctx,
83 elementDecl (void *ctx,
88 notationDecl (void *ctx,
93 unparsedEntityDecl (void *ctx,
100 startDocument (void *ctx);
102 endDocument (void *ctx);
104 attribute (void *ctx,
108 startElement (void *ctx,
112 endElement (void *ctx,
115 reference (void *ctx,
118 characters (void *ctx,
122 ignorableWhitespace (void *ctx,
126 processingInstruction (void *ctx,
130 globalNamespace (void *ctx,
134 setNamespace (void *ctx,
137 getNamespace (void *ctx);
139 checkNamespace (void *ctx,
142 namespaceDecl (void *ctx,
146 comment (void *ctx,
149 cdataBlock (void *ctx,