checks if this is a namespace decl that we already added

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
protected virtual bool SkipNode(

	XmlNode node

)
Visual Basic (Declaration)
Protected Overridable Function SkipNode ( _

	node As XmlNode _

) As Boolean
Visual C++
protected:

virtual bool SkipNode(

	XmlNode^ node

)

Parameters

node
Type: System.Xml..::.XmlNode
XmlNode to check

Return Value

true if this node should be skipped

See Also