|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeImpl | |
org.enhydra.apache.html.dom | |
org.enhydra.apache.wml.dom | |
org.enhydra.apache.xerces.dom |
Uses of NodeImpl in org.enhydra.apache.html.dom |
Constructors in org.enhydra.apache.html.dom with parameters of type NodeImpl | |
NameNodeListImpl(NodeImpl rootNode,
String tagName)
Constructor. |
Uses of NodeImpl in org.enhydra.apache.wml.dom |
Subclasses of NodeImpl in org.enhydra.apache.wml.dom | |
class |
WMLAccessElementImpl
|
class |
WMLAElementImpl
|
class |
WMLAnchorElementImpl
|
class |
WMLBElementImpl
|
class |
WMLBigElementImpl
|
class |
WMLBrElementImpl
|
class |
WMLCardElementImpl
|
class |
WMLDocumentImpl
|
class |
WMLDoElementImpl
|
class |
WMLElementImpl
|
class |
WMLEmElementImpl
|
class |
WMLFieldsetElementImpl
|
class |
WMLGoElementImpl
|
class |
WMLHeadElementImpl
|
class |
WMLIElementImpl
|
class |
WMLImgElementImpl
|
class |
WMLInputElementImpl
|
class |
WMLMetaElementImpl
|
class |
WMLNoopElementImpl
|
class |
WMLOneventElementImpl
|
class |
WMLOptgroupElementImpl
|
class |
WMLOptionElementImpl
|
class |
WMLPElementImpl
|
class |
WMLPostfieldElementImpl
|
class |
WMLPrevElementImpl
|
class |
WMLRefreshElementImpl
|
class |
WMLSelectElementImpl
|
class |
WMLSetvarElementImpl
|
class |
WMLSmallElementImpl
|
class |
WMLStrongElementImpl
|
class |
WMLTableElementImpl
|
class |
WMLTdElementImpl
|
class |
WMLTemplateElementImpl
|
class |
WMLTimerElementImpl
|
class |
WMLTrElementImpl
|
class |
WMLUElementImpl
|
class |
WMLWmlElementImpl
|
Uses of NodeImpl in org.enhydra.apache.xerces.dom |
Subclasses of NodeImpl in org.enhydra.apache.xerces.dom | |
class |
AttrImpl
Attribute represents an XML-style attribute of an Element. |
class |
AttrNSImpl
AttrNSImpl inherits from AttrImpl and adds namespace support. |
class |
CDATASectionImpl
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place. |
class |
CharacterDataImpl
CharacterData is an abstract Node that can carry character data as its Value. |
class |
ChildNode
ChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings. |
class |
CommentImpl
Represents an XML (or HTML) comment. |
class |
CoreDocumentImpl
The Document interface represents the entire HTML or XML document. |
class |
DeferredAttrImpl
Attribute represents an XML-style attribute of an Element. |
class |
DeferredAttrNSImpl
DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to AttrImpl. |
class |
DeferredCDATASectionImpl
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place. |
class |
DeferredCommentImpl
Represents an XML (or HTML) comment. |
class |
DeferredDocumentImpl
The Document interface represents the entire HTML or XML document. |
class |
DeferredDocumentTypeImpl
This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD). |
class |
DeferredElementDefinitionImpl
NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type. |
class |
DeferredElementImpl
Elements represent most of the "markup" and structure of the document. |
class |
DeferredElementNSImpl
DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to ElementImpl. |
class |
DeferredEntityImpl
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed. |
class |
DeferredEntityReferenceImpl
EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM. |
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 |
DeferredProcessingInstructionImpl
Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content. |
class |
DeferredTextImpl
Text nodes hold the non-markup, non-Entity content of an Element or Attribute. |
class |
DocumentFragmentImpl
DocumentFragment is a "lightweight" or "minimal" Document object. |
class |
DocumentImpl
The Document interface represents the entire HTML or XML document. |
class |
DocumentTypeImpl
This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD). |
class |
ElementDefinitionImpl
NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type. |
class |
ElementImpl
Elements represent most of the "markup" and structure of the document. |
class |
ElementNSImpl
ElementNSImpl inherits from ElementImpl and adds namespace support. |
class |
EntityImpl
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed. |
class |
EntityReferenceImpl
EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM. |
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. |
class |
ParentNode
ParentNode inherits from ChildNode and adds the capability of having child nodes. |
class |
ProcessingInstructionImpl
Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content. |
class |
TextImpl
Text nodes hold the non-markup, non-Entity content of an Element or Attribute. |
Fields in org.enhydra.apache.xerces.dom declared as NodeImpl | |
protected NodeImpl |
NodeImpl.ownerNode
|
protected NodeImpl |
NamedNodeMapImpl.ownerNode
|
protected NodeImpl |
DeepNodeListImpl.rootNode
|
Methods in org.enhydra.apache.xerces.dom that return NodeImpl | |
(package private) NodeImpl |
NodeImpl.parentNode()
|
(package private) NodeImpl |
ChildNode.parentNode()
|
Methods in org.enhydra.apache.xerces.dom with parameters of type NodeImpl | |
NamedNodeMapImpl |
NamedNodeMapImpl.cloneMap(NodeImpl ownerNode)
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map. |
protected void |
DocumentImpl.setUserData(NodeImpl n,
Object data)
Store user data related to a given node This is a place where we could use weak references! |
protected Object |
DocumentImpl.getUserData(NodeImpl n)
Retreive user data related to a given node |
(package private) void |
DocumentImpl.replacedText(NodeImpl node)
A method to be called when some text was changed in a text node, so that live objects can be notified. |
(package private) void |
DocumentImpl.deletedText(NodeImpl node,
int offset,
int count)
A method to be called when some text was deleted from a text node, so that live objects can be notified. |
(package private) void |
DocumentImpl.insertedText(NodeImpl node,
int offset,
int count)
A method to be called when some text was inserted into a text node, so that live objects can be notified. |
protected void |
DocumentImpl.setEventListeners(NodeImpl n,
Vector listeners)
Store event listener registered on a given node This is another place where we could use weak references! |
protected Vector |
DocumentImpl.getEventListeners(NodeImpl n)
Retreive event listener registered on a given node |
protected void |
DocumentImpl.addEventListener(NodeImpl node,
String type,
EventListener listener,
boolean useCapture)
Introduced in DOM Level 2. |
protected void |
DocumentImpl.removeEventListener(NodeImpl node,
String type,
EventListener listener,
boolean useCapture)
Introduced in DOM Level 2. |
protected boolean |
DocumentImpl.dispatchEvent(NodeImpl node,
Event event)
Introduced in DOM Level 2. |
protected void |
DocumentImpl.dispatchEventToSubtree(NodeImpl node,
Node n,
Event e)
NON-DOM INTERNAL: DOMNodeInsertedIntoDocument and ...RemovedFrom... |
protected void |
DocumentImpl.dispatchAggregateEvents(NodeImpl node,
DocumentImpl.EnclosingAttr ea)
NON-DOM INTERNAL: Convenience wrapper for calling dispatchAggregateEvents when the context was established by savedEnclosingAttr . |
protected void |
DocumentImpl.dispatchAggregateEvents(NodeImpl node,
AttrImpl enclosingAttr,
String oldvalue,
short change)
NON-DOM INTERNAL: Generate the "aggregated" post-mutation events DOMAttrModified and DOMSubtreeModified. |
protected void |
DocumentImpl.saveEnclosingAttr(NodeImpl node)
NON-DOM INTERNAL: Pre-mutation context check, in preparation for later generating DOMAttrModified events. |
(package private) void |
DocumentImpl.modifyingCharacterData(NodeImpl node)
A method to be called when a character data node has been modified |
(package private) void |
DocumentImpl.modifiedCharacterData(NodeImpl node,
String oldvalue,
String value)
A method to be called when a character data node has been modified |
(package private) void |
DocumentImpl.insertingNode(NodeImpl node,
boolean replace)
A method to be called when a node is about to be inserted in the tree. |
(package private) void |
DocumentImpl.insertedNode(NodeImpl node,
NodeImpl newInternal,
boolean replace)
A method to be called when a node has been inserted in the tree. |
(package private) void |
DocumentImpl.insertedNode(NodeImpl node,
NodeImpl newInternal,
boolean replace)
A method to be called when a node has been inserted in the tree. |
(package private) void |
DocumentImpl.removingNode(NodeImpl node,
NodeImpl oldChild,
boolean replace)
A method to be called when a node is about to be removed from the tree. |
(package private) void |
DocumentImpl.removingNode(NodeImpl node,
NodeImpl oldChild,
boolean replace)
A method to be called when a node is about to be removed from the tree. |
(package private) void |
DocumentImpl.removedNode(NodeImpl node,
boolean replace)
A method to be called when a node has been removed from the tree. |
(package private) void |
DocumentImpl.replacingNode(NodeImpl node)
A method to be called when a node is about to be replaced in the tree. |
(package private) void |
DocumentImpl.replacedNode(NodeImpl node)
A method to be called when a node has been replaced in the tree. |
(package private) void |
DocumentImpl.removedAttrNode(AttrImpl attr,
NodeImpl oldOwner,
String name)
A method to be called when an attribute node has been removed |
protected void |
CoreDocumentImpl.setUserData(NodeImpl n,
Object data)
Store user data related to a given node This is a place where we could use weak references! |
protected Object |
CoreDocumentImpl.getUserData(NodeImpl n)
Retreive user data related to a given node |
protected void |
CoreDocumentImpl.addEventListener(NodeImpl node,
String type,
EventListener listener,
boolean useCapture)
|
protected void |
CoreDocumentImpl.removeEventListener(NodeImpl node,
String type,
EventListener listener,
boolean useCapture)
|
protected boolean |
CoreDocumentImpl.dispatchEvent(NodeImpl node,
Event event)
|
(package private) void |
CoreDocumentImpl.replacedText(NodeImpl node)
A method to be called when some text was changed in a text node, so that live objects can be notified. |
(package private) void |
CoreDocumentImpl.deletedText(NodeImpl node,
int offset,
int count)
A method to be called when some text was deleted from a text node, so that live objects can be notified. |
(package private) void |
CoreDocumentImpl.insertedText(NodeImpl node,
int offset,
int count)
A method to be called when some text was inserted into a text node, so that live objects can be notified. |
(package private) void |
CoreDocumentImpl.modifyingCharacterData(NodeImpl node)
A method to be called when a character data node has been modified |
(package private) void |
CoreDocumentImpl.modifiedCharacterData(NodeImpl node,
String oldvalue,
String value)
A method to be called when a character data node has been modified |
(package private) void |
CoreDocumentImpl.insertingNode(NodeImpl node,
boolean replace)
A method to be called when a node is about to be inserted in the tree. |
(package private) void |
CoreDocumentImpl.insertedNode(NodeImpl node,
NodeImpl newInternal,
boolean replace)
A method to be called when a node has been inserted in the tree. |
(package private) void |
CoreDocumentImpl.insertedNode(NodeImpl node,
NodeImpl newInternal,
boolean replace)
A method to be called when a node has been inserted in the tree. |
(package private) void |
CoreDocumentImpl.removingNode(NodeImpl node,
NodeImpl oldChild,
boolean replace)
A method to be called when a node is about to be removed from the tree. |
(package private) void |
CoreDocumentImpl.removingNode(NodeImpl node,
NodeImpl oldChild,
boolean replace)
A method to be called when a node is about to be removed from the tree. |
(package private) void |
CoreDocumentImpl.removedNode(NodeImpl node,
boolean replace)
A method to be called when a node has been removed from the tree. |
(package private) void |
CoreDocumentImpl.replacingNode(NodeImpl node)
A method to be called when a node is about to be replaced in the tree. |
(package private) void |
CoreDocumentImpl.replacedNode(NodeImpl node)
A method to be called when a node has been replaced in the tree. |
(package private) void |
CoreDocumentImpl.removedAttrNode(AttrImpl attr,
NodeImpl oldOwner,
String name)
A method to be called when an attribute node has been removed |
NamedNodeMapImpl |
AttributeMap.cloneMap(NodeImpl ownerNode)
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map. |
Constructors in org.enhydra.apache.xerces.dom with parameters of type NodeImpl | |
NamedNodeMapImpl(NodeImpl ownerNode)
Constructs a named node map. |
|
DeepNodeListImpl(NodeImpl rootNode,
String tagName)
Constructor. |
|
DeepNodeListImpl(NodeImpl rootNode,
String nsName,
String tagName)
Constructor for Namespace support. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |