jsparky
クラス AggregatedElement

java.lang.Object
  拡張org.apache.xerces.dom.NodeImpl
      拡張org.apache.xerces.dom.ChildNode
          拡張org.apache.xerces.dom.ParentNode
              拡張org.apache.xerces.dom.ElementImpl
                  拡張jsparky.BaseElement
                      拡張jsparky.AggregatedElement
すべての実装インタフェース:
Aggregatable, java.lang.Cloneable, org.w3c.dom.Element, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, java.io.Serializable, org.apache.xerces.dom3.TypeInfo

public class AggregatedElement
extends BaseElement
implements Aggregatable

関連項目:
直列化された形式

フィールドの概要
 
クラス jsparky.BaseElement から継承したフィールド
AGGREGATED_NODE, AGGREGATEDELEMENT_TAGNAME, PROPOSITION_NODE, PROPOSITIONELEMENT_TAGNAME, RST_NODE, RSTELEMENT_TAGNAME
 
クラス org.apache.xerces.dom.ElementImpl から継承したフィールド
attributes, name
 
クラス org.apache.xerces.dom.ParentNode から継承したフィールド
firstChild, fNodeListCache, ownerDocument
 
クラス org.apache.xerces.dom.ChildNode から継承したフィールド
nextSibling, previousSibling
 
クラス org.apache.xerces.dom.NodeImpl から継承したフィールド
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, ID, IGNORABLEWS, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE, UNNORMALIZED
 
インタフェース org.w3c.dom.Node から継承したフィールド
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
コンストラクタの概要
AggregatedElement(org.w3c.dom.Document doc, AggregatedElement spElem)
           
AggregatedElement(org.w3c.dom.Document doc, AggregationResult result, RSTElement rst_elem, Operation operation)
           
 
メソッドの概要
 AggregationResult getAggregationResult()
           
 org.w3c.dom.Document getDSS()
          bugbug
 short getNodeType2()
           
 java.lang.String getNS()
           
 Operation getOperation()
           
 RSTElement getRSTElement()
           
 void setNS(java.lang.String ns)
           
 java.lang.String toString()
           
 
クラス org.apache.xerces.dom.ElementImpl から継承したメソッド
cloneNode, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getBaseURI, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getTypeName, getTypeNamespace, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setReadOnly, setupDefaultAttributes, setXercesAttributeNode, synchronizeData
 
クラス org.apache.xerces.dom.ParentNode から継承したメソッド
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, insertBefore, item, removeChild, replaceChild, setTextContent, synchronizeChildren
 
クラス org.apache.xerces.dom.ChildNode から継承したメソッド
getNextSibling, getParentNode, getPreviousSibling
 
クラス org.apache.xerces.dom.NodeImpl から継承したメソッド
addEventListener, appendChild, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getLocalName, getNamespaceURI, getNodeNumber, getNodeValue, getPrefix, getReadOnly, getUserData, getUserData, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setPrefix, setUserData, setUserData
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース org.w3c.dom.Node から継承したメソッド
appendChild, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasChildNodes, insertBefore, isSupported, removeChild, replaceChild, setNodeValue, setPrefix
 

コンストラクタの詳細

AggregatedElement

public AggregatedElement(org.w3c.dom.Document doc,
                         AggregationResult result,
                         RSTElement rst_elem,
                         Operation operation)

AggregatedElement

public AggregatedElement(org.w3c.dom.Document doc,
                         AggregatedElement spElem)
メソッドの詳細

getNS

public java.lang.String getNS()
定義:
インタフェース Aggregatable 内の getNS

getOperation

public Operation getOperation()

getRSTElement

public RSTElement getRSTElement()

getDSS

public org.w3c.dom.Document getDSS()
bugbug

定義:
インタフェース Aggregatable 内の getDSS

setNS

public void setNS(java.lang.String ns)
定義:
インタフェース Aggregatable 内の setNS

getAggregationResult

public AggregationResult getAggregationResult()

toString

public java.lang.String toString()

getNodeType2

public short getNodeType2()
定義:
クラス BaseElement 内の getNodeType2