Searched defs:EntityReference (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DEntityReference.h29 class EntityReference : public ContainerNode { class in namespace:WebCore
31 static PassRefPtr<EntityReference> create(Document*, const String& entityName);
34 EntityReference(Document*, const String& entityName);
H A DEntityReference.cpp22 #include "EntityReference.h"
28 inline EntityReference::EntityReference(Document* document, const String& entityName) function in class:WebCore::EntityReference
34 PassRefPtr<EntityReference> EntityReference::create(Document* document, const String& entityName)
36 return adoptRef(new EntityReference(document, entityName));
39 String EntityReference::nodeName() const
44 Node::NodeType EntityReference::nodeType() const
49 PassRefPtr<Node> EntityReference::cloneNode(bool)

Completed in 196 milliseconds