Visual Basic (Declaration) | |
---|---|
Protected _parserStack As Stack(Of XmlLightElement) |
C# | |
---|---|
protected Stack<XmlLightElement> _parserStack |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
XmlLightDocument ClassXmlLightDocument Members
Used By
XmlLightDocument.StartDocument()XmlLightDocument.StartTag(XmlTagInfo)
XmlLightDocument.EndTag(XmlTagInfo)
XmlLightDocument.AddText(String)
XmlLightDocument.AddComment(String)
XmlLightDocument.AddCData(String)
XmlLightDocument.AddControl(String)
XmlLightDocument.AddInstruction(String)
XmlLightDocument.EndDocument()
HtmlLightDocument.StartTag(XmlTagInfo)
HtmlLightDocument.EndTag(XmlTagInfo)
HtmlLightDocument.EndDocument()