Click or drag to resize
XmlUtilisNamespaceDecl Method
Checks an attribute qname to see if it is a namespace declaration

Namespace: DXMLBase.Xml
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool isNamespaceDecl(
	string name
)

Parameters

name
Type: SystemString
the attribute qname

Return Value

Type: Boolean
true/false
See Also