Class JDFAutoHoleList

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

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

      • JDFAutoHoleList

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

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

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

      • getCreateHole

        public JDFHole getCreateHole​(int iSkip)
        (26) getCreateHole
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFHole the element
      • getHole

        public JDFHole getHole​(int iSkip)
        (27) const get element Hole
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFHole the element default is getHole(0)
      • getAllHole

        public java.util.Collection<JDFHole> getAllHole()
        Get all Hole from the current element
        Returns:
        Collection, null if none are available
      • appendHole

        public JDFHole appendHole()
        (30) append element Hole
        Returns:
        JDFHole the element
      • refHole

        public void refHole​(JDFHole refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getCreateHoleLine

        public JDFHoleLine getCreateHoleLine​(int iSkip)
        (26) getCreateHoleLine
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFHoleLine the element
      • getHoleLine

        public JDFHoleLine getHoleLine​(int iSkip)
        (27) const get element HoleLine
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFHoleLine the element default is getHoleLine(0)
      • getAllHoleLine

        public java.util.Collection<JDFHoleLine> getAllHoleLine()
        Get all HoleLine from the current element
        Returns:
        Collection, null if none are available
      • appendHoleLine

        public JDFHoleLine appendHoleLine()
        (30) append element HoleLine
        Returns:
        JDFHoleLine the element
      • refHoleLine

        public void refHoleLine​(JDFHoleLine refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced