Uses of Class
org.eclipse.ercp.xml.dom.DocumentImpl

Packages that use DocumentImpl
org.eclipse.ercp.xml.dom   
 

Uses of DocumentImpl in org.eclipse.ercp.xml.dom
 

Fields in org.eclipse.ercp.xml.dom declared as DocumentImpl
protected  DocumentImpl NodeImpl.ownerDocument
           
 

Methods in org.eclipse.ercp.xml.dom with parameters of type DocumentImpl
protected  void NodeImpl.spreadOwnerDocument(DocumentImpl ownerDocument)
           
protected  void ElementImpl.spreadOwnerDocument(DocumentImpl ownerDocument)
           
 

Constructors in org.eclipse.ercp.xml.dom with parameters of type DocumentImpl
AttrImpl(DocumentImpl ownerDocument, java.lang.String qualifiedName)
          Constructor for AttrImpl
AttrImpl(DocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName)
           
CDATASectionImpl(DocumentImpl ownerDocument, java.lang.String data)
          Constructor
CharacterDataImpl(DocumentImpl ownerDocument, java.lang.String data)
          Constructor for CharacterDataImpl
ElementImpl(DocumentImpl ownerDocument, java.lang.String qualifiedName)
          Constructor for ElementImpl
ElementImpl(DocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName)
           
NodeImpl(DocumentImpl ownerDocument)
          Constructor for NodeImpl
NSNodeImpl(DocumentImpl ownerDocument)
          Constructor for NSNodeImpl
NSNodeImpl(DocumentImpl ownerDocument, java.lang.String qualifiedName)
           
NSNodeImpl(DocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName)
           
ProcessingInstructionImpl(DocumentImpl ownerDocument, java.lang.String target, java.lang.String data)
          Constructor for ProcessingInstructionImpl
TextImpl(DocumentImpl ownerDocument, java.lang.String data)
          Constructor for TextImpl
TreeNode(DocumentImpl ownerDocument)
          Constructor for SiblingNode
TreeNode(DocumentImpl ownerDocument, java.lang.String qualifiedName)
           
TreeNode(DocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName)