Class JDFAutoPRRule

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
Direct Known Subclasses:
JDFPRRule

public abstract class JDFAutoPRRule extends JDFElement
class JDFAutoPRRule : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoPRRule

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

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

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

    • getTheAttributeInfo

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

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

      public void setActionRefs(VString value)
      (36) set attribute ActionRefs
      Parameters:
      value - the value to set the attribute to
    • getActionRefs

      public VString getActionRefs()
      (21) get VString attribute ActionRefs
      Returns:
      VString the value of the attribute
    • getPRRuleAttr

      public JDFPRRuleAttr getPRRuleAttr()
      (24) const get element PRRuleAttr
      Returns:
      JDFPRRuleAttr the element
    • getCreatePRRuleAttr

      public JDFPRRuleAttr getCreatePRRuleAttr()
      (25) getCreatePRRuleAttr
      Returns:
      JDFPRRuleAttr the element
    • getCreatePRRuleAttr

      public JDFPRRuleAttr getCreatePRRuleAttr(int iSkip)
      (26) getCreatePRRuleAttr
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPRRuleAttr the element
    • getPRRuleAttr

      public JDFPRRuleAttr getPRRuleAttr(int iSkip)
      (27) const get element PRRuleAttr
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPRRuleAttr the element default is getPRRuleAttr(0)
    • getAllPRRuleAttr

      public Collection<JDFPRRuleAttr> getAllPRRuleAttr()
      Get all PRRuleAttr from the current element
      Returns:
      Collection, null if none are available
    • appendPRRuleAttr

      public JDFPRRuleAttr appendPRRuleAttr()
      (30) append element PRRuleAttr
      Returns:
      JDFPRRuleAttr the element