Searched defs:atts (Results 1 - 25 of 84) sorted by last modified time

1234

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java80 * @param atts The existing Attributes object.
82 public AttributesImpl (Attributes atts)
84 setAttributes(atts);
354 * @param atts The attributes to copy.
356 public void setAttributes (Attributes atts)
359 length = atts.getLength();
363 data[i*5] = atts.getURI(i);
364 data[i*5+1] = atts.getLocalName(i);
365 data[i*5+2] = atts.getQName(i);
366 data[i*5+3] = atts
81 AttributesImpl(Attributes atts) argument
353 setAttributes(Attributes atts) argument
[all...]
H A DElement.java39 if (defaultAttributes) theAtts = new AttributesImpl(type.atts());
58 public AttributesImpl atts() { return theAtts; } method in class:Element
H A DElementType.java150 public AttributesImpl atts() {return theAtts;} method in class:ElementType
183 @param atts The AttributesImpl object
189 public void setAttribute(AttributesImpl atts, String name, String type, String value) { argument
196 int i = atts.getIndex(name);
201 atts.addAttribute(namespace, localName, name, type, value);
204 if (type == null) type = atts.getType(i);
206 atts.setAttribute(i, namespace, localName, name, type, value);
H A DPYXWriter.java177 Attributes atts) throws SAXException {
181 int length = atts.getLength();
183 qname = atts.getQName(i);
184 if (qname.length() == 0) qname = atts.getLocalName(i);
186 // theWriter.print(atts.getType(i)); // DEBUG
189 theWriter.println(atts.getValue(i));
176 startElement(String uri, String localname, String qname, Attributes atts) argument
H A DXMLWriter.java570 * @param atts The element's attribute list (must not be null).
577 String qName, Attributes atts)
585 writeAttributes(atts);
596 super.startElement(uri, localName, qName, atts);
745 * @param atts The element's attribute list.
753 String qName, Attributes atts)
759 writeAttributes(atts);
765 super.startElement(uri, localName, qName, atts);
925 * @param atts The element's attributes.
935 String qName, Attributes atts,
573 startElement(String uri, String localName, String qName, Attributes atts) argument
748 emptyElement(String uri, String localName, String qName, Attributes atts) argument
929 dataElement(String uri, String localName, String qName, Attributes atts, String content) argument
1157 writeAttributes(Attributes atts) argument
[all...]
/external/skia/src/ports/
H A DSkFontConfigParser_android.cpp106 static void startElementHandler(void *data, const char *tag, const char **atts) { argument
114 for (int i = 0; atts[i] != NULL; i += 2) {
115 const char* valueString = atts[i+1];
131 fontFileElementHandler(familyData, atts);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jar ... localName String qName org.xml.sax.Attributes atts org.xml.sax.helpers.AttributesImpl ai ...
H A Dhtmlparser-1.3.jar ... localName String qName org.xml.sax.Attributes atts org.xml.sax.helpers.AttributesImpl ai ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/libxml2/
H A DHTMLparser.c3610 * @atts: the attributes values
3615 htmlCheckMeta(htmlParserCtxtPtr ctxt, const xmlChar **atts) { argument
3621 if ((ctxt == NULL) || (atts == NULL))
3625 att = atts[i++];
3627 value = atts[i++];
3635 att = atts[i++];
3667 const xmlChar **atts; local
3684 atts = ctxt->atts;
3763 if (xmlStrEqual(atts[
[all...]
H A DSAX2.c1424 const xmlChar *prefix, const xmlChar **atts) {
1474 if (atts != NULL) {
1476 att = atts[i];
1481 att = atts[i];
1540 if (atts != NULL) {
1542 att = atts[i];
1547 att = atts[i];
1574 * @atts: An array of name/value attributes pairs, NULL terminated
1579 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) argument
1683 xmlCheckDefaultedAttributes(ctxt, name, prefix, atts);
1423 xmlCheckDefaultedAttributes(xmlParserCtxtPtr ctxt, const xmlChar *name, const xmlChar *prefix, const xmlChar **atts) argument
[all...]
H A Dlegacy.c1131 * @atts: An array of name/value attributes pairs, NULL terminated
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts) argument
1139 xmlSAX2StartElement(ctx, fullname, atts);
H A Dparser.c1627 const xmlChar **atts; local
1631 if (ctxt->atts == NULL) {
1633 atts = (const xmlChar **)
1635 if (atts == NULL) goto mem_error;
1636 ctxt->atts = atts;
1643 atts = (const xmlChar **) xmlRealloc((void *) ctxt->atts,
1645 if (atts == NULL) goto mem_error;
1646 ctxt->atts
8499 const xmlChar **atts = ctxt->atts; local
9225 const xmlChar **atts = ctxt->atts; local
[all...]
H A Dxmllint.c1246 startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts) argument
1254 if (atts != NULL) {
1255 for (i = 0;(atts[i] != NULL);i++) {
1256 fprintf(stdout, ", %s='", atts[i++]);
1257 if (atts[i] != NULL)
1258 fprintf(stdout, "%s'", atts[i]);
H A Dxmlreader.c641 * @atts: An array of name/value attributes pairs, NULL terminated
647 const xmlChar **atts) {
655 reader->startElement(ctx, fullname, atts);
646 xmlTextReaderStartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) argument
/external/libxml2/include/libxml/
H A Dparser.h264 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);
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/expat/examples/
H A Delements.c26 startElement(void *userData, const char *name, const char **atts) argument
/external/expat/lib/
H A Dxmlparse.c647 #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);
1180 FREE((void *)atts);
2444 (const XML_Char **)atts);
2469 startElementHandler(handlerArg, name.str, (const XML_Char **)atts);
2731 n = XmlGetAttributes(enc, attStr, attsSize, atts);
[all...]
H A Dxmltok_impl.c1427 first attsMax attributes are stored in atts.
1432 int attsMax, ATTRIBUTE *atts)
1444 atts[nAtts].name = ptr; \
1445 atts[nAtts].normalized = 1; \
1462 atts[nAtts].valuePtr = ptr + MINBPC(enc);
1469 atts[nAtts].valueEnd = ptr;
1476 atts[nAtts].valuePtr = ptr + MINBPC(enc);
1483 atts[nAtts].valueEnd = ptr;
1489 atts[nAtts].normalized = 0;
1496 && atts[nAtt
1431 getAtts(const ENCODING *enc, const char *ptr, int attsMax, ATTRIBUTE *atts) argument
[all...]

Completed in 238 milliseconds

1234