Name | Summary | Category |
xml_node->xml_attr | No description available. | XML |
xml_node->nodeName | Returns the name of the given node. | XML |
xml_node->nodeValue | No description available. | XML |
xml_node->nodeType | Returns the type of the given xml_node. | XML |
xml_node->parentNode | The [xml_node->parentNode] method is used to return the complete parent node of a given node. | XML |
xml_node->firstChild | The [xml_node->firstChild] method returns the first child element of the given node in its entirety. The returned object has the type xml_element. | XML |
xml_node->lastChild | No description available. | XML |
xml_node->previousSibling | No description available. | XML |
xml_node->nextSibling | No description available. | XML |
xml_node->ownerDocument | No description available. | XML |
xml_node->namespaceURI | No description available. | XML |
xml_node->prefix | No description available. | XML |
xml_node->localName | No description available. | XML |
xml_node->insertbefore | No description available. | XML |
xml_node->replacechild | No description available. | XML |
xml_node->removechild | No description available. | XML |
xml_node->haschildnodes | No description available. | XML |
xml_node->normalize | No description available. | XML |
xml_node->issupported | No description available. | XML |
xml_node->hasattributes | No description available. | XML |
xml_node->extractone | The xml_node->extractone] method is used to return the first of a set of child elements with the given tag name. This method has one required parameter, the tag name to extract. If the... | XML |
xml_nodeList->item | The [xml_nodeList->item] method returns an element from an xml_nodeList object. The method requires one parameter which is the integer index of the element to be returned. ... | XML |
xml_nodeList->length | No description available. | XML |
xml_nodeList->asString | No description available. | XML |
xml_nodeList->forEach | No description available. | XML |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft