| Mvp.Xml API Documentation |
|
XIncludingReader Members
XIncludingReader overview
Public Instance Constructors
XIncludingReader
|
Overloaded. Initializes a new instance of the XIncludingReader class. |
Public Instance Properties
Public Instance Methods
Close | See Close |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetAttribute | Overloaded. See GetAttribute |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IsStartElement (inherited from XmlReader) | Overloaded. Calls MoveToContent and tests if the current content node is a start tag or empty element tag and if the LocalName and NamespaceURI properties of the element found match the given strings. |
LookupNamespace | See LookupNamespace |
MoveToAttribute | Overloaded. See MoveToAttribute |
MoveToContent (inherited from XmlReader) | Checks whether the current node is a content (non-white space text, CDATA, Element, EndElement, EntityReference, or EndEntity ) node. If the node is not a content node, the reader skips ahead to the next content node or end of file. It skips over nodes of the following type: ProcessingInstruction, DocumentType, Comment, Whitespace, or SignificantWhitespace. |
MoveToElement | See MoveToElement |
MoveToFirstAttribute | See MoveToFirstAttribute |
MoveToNextAttribute | See MoveToNextAttribute |
Read | See Read |
ReadAttributeValue | See ReadAttributeValue |
ReadElementString (inherited from XmlReader) | Overloaded. Checks that the LocalName and NamespaceURI properties of the element found matches the given strings before reading a text-only element. |
ReadEndElement (inherited from XmlReader) | Checks that the current content node is an end tag and advances the reader to the next node. |
ReadInnerXml | See ReadInnerXml |
ReadOuterXml | See ReadOuterXml |
ReadStartElement (inherited from XmlReader) | Overloaded. Checks that the current content node is an element with the given LocalName and NamespaceURI and advances the reader to the next node. |
ReadString | See ReadString |
ResolveEntity | See ResolveEntity |
Skip (inherited from XmlReader) | Skips the children of the current node. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
See Also
XIncludingReader Class | Mvp.Xml.XInclude Namespace