XdmNavigator.UnparsedEntityPublicId MethodXdmNavigator.UnparsedEntityPublicId MethodXdmNavigator::UnparsedEntityPublicId Method

Returns the public identifier of the specified entity name.

Syntax

Public MustOverride Function UnparsedEntityPublicId( _
    entityName As String _
) As String
public abstract string UnparsedEntityPublicId(
    string entityName
)
public:
virtual String^ UnparsedEntityPublicId(
    String^ entityName
) abstract
 

Parameters

entityName

Type: System.StringSystem.StringSystem::String^

The entity name.

Return Value

Type: System.StringSystem.StringSystem::String^

The public identifier of the specified unparsed external entity, or null a null reference (Nothing in Visual Basic) nullptr if the entity does not exist, or is not an external unparsed entity, or if the entity has no public identifier.