This reference gives a concise description of the 16 object types and the 14 enumerated lists that make up the vbXML DLL.
Models an XML tag attribute.
A collection class for XMLAttribute objects.
Models an XML Document Object Model Node.
Models an XML Document Object Model Parser.
Models an XML Document Type Definition.
Models an XML DTD Attlist declaration.
Models an individual attribute definition from a DTD ATTLIST declaration.
Models an enumerated list of valid attribute values in an XML DTD Attlist declaration.
Models an XML DTD element declaration.
A collection class for XMLDTDElement objects.
Models an XML DTD sub-element.
A collection class for XMLDTDSubElement objects.
Models an HTTP call used to fetch a document off the web.
Models the HTTP headers that are transmitted to and received from the remote server during a request for a document.
Models an XML SAX Parser.
Contains utility functions for getting meaningfull strings from passed numbers and other useful functions.
This enumerated list contains the two types of request supported, the "GET" request and the "POST" request.
This enumerated list contains the status codes that will be returned from a call to the remote server.
This enumerated list contains the two versions of the HTTP protocol that are supported, versions 1.0 and 1.1.
This enumerated list is used in the HTTPOpenRequest function to set up the function flags.
This enumerated list is used in the InternetOpen function to set up the flags to be passed to be used.
This enumerated list is used in the InternetOpen function to set up the access type.
This enumerated list contains the different types of attribute modifiers.
This enumerated list contains the different types of attributes.
This enumerated list contains the rules applied to a group of sub-nodes in a DTD Element.
This enumerated list contains the rules applied to an individual sub-node in the list of sub-nodes in a DTD Element.
This enumerated list contains the types of sub-node in a DTD Element.
This enumerated list contains the additional errors that can be thrown by vbXML.dll.
This enumerated list contains the types of nodes.
This enumerated list contains the three validation rules for an XMLDOMParser.