HomeSort by relevance Sort by last modified time
    Searched full:attributedecl (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/third_party/libxml/src/
SAX.c 57 hdlr->attributeDecl = xmlSAX2AttributeDecl;
105 hdlr->attributeDecl = NULL;
152 hdlr->attributeDecl = NULL;
legacy.c 112 "SAX function attributeDecl",
221 } else if (!strcmp(name, "SAX function attributeDecl")) {
222 *((attributeDeclSAXFunc *) result) = ctxt->sax->attributeDecl;
339 } else if (!strcmp(name, "SAX function attributeDecl")) {
340 ctxt->sax->attributeDecl = *((attributeDeclSAXFunc *) value);
983 * attributeDecl:
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname,
1000 DEPRECATED("attributeDecl")
    [all...]
testSAX.c 212 NULL, /* attributeDecl */
475 fprintf(stdout, "SAX.attributeDecl(%s, %s, %d, %d, NULL, ...)\n",
478 fprintf(stdout, "SAX.attributeDecl(%s, %s, %d, %d, %s, ...)\n",
testHTML.c 62 NULL, /* attributeDecl */
265 fprintf(stdout, "SAX.attributeDecl(%s, %s, %d, %d, %s, ...)\n",
SAX2.c     [all...]
runtest.c 742 NULL, /* attributeDecl */
1000 fprintf(SAXdebug, "SAX.attributeDecl(%s, %s, %d, %d, NULL, ...)\n",
1003 fprintf(SAXdebug, "SAX.attributeDecl(%s, %s, %d, %d, %s, ...)\n",
    [all...]
xmllint.c 853 NULL, /* attributeDecl */
1106 fprintf(stdout, "SAX.attributeDecl(%s, %s, %d, %d, NULL, ...)\n",
1109 fprintf(stdout, "SAX.attributeDecl(%s, %s, %d, %d, %s, ...)\n",
    [all...]
  /external/libxml2/
SAX.c 57 hdlr->attributeDecl = xmlSAX2AttributeDecl;
105 hdlr->attributeDecl = NULL;
152 hdlr->attributeDecl = NULL;
legacy.c 112 "SAX function attributeDecl",
221 } else if (!strcmp(name, "SAX function attributeDecl")) {
222 *((attributeDeclSAXFunc *) result) = ctxt->sax->attributeDecl;
339 } else if (!strcmp(name, "SAX function attributeDecl")) {
340 ctxt->sax->attributeDecl = *((attributeDeclSAXFunc *) value);
983 * attributeDecl:
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname,
1000 DEPRECATED("attributeDecl")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
DefaultHandler2Test.java 92 h.attributeDecl("eName", "aName", "type", "mode", "value");
  /external/chromium_org/third_party/libxml/src/include/libxml/
SAX.h 75 attributeDecl (void *ctx,
parser.h 725 attributeDeclSAXFunc attributeDecl;
766 attributeDeclSAXFunc attributeDecl;
    [all...]
  /external/libxml2/include/libxml/
SAX.h 75 attributeDecl (void *ctx,
parser.h 728 attributeDeclSAXFunc attributeDecl;
769 attributeDeclSAXFunc attributeDecl;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextSAXHandler.java 196 * @see org.xml.sax.ext.DeclHandler#attributeDecl(String, String, String, String, String)
198 public void attributeDecl(
ToXMLSAXHandler.java 138 * @see org.xml.sax.ext.DeclHandler#attributeDecl(String, String, String, String, String)
140 public void attributeDecl(
ToUnknownStream.java 716 * @see org.xml.sax.ext.DeclHandler#attributeDecl(String, String, String, String, String)
718 public void attributeDecl(
726 m_handler.attributeDecl(arg0, arg1, arg2, arg3, arg4);
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/ext/
DeclHandler.java 96 public abstract void attributeDecl (String eName,
DefaultHandler2.java 77 public void attributeDecl (String eName, String aName,
  /libcore/luni/src/main/java/org/xml/sax/
Attributes.java 67 * @see org.xml.sax.ext.DeclHandler#attributeDecl
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1-sources.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2-sources.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 967 public void attributeDecl(
973 System.out.println("TransformerHandlerImpl#attributeDecl: " + eName
978 m_declHandler.attributeDecl(eName, aName, type, valueDefault, value);
TransformerIdentityImpl.java     [all...]
  /external/chromium_org/third_party/libxml/src/win32/
libxml2.def.src 189 attributeDecl
    [all...]

Completed in 998 milliseconds

1 2