jsparky
クラス ElementFactory

java.lang.Object
  拡張org.apache.xerces.dom.NodeImpl
      拡張org.apache.xerces.dom.ChildNode
          拡張org.apache.xerces.dom.ParentNode
              拡張org.apache.xerces.dom.CoreDocumentImpl
                  拡張org.apache.xerces.dom.DocumentImpl
                      拡張jsparky.ElementFactory
すべての実装インタフェース:
java.lang.Cloneable, org.w3c.dom.Document, org.w3c.dom.events.DocumentEvent, org.w3c.dom.ls.DocumentLS, org.w3c.dom.ranges.DocumentRange, org.w3c.dom.traversal.DocumentTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, java.io.Serializable
直系の既知のサブクラス:
RSTPlan, SentencePlan

public abstract class ElementFactory
extends org.apache.xerces.dom.DocumentImpl

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

フィールドの概要
 
クラス org.apache.xerces.dom.DocumentImpl から継承したフィールド
eventListeners, iterators, mutationEvents, ranges
 
クラス org.apache.xerces.dom.CoreDocumentImpl から継承したフィールド
actualEncoding, allowGrammarAccess, changes, docElement, docType, encoding, errorChecking, fDocumentURI, identifiers, standalone, userData, version
 
クラス 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
 
コンストラクタの概要
ElementFactory()
           
 
メソッドの概要
 AggregatedElement createAggregatedElement(AggregatedElement elem)
           
 AggregatedElement createAggregatedElement(AggregationResult result, RSTElement rst_elem, Operation operation)
           
 PropositionElement createPropositionElement(PropositionElement elem)
           
 PropositionElement createPropositionElement(Proposition prop, java.lang.String ns)
           
 RSTElement createRSTElement(RSTElement elem)
           
 RSTElement createRSTElement(RSTElement elem, boolean deep)
           
 RSTElement createRSTElement(java.lang.String relation)
           
 
クラス org.apache.xerces.dom.DocumentImpl から継承したメソッド
addEventListener, cloneNode, copyEventListeners, createEvent, createNodeIterator, createNodeIterator, createRange, createTreeWalker, createTreeWalker, dispatchAggregateEvents, dispatchAggregateEvents, dispatchEvent, dispatchEventToSubtree, getEventListeners, getImplementation, removeEventListener, saveEnclosingAttr, setEventListeners
 
クラス org.apache.xerces.dom.CoreDocumentImpl から継承したメソッド
abort, adoptNode, changed, changes, checkDOMNSErr, checkNamespaceWF, checkQName, clearIdentifiers, clone, cloneNode, createAttribute, createAttributeNS, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createDocumentType, createElement, createElementDefinition, createElementNS, createElementNS, createEntity, createEntityReference, createNotation, createProcessingInstruction, createTextNode, getActualEncoding, getAsync, getBaseURI, getConfig, getDoctype, getDocumentElement, getDocumentURI, getElementById, getElementsByTagName, getElementsByTagNameNS, getEncoding, getErrorChecking, getIdentifier, getIdentifiers, getNodeName, getNodeNumber, getNodeNumber, getNodeType, getOwnerDocument, getStandalone, getStrictErrorChecking, getTextContent, getUserData, getUserData, getVersion, importNode, insertBefore, isKidOK, isXMLName, load, loadXML, normalizeDocument, putIdentifier, removeChild, removeIdentifier, renameNode, replaceChild, saveXML, setActualEncoding, setAsync, setDocumentURI, setEncoding, setErrorChecking, setStandalone, setStrictErrorChecking, setTextContent, setUserData, setUserData, setVersion
 
クラス org.apache.xerces.dom.ParentNode から継承したメソッド
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, hasChildNodes, isEqualNode, item, normalize, setReadOnly, synchronizeChildren
 
クラス org.apache.xerces.dom.ChildNode から継承したメソッド
getNextSibling, getParentNode, getPreviousSibling
 
クラス org.apache.xerces.dom.NodeImpl から継承したメソッド
addEventListener, appendChild, compareDocumentPosition, compareTreePosition, dispatchEvent, getAttributes, getContainer, getFeature, getLocalName, getNamespaceURI, getNodeValue, getPrefix, getReadOnly, getUserData, getUserData, hasAttributes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setPrefix, setUserData, setUserData, synchronizeData, toString
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース org.w3c.dom.Node から継承したメソッド
appendChild, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, isSupported, normalize, setNodeValue, setPrefix
 

コンストラクタの詳細

ElementFactory

public ElementFactory()
メソッドの詳細

createRSTElement

public RSTElement createRSTElement(java.lang.String relation)

createRSTElement

public RSTElement createRSTElement(RSTElement elem)

createRSTElement

public RSTElement createRSTElement(RSTElement elem,
                                   boolean deep)

createPropositionElement

public PropositionElement createPropositionElement(Proposition prop,
                                                   java.lang.String ns)

createPropositionElement

public PropositionElement createPropositionElement(PropositionElement elem)

createAggregatedElement

public AggregatedElement createAggregatedElement(AggregationResult result,
                                                 RSTElement rst_elem,
                                                 Operation operation)

createAggregatedElement

public AggregatedElement createAggregatedElement(AggregatedElement elem)