Uses of Interface
org.w3c.dom.Notation

Packages that use Notation
org.apache.xerces.dom   
 

Uses of Notation in org.apache.xerces.dom
 

Classes in org.apache.xerces.dom that implement Notation
 class DeferredNotationImpl
          Notations are how the Document Type Description (DTD) records hints about the format of an XML "unparsed entity" -- in other words, non-XML data bound to this document type, which some applications may wish to consult when manipulating the document.
 class NotationImpl
          Notations are how the Document Type Description (DTD) records hints about the format of an XML "unparsed entity" -- in other words, non-XML data bound to this document type, which some applications may wish to consult when manipulating the document.
 

Methods in org.apache.xerces.dom that return Notation
 Notation CoreDocumentImpl.createNotation(java.lang.String name)
          NON-DOM Factory method; creates a Notation having this Document as its OwnerDoc.
 



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.