BEA Systems, Inc.

com.beasys.commerce.axiom.reasoning.rules
Class BasicTextNode

java.lang.Object
  |
  +--com.sun.xml.tree.NodeBase
        |
        +--com.sun.xml.tree.ParentNode
              |
              +--com.sun.xml.tree.ElementNode
                    |
                    +--com.beasys.commerce.axiom.reasoning.rules.BasicNode
                          |
                          +--com.beasys.commerce.axiom.reasoning.rules.BasicTextNode
Direct Known Subclasses:
Arguments, Comment, Description, DisplayItem

public abstract class BasicTextNode
extends BasicNode

Basic tag with no attributes.

See Also:
Serialized Form

Constructor Summary
BasicTextNode()
          Default constructor.
 
Method Summary
 java.lang.String getText()
          Get text.
 void load()
          Load data from the DOM into a (basically) light weight object.
 void loadDOM(BasicNode aBasicNode)
          From the (basically) lightweight object write back to the DOM.
 void setText(java.lang.String someText)
          Set text.
 
Methods inherited from class com.beasys.commerce.axiom.reasoning.rules.BasicNode
addChild, getChildren, getList, getTransientTagName, removeChild
 
Methods inherited from class com.sun.xml.tree.ElementNode
cloneNode, getAttribute, getAttribute, getAttributeNode, getAttributeNode, getAttributes, getIdAttributeName, getLocalName, getNamespace, getNodeName, getNodeType, getPrefix, getTagName, getUserObject, normalize, removeAttribute, removeAttributeNode, removeWhiteSpaces, setAttribute, setAttributeNode, setIdAttributeName, setPrefix, setReadonly, setUserObject, toString, trimToSize, write, writeXml
 
Methods inherited from class com.sun.xml.tree.ParentNode
appendChild, doneChild, doneParse, getElementsByTagName, getFirstChild, getIndexOf, getLastChild, getLength, hasChildNodes, insertBefore, item, removeChild, replaceChild, startParse, writeChildrenXml
 
Methods inherited from class com.sun.xml.tree.NodeBase
getChildNodes, getInheritedAttribute, getInheritedAttribute, getLanguage, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, isReadonly, setNodeValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicTextNode

public BasicTextNode()
Default constructor.
Method Detail

load

public void load()
Load data from the DOM into a (basically) light weight object.
Overrides:
load in class BasicNode

loadDOM

public void loadDOM(BasicNode aBasicNode)
From the (basically) lightweight object write back to the DOM.
Overrides:
loadDOM in class BasicNode
Parameters:
aBasicNode - the lightweight object to read from.

setText

public void setText(java.lang.String someText)
Set text.
Parameters:
someText -  

getText

public java.lang.String getText()
Get text.
Returns:
String

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved