Class JDFAutoGluingParams

  • 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:
    JDFGluingParams

    public abstract class JDFAutoGluingParams
    extends JDFResource
    class JDFAutoGluingParams : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoGluingParams

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

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

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

      • setGluingProductionID

        public void setGluingProductionID​(java.lang.String value)
        (36) set attribute GluingProductionID
        Parameters:
        value - the value to set the attribute to
      • getGluingProductionID

        public java.lang.String getGluingProductionID()
        (23) get String attribute GluingProductionID
        Returns:
        the value of the attribute
      • getCreateGlue

        public JDFGlue getCreateGlue​(int iSkip)
        (26) getCreateGlue
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFGlue the element
      • getGlue

        public JDFGlue getGlue​(int iSkip)
        (27) const get element Glue
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFGlue the element default is getGlue(0)
      • getAllGlue

        public java.util.Collection<JDFGlue> getAllGlue()
        Get all Glue from the current element
        Returns:
        Collection, null if none are available
      • appendGlue

        public JDFGlue appendGlue()
        (30) append element Glue
        Returns:
        JDFGlue the element