XdmReader.UnparsedEntityNotation MethodXdmReader.UnparsedEntityNotation MethodXdmReader::UnparsedEntityNotation Method

Returns the notation of the specified unparsed external entity.

Syntax

Public Function UnparsedEntityNotation( _
    entityName As String _
) As String
public string UnparsedEntityNotation(
    string entityName
)
public:
String^ UnparsedEntityNotation(
    String^ entityName
)
 

Parameters

entityName

Type: System.StringSystem.StringSystem::String^

The name of the entity.

Return Value

Type: System.StringSystem.StringSystem::String^

The notation of an unparsed external entity declared in the current document. If no entity with the name specified exists, or if the entity is not an external unparsed entity, or if the entity has no NDATA declaration, null a null reference (Nothing in Visual Basic) nullptr is returned.