Class JDFAutoHoleList

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

public abstract class JDFAutoHoleList extends JDFResource
class JDFAutoHoleList : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoHoleList

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

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

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

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

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • getHole

      public JDFHole getHole()
      (24) const get element Hole
      Returns:
      JDFHole the element
    • getCreateHole

      public JDFHole getCreateHole()
      (25) getCreateHole
      Returns:
      JDFHole the element
    • 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 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
    • getHoleLine

      public JDFHoleLine getHoleLine()
      (24) const get element HoleLine
      Returns:
      JDFHoleLine the element
    • getCreateHoleLine

      public JDFHoleLine getCreateHoleLine()
      (25) getCreateHoleLine
      Returns:
      JDFHoleLine the element
    • 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 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