jsparky
クラス RSTPlan

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
                          拡張jsparky.RSTPlan
すべての実装インタフェース:
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

public class RSTPlan
extends ElementFactory

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

フィールドの概要
 
クラス 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
 
コンストラクタの概要
RSTPlan(java.util.List relations)
           
RSTPlan(RSTPlan rstplan)
           
 
メソッドの概要
 java.util.ArrayList getPropositions(java.lang.String rel_name, java.lang.String ns)
           
 java.util.List getRelations()
           
 java.util.ArrayList getRelationsByName(java.lang.String rel_name)
           
 java.lang.String getStrategy()
           
 void setStrategy(java.lang.String strategy)
           
 
クラス jsparky.ElementFactory から継承したメソッド
createAggregatedElement, createAggregatedElement, createPropositionElement, createPropositionElement, createRSTElement, createRSTElement, createRSTElement
 
クラス 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
 

コンストラクタの詳細

RSTPlan

public RSTPlan(java.util.List relations)

RSTPlan

public RSTPlan(RSTPlan rstplan)
メソッドの詳細

getStrategy

public java.lang.String getStrategy()

setStrategy

public void setStrategy(java.lang.String strategy)

getRelations

public java.util.List getRelations()

getRelationsByName

public java.util.ArrayList getRelationsByName(java.lang.String rel_name)

getPropositions

public java.util.ArrayList getPropositions(java.lang.String rel_name,
                                           java.lang.String ns)