Searched +refs:xml +refs:node +refs:attributes (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dclean.c62 static Node* CleanNode( TidyDocImpl* doc, Node *node );
64 static void RenameElem( Node* node, TidyTagId tid ) argument
67 MemFree( node->element );
68 node->element = TY_(tmbstrdup)( dict->name );
69 node->tag = dict;
322 Add class="foo" to node
324 static void AddClass( TidyDocImpl* doc, Node* node, ctmbstr classname ) argument
326 AttVal *classattr = TY_(AttrGetById)(node, TidyAttr_CLASS);;
335 TY_(AddAttribute)( doc, node, "class", classname );
338 void TY_(AddStyleAsClass)( TidyDocImpl* doc, Node *node, ctmbst argument
354 Style2Rule( TidyDocImpl* doc, Node *node) argument
491 Node* node = TY_(FindBody)(doc); local
513 Node *node, *head, *body; local
564 FixNodeLinks(Node *node) argument
586 StripOnlyChild(TidyDocImpl* doc, Node *node) argument
608 Node *node, *parent = element->parent; local
666 AddStyleProperty(TidyDocImpl* doc, Node *node, ctmbstr property ) argument
692 MergeClasses(TidyDocImpl* doc, Node *node, Node *child) argument
737 MergeStyles(TidyDocImpl* doc, Node *node, Node *child) argument
833 AddFontFace( TidyDocImpl* doc, Node *node, ctmbstr face ) argument
840 AddFontSize( TidyDocImpl* doc, Node* node, ctmbstr size ) argument
872 AddFontColor( TidyDocImpl* doc, Node *node, ctmbstr color) argument
880 AddAlign( TidyDocImpl* doc, Node *node, ctmbstr align ) argument
899 AddFontStyles( TidyDocImpl* doc, Node *node, AttVal *av) argument
956 Dir2Div( TidyDocImpl* doc, Node *node, Node **ARG_UNUSED(pnode)) argument
995 Center2Div( TidyDocImpl* doc, Node *node, Node **pnode) argument
1040 CopyAttrs( TidyDocImpl* doc, Node *node, Node *child) argument
1089 MergeNestedElements( TidyDocImpl* doc, TidyTagId Id, TidyTriState state, Node *node, Node **ARG_UNUSED(pnode)) argument
1120 NestedList( TidyDocImpl* doc, Node *node, Node **pnode ) argument
1235 BlockStyle( TidyDocImpl* doc, Node *node, Node **ARG_UNUSED(pnode) ) argument
1282 InlineStyle( TidyDocImpl* doc, Node *node, Node **ARG_UNUSED(pnode) ) argument
1331 Font2Span( TidyDocImpl* doc, Node *node, Node **pnode ) argument
1517 HasOneChild(Node *node) argument
1717 Node *node, *prev = NULL, *content; local
1758 NormalizeSpaces(Lexer *lexer, Node *node) argument
1791 NoMargins(Node *node) argument
1845 CleanWord2000( TidyDocImpl* doc, Node *node) argument
2032 Node *node, *head; local
2066 Node *node, *next, *head = NULL, *body = NULL; local
2232 DropComments(TidyDocImpl* doc, Node* node) argument
2255 DropFontElements(TidyDocImpl* doc, Node* node, Node **ARG_UNUSED(pnode)) argument
2277 WbrToSpace(TidyDocImpl* doc, Node* node) argument
2338 DowngradeTypography(TidyDocImpl* doc, Node* node) argument
2393 ReplacePreformattedSpaces(TidyDocImpl* doc, Node* node) argument
2415 ConvertCDATANodes(TidyDocImpl* doc, Node* node) argument
2440 FixLanguageInformation(TidyDocImpl* doc, Node* node, Bool wantXmlLang, Bool wantLang) argument
2518 FixAnchors(TidyDocImpl* doc, Node *node, Bool wantName, Bool wantId) argument
[all...]
H A Dlexer.c23 - each node has 2 NULL-terminated strings.
637 node->type is one of these:
986 Bool xml = cfgBool(doc, TidyXmlTags); local
989 if (!xml && TY_(IsUpper)(c))
994 if ((!xml && !TY_(IsNamechar)(c)) ||
995 (xml && !TY_(IsXMLNamechar)(c)))
999 if (!xml && TY_(IsUpper)(c))
1018 attributes are represented as a linked
1026 Node* node = (Node*) MemAlloc( sizeof(Node) ); local
1027 ClearMemory( node, sizeo
1041 Node *node = TY_(NewNode)( lexer ); local
1093 DetachAttribute( Node *node, AttVal *attr ) argument
1113 RemoveAttribute( TidyDocImpl* doc, Node *node, AttVal *attr ) argument
1147 StoreOriginalTextInToken(TidyDocImpl* doc, Node* node, uint count) argument
1195 Node *node = TY_(NewNode)( lexer ); local
1204 Node *node = TY_(NewNode)( lexer ); local
1214 Node *node = TY_(NewNode)( lexer ); local
1224 Node* node = TY_(NewNode)( lexer ); local
1240 Node* node = TY_(NewNode)(lexer); local
1281 Node* node; local
1304 Node *node; local
1316 Node *node; local
1328 Node *node = TY_(FindHTML)( doc ); local
1343 Node *node = TY_(FindHEAD)(doc); local
1355 Node *node = ( doc ? doc->root.content : NULL ); local
1388 Node *node; local
1710 Node* xml; local
1753 Node *node = TY_(NewNode)( lexer ); local
1768 ExpectsContent(Node *node) argument
2051 AttVal *attributes = NULL; local
3553 InsertAttributeAtEnd( Node *node, AttVal *av ) argument
3558 InsertAttributeAtStart( Node *node, AttVal *av ) argument
3657 Node* node = TY_(NewNode)(lexer); local
[all...]
H A Dtags.c409 Bool TY_(FindTag)( TidyDocImpl* doc, Node *node )
414 node->tag = doc->tags.xml_tags;
418 if ( node->element && (np = lookup(&doc->tags, node->element)) )
420 node->tag = np;
438 Parser* TY_(FindParser)( TidyDocImpl* doc, Node *node )
440 const Dict* np = lookup( &doc->tags, node->element );
527 Dict* xml; local
532 /* create dummy entry for all xml tags */
533 xml
658 CheckCaption(TidyDocImpl* doc, Node *node) argument
878 nodeHasCM( Node* node, uint contentModel ) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dutils.tcl53 proc ::SOAP::Utils::parseXML {xml} {
54 return [NamespaceSetup [dom parse -keepEmpties $xml]]
58 set xml "<?xml version=\"1.0\"?>\n"
59 append xml [$doc asXML -indent 0]
60 return $xml
85 proc ::SOAP::Utils::setElementAttribute {node name value} {
86 $node setAttribute $name $value
97 # node - reference to a dom tree
100 # Returns the selected node o
[all...]
H A DSOAP.tcl730 # returns the body node
797 # used to set additional XML attributes on the method element (needed for
811 array set opts {-headers {} -attributes {}}
819 set opts(-attributes) [concat $opts(-attributes) [lindex $args 1]]
888 # Insert any method attributes
889 if {$opts(-attributes) != {}} {
890 foreach {atname atvalue} $opts(-attributes) {
905 # remove the DOM node for this, but that didn't work.
971 # xml
[all...]
H A Dbeep.tcl282 return -code error "bootrpy is invalid xml: $doc"
284 if { [set node [SOAP::selectNode $doc /bootrpy]] != {} } {
288 [set [dom::node cget $node -attributes](features)]]
293 } elseif { [set node [SOAP::selectNode $doc /error]] != {} } {
294 if { [catch { set code [set [dom::node cget $node -attributes](code)]
295 set diagnostic [SOAP::getElementValue $node] }] } {
[all...]
/macosx-10.10.1/libxslt-13/libxslt/doc/
H A DMakefile.am4 DOC_MAIN_XML_FILE=libxslt.xml
57 EXSLT/libexslt-api.xml \
58 EXSLT/libexslt-refs.xml \
74 html/libxslt-attributes.html \
108 libxslt-api.xml \
109 libxslt-refs.xml \
113 node.gif \
118 search.xml \
122 symbols.xml \
127 tutorial/libxslttutorial.xml \
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/library/
H A Ddomimpl.tcl22 # We need the xml package, so that we get Name defined
24 package require xml 2.6
39 namespace export document documentFragment node
100 # node:parentNode node:childNodes node:nodeType
103 # for a node type.
106 # Lists, such as child node lists, are Tcl list variables (ie scalar)
111 # A token is a FQ array element reference for a node.
121 # token token for node
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/url/
H A Durl-dav.el35 (require 'xml)
55 (and (featurep 'xml)
56 (fboundp 'xml-expand-namespace)
60 (defun url-dav-node-text (node)
61 "Return the text data from the XML node NODE."
65 "")) (xml-node-children node) " "))
69 ;;; Parsing routines for the actual node content
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_contrib.rb14 <?xml version="1.0" encoding="UTF-8"?>
84 <?xml version="1.0"?>
97 assert_equal "name", element.attributes["name"]
125 "and not(*/node()) "+
173 assert_equal "svg", result.attributes['name']
233 source_iso = "<?xml version='1.0' encoding='ISO-8859-1'?><test>#{koln_iso}</test>"
234 source_utf = "<?xml version='1.0' encoding='UTF-8'?><test>#{koln_utf}</test>"
253 <?xml version="1.0" encoding="ISO-8859-1"?>
278 doc = Document.new File.new(fixture_path('xmlfile-bug.xml'))
289 elementAttrPrefix = anElement.attributes
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Druntest.c353 xmlNodePtr node; local
367 node = err->node;
378 if ((node != NULL) && (node->type == XML_ELEMENT_NODE))
379 name = node->name;
1413 const xmlChar **attributes)
1441 if (attributes != NULL) {
1443 if (attributes[i + 1] != NULL)
1444 fprintf(SAXdebug, ", %s:%s='", attributes[
1405 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
3414 char xml[500]; local
3556 xmlNodePtr node; local
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Druntest.c357 xmlNodePtr node; local
371 node = err->node;
382 if ((node != NULL) && (node->type == XML_ELEMENT_NODE))
383 name = node->name;
1417 const xmlChar **attributes)
1445 if (attributes != NULL) {
1447 if (attributes[i + 1] != NULL)
1448 fprintf(SAXdebug, ", %s:%s='", attributes[
1409 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
3416 char xml[500]; local
3558 xmlNodePtr node; local
[all...]
/macosx-10.10.1/ruby-106/ruby/doc/rake/
H A Djamis.rb185 XHTML_PREAMBLE = %{<?xml version="1.0" encoding="%charset%"?>
390 IF:attributes
393 START:attributes
403 END:attributes
405 ENDIF:attributes
483 .ruby-node { color: #777777; }
556 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm359 # [http://www.w3.org/TR/REC-xml#syntax]
1139 # apply ->uri() and ->prefix() which can modify name and attributes of
1477 $prolog = qq!<?xml version="1.0" encoding="@{[$self->encoding]}"?>!
1957 my $node = shift;
1961 name => o_qname($node),
1962 name => o_lname($node),
1963 attr => o_lattr($node) );
1965 if ( defined o_child($node) ) {
1967 foreach my $child ( @{ o_child($node) } ) {
1973 $data->set_value( o_value($node) );
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1059 "userenv" "var_pop" "var_samp" "variance" "vsize" "width_bucket" "xml"
1069 "attributes" "audit" "authenticated" "authid" "authorization" "auto"
1347 "no" "node" "noneuc" "nulliferror" "numbers" "off" "old" "old_table"
1358 "wait" "windows_code" "workspace" "write" "xml"
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim1556 \ 'dom_import_simplexml(': 'SimpleXMLElement node | DOMElement',
1558 \ 'DomNode-&#62;attributes(': 'void | array',
2019 \ 'hw_changeobject(': 'int link, int objid, array attributes | bool',
2518 \ 'ldap_list(': 'resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] | resource',
2528 \ 'ldap_read(': 'resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] | resource',
2531 \ 'ldap_search(': 'resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] | resource',
2954 \ 'ncurses_attroff(': 'int attributes | int',
2955 \ 'ncurses_attron(': 'int attributes | int',
2956 \ 'ncurses_attrset(': 'int attributes | int',
4096 \ 'simplexml_element-&#62;attributes('
[all...]

Completed in 147 milliseconds