Class JDFStringSpan

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFStringSpan extends JDFSpanBase
See Also:
  • Constructor Details

    • JDFStringSpan

      public JDFStringSpan(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName) throws DOMException
      Constructor for JDFStringSpan
      Parameters:
      myOwnerDocument -
      qualifiedName -
      Throws:
      DOMException
    • JDFStringSpan

      public JDFStringSpan(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName) throws DOMException
      Constructor for JDFStringSpan
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      Throws:
      DOMException
    • JDFStringSpan

      public JDFStringSpan(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName) throws DOMException
      Constructor for JDFStringSpan
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
      Throws:
      DOMException
  • Method Details

    • getDataType

      public JDFSpanBase.EnumDataType getDataType()
      Gets the value of attribute DataType
      Overrides:
      getDataType in class JDFSpanBase
      Returns:
      EnumDataType - the attribute DataType value
    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFSpanBase
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • toString

      public String toString()
      toString
      Overrides:
      toString in class JDFSpanBase
      Returns:
      String
      See Also:
    • setActual

      public void setActual(String value)
      Set attribute Actual
      Parameters:
      value - - the value to set
    • getActual

      public String getActual()
      Get attribute Actual value
      Returns:
      String - the value of attribute Actual
    • setPreferred

      public void setPreferred(String value)
      Set attribute Preferred
      Parameters:
      value - - the value to set
    • getPreferred

      public String getPreferred()
      Get attribute Preferred value
      Returns:
      String - the value of attribute Preferred
    • getRange

      public VString getRange()
      GetRange
      Returns:
      Vector of strings in Range
    • setRange

      public void setRange(VString s)
      SetRange
      Parameters:
      s - - the vector of strings to set Range to
    • addRange

      public void addRange(String s)
      addRange
      Parameters:
      s - - string to append as a new text element
    • getOfferRange

      public VString getOfferRange()
      GetRange
      Returns:
      Vector of strings in Range
    • setOfferRange

      public void setOfferRange(VString s)
      SetRange
      Parameters:
      s - - the vector of strings to set Range to
    • addOfferRange

      public void addOfferRange(String s)
      addRange
      Parameters:
      s - - string to append as a new text element
    • init

      public boolean init()
      Description copied from class: KElement
      Method init. Superclass of all inits
      Overrides:
      init in class JDFElement
      Returns:
      See Also: