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

1 2

  /cts/tests/tests/util/src/android/util/cts/
XmlEncodingTest.java 250 public void startElement(String uri, String localName, String name, Attributes atts)
255 mVec.add(atts.getLength() + STR_EMPTY);
256 for (int i = 0; i < atts.getLength(); i++) {
257 mVec.add(atts.getLocalName(i));
258 mVec.add(atts.getValue(i));
XmlTest.java 167 public void startElement(String uri, String localName, String name, Attributes atts)
172 mVec.add(atts.getLength() + STR_EMPTY);
173 for (int i = 0; i < atts.getLength(); i++) {
174 mVec.add(atts.getLocalName(i));
175 mVec.add(atts.getValue(i));
  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 333 NamedNodeMap atts = ((Element) node).getAttributes(); local
334 int nAttrs = atts.getLength();
339 Node attr = atts.item(i);
367 new AttList(atts, m_dh));
469 NamedNodeMap atts = ((Element) node).getAttributes();
470 int nAttrs = atts.getLength();
474 Node attr = atts.item(i);
DOMBuilder.java 314 * @param atts The attributes attached to the element, if any.
319 String ns, String localName, String name, Attributes atts)
336 int nAtts = atts.getLength();
343 //System.out.println("type " + atts.getType(i) + " name " + atts.getLocalName(i) );
345 if (atts.getType(i).equalsIgnoreCase("ID"))
346 setIDAttribute(atts.getValue(i), elem);
348 String attrNS = atts.getURI(i);
353 // System.out.println("attrNS: "+attrNS+", localName: "+atts.getQName(i)
354 // +", qname: "+atts.getQName(i)+", value: "+atts.getValue(i))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 320 NamedNodeMap atts = elem_node.getAttributes(); local
321 int nAttrs = atts.getLength();
329 final Node attr = atts.item(i);
362 new AttList(atts, m_dh));
469 NamedNodeMap atts = elem_node.getAttributes(); local
470 int nAttrs = atts.getLength();
476 final Node attr = atts.item(i);
  /external/deqp/modules/glshared/
glsFboUtil.cpp 396 const AttachmentMap& atts = fboConfig.attachments; local
418 cctx->require(!atts.empty(), GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT);
420 for (AttachmentMap::const_iterator it = atts.begin(); it != atts.end(); it++)
glsLifetimeTests.cpp 1207 const vector<Attacher*>& atts = types.getAttachers(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 475 java.lang.String qName, Attributes atts)
495 int nAtts=(atts==null) ? 0 : atts.getLength();
499 qName=atts.getQName(i);
517 m_nsNames.stringToIndex(atts.getValue(i)),
518 atts.getType(i).equalsIgnoreCase("ID"));
524 qName=atts.getQName(i);
544 m_char.append(atts.getValue(i)); // Single-string value
548 appendAttribute(m_nsNames.stringToIndex(atts.getURI(i)),
551 atts.getType(i).equalsIgnoreCase("ID")
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 664 NamedNodeMap atts = node.getAttributes(); local
665 int nAttrs = atts.getLength();
668 Node attr = atts.item(i);
1824 NamedNodeMap atts = ((Element) node).getAttributes(); local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h 264 const xmlChar * *atts; /* array for the attributes callbacks */ member in struct:_xmlParserCtxt
503 * @atts: An array of name/value attributes pairs, NULL terminated
509 const xmlChar **atts);
    [all...]
  /external/libxml2/include/libxml/
parser.h 264 const xmlChar * *atts; /* array for the attributes callbacks */ member in struct:_xmlParserCtxt
506 * @atts: An array of name/value attributes pairs, NULL terminated
512 const xmlChar **atts);
    [all...]
  /external/chromium_org/third_party/libxml/src/
HTMLparser.c 3591 const xmlChar **atts; local
    [all...]
parser.c 1456 const xmlChar **atts; local
8143 const xmlChar **atts = ctxt->atts; local
8833 const xmlChar **atts = ctxt->atts; local
    [all...]
testapi.c 5040 xmlChar ** atts; \/* An array of name\/value attributes pairs, NULL terminated *\/ local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /external/libxml2/
HTMLparser.c 3667 const xmlChar **atts; local
    [all...]
parser.c 1627 const xmlChar **atts; local
8499 const xmlChar **atts = ctxt->atts; local
9225 const xmlChar **atts = ctxt->atts; local
    [all...]
  /external/chromium_org/third_party/expat/files/lib/
xmlparse.c 647 #define atts (parser->m_atts) macro
761 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE));
762 if (atts == NULL) {
769 FREE(atts);
776 FREE(atts);
791 FREE(atts);
    [all...]
  /external/expat/lib/
xmlparse.c 647 #define atts (parser->m_atts) macro
761 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE));
762 if (atts == NULL) {
769 FREE(atts);
776 FREE(atts);
791 FREE(atts);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 794 milliseconds

1 2