XdmReader.NotationSystemId MethodXdmReader.NotationSystemId MethodXdmReader::NotationSystemId Method

Returns the system identifier of the specified unparsed external entity.

Syntax

Public Function NotationSystemId( _
    notationName As String _
) As String
public string NotationSystemId(
    string notationName
)
public:
String^ NotationSystemId(
    String^ notationName
)
 

Parameters

notationName

Type: System.StringSystem.StringSystem::String^

The name of the notation.

Return Value

Type: System.StringSystem.StringSystem::String^

The absolute URI obtained by resolving the system identifier of the unparsed entity information item against its base URI. If no notation with the name specified exists, null a null reference (Nothing in Visual Basic) nullptr is returned.