/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,
|
/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...] |
SAX2.c | [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...] |
SAX2.c | [all...] |
/libcore/luni/src/test/java/tests/api/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 | 725 attributeDeclSAXFunc attributeDecl; 766 attributeDeclSAXFunc attributeDecl; [all...] |
/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/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(
|
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...] |
ToXMLSAXHandler.java | 138 * @see org.xml.sax.ext.DeclHandler#attributeDecl(String, String, String, String, String) 140 public void attributeDecl(
|
ToHTMLStream.java | [all...] |
ToStream.java | 843 public void attributeDecl( [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2DTM.java | [all...] |
/prebuilts/tools/common/m2/internal/xom/xom/1.0/ |
xom-1.0.jar | |
/external/jdiff/ |
xerces.jar | |
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/ |
xercesImpl-2.6.2.jar | |
/prebuilts/tools/common/m2/internal/jdom/jdom/1.0/ |
jdom-1.0.jar | |