Class JDFAutoLogicalStackParams

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFLogicalStackParams

    public abstract class JDFAutoLogicalStackParams
    extends JDFElement
    class JDFAutoLogicalStackParams : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoLogicalStackParams

        protected JDFAutoLogicalStackParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                            java.lang.String qualifiedName)
        Constructor for JDFAutoLogicalStackParams
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoLogicalStackParams

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

        protected JDFAutoLogicalStackParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                            java.lang.String myNamespaceURI,
                                            java.lang.String qualifiedName,
                                            java.lang.String myLocalName)
        Constructor for JDFAutoLogicalStackParams
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setMaxStackDepth

        public void setMaxStackDepth​(int value)
        (36) set attribute MaxStackDepth
        Parameters:
        value - the value to set the attribute to
      • getMaxStackDepth

        public int getMaxStackDepth()
        (15) get int attribute MaxStackDepth
        Returns:
        int the value of the attribute
      • getCreateStack

        public JDFStack getCreateStack​(int iSkip)
        (26) getCreateStack
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFStack the element
      • getStack

        public JDFStack getStack​(int iSkip)
        (27) const get element Stack
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFStack the element default is getStack(0)
      • getAllStack

        public java.util.Collection<JDFStack> getAllStack()
        Get all Stack from the current element
        Returns:
        Collection, null if none are available
      • appendStack

        public JDFStack appendStack()
        (30) append element Stack
        Returns:
        JDFStack the element