ArcFM Server Developer Guide
unparsedEntityDecl Method (ISAXDTDHandler)


Syntax
'Declaration
 
Sub unparsedEntityDecl( _
   ByRef pwchName As UShort, _
   ByVal cchName As Integer, _
   ByRef pwchPublicId As UShort, _
   ByVal cchPublicId As Integer, _
   ByRef pwchSystemId As UShort, _
   ByVal cchSystemId As Integer, _
   ByRef pwchNotationName As UShort, _
   ByVal cchNotationName As Integer _
) 
'Usage
 
Dim instance As ISAXDTDHandler
Dim pwchName As UShort
Dim cchName As Integer
Dim pwchPublicId As UShort
Dim cchPublicId As Integer
Dim pwchSystemId As UShort
Dim cchSystemId As Integer
Dim pwchNotationName As UShort
Dim cchNotationName As Integer
 
instance.unparsedEntityDecl(pwchName, cchName, pwchPublicId, cchPublicId, pwchSystemId, cchSystemId, pwchNotationName, cchNotationName)
void unparsedEntityDecl( 
   ref ushort pwchName,
   int cchName,
   ref ushort pwchPublicId,
   int cchPublicId,
   ref ushort pwchSystemId,
   int cchSystemId,
   ref ushort pwchNotationName,
   int cchNotationName
)

Parameters

pwchName
cchName
pwchPublicId
cchPublicId
pwchSystemId
cchSystemId
pwchNotationName
cchNotationName
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

ISAXDTDHandler Interface
ISAXDTDHandler Members

 

 


Send Comment