Uses of Class
org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
Packages that use CoreDocumentImpl
Package
Description
Dom implementation of all supported HTML elements.
Stuff taken, adapted, and simplified from the latest xerces code.
Stuff taken, adapted, and simplified from the latest xerces code.
-
Uses of CoreDocumentImpl in org.htmlunit.cyberneko.html.dom
Subclasses of CoreDocumentImpl in org.htmlunit.cyberneko.html.dom -
Uses of CoreDocumentImpl in org.htmlunit.cyberneko.xerces.dom
Subclasses of CoreDocumentImpl in org.htmlunit.cyberneko.xerces.domModifier and TypeClassDescriptionclassThe Document interface represents the entire HTML or XML document.Fields in org.htmlunit.cyberneko.xerces.dom declared as CoreDocumentImplModifier and TypeFieldDescriptionprotected CoreDocumentImplParentNode.ownerDocumentOwner document.Methods in org.htmlunit.cyberneko.xerces.dom that return CoreDocumentImplModifier and TypeMethodDescriptionprotected CoreDocumentImplDOMImplementationImpl.createDocument(DocumentType doctype) Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type CoreDocumentImplModifier and TypeMethodDescriptionprotected voidCoreDocumentImpl.cloneNode(CoreDocumentImpl newdoc, boolean deep) protected voidAttrImpl.setOwnerDocument(CoreDocumentImpl doc) NON-DOM set the ownerDocument of this node and its children.protected voidDocumentTypeImpl.setOwnerDocument(CoreDocumentImpl doc) NON-DOM set the ownerDocument of this node and its childrenprotected voidElementImpl.setOwnerDocument(CoreDocumentImpl doc) protected voidNamedNodeMapImpl.setOwnerDocument(CoreDocumentImpl doc) NON-DOM set the ownerDocument of this node, and the attributes it contains.protected voidNodeImpl.setOwnerDocument(CoreDocumentImpl doc) protected voidParentNode.setOwnerDocument(CoreDocumentImpl doc) NON-DOM set the ownerDocument of this node and its childrenConstructors in org.htmlunit.cyberneko.xerces.dom with parameters of type CoreDocumentImplModifierConstructorDescriptionprotectedAttrImpl(CoreDocumentImpl ownerDocument, String newName) Attribute has no public constructor.protectedAttrNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName) AttrNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName) CDATASectionImpl(CoreDocumentImpl ownerDoc, String data) Factory constructor for creating a CDATA section.protectedCharacterDataImpl(CoreDocumentImpl ownerDocument, String data) Factory constructor.protectedChildNode(CoreDocumentImpl ownerDocument) No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methodsCommentImpl(CoreDocumentImpl ownerDoc, String data) Factory constructor.DocumentFragmentImpl(CoreDocumentImpl ownerDoc) DocumentTypeImpl(CoreDocumentImpl ownerDocument, String name) Factory method for creating a document type node.DocumentTypeImpl(CoreDocumentImpl ownerDocument, String qualifiedName, String publicID, String systemID) ElementImpl(CoreDocumentImpl ownerDoc, String name) protectedElementNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName) protectedElementNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName) EntityImpl(CoreDocumentImpl ownerDoc, String name) EntityReferenceImpl(CoreDocumentImpl ownerDoc, String newName) protectedNodeImpl(CoreDocumentImpl ownerDocument) No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methodsprotectedParentNode(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) TextImpl(CoreDocumentImpl ownerDoc, String data) -
Uses of CoreDocumentImpl in org.htmlunit.cyberneko.xerces.parsers
Fields in org.htmlunit.cyberneko.xerces.parsers declared as CoreDocumentImplModifier and TypeFieldDescriptionprotected CoreDocumentImplAbstractDOMParser.fDocumentImplThe default Xerces document implementation, if used.