Mvp.Xml API Documentation

XIncludingReader Members

XIncludingReader overview

Public Instance Constructors

XIncludingReader Overloaded. Initializes a new instance of the XIncludingReader class.

Public Instance Properties

AttributeCountSee AttributeCount
BaseURISee BaseURI
CanResolveEntity (inherited from XmlReader)Gets a value indicating whether this reader can parse and resolve entities.
DepthSee Depth
EOFSee EOF
ExposeTextInclusionsAsCDATA Flag indicating whether expose text inclusions as CDATA or as Text. By default it's Text.
HasAttributes (inherited from XmlReader)Gets a value indicating whether the current node has any attributes.
HasValueSee HasValue
IsDefaultSee IsDefault
IsEmptyElementSee IsEmptyElement
ItemOverloaded. See Item
LocalNameSee LocalName
MakeRelativeBaseUri Flag indicating whether to emit xml:base as relative URI. True by default.
NameSee Name
NamespaceURISee NamespaceURI
NameTableSee NameTable
NodeTypeSee NodeType
Normalization See Normalization.
PrefixSee Prefix
QuoteCharSee QuoteChar
ReadStateSee ReadState
ValueSee Value
WhitespaceHandling See WhitespaceHandling.
XmlLangSee XmlLang
XmlResolver XmlResolver to resolve external URI references
XmlSpaceSee XmlSpace

Public Instance Methods

CloseSee Close
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetAttributeOverloaded. 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.
LookupNamespaceSee LookupNamespace
MoveToAttributeOverloaded. 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.
MoveToElementSee MoveToElement
MoveToFirstAttributeSee MoveToFirstAttribute
MoveToNextAttributeSee MoveToNextAttribute
ReadSee Read
ReadAttributeValueSee 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.
ReadInnerXmlSee ReadInnerXml
ReadOuterXmlSee 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.
ReadStringSee ReadString
ResolveEntitySee 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