XdmReader.UnparsedEntityPublicId MethodXdmReader.UnparsedEntityPublicId MethodXdmReader::UnparsedEntityPublicId Method
- XmlPrime 5.0
- Other Versions ▼
Returns the public 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 public identifier 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 public identifier,
null
a null reference (Nothing
in Visual Basic)
nullptr
is returned.