FastInfoset.NET Class Reference for .NET
ReadStartElement(String,String) Method






The local name of the specified element
The namespace of specified element
Checks that the current node is the element with specified local name and namespace and advances the reader to the next node.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub ReadStartElement( _
   ByVal localname As System.String, _
   ByVal ns As System.String _
) 
'Usage
 
Dim instance As XmlFastInfosetReader
Dim localname As System.String
Dim ns As System.String
 
instance.ReadStartElement(localname, ns)
public override void ReadStartElement( 
   System.string localname,
   System.string ns
)
public procedure ReadStartElement( 
    localname: System.String;
    ns: System.String
); override; 
public override function ReadStartElement( 
   localname : System.String,
   ns : System.String
);
public: void ReadStartElement( 
   System.string* localname,
   System.string* ns
) override 
public:
void ReadStartElement( 
   System.String^ localname,
   System.String^ ns
) override 

Parameters

localname
The local name of the specified element
ns
The namespace of specified element
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Overload List
Base Implementation in ReadStartElement(String,String)

Send Feedback