|
BEA Systems, Inc. | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeImpl | |
weblogic.apache.html.dom | |
weblogic.apache.wml.dom | |
weblogic.apache.xerces.dom |
Uses of NodeImpl in weblogic.apache.html.dom |
Constructors in weblogic.apache.html.dom with parameters of type NodeImpl | |
NameNodeListImpl(NodeImpl rootNode,
String tagName)
Constructor. |
Uses of NodeImpl in weblogic.apache.wml.dom |
Subclasses of NodeImpl in weblogic.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 weblogic.apache.xerces.dom |
Subclasses of NodeImpl in weblogic.apache.xerces.dom | |
class |
AttrImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
AttrNSImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
CDATASectionImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
CharacterDataImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
ChildNode
Deprecated. please use JDK supplied XML parsers and transformers |
class |
CommentImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
CoreDocumentImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DeferredAttrImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DeferredAttrNSImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DeferredCDATASectionImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DeferredCommentImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DeferredDocumentImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DeferredDocumentTypeImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DeferredElementDefinitionImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DeferredElementImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DeferredElementNSImpl
DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to ElementImpl. |
class |
DeferredEntityImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DeferredEntityReferenceImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DeferredNotationImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DeferredProcessingInstructionImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DeferredTextImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DocumentFragmentImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DocumentImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
DocumentTypeImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
ElementDefinitionImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
ElementImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
ElementNSImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
EntityImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
EntityReferenceImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
NotationImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
ParentNode
Deprecated. please use JDK supplied XML parsers and transformers |
class |
ProcessingInstructionImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
PSVIAttrNSImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
PSVIDocumentImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
PSVIElementNSImpl
Deprecated. please use JDK supplied XML parsers and transformers |
class |
TextImpl
Deprecated. please use JDK supplied XML parsers and transformers |
Fields in weblogic.apache.xerces.dom declared as NodeImpl | |
protected NodeImpl |
NodeImpl.ownerNode
Deprecated. |
protected NodeImpl |
NamedNodeMapImpl.ownerNode
Deprecated. |
protected NodeImpl |
DeepNodeListImpl.rootNode
Deprecated. |
Methods in weblogic.apache.xerces.dom with parameters of type NodeImpl | |
NamedNodeMapImpl |
NamedNodeMapImpl.cloneMap(NodeImpl ownerNode)
Deprecated. Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map. |
protected void |
DocumentImpl.setEventListeners(NodeImpl n,
Vector listeners)
Deprecated. Store event listener registered on a given node This is another place where we could use weak references! Indeed, the node here won't be GC'ed as long as some listener is registered on it, since the eventsListeners table will have a reference to the node. |
protected Vector |
DocumentImpl.getEventListeners(NodeImpl n)
Deprecated. Retreive event listener registered on a given node |
protected void |
DocumentImpl.addEventListener(NodeImpl node,
String type,
EventListener listener,
boolean useCapture)
Deprecated. Introduced in DOM Level 2. |
protected void |
DocumentImpl.removeEventListener(NodeImpl node,
String type,
EventListener listener,
boolean useCapture)
Deprecated. Introduced in DOM Level 2. |
protected void |
DocumentImpl.copyEventListeners(NodeImpl src,
NodeImpl tgt)
Deprecated. |
protected boolean |
DocumentImpl.dispatchEvent(NodeImpl node,
Event event)
Deprecated. Introduced in DOM Level 2. |
protected void |
DocumentImpl.dispatchEventToSubtree(NodeImpl node,
Node n,
Event e)
Deprecated. NON-DOM INTERNAL: DOMNodeInsertedIntoDocument and ...RemovedFrom... |
protected void |
DocumentImpl.dispatchAggregateEvents(NodeImpl node,
weblogic.apache.xerces.dom.DocumentImpl.EnclosingAttr ea)
Deprecated. 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)
Deprecated. NON-DOM INTERNAL: Generate the "aggregated" post-mutation events DOMAttrModified and DOMSubtreeModified. |
protected void |
DocumentImpl.saveEnclosingAttr(NodeImpl node)
Deprecated. NON-DOM INTERNAL: Pre-mutation context check, in preparation for later generating DOMAttrModified events. |
protected void |
CoreDocumentImpl.setUserData(NodeImpl n,
Object data)
Deprecated. NON-DOM: kept for backward compatibility Store user data related to a given node This is a place where we could use weak references! Indeed, the node here won't be GC'ed as long as some user data is attached to it, since the userData table will have a reference to the node. |
protected Object |
CoreDocumentImpl.getUserData(NodeImpl n)
Deprecated. NON-DOM: kept for backward compatibility Retreive user data related to a given node |
protected void |
CoreDocumentImpl.addEventListener(NodeImpl node,
String type,
EventListener listener,
boolean useCapture)
Deprecated. |
protected void |
CoreDocumentImpl.removeEventListener(NodeImpl node,
String type,
EventListener listener,
boolean useCapture)
Deprecated. |
protected void |
CoreDocumentImpl.copyEventListeners(NodeImpl src,
NodeImpl tgt)
Deprecated. |
protected boolean |
CoreDocumentImpl.dispatchEvent(NodeImpl node,
Event event)
Deprecated. |
NamedNodeMapImpl |
AttributeMap.cloneMap(NodeImpl ownerNode)
Deprecated. Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map. |
Constructors in weblogic.apache.xerces.dom with parameters of type NodeImpl | |
NamedNodeMapImpl(NodeImpl ownerNode)
Deprecated. Constructs a named node map. |
|
DeepNodeListImpl(NodeImpl rootNode,
String tagName)
Deprecated. Constructor. |
|
DeepNodeListImpl(NodeImpl rootNode,
String nsName,
String tagName)
Deprecated. Constructor for Namespace support. |
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |