Exemplo n.º 1
0
	DomEntityReference DomNode::to_entity_reference() const
	{
		if (is_entity_reference())
			return DomEntityReference(impl);
		return DomEntityReference();
	}
Exemplo n.º 2
0
	DomEntityReference DomDocument::create_entity_reference(const DomString &name)
	{
		return DomEntityReference(*this, name);
	}