XdmNavigator.UnparsedEntityPublicDd MethodXdmNavigator.UnparsedEntityPublicDd MethodXdmNavigator::UnparsedEntityPublicDd Method

Returns the public identifier of the specified entity name.

Syntax

Public MustOverride Function UnparsedEntityPublicDd( _
    entityName As String _
) As String
public abstract string UnparsedEntityPublicDd(
    string entityName
)
public:
virtual String^ UnparsedEntityPublicDd(
    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.