Class JDFAutoAncestorPool

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

    public abstract class JDFAutoAncestorPool
    extends JDFPool
    class JDFAutoAncestorPool : public JDFPool
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoAncestorPool

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

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

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

      • getCreateAncestor

        public JDFAncestor getCreateAncestor​(int iSkip)
        (26) getCreateAncestor
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFAncestor the element
      • getAncestor

        public JDFAncestor getAncestor​(int iSkip)
        (27) const get element Ancestor
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFAncestor the element default is getAncestor(0)
      • getAllAncestor

        public java.util.Collection<JDFAncestor> getAllAncestor()
        Get all Ancestor from the current element
        Returns:
        Collection, null if none are available
      • appendAncestor

        public JDFAncestor appendAncestor()
        (30) append element Ancestor
        Returns:
        JDFAncestor the element
      • getCreatePart

        public JDFPart getCreatePart​(int iSkip)
        (26) getCreatePart
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPart the element
      • getPart

        public JDFPart getPart​(int iSkip)
        (27) const get element Part
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPart the element default is getPart(0)
      • getAllPart

        public java.util.Collection<JDFPart> getAllPart()
        Get all Part from the current element
        Returns:
        Collection, null if none are available
      • appendPart

        public JDFPart appendPart()
        (30) append element Part
        Returns:
        JDFPart the element