org.xmlcml.cml
Class AbstractAtomRefImpl

java.lang.Object
  |
  +--org.apache.xerces.dom.NodeImpl
        |
        +--org.apache.xerces.dom.ChildNode
              |
              +--org.apache.xerces.dom.ChildAndParentNode
                    |
                    +--org.apache.xerces.dom.ElementImpl
                          |
                          +--uk.co.demon.ursus.dom.AbstractElementImpl
                                |
                                +--uk.co.demon.ursus.dom.PMRElementImpl
                                      |
                                      +--org.xmlcml.cml.CMLBaseImpl
                                            |
                                            +--org.xmlcml.cml.AbstractAtomRefImpl
Direct Known Subclasses:
AbstractAngleImpl

public abstract class AbstractAtomRefImpl
extends CMLBaseImpl
implements HasAtomRefs

See Also:
Serialized Form

Field Summary
protected  java.util.Vector atomVector
           
 
Fields inherited from class org.xmlcml.cml.CMLBaseImpl
conventionName, conventionTable, dictRef, id, title, validity
 
Fields inherited from class uk.co.demon.ursus.dom.PMRElementImpl
CLASSNAME, processFlag
 
Fields inherited from class uk.co.demon.ursus.dom.AbstractElementImpl
CLASSNAME
 
Fields inherited from class org.apache.xerces.dom.ElementImpl
attributes, name
 
Fields inherited from class org.apache.xerces.dom.ChildAndParentNode
changes, firstChild, nodeListIndex, nodeListLength, nodeListNode, ownerDocument
 
Fields inherited from class org.apache.xerces.dom.ChildNode
nextSibling, previousSibling
 
Fields inherited from class org.apache.xerces.dom.NodeImpl
ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, IGNORABLEWS, MUTATION_AGGREGATE, MUTATION_ALL, MUTATION_LOCAL, MUTATION_NONE, MUTATIONEVENTS, OWNED, ownerNode, READONLY, SETVALUE, SPECIFIED, SYNCCHILDREN, SYNCDATA
 
Constructor Summary
AbstractAtomRefImpl()
           
AbstractAtomRefImpl(org.w3c.dom.Element element)
           
AbstractAtomRefImpl(java.lang.String tagName, org.w3c.dom.Document document)
          new Object in document context
 
Method Summary
 void addAtomRef(Atom atom)
           
 void deleteAtomRef(Atom atom)
           
 Atom getAtomRef(int serial)
           
 java.util.Vector getAtomRefVector()
           
 
Methods inherited from class org.xmlcml.cml.CMLBaseImpl
addValidity, convertToSubclass, debug, getConventionName, getDictRef, getId, getSubClassedElement, getTitle, getValidity, help, isValid, main, processDOM, setConventionName, setDictRef, setId, setTitle, showElementNames, test1, updateDOM, updateDOMHasConvention, updateDOMHasConvention, updateDOMHasCount, updateDOMHasDictRef, updateDOMHasDictRef, updateDOMHasId, updateDOMHasId, updateDOMHasTitle, updateDOMHasTitle, updateDOMHasUnits
 
Methods inherited from class uk.co.demon.ursus.dom.PMRElementImpl
appendTo, initialise, processDescendants, setProcessFlag
 
Methods inherited from class uk.co.demon.ursus.dom.AbstractElementImpl
setTagName
 
Methods inherited from class org.apache.xerces.dom.ElementImpl
cloneNode, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getTagName, hasAttribute, hasAttributeNS, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setReadOnly, setupDefaultAttributes, synchronizeData
 
Methods inherited from class org.apache.xerces.dom.ChildAndParentNode
changed, changes, getChildNodes, getFirstChild, getLastChild, getLength, getOwnerDocument, hasChildNodes, insertBefore, item, removeChild, replaceChild, synchronizeChildren, synchronizeChildren
 
Methods inherited from class org.apache.xerces.dom.ChildNode
getNextSibling, getParentNode, getPreviousSibling
 
Methods inherited from class org.apache.xerces.dom.NodeImpl
addEventListener, appendChild, dispatchEvent, finalize, getLocalName, getNamespaceURI, getNodeValue, getPrefix, getReadOnly, getUserData, removeEventListener, setNodeValue, setPrefix, setUserData, supports, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

atomVector

protected java.util.Vector atomVector
Constructor Detail

AbstractAtomRefImpl

public AbstractAtomRefImpl()

AbstractAtomRefImpl

public AbstractAtomRefImpl(org.w3c.dom.Element element)

AbstractAtomRefImpl

public AbstractAtomRefImpl(java.lang.String tagName,
                           org.w3c.dom.Document document)
new Object in document context
Method Detail

getAtomRef

public Atom getAtomRef(int serial)
Specified by:
getAtomRef in interface HasAtomRefs

getAtomRefVector

public java.util.Vector getAtomRefVector()
Specified by:
getAtomRefVector in interface HasAtomRefs

addAtomRef

public void addAtomRef(Atom atom)
Specified by:
addAtomRef in interface HasAtomRefs

deleteAtomRef

public void deleteAtomRef(Atom atom)
Specified by:
deleteAtomRef in interface HasAtomRefs