Click or drag to resize
RequestXmlCollection Class
A helper class to build API requests.
Inheritance Hierarchy

Namespace:  Intuit.Ipp.Utility
Assembly:  Intuit.Ipp.Utility (in Intuit.Ipp.Utility.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public class RequestXmlCollection : XmlDocument

The RequestXmlCollection type exposes the following members.

Constructors
  NameDescription
Public methodRequestXmlCollection
Initializes a new instance of the RequestXmlCollection class.
Top
Properties
  NameDescription
Public propertyAttributes
Gets an XmlAttributeCollection containing the attributes of this node.
(Inherited from XmlNode.)
Public propertyBaseURI
Gets the base URI of the current node.
(Inherited from XmlDocument.)
Public propertyChildNodes
Gets all the child nodes of the node.
(Inherited from XmlNode.)
Public propertyDocumentElement
Gets the root XmlElement for the document.
(Inherited from XmlDocument.)
Public propertyDocumentType
Gets the node containing the DOCTYPE declaration.
(Inherited from XmlDocument.)
Public propertyFirstChild
Gets the first child of the node.
(Inherited from XmlNode.)
Public propertyHasChildNodes
Gets a value indicating whether this node has any child nodes.
(Inherited from XmlNode.)
Public propertyImplementation
Gets the XmlImplementation object for the current document.
(Inherited from XmlDocument.)
Public propertyInnerText
Throws an InvalidOperationException in all cases.
(Inherited from XmlDocument.)
Public propertyInnerXml
Gets or sets the markup representing the children of the current node.
(Inherited from XmlDocument.)
Public propertyIsReadOnly
Gets a value indicating whether the current node is read-only.
(Inherited from XmlDocument.)
Public propertyItemString
Gets the first child element with the specified Name.
(Inherited from XmlNode.)
Public propertyItemString, String
Gets the first child element with the specified LocalName and NamespaceURI.
(Inherited from XmlNode.)
Public propertyLastChild
Gets the last child of the node.
(Inherited from XmlNode.)
Public propertyLocalName
Gets the local name of the node.
(Inherited from XmlDocument.)
Public propertyName
Gets the qualified name of the node.
(Inherited from XmlDocument.)
Public propertyNamespaceURI
Gets the namespace URI of this node.
(Inherited from XmlNode.)
Public propertyNameTable
Gets the XmlNameTable associated with this implementation.
(Inherited from XmlDocument.)
Public propertyNextSibling
Gets the node immediately following this node.
(Inherited from XmlNode.)
Public propertyNodeType
Gets the type of the current node.
(Inherited from XmlDocument.)
Public propertyOuterXml
Gets the markup containing this node and all its child nodes.
(Inherited from XmlNode.)
Public propertyOwnerDocument
Gets the XmlDocument to which the current node belongs.
(Inherited from XmlDocument.)
Public propertyParentNode
Gets the parent node of this node (for nodes that can have parents).
(Inherited from XmlDocument.)
Public propertyPrefix
Gets or sets the namespace prefix of this node.
(Inherited from XmlNode.)
Public propertyPreserveWhitespace
Gets or sets a value indicating whether to preserve white space in element content.
(Inherited from XmlDocument.)
Public propertyPreviousSibling
Gets the node immediately preceding this node.
(Inherited from XmlNode.)
Public propertyPreviousText
Gets the text node that immediately precedes this node.
(Inherited from XmlNode.)
Public propertySchemaInfo
Returns the Post-Schema-Validation-Infoset (PSVI) of the node.
(Inherited from XmlDocument.)
Public propertySchemas
Gets or sets the XmlSchemaSet object associated with this XmlDocument.
(Inherited from XmlDocument.)
Public propertyValue
Gets or sets the value of the node.
(Inherited from XmlNode.)
Public propertyXmlResolver
Sets the XmlResolver to use for resolving external resources.
(Inherited from XmlDocument.)
Top
Methods
  NameDescription
Public methodAddTextParameter
Add an API parameter of type Text
Public methodAppendChild
Adds the specified node to the end of the list of child nodes, of this node.
(Inherited from XmlNode.)
Public methodClone
Creates a duplicate of this node.
(Inherited from XmlNode.)
Public methodCloneNode
Creates a duplicate of this node.
(Inherited from XmlDocument.)
Public methodCreateAttribute(String)
Creates an XmlAttribute with the specified Name.
(Inherited from XmlDocument.)
Public methodCreateAttribute(String, String)
Creates an XmlAttribute with the specified qualified name and NamespaceURI.
(Inherited from XmlDocument.)
Public methodCreateAttribute(String, String, String)
Creates an XmlAttribute with the specified Prefix, LocalName, and NamespaceURI.
(Inherited from XmlDocument.)
Public methodCreateCDataSection
Creates an XmlCDataSection containing the specified data.
(Inherited from XmlDocument.)
Public methodCreateComment
Creates an XmlComment containing the specified data.
(Inherited from XmlDocument.)
Protected methodCreateDefaultAttribute
Creates a default attribute with the specified prefix, local name and namespace URI.
(Inherited from XmlDocument.)
Public methodCreateDocumentFragment (Inherited from XmlDocument.)
Public methodCreateDocumentType
Returns a new XmlDocumentType object.
(Inherited from XmlDocument.)
Public methodCreateElement(String)
Creates an element with the specified name.
(Inherited from XmlDocument.)
Public methodCreateElement(String, String)
Creates an XmlElement with the qualified name and NamespaceURI.
(Inherited from XmlDocument.)
Public methodCreateElement(String, String, String)
Creates an element with the specified Prefix, LocalName, and NamespaceURI.
(Inherited from XmlDocument.)
Public methodCreateEntityReference
Creates an XmlEntityReference with the specified name.
(Inherited from XmlDocument.)
Public methodCreateNavigator
Creates a new XPathNavigator object for navigating this document.
(Inherited from XmlDocument.)
Protected methodCreateNavigator(XmlNode)
Creates an XPathNavigator object for navigating this document positioned on the XmlNode specified.
(Inherited from XmlDocument.)
Public methodCreateNode(String, String, String)
Creates an XmlNode with the specified node type, Name, and NamespaceURI.
(Inherited from XmlDocument.)
Public methodCreateNode(XmlNodeType, String, String)
Creates an XmlNode with the specified XmlNodeType, Name, and NamespaceURI.
(Inherited from XmlDocument.)
Public methodCreateNode(XmlNodeType, String, String, String)
Creates a XmlNode with the specified XmlNodeType, Prefix, Name, and NamespaceURI.
(Inherited from XmlDocument.)
Public methodCreateProcessingInstruction
Creates an XmlProcessingInstruction with the specified name and data.
(Inherited from XmlDocument.)
Public methodCreateSignificantWhitespace
Creates an XmlSignificantWhitespace node.
(Inherited from XmlDocument.)
Public methodCreateTextNode
Creates an XmlText with the specified text.
(Inherited from XmlDocument.)
Public methodCreateWhitespace
Creates an XmlWhitespace node.
(Inherited from XmlDocument.)
Public methodCreateXmlDeclaration
Creates an XmlDeclaration node with the specified values.
(Inherited from XmlDocument.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetElementById
Gets the XmlElement with the specified ID.
(Inherited from XmlDocument.)
Public methodGetElementsByTagName(String)
Returns an XmlNodeList containing a list of all descendant elements that match the specified Name.
(Inherited from XmlDocument.)
Public methodGetElementsByTagName(String, String)
Returns an XmlNodeList containing a list of all descendant elements that match the specified LocalName and NamespaceURI.
(Inherited from XmlDocument.)
Public methodGetEnumerator
Get an enumerator that iterates through the child nodes in the current node.
(Inherited from XmlNode.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNamespaceOfPrefix
Looks up the closest xmlns declaration for the given prefix that is in scope for the current node and returns the namespace URI in the declaration.
(Inherited from XmlNode.)
Public methodGetPrefixOfNamespace
Looks up the closest xmlns declaration for the given namespace URI that is in scope for the current node and returns the prefix defined in that declaration.
(Inherited from XmlNode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImportNode
Imports a node from another document to the current document.
(Inherited from XmlDocument.)
Public methodInsertAfter
Inserts the specified node immediately after the specified reference node.
(Inherited from XmlNode.)
Public methodInsertBefore
Inserts the specified node immediately before the specified reference node.
(Inherited from XmlNode.)
Public methodLoad(String)
Loads the XML document from the specified URL.
(Inherited from XmlDocument.)
Public methodLoad(Stream)
Loads the XML document from the specified stream.
(Inherited from XmlDocument.)
Public methodLoad(TextReader)
Loads the XML document from the specified TextReader.
(Inherited from XmlDocument.)
Public methodLoad(XmlReader)
Loads the XML document from the specified XmlReader.
(Inherited from XmlDocument.)
Public methodLoadXml
Loads the XML document from the specified string.
(Inherited from XmlDocument.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNormalize
Puts all XmlText nodes in the full depth of the sub-tree underneath this XmlNode into a "normal" form where only markup (that is, tags, comments, processing instructions, CDATA sections, and entity references) separates XmlText nodes, that is, there are no adjacent XmlText nodes.
(Inherited from XmlNode.)
Public methodPrependChild
Adds the specified node to the beginning of the list of child nodes for this node.
(Inherited from XmlNode.)
Public methodReadNode
Creates an XmlNode object based on the information in the XmlReader. The reader must be positioned on a node or attribute.
(Inherited from XmlDocument.)
Public methodRemoveAll
Removes all the child nodes and/or attributes of the current node.
(Inherited from XmlNode.)
Public methodRemoveChild
Removes specified child node.
(Inherited from XmlNode.)
Public methodReplaceChild
Replaces the child node oldChild with newChild node.
(Inherited from XmlNode.)
Public methodSave(String)
Saves the XML document to the specified file. If the specified file exists, this method overwrites it.
(Inherited from XmlDocument.)
Public methodSave(Stream)
Saves the XML document to the specified stream.
(Inherited from XmlDocument.)
Public methodSave(TextWriter)
Saves the XML document to the specified TextWriter.
(Inherited from XmlDocument.)
Public methodSave(XmlWriter)
Saves the XML document to the specified XmlWriter.
(Inherited from XmlDocument.)
Public methodSelectNodes(String)
Selects a list of nodes matching the XPath expression.
(Inherited from XmlNode.)
Public methodSelectNodes(String, XmlNamespaceManager)
Selects a list of nodes matching the XPath expression. Any prefixes found in the XPath expression are resolved using the supplied XmlNamespaceManager.
(Inherited from XmlNode.)
Public methodSelectSingleNode(String)
Selects the first XmlNode that matches the XPath expression.
(Inherited from XmlNode.)
Public methodSelectSingleNode(String, XmlNamespaceManager)
Selects the first XmlNode that matches the XPath expression. Any prefixes found in the XPath expression are resolved using the supplied XmlNamespaceManager.
(Inherited from XmlNode.)
Public methodSupports
Tests if the DOM implementation implements a specific feature.
(Inherited from XmlNode.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate(ValidationEventHandler)
Validates the XmlDocument against the XML Schema Definition Language (XSD) schemas contained in the Schemas property.
(Inherited from XmlDocument.)
Public methodValidate(ValidationEventHandler, XmlNode)
Validates the XmlNode object specified against the XML Schema Definition Language (XSD) schemas in the Schemas property.
(Inherited from XmlDocument.)
Public methodWriteContentTo
Saves all the children of the XmlDocument node to the specified XmlWriter.
(Inherited from XmlDocument.)
Public methodWriteTo
Saves the XmlDocument node to the specified XmlWriter.
(Inherited from XmlDocument.)
Top
Events
  NameDescription
Public eventNodeChanged
Occurs when the Value of a node belonging to this document has been changed.
(Inherited from XmlDocument.)
Public eventNodeChanging
Occurs when the Value of a node belonging to this document is about to be changed.
(Inherited from XmlDocument.)
Public eventNodeInserted
Occurs when a node belonging to this document has been inserted into another node.
(Inherited from XmlDocument.)
Public eventNodeInserting
Occurs when a node belonging to this document is about to be inserted into another node.
(Inherited from XmlDocument.)
Public eventNodeRemoved
Occurs when a node belonging to this document has been removed from its parent.
(Inherited from XmlDocument.)
Public eventNodeRemoving
Occurs when a node belonging to this document is about to be removed from the document.
(Inherited from XmlDocument.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyRecursive
recursively copies object properties to destination.
(Defined by Utility.)
Top
See Also