XdmReader.NotationPublicId MethodXdmReader.NotationPublicId MethodXdmReader::NotationPublicId Method
- XmlPrime 3.0
- Other Versions ▼
Returns the public identifier of the specified notation.
- 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 public identifier of a notation declared in the current document.
If no notation with the name specified exists, or if the notation has no public identifier,
null
a null reference (Nothing
in Visual Basic)
nullptr
is returned.