Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.CoreDocumentImpl
-
Packages that use CoreDocumentImpl Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers -
-
Uses of CoreDocumentImpl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Subclasses of CoreDocumentImpl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom Modifier and Type Class Description classDeferredDocumentImplThe Document interface represents the entire HTML or XML document.classDocumentImplThe Document interface represents the entire HTML or XML document.classPSVIDocumentImplOur own document implementation, which knows how to create an element with PSVI information.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as CoreDocumentImpl Modifier and Type Field Description protected CoreDocumentImplDOMNormalizer. fDocumentprotected CoreDocumentImplDOMNormalizer.XMLAttributesProxy. fDocumentprotected CoreDocumentImplParentNode. ownerDocumentOwner document.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return CoreDocumentImpl Modifier and Type Method Description protected CoreDocumentImplCoreDOMImplementationImpl. createDocument(DocumentType doctype)protected CoreDocumentImplDOMImplementationImpl. createDocument(DocumentType doctype)protected CoreDocumentImplPSVIDOMImplementationImpl. createDocument(DocumentType doctype)Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type CoreDocumentImpl Modifier and Type Method Description protected voidCoreDocumentImpl. cloneNode(CoreDocumentImpl newdoc, boolean deep)internal method to share code with subclassprotected voidDOMNormalizer. normalizeDocument(CoreDocumentImpl document, DOMConfigurationImpl config)Normalizes document.voidDOMNormalizer.XMLAttributesProxy. setAttributes(AttributeMap attributes, CoreDocumentImpl doc, ElementImpl elem)protected voidAttrImpl. setOwnerDocument(CoreDocumentImpl doc)NON-DOM set the ownerDocument of this node and its childrenprotected voidDocumentTypeImpl. setOwnerDocument(CoreDocumentImpl doc)NON-DOM set the ownerDocument of this node and its childrenprotected voidElementImpl. setOwnerDocument(CoreDocumentImpl doc)NON-DOM set the ownerDocument of this node, its children, and its attributesprotected voidNamedNodeMapImpl. setOwnerDocument(CoreDocumentImpl doc)NON-DOM set the ownerDocument of this node, and the attributes it containsprotected voidNodeImpl. setOwnerDocument(CoreDocumentImpl doc)NON-DOM set the ownerDocument of this nodeprotected voidParentNode. setOwnerDocument(CoreDocumentImpl doc)NON-DOM set the ownerDocument of this node and its childrenvoidTextImpl. setValues(CoreDocumentImpl ownerDoc, String data)NON-DOM: resets node and sets specified values for the current nodeConstructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type CoreDocumentImpl Constructor Description 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 methodsCommentImpl(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 methodsNotationImpl(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 methodsProcessingInstructionImpl(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.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers declared as CoreDocumentImpl Modifier and Type Field Description protected CoreDocumentImplAbstractDOMParser. fDocumentImplThe default Xerces document implementation, if used.
-