ArcFM Server Developer Guide
startElement(UInt16,Int32,UInt16,Int32,UInt16,Int32,ISAXAttributes) Method


Syntax
'Declaration
 
Public Overloads Overridable 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 MXHTMLWriter60Class
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)
public virtual 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

MXHTMLWriter60Class Class
MXHTMLWriter60Class Members
Overload List

 

 


Send Comment