System::Xml::XmlDocument::CreateEntityReference method
XmlDocument::CreateEntityReference method
Creates an XmlEntityReference with the specified name.
virtual SharedPtr<XmlEntityReference> System::Xml::XmlDocument::CreateEntityReference(const String &name)
Parameter | Type | Description |
---|---|---|
name | const String& | The name of the entity reference. |
ReturnValue
The new XmlEntityReference.
See Also
- Typedef SharedPtr
- Class XmlEntityReference
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.TeX for C++