ArcFM Desktop Developer Guide
startElement Method (ISAXContentHandler)


Syntax
'Declaration
 
Sub startElement( _
   ByRef pwchNamespaceUri As UShort, _
   ByVal cchNamespaceUri As Integer, _
   ByRef pwchLocalName As UShort, _
   ByVal cchLocalName As Integer, _
   ByRef pwchQName As UShort, _
   ByVal cchQName As Integer, _
   ByVal pAttributes As ISAXAttributes _
) 
'Usage
 
Dim instance As ISAXContentHandler
Dim pwchNamespaceUri As UShort
Dim cchNamespaceUri As Integer
Dim pwchLocalName As UShort
Dim cchLocalName As Integer
Dim pwchQName As UShort
Dim cchQName As Integer
Dim pAttributes As ISAXAttributes
 
instance.startElement(pwchNamespaceUri, cchNamespaceUri, pwchLocalName, cchLocalName, pwchQName, cchQName, pAttributes)
void startElement( 
   ref ushort pwchNamespaceUri,
   int cchNamespaceUri,
   ref ushort pwchLocalName,
   int cchLocalName,
   ref ushort pwchQName,
   int cchQName,
   ISAXAttributes pAttributes
)

Parameters

pwchNamespaceUri
cchNamespaceUri
pwchLocalName
cchLocalName
pwchQName
cchQName
pAttributes
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ISAXContentHandler Interface
ISAXContentHandler Members

 

 


Send Comment