FastInfoset.NET Class Reference for Mono
XmlFastInfosetReader Class Properties


For a list of all members of this type, see XmlFastInfosetReader members.

Public Properties
 NameDescription
Public PropertyAttributeCountOverridden.  Gets the number of attributes on the current node.  
Public PropertyBaseURIOverridden.  Gets the base URI of the current node.  
Public PropertyCanReadBinaryContentOverridden. Gets a value indicating whether this reader can parse binary content. Always returns true.  
Public PropertyCanReadValueChunk (Inherited from System.Xml.XmlReader)
Public PropertyCanResolveEntityOverridden. Gets a value indicating whether this reader can parse and resolve entities. Always returns false.  
Public PropertyDepthOverridden.  Gets the depth of the current node in the XML document.  
Public PropertyEOFOverridden.  Gets a value indicating whether the reader is positioned at the end of the stream.  
Public PropertyHasAttributes (Inherited from System.Xml.XmlReader)
Public PropertyHasValueOverridden.  Gets a value indicating whether the current node can have a Value.  
Public PropertyIsDefaultOverridden.  Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema.  
Public PropertyIsEmptyElementOverridden.  Gets a value indicating whether the current node is an empty element.  
Public PropertyItemOverridden. Gets the value of the attribute specified by the index. In C#, this property is the indexer for the XmlFastInfosetReader class.  
Public PropertyLocalNameOverridden.  Gets the local name of the current node.  
Public PropertyMaxDepth Gets and sets the maximum nested node depth.  
Public PropertyMaxNodeContentLength Gets and sets the maximum length of the node content in bytes.  
Public PropertyNameOverridden.  Gets the qualified name of the current node.  
Public PropertyNamespaceURIOverridden.  Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned.  
Public PropertyNameTableOverridden. Gets the XmlNameTable associated with this reader.  
Public PropertyNodeTypeOverridden.  Gets the type of the current node.  
Public PropertyPrefixOverridden.  Gets the namespace prefix associated with the current node.  
Public PropertyQuoteCharOverridden.  Gets the quotation mark character used to enclose the value of an attribute node.  
Public PropertyReadStateOverridden.  Gets the state of the reader.  
Public PropertySchemaInfo (Inherited from System.Xml.XmlReader)
Public PropertySettingsOverridden.  Gets the XmlReaderSettings object used to create this XmlFastInfosetReader instance.  
Public PropertyValueOverridden.  Gets the text value of the current node.  
Public PropertyValueType (Inherited from System.Xml.XmlReader)
Public PropertyVocabulary Sets the vocabulary to be used when reading the Fast Infoset document.  
Public PropertyVocabularyProviderGets and sets the IVocabularyProvider for resolving external vocabulary URI, when it is encountered within a document.  
Public PropertyXmlLang (Inherited from System.Xml.XmlReader)
Public PropertyXmlSpace (Inherited from System.Xml.XmlReader)
Top
See Also

Reference

XmlFastInfosetReader Class
Noemax.FastInfoset Namespace

Send Feedback