|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoreDocumentImpl | |
---|---|
org.apache.html.dom | |
org.apache.wml.dom | |
org.apache.xerces.dom | |
org.apache.xerces.parsers |
Uses of CoreDocumentImpl in org.apache.html.dom |
---|
Subclasses of CoreDocumentImpl in org.apache.html.dom | |
---|---|
class |
HTMLDocumentImpl
Implements an HTML document. |
Uses of CoreDocumentImpl in org.apache.wml.dom |
---|
Subclasses of CoreDocumentImpl in org.apache.wml.dom | |
---|---|
class |
WMLDocumentImpl
|
Methods in org.apache.wml.dom that return CoreDocumentImpl | |
---|---|
protected CoreDocumentImpl |
WMLDOMImplementationImpl.createDocument(DocumentType doctype)
|
Uses of CoreDocumentImpl in org.apache.xerces.dom |
---|
Subclasses of CoreDocumentImpl in org.apache.xerces.dom | |
---|---|
class |
DeferredDocumentImpl
The Document interface represents the entire HTML or XML document. |
class |
DocumentImpl
The Document interface represents the entire HTML or XML document. |
class |
PSVIDocumentImpl
Our own document implementation, which knows how to create an element with PSVI information. |
Fields in org.apache.xerces.dom declared as CoreDocumentImpl | |
---|---|
protected CoreDocumentImpl |
DOMNormalizer.fDocument
|
protected CoreDocumentImpl |
DOMNormalizer.XMLAttributesProxy.fDocument
|
protected CoreDocumentImpl |
ParentNode.ownerDocument
Owner document. |
Methods in org.apache.xerces.dom that return CoreDocumentImpl | |
---|---|
protected CoreDocumentImpl |
PSVIDOMImplementationImpl.createDocument(DocumentType doctype)
|
protected CoreDocumentImpl |
DOMImplementationImpl.createDocument(DocumentType doctype)
|
protected CoreDocumentImpl |
CoreDOMImplementationImpl.createDocument(DocumentType doctype)
|
Methods in org.apache.xerces.dom with parameters of type CoreDocumentImpl | |
---|---|
protected void |
CoreDocumentImpl.cloneNode(CoreDocumentImpl newdoc,
boolean deep)
internal method to share code with subclass |
protected void |
DOMNormalizer.normalizeDocument(CoreDocumentImpl document,
DOMConfigurationImpl config)
Normalizes document. |
void |
DOMNormalizer.XMLAttributesProxy.setAttributes(AttributeMap attributes,
CoreDocumentImpl doc,
ElementImpl elem)
|
protected void |
ParentNode.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM set the ownerDocument of this node and its children |
protected void |
NodeImpl.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM set the ownerDocument of this node |
protected void |
NamedNodeMapImpl.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM set the ownerDocument of this node, and the attributes it contains |
protected void |
ElementImpl.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM set the ownerDocument of this node, its children, and its attributes |
protected void |
DocumentTypeImpl.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM set the ownerDocument of this node and its children |
protected void |
AttrImpl.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM set the ownerDocument of this node and its children |
void |
TextImpl.setValues(CoreDocumentImpl ownerDoc,
String data)
NON-DOM: resets node and sets specified values for the current node |
Constructors in org.apache.xerces.dom with parameters of type CoreDocumentImpl | |
---|---|
AttrImpl(CoreDocumentImpl ownerDocument,
String name)
Attribute has no public constructor. |
|
AttrNSImpl(CoreDocumentImpl ownerDocument,
String value)
|
|
AttrNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName)
DOM2: Constructor for Namespace implementation. |
|
AttrNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName,
String localName)
|
|
CDATASectionImpl(CoreDocumentImpl ownerDoc,
String data)
Factory constructor for creating a CDATA section. |
|
CharacterDataImpl(CoreDocumentImpl ownerDocument,
String data)
Factory constructor. |
|
ChildNode(CoreDocumentImpl ownerDocument)
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods |
|
CommentImpl(CoreDocumentImpl ownerDoc,
String data)
Factory constructor. |
|
DocumentFragmentImpl(CoreDocumentImpl ownerDoc)
Factory constructor. |
|
DocumentTypeImpl(CoreDocumentImpl ownerDocument,
String name)
Factory method for creating a document type node. |
|
DocumentTypeImpl(CoreDocumentImpl ownerDocument,
String qualifiedName,
String publicID,
String systemID)
Factory method for creating a document type node. |
|
ElementDefinitionImpl(CoreDocumentImpl ownerDocument,
String name)
Factory constructor. |
|
ElementImpl(CoreDocumentImpl ownerDoc,
String name)
Factory constructor. |
|
ElementNSImpl(CoreDocumentImpl ownerDocument,
String value)
|
|
ElementNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName)
DOM2: Constructor for Namespace implementation. |
|
ElementNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName,
String localName)
|
|
EntityImpl(CoreDocumentImpl ownerDoc,
String name)
Factory constructor. |
|
EntityReferenceImpl(CoreDocumentImpl ownerDoc,
String name)
Factory constructor. |
|
NodeImpl(CoreDocumentImpl ownerDocument)
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods |
|
NotationImpl(CoreDocumentImpl ownerDoc,
String name)
Factory constructor. |
|
ParentNode(CoreDocumentImpl ownerDocument)
No public constructor; only subclasses of ParentNode should be instantiated, and those normally via a Document's factory methods |
|
ProcessingInstructionImpl(CoreDocumentImpl ownerDoc,
String target,
String data)
Factory constructor. |
|
PSVIAttrNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName)
Construct an attribute node. |
|
PSVIAttrNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName,
String localName)
Construct an attribute node. |
|
PSVIElementNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName)
Construct an element node. |
|
PSVIElementNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName,
String localName)
Construct an element node. |
|
TextImpl(CoreDocumentImpl ownerDoc,
String data)
Factory constructor. |
Uses of CoreDocumentImpl in org.apache.xerces.parsers |
---|
Fields in org.apache.xerces.parsers declared as CoreDocumentImpl | |
---|---|
protected CoreDocumentImpl |
AbstractDOMParser.fDocumentImpl
The default Xerces document implementation, if used. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |