Windward Engine API Reference
validateTag Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.xml Namespace > XPathDataSource Class : validateTag Method




xmlTag
The tag to check.

Glossary Item Box

Verifys that a tag has all required attributes and no unknown attributes.

Syntax

Visual Basic (Declaration) 
Public Sub validateTag( _
   ByVal xmlTag As BaseTag _
) 
Visual Basic (Usage)Copy Code
Dim instance As XPathDataSource
Dim xmlTag As BaseTag
 
instance.validateTag(xmlTag)
C# 
public void validateTag( 
   BaseTag xmlTag
)
Managed Extensions for C++ 
public: void validateTag( 
   BaseTag* xmlTag
) 
C++/CLI 
public:
void validateTag( 
   BaseTag^ xmlTag
) 

Parameters

xmlTag
The tag to check.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.