Home
last modified time | relevance | path

Searched refs:attributeDecl (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/libxml/src/
DSAX.c57 hdlr->attributeDecl = xmlSAX2AttributeDecl; in initxmlDefaultSAXHandler()
105 hdlr->attributeDecl = NULL; in inithtmlDefaultSAXHandler()
152 hdlr->attributeDecl = NULL; in initdocbDefaultSAXHandler()
Dlegacy.c222 *((attributeDeclSAXFunc *) result) = ctxt->sax->attributeDecl; in xmlGetFeature()
340 ctxt->sax->attributeDecl = *((attributeDeclSAXFunc *) value); in xmlSetFeature()
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, in attributeDecl() function
DSAX2.c2776 hdlr->attributeDecl = xmlSAX2AttributeDecl; in xmlSAXVersion()
2852 hdlr->attributeDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()
2910 hdlr->attributeDecl = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
Dxmlschemas.c28242 (ctxt->user_sax->attributeDecl != NULL)) { in attributeDeclSplit()
28243 ctxt->user_sax->attributeDecl(ctxt->user_data, elem, name, type, in attributeDeclSplit()
28535 if (old_sax->attributeDecl != NULL) in xmlSchemaSAXPlug()
28536 ret->schemas_sax.attributeDecl = attributeDeclSplit; in xmlSchemaSAXPlug()
Dparser.c5742 (ctxt->sax->attributeDecl != NULL)) in xmlParseAttributeListDecl()
5743 ctxt->sax->attributeDecl(ctxt->userData, elemName, attrName, in xmlParseAttributeListDecl()
/external/libxml2/
DSAX.c57 hdlr->attributeDecl = xmlSAX2AttributeDecl; in initxmlDefaultSAXHandler()
105 hdlr->attributeDecl = NULL; in inithtmlDefaultSAXHandler()
152 hdlr->attributeDecl = NULL; in initdocbDefaultSAXHandler()
Dlegacy.c222 *((attributeDeclSAXFunc *) result) = ctxt->sax->attributeDecl; in xmlGetFeature()
340 ctxt->sax->attributeDecl = *((attributeDeclSAXFunc *) value); in xmlSetFeature()
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, in attributeDecl() function
DSAX2.c2864 hdlr->attributeDecl = xmlSAX2AttributeDecl; in xmlSAXVersion()
2940 hdlr->attributeDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()
2998 hdlr->attributeDecl = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
Dxmlschemas.c28323 (ctxt->user_sax->attributeDecl != NULL)) { in attributeDeclSplit()
28324 ctxt->user_sax->attributeDecl(ctxt->user_data, elem, name, type, in attributeDeclSplit()
28616 if (old_sax->attributeDecl != NULL) in xmlSchemaSAXPlug()
28617 ret->schemas_sax.attributeDecl = attributeDeclSplit; in xmlSchemaSAXPlug()
Dparser.c6064 (ctxt->sax->attributeDecl != NULL)) in xmlParseAttributeListDecl()
6065 ctxt->sax->attributeDecl(ctxt->userData, elemName, attrName, in xmlParseAttributeListDecl()
/external/libxml2/include/libxml/
DSAX.h75 attributeDecl (void *ctx,
Dparser.h728 attributeDeclSAXFunc attributeDecl; member
769 attributeDeclSAXFunc attributeDecl; member
/external/chromium_org/third_party/libxml/src/include/libxml/
DSAX.h75 attributeDecl (void *ctx,
Dparser.h725 attributeDeclSAXFunc attributeDecl; member
766 attributeDeclSAXFunc attributeDecl; member
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java967 public void attributeDecl( in attributeDecl() method in TransformerHandlerImpl
978 m_declHandler.attributeDecl(eName, aName, type, valueDefault, value); in attributeDecl()
DTransformerIdentityImpl.java1369 public void attributeDecl (String eName, in attributeDecl() method in TransformerIdentityImpl
1377 … m_resultDeclHandler.attributeDecl(eName, aName, type, valueDefault, value); in attributeDecl()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToTextSAXHandler.java198 public void attributeDecl( in attributeDecl() method in ToTextSAXHandler
DToUnknownStream.java718 public void attributeDecl( in attributeDecl() method in ToUnknownStream
726 m_handler.attributeDecl(arg0, arg1, arg2, arg3, arg4); in attributeDecl()
DToXMLSAXHandler.java140 public void attributeDecl( in attributeDecl() method in ToXMLSAXHandler
DToHTMLStream.java1882 public void attributeDecl( in attributeDecl() method in ToHTMLStream
DToStream.java843 public void attributeDecl( in attributeDecl() method in ToStream
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java2272 public void attributeDecl( in attributeDecl() method in SAX2DTM
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src189 attributeDecl