Searched refs:namespaceURI (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/src/
H A Delement.c503 * namespaceURI: the namespace URI of the attribute to retrieve.
513 IN DOMString namespaceURI,
518 if( ( element == NULL ) || ( namespaceURI == NULL )
525 if( strcmp( attrNode->localName, localName ) == 0 && strcmp( attrNode->namespaceURI, namespaceURI ) == 0 ) { // found it
546 * namespaceURI: the namespace of the attribute to create or alter.
556 IN DOMString namespaceURI,
565 if( ( element == NULL ) || ( namespaceURI == NULL ) ||
587 if( ( newAttrNode.prefix != NULL && namespaceURI == NULL ) ||
589 strcmp( namespaceURI,
512 ixmlElement_getAttributeNS( IN IXML_Element * element, IN DOMString namespaceURI, IN DOMString localName ) argument
555 ixmlElement_setAttributeNS( IN IXML_Element * element, IN DOMString namespaceURI, IN DOMString qualifiedName, IN DOMString value ) argument
674 ixmlElement_removeAttributeNS( IN IXML_Element * element, IN DOMString namespaceURI, IN DOMString localName ) argument
721 ixmlElement_getAttributeNodeNS( IN IXML_Element * element, IN DOMString namespaceURI, IN DOMString localName ) argument
863 ixmlElement_getElementsByTagNameNS( IN IXML_Element * element, IN DOMString namespaceURI, IN DOMString localName ) argument
932 ixmlElement_hasAttributeNS( IN IXML_Element * element, IN DOMString namespaceURI, IN DOMString localName ) argument
[all...]
H A Ddocument.c98 * related to namespaces (prefix, localName, and namespaceURI).
204 * localName, prefix and namespaceURI set to null.
424 * given name, and the localName, prefix and namespaceURI set to NULL.
444 * namespaceURI: the namespace fo the attribute to create
448 * IXML_INVALID_PARAMETER: if either doc,namespaceURI or qualifiedName is NULL
454 IN DOMString namespaceURI,
461 if( ( doc == NULL ) || ( namespaceURI == NULL )
472 // set the namespaceURI field
473 attrNode->n.namespaceURI = strdup( namespaceURI );
453 ixmlDocument_createAttributeNSEx( IN IXML_Document * doc, IN DOMString namespaceURI, IN DOMString qualifiedName, OUT IXML_Attr ** rtAttr ) argument
509 ixmlDocument_createAttributeNS( IN IXML_Document * doc, IN DOMString namespaceURI, IN DOMString qualifiedName ) argument
615 ixmlDocument_createElementNSEx( IN IXML_Document * doc, IN DOMString namespaceURI, IN DOMString qualifiedName, OUT IXML_Element ** rtElement ) argument
675 ixmlDocument_createElementNS( IN IXML_Document * doc, IN DOMString namespaceURI, IN DOMString qualifiedName ) argument
730 ixmlDocument_getElementsByTagNameNS( IN IXML_Document * doc, IN DOMString namespaceURI, IN DOMString localName ) argument
[all...]
H A Dnode.c94 if( nodeptr->namespaceURI != NULL ) {
95 free( nodeptr->namespaceURI );
178 IN char *namespaceURI )
185 if( nodeptr->namespaceURI != NULL ) {
186 free( nodeptr->namespaceURI );
187 nodeptr->namespaceURI = NULL;
190 if( namespaceURI != NULL ) {
191 nodeptr->namespaceURI = strdup( namespaceURI );
192 if( nodeptr->namespaceURI
1476 ixmlNode_getElementsByTagNameNSRecursive( IN IXML_Node * n, IN char *namespaceURI, IN char *localName, OUT IXML_NodeList ** list ) argument
1499 ( n ), namespaceURI, local
1502 ( n ), namespaceURI, local
1517 ixmlNode_getElementsByTagNameNS( IN IXML_Node * n, IN char *namespaceURI, IN char *localName, OUT IXML_NodeList ** list ) argument
1541 namespaceURI, localName, local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/inc/
H A Dixml.h155 DOMString namespaceURI; member in struct:_IXML_Node
744 * the {\tt localName}, {\tt prefix}, and {\tt namespaceURI} set
775 * the {\tt localName}, {\tt prefix}, and {\tt namespaceURI} set
944 * {\bf namespaceURI}, or {\bf qualifiedName} is {\tt NULL}.
954 DOMString namespaceURI,
976 DOMString namespaceURI,
995 * {\bf namespaceURI}, or {\bf qualifiedName} is {\tt NULL}.
1005 DOMString namespaceURI,
1024 DOMString namespaceURI,
1033 * {\bf namespaceURI} o
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A Dixml.h155 DOMString namespaceURI; member in struct:_IXML_Node
744 * the {\tt localName}, {\tt prefix}, and {\tt namespaceURI} set
775 * the {\tt localName}, {\tt prefix}, and {\tt namespaceURI} set
944 * {\bf namespaceURI}, or {\bf qualifiedName} is {\tt NULL}.
954 DOMString namespaceURI,
976 DOMString namespaceURI,
995 * {\bf namespaceURI}, or {\bf qualifiedName} is {\tt NULL}.
1005 DOMString namespaceURI,
1024 DOMString namespaceURI,
1033 * {\bf namespaceURI} o
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/src/inc/
H A Dixmlparser.h109 void ixmlNode_getElementsByTagNameNS( IN IXML_Node * n, IN char *namespaceURI, IN char *localName,OUT IXML_NodeList ** list );

Completed in 196 milliseconds