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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/xml/
elem_count.py 19 def startElement(self, name, attrs):
rss2html.py 54 def startElement(self, name, attrs):
roundtrip.py 23 def startElement(self, name, attrs):
  /external/python/cpython2/Demo/xml/
elem_count.py 19 def startElement(self, name, attrs):
rss2html.py 54 def startElement(self, name, attrs):
roundtrip.py 23 def startElement(self, name, attrs):
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorExsltFuncResult.java 45 public void startElement(
51 super.startElement(handler, uri, localName, rawName, attributes);
ProcessorExsltFunction.java 61 public void startElement(
65 //System.out.println("ProcessorFunction.startElement()");
72 super.startElement(handler, uri, localName, rawName, attributes);
ProcessorTemplateElem.java 48 public void startElement(
53 super.startElement(handler, uri, localName, rawName, attributes);
ProcessorDecimalFormat.java 54 * @see org.apache.xalan.processor.StylesheetHandler#startElement
56 * @see org.xml.sax.ContentHandler#startElement
60 public void startElement(
ProcessorNamespaceAlias.java 61 public void startElement(
ProcessorPreserveSpace.java 58 public void startElement(
ProcessorStripSpace.java 58 public void startElement(
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DexDepsXmlHandler.java 52 public void startElement(String uri, String localName, String name, Attributes attributes)
54 super.startElement(uri, localName, name, attributes);
  /development/tools/apkcheck/src/com/android/apkcheck/
ApiDescrHandler.java 68 public void startElement(String uri, String localName, String qName,
  /external/expat/examples/
elements.c 58 startElement(void *userData, const XML_Char *name, const XML_Char **atts)
90 XML_SetElementHandler(parser, startElement, endElement);
  /external/libxml2/python/tests/
indexes.py 35 def startElement(self, tag, attrs):
pushSAX.py 19 def startElement(self, tag, attrs):
21 log = log + "startElement %s %s:" % (tag, attrs)
52 reference = "startDocument:startElement foo {'url': 'tst'}:characters: bar:endElement foo:endDocument:"
pushSAXhtml.py 19 def startElement(self, tag, attrs):
21 log = log + "startElement %s %s:" % (tag, attrs)
52 reference = """startDocument:startElement html None:startElement body None:startElement foo {'url': 'tst'}:error: Tag foo invalid
sync.py 19 def startElement(self, tag, attrs):
21 log = log + "startElement %s %s:" % (tag, attrs)
51 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:"
63 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:"
75 reference = "startDocument:startElement foo None:startElement bar2 None:"
87 reference1 = "startDocument:startElement foo None:startElement bar2 {'a': '1', 'b': '2'}:endElement bar2:
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParserFilter.java 49 // Constants returned by startElement and acceptNode
73 * only element nodes are passed to the <code>startElement</code>
75 * <br>The element node passed to <code>startElement</code> for filtering
79 * <br>A <code>startElement</code> filter function may access or change
111 public short startElement(Element elementArg);
  /libcore/luni/src/main/java/org/xml/sax/
ContentHandler.java 32 * the startElement event and the corresponding endElement event.</p>
150 * corresponding {@link #startElement startElement} event,
167 * @see #startElement
198 * {@link #endElement endElement} event for every startElement event
250 * startElement returns is undefined
257 public void startElement (String uri, String localName,
267 * {@link #startElement startElement} event for every endElement
270 * <p>For information on the names, see startElement.</p
    [all...]
DocumentHandler.java 28 * the startElement event and the corresponding endElement event.</p>
114 * endElement() event for every startElement() event (even when the
131 public abstract void startElement (String name, AttributeList atts)
140 * startElement() event for every endElement() event (even when the
  /tools/tradefederation/core/src/com/android/tradefed/testtype/testdefs/
XmlDefsParser.java 45 public void startElement(String uri, String localName, String name, Attributes attributes)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
ProfileManager.java 97 public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException {
102 mParsingProfile.startElement(namespaceURI, localName, qName, atts);
104 mParsingProfile.startElement(namespaceURI, localName, qName, atts);

Completed in 327 milliseconds

1 2 3 4 5 6 7 8 91011>>