Bug 15460. Expose XML element creation via nsIXMLElementFactory interface. r=kipp.

git-svn-id: svn://10.0.0.236/trunk@49759 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
1999-10-05 00:12:21 +00:00
parent c9603305c7
commit 4fa6ebaa6d
12 changed files with 208 additions and 0 deletions

View File

@@ -313,6 +313,8 @@ static Components gComponents[] = {
{ "HTML element factory", NS_HTML_ELEMENT_FACTORY_CID, nsnull, },
{ "Text element", NS_TEXTNODE_CID, nsnull, },
{ "XML element factory", NS_XML_ELEMENT_FACTORY_CID, nsnull, },
{ "Selection", NS_SELECTION_CID, nsnull, },
{ "Frame selection", NS_FRAMESELECTION_CID, nsnull, },
{ "Range", NS_RANGE_CID, nsnull, },