Searched refs:attname (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/examples/
H A Dflatten.tcl163 # attname attribute name
171 proc AttListDecl {out name attname type dflt dfltval} {
175 puts $out "<!ATTLIST $name $attname $type $dflt $dfltval>"
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dutils.tcl541 foreach {attname attvalue} [array get $atts] {
542 if {[string match "xmlns:$nsname" $attname]} {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/treeql/
H A Dtreeql84.tcl436 # Returns values of attribute attname
437 method attval {attname} {
438 $self hasatt $attname ;# only nodes with attribute
439 set nodes [$self apply get $attname] ;# get the attribute nodes
H A Dtreeql85.tcl435 # Returns values of attribute attname
436 method attval {attname} {
437 $self hasatt $attname ;# only nodes with attribute
438 set nodes [$self apply get $attname] ;# get the attribute nodes
/macosx-10.10.1/libxml2-26/libxml2/
H A Dparser.c8497 const xmlChar *attname; local
8528 attname = xmlParseAttribute(ctxt, &attvalue);
8529 if ((attname != NULL) && (attvalue != NULL)) {
8536 if (xmlStrEqual(atts[i], attname)) {
8537 xmlErrAttributeDup(ctxt, NULL, attname);
8573 atts[nbatts++] = attname;
8593 (attname == NULL) && (attvalue == NULL)) {
9221 const xmlChar *attname; local
9281 attname = xmlParseAttribute2(ctxt, prefix, localname,
9289 if ((attname !
[all...]
H A DHTMLparser.c3665 const xmlChar *attname; local
3756 attname = htmlParseAttribute(ctxt, &attvalue);
3757 if (attname != NULL) {
3763 if (xmlStrEqual(atts[i], attname)) {
3765 "Attribute %s redefined\n", attname, NULL);
3803 atts[nbatts++] = attname;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dparser.c8046 const xmlChar *attname; local
8077 attname = xmlParseAttribute(ctxt, &attvalue);
8078 if ((attname != NULL) && (attvalue != NULL)) {
8085 if (xmlStrEqual(atts[i], attname)) {
8086 xmlErrAttributeDup(ctxt, NULL, attname);
8122 atts[nbatts++] = attname;
8142 (attname == NULL) && (attvalue == NULL)) {
8726 const xmlChar *attname; local
8786 attname = xmlParseAttribute2(ctxt, prefix, localname,
8794 if ((attname !
[all...]
H A DHTMLparser.c3589 const xmlChar *attname; local
3680 attname = htmlParseAttribute(ctxt, &attvalue);
3681 if (attname != NULL) {
3687 if (xmlStrEqual(atts[i], attname)) {
3689 "Attribute %s redefined\n", attname, NULL);
3727 atts[nbatts++] = attname;
/macosx-10.10.1/expat-12/expat/amiga/include/libraries/
H A Dexpat.h154 const XML_Char *attname,
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dexpat.h233 const XML_Char *attname,
/macosx-10.10.1/expat-12/expat/lib/
H A Dexpat.h169 const XML_Char *attname,
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dexpat.h169 const XML_Char *attname,
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/extensions/tnc/
H A Dtnc.c734 TncAttDeclCommand (userData, elname, attname, att_type, dflt, isrequired)
737 const char *attname;
764 entryPtr = Tcl_CreateHashEntry (elemAtts, attname, &newPtr);
/macosx-10.10.1/expat-12/expat/tests/
H A Druntests.c131 const XML_Char *attname,
129 dummy_attlist_decl_handler(void *userData, const XML_Char *elname, const XML_Char *attname, const XML_Char *att_type, const XML_Char *dflt, int isrequired) argument

Completed in 658 milliseconds