XdmReader.NotationSystemId MethodXdmReader.NotationSystemId MethodXdmReader::NotationSystemId Method
- XmlPrime 3.1
- Other Versions ▼
Returns the system identifier of the specified unparsed external entity.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
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.