/external/chromium_org/third_party/libxml/src/ |
D | SAX.c | 57 hdlr->attributeDecl = xmlSAX2AttributeDecl; in initxmlDefaultSAXHandler() 105 hdlr->attributeDecl = NULL; in inithtmlDefaultSAXHandler() 152 hdlr->attributeDecl = NULL; in initdocbDefaultSAXHandler()
|
D | legacy.c | 222 *((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
|
D | SAX2.c | 2776 hdlr->attributeDecl = xmlSAX2AttributeDecl; in xmlSAXVersion() 2852 hdlr->attributeDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler() 2910 hdlr->attributeDecl = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
|
D | xmlschemas.c | 28242 (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()
|
D | parser.c | 5742 (ctxt->sax->attributeDecl != NULL)) in xmlParseAttributeListDecl() 5743 ctxt->sax->attributeDecl(ctxt->userData, elemName, attrName, in xmlParseAttributeListDecl()
|
/external/libxml2/ |
D | SAX.c | 57 hdlr->attributeDecl = xmlSAX2AttributeDecl; in initxmlDefaultSAXHandler() 105 hdlr->attributeDecl = NULL; in inithtmlDefaultSAXHandler() 152 hdlr->attributeDecl = NULL; in initdocbDefaultSAXHandler()
|
D | legacy.c | 222 *((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
|
D | SAX2.c | 2864 hdlr->attributeDecl = xmlSAX2AttributeDecl; in xmlSAXVersion() 2940 hdlr->attributeDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler() 2998 hdlr->attributeDecl = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
|
D | xmlschemas.c | 28323 (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()
|
D | parser.c | 6064 (ctxt->sax->attributeDecl != NULL)) in xmlParseAttributeListDecl() 6065 ctxt->sax->attributeDecl(ctxt->userData, elemName, attrName, in xmlParseAttributeListDecl()
|
/external/libxml2/include/libxml/ |
D | SAX.h | 75 attributeDecl (void *ctx,
|
D | parser.h | 728 attributeDeclSAXFunc attributeDecl; member 769 attributeDeclSAXFunc attributeDecl; member
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | SAX.h | 75 attributeDecl (void *ctx,
|
D | parser.h | 725 attributeDeclSAXFunc attributeDecl; member 766 attributeDeclSAXFunc attributeDecl; member
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TransformerHandlerImpl.java | 967 public void attributeDecl( in attributeDecl() method in TransformerHandlerImpl 978 m_declHandler.attributeDecl(eName, aName, type, valueDefault, value); in attributeDecl()
|
D | TransformerIdentityImpl.java | 1369 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/ |
D | ToTextSAXHandler.java | 198 public void attributeDecl( in attributeDecl() method in ToTextSAXHandler
|
D | ToUnknownStream.java | 718 public void attributeDecl( in attributeDecl() method in ToUnknownStream 726 m_handler.attributeDecl(arg0, arg1, arg2, arg3, arg4); in attributeDecl()
|
D | ToXMLSAXHandler.java | 140 public void attributeDecl( in attributeDecl() method in ToXMLSAXHandler
|
D | ToHTMLStream.java | 1882 public void attributeDecl( in attributeDecl() method in ToHTMLStream
|
D | ToStream.java | 843 public void attributeDecl( in attributeDecl() method in ToStream
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2DTM.java | 2272 public void attributeDecl( in attributeDecl() method in SAX2DTM
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 189 attributeDecl
|