XmlUtilisNamespaceDecl Method |
Checks an attribute qname to see if it is a namespace declaration
Namespace: DXMLBase.XmlAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool isNamespaceDecl(
string name
)
Public Shared Function isNamespaceDecl (
name As String
) As Boolean
public:
static bool isNamespaceDecl(
String^ name
)
static member isNamespaceDecl :
name : string -> bool
Parameters
- name
- Type: SystemString
the attribute qname
Return Value
Type:
Booleantrue/false
See Also