XdmReader.UnparsedEntitySystemId MethodXdmReader.UnparsedEntitySystemId MethodXdmReader::UnparsedEntitySystemId Method
- XmlPrime 4.1
- Other Versions ▼
Returns the system identifier of the specified unparsed external entity.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Parameters
- entityName
Type: System.StringSystem.StringSystem::String^
The name of the entity.
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 entity with the name specified exists, or if the entity is not an external unparsed entity, null
a null reference (Nothing
in Visual Basic)
nullptr
is returned.