HomeSort by relevance Sort by last modified time
    Searched defs:attributeDecl (Results 1 - 25 of 70) sorted by null

1 2 3

  /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/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...]
ToHTMLStream.java     [all...]
ToStream.java 843 public void attributeDecl(
    [all...]
  /external/libxml2/
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...]
  /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/libxml2/python/
libxml.py 236 def attributeDecl(self, elem, name, type, defi, defaultValue, nameList):
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java     [all...]
  /external/libxml2/include/libxml/
parser.h 728 attributeDeclSAXFunc attributeDecl;
769 attributeDeclSAXFunc attributeDecl;
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xercesMinimal-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/xercesMinimal/1.9.6.2/
xercesMinimal-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 

Completed in 342 milliseconds

1 2 3