Uses of Interface
org.w3c.dom.EntityReference

Packages that use EntityReference
com.sun.xml.tree This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. 
org.w3c.dom The Document Object Model (DOM™) is a Recommendation of the World Wide Web Consortium, defining programming interfaces for XML (and, optionally, HTML) documents. 
 

Uses of EntityReference in com.sun.xml.tree
 

Methods in com.sun.xml.tree that return EntityReference
 EntityReference XmlDocument.createEntityReference(java.lang.String name)
          DOM: Creates an entity reference to the named entity.
 

Uses of EntityReference in org.w3c.dom
 

Methods in org.w3c.dom that return EntityReference
 EntityReference Document.createEntityReference(java.lang.String name)
          Creates an EntityReference object.
 



Submit Feedback to xml-feedback@java.sun.com
Copyright © 1998-1999 Sun Microsystems, Inc. All Rights Reserved.

Sun Microsystems, Inc.
901 San Antonio Road
Palo Alto, California, 94303, U.S.A.