Class JDFAutoStringState

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 abstract class JDFAutoStringState extends JDFResource
class JDFAutoStringState : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoStringState

      protected JDFAutoStringState(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoStringState
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoStringState

      protected JDFAutoStringState(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      Constructor for JDFAutoStringState
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
    • JDFAutoStringState

      protected JDFAutoStringState(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoStringState
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • setDefaultValue

      public void setDefaultValue(String value)
      (36) set attribute DefaultValue
      Parameters:
      value - the value to set the attribute to
    • getDefaultValue

      public String getDefaultValue()
      (23) get String attribute DefaultValue
      Returns:
      the value of the attribute
    • setCurrentValue

      public void setCurrentValue(String value)
      (36) set attribute CurrentValue
      Parameters:
      value - the value to set the attribute to
    • getCurrentValue

      public String getCurrentValue()
      (23) get String attribute CurrentValue
      Returns:
      the value of the attribute
    • setAllowedLength

      public void setAllowedLength(JDFIntegerRange value)
      (36) set attribute AllowedLength
      Parameters:
      value - the value to set the attribute to
    • getAllowedLength

      public JDFIntegerRange getAllowedLength()
      (20) get JDFIntegerRange attribute AllowedLength
      Returns:
      JDFIntegerRange the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerRange
    • setAllowedRegExp

      public void setAllowedRegExp(String value)
      (36) set attribute AllowedRegExp
      Parameters:
      value - the value to set the attribute to
    • getAllowedRegExp

      public String getAllowedRegExp()
      (23) get String attribute AllowedRegExp
      Returns:
      the value of the attribute
    • setPresentLength

      public void setPresentLength(JDFIntegerRange value)
      (36) set attribute PresentLength
      Parameters:
      value - the value to set the attribute to
    • getPresentLength

      public JDFIntegerRange getPresentLength()
      (20) get JDFIntegerRange attribute PresentLength
      Returns:
      JDFIntegerRange the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerRange
    • setPresentRegExp

      public void setPresentRegExp(String value)
      (36) set attribute PresentRegExp
      Parameters:
      value - the value to set the attribute to
    • getPresentRegExp

      public String getPresentRegExp()
      (23) get String attribute PresentRegExp
      Returns:
      the value of the attribute
    • getLoc

      public JDFLoc getLoc()
      (24) const get element Loc
      Returns:
      JDFLoc the element
    • getCreateLoc

      public JDFLoc getCreateLoc()
      (25) getCreateLoc
      Returns:
      JDFLoc the element
    • getCreateLoc

      public JDFLoc getCreateLoc(int iSkip)
      (26) getCreateLoc
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFLoc the element
    • getLoc

      public JDFLoc getLoc(int iSkip)
      (27) const get element Loc
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFLoc the element default is getLoc(0)
    • getAllLoc

      public Collection<JDFLoc> getAllLoc()
      Get all Loc from the current element
      Returns:
      Collection, null if none are available
    • appendLoc

      public JDFLoc appendLoc()
      (30) append element Loc
      Returns:
      JDFLoc the element
    • getValue

      public JDFValue getValue()
      (24) const get element Value
      Returns:
      JDFValue the element
    • getCreateValue

      public JDFValue getCreateValue()
      (25) getCreateValue
      Returns:
      JDFValue the element
    • getCreateValue

      public JDFValue getCreateValue(int iSkip)
      (26) getCreateValue
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFValue the element
    • getValue

      public JDFValue getValue(int iSkip)
      (27) const get element Value
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFValue the element default is getValue(0)
    • getAllValue

      public Collection<JDFValue> getAllValue()
      Get all Value from the current element
      Returns:
      Collection, null if none are available
    • appendValue

      public JDFValue appendValue()
      (30) append element Value
      Returns:
      JDFValue the element