Class JDFAutoAncestorPool

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

public abstract class JDFAutoAncestorPool extends JDFPool
class JDFAutoAncestorPool : public JDFPool
See Also:
  • Constructor Details

    • JDFAutoAncestorPool

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

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

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

    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • getAncestor

      public JDFAncestor getAncestor()
      (24) const get element Ancestor
      Returns:
      JDFAncestor the element
    • getCreateAncestor

      public JDFAncestor getCreateAncestor()
      (25) getCreateAncestor
      Returns:
      JDFAncestor the element
    • 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 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
    • getPart

      public JDFPart getPart()
      (24) const get element Part
      Returns:
      JDFPart the element
    • getCreatePart

      public JDFPart getCreatePart()
      (25) getCreatePart
      Returns:
      JDFPart 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 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