Class JDFAncestor

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

public class JDFAncestor extends JDFAutoAncestor
Description: This class represents an JDFAncestor
See Also:
  • Constructor Details

    • JDFAncestor

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

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

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

    • setCategory

      public void setCategory(String value)
      Description copied from class: JDFAutoAncestor
      (36) set attribute Category
      Overrides:
      setCategory in class JDFAutoAncestor
      Parameters:
      value -
    • getCategory

      public String getCategory()
      Description copied from class: JDFAutoAncestor
      (23) get String attribute Category
      Overrides:
      getCategory in class JDFAutoAncestor
      Returns:
    • getLinkedResources

      public VElement getLinkedResources(JDFAttributeMap mResAtt, boolean bFollowRefs)
      Get the linked resources matching some conditions
      Parameters:
      mResAtt - map of Resource attributes to search for
      bFollowRefs - true if internal references shall be followed
      Returns:
      vector with all elements matching the conditions default: GetLinkedResources(new JDFAttributeMap(), false)