Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / NXmlReader Class
Properties Methods


In This Topic
    NXmlReader Class Members
    In This Topic

    The following tables list the members exposed by NXmlReader.

    Public Properties
     NameDescription
    Public PropertyIndicates whether this is a self closed start tag.  
    Public PropertyGets the name of the current node.  
    Public PropertyGets the type of the current node.  
    Public PropertyGets the value of the current node.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a XML reader for the given stream.  
    Public MethodGets the value of the attribute with the given name. This method is valid only when the current node type is ENXmlReaderNodeType.Declaration or ENXmlReaderNodeType.StartTag.  
    Public MethodReads the next entry from the XML stream.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Top
    See Also