BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xerces.dom
Class DeferredAttrNSImpl

java.lang.Object
  |
  +--weblogic.apache.xerces.dom.NodeImpl
        |
        +--weblogic.apache.xerces.dom.AttrImpl
              |
              +--weblogic.apache.xerces.dom.AttrNSImpl
                    |
                    +--weblogic.apache.xerces.dom.DeferredAttrNSImpl

public final class DeferredAttrNSImpl
extends AttrNSImpl
implements DeferredNode

DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to AttrImpl.

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.

Author:
Andy Clark, IBM, Arnaud Le Hors, IBM
See Also:
DeferredAttrImpl, Serialized Form

Field Summary
protected  int fNodeIndex
          Node index.
 
Fields inherited from class weblogic.apache.xerces.dom.AttrNSImpl
localName, namespaceURI
 
Fields inherited from class weblogic.apache.xerces.dom.AttrImpl
name, textNode, value
 
Fields inherited from class weblogic.apache.xerces.dom.NodeImpl
ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, IGNORABLEWS, MUTATION_AGGREGATE, MUTATION_ALL, MUTATION_LOCAL, MUTATION_NONE, MUTATIONEVENTS, OWNED, ownerNode, READONLY, SETVALUE, SPECIFIED, SYNCCHILDREN, SYNCDATA, UNNORMALIZED
 
Method Summary
 int getNodeIndex()
          Returns the node index.
protected  void synchronizeChildren()
          Synchronizes the node's children with the internal structure.
protected  void synchronizeData()
          Synchronizes the data (name and value) for fast nodes.
 
Methods inherited from class weblogic.apache.xerces.dom.AttrNSImpl
getLocalName, getNamespaceURI, getPrefix, setPrefix
 
Methods inherited from class weblogic.apache.xerces.dom.AttrImpl
cloneNode, getChildNodes, getElement, getFirstChild, getLastChild, getLength, getName, getNodeName, getNodeType, getNodeValue, getOwnerElement, getSpecified, getValue, hasChildNodes, insertBefore, item, makeChildNode, normalize, removeChild, replaceChild, setNodeValue, setReadOnly, setSpecified, setValue, synchronizeChildren, toString
 
Methods inherited from class weblogic.apache.xerces.dom.NodeImpl
addEventListener, appendChild, changed, changes, dispatchEvent, getAttributes, getNextSibling, getOwnerDocument, getParentNode, getPreviousSibling, getReadOnly, getUserData, hasAttributes, isSupported, removeEventListener, setUserData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fNodeIndex

protected transient int fNodeIndex
Node index.
Method Detail

getNodeIndex

public int getNodeIndex()
Returns the node index.
Specified by:
getNodeIndex in interface DeferredNode


synchronizeData

protected void synchronizeData()
Synchronizes the data (name and value) for fast nodes.

Overrides:
synchronizeData in class NodeImpl

synchronizeChildren

protected void synchronizeChildren()
Synchronizes the node's children with the internal structure. Fluffing the children at once solves a lot of work to keep the two structures in sync. The problem gets worse when editing the tree -- this makes it a lot easier.

Overrides:
synchronizeChildren in class AttrImpl

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.