Functions and macros of the INET add-in.
Functions for retrieving and parsing URLs.
CSV.PARSE | Parse handle to a CSV string into a range. |
CSV.PARSE.TIMESERIES | Parse view into a timeseries. |
HTTP.QUERY_INFO | Return substring of view. |
INET.CRACK_URL | Cracks a URL into its component parts. |
INET.CREATE_URL | creates a URL into its component parts. |
\INET.OPEN_URL | Return a handle an internet connection. |
\URL.VIEW | Return a handle to the string returned by url. |
\URL.VIEWA | Asynchronously return a handle to the string returned by url. |
VIEW | Return substring of view. |
VIEW.DROP | Return handle with dropped characters. |
VIEW.LEN | Return the number of characters in a view. |
\HTML.DOCUMENT | Return handle to a HTML/XML document. |
\XML.DOCUMENT | Return handle to a XML document. |
XML.DOCUMENT.ROOT | Return pointers to the root node of a XML document. |
XML.NODE.ATTRIBUTES | Return attributes of an element node. |
XML.NODE.CHILDREN | Return children of a node. |
XML.NODE.CONTENT | Return content of a node. |
XML.NODE.LIST | Return list string of a node. |
XML.NODE.NAME | Return name of a node. |
XML.NODE.NEXT | Return the next XML node of a given type. |
XML.NODE.NEXT.ELEMENT | Return the next XML node element. |
XML.NODE.PATH | Return path of a node. |
XML.NODE.PREV | Return preceding sibling of a XML node. |
XML.NODE.SIBLINGS | Return following sibling of a XML node. |
XML.NODE.TYPE | Get element type. |
XPATH.QUERY | Return nodes in XML document matched by the XPath query |
YAHOO.FINANCE | Return url for querying Yahoo! financial data. |