Class JDFNotificationFilter

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 JDFNotificationFilter extends JDFAutoNotificationFilter
See Also:
  • Constructor Details

    • JDFNotificationFilter

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

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

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

    • toString

      public String toString()
      Description copied from class: KElement
      this to string, used for debug purpose mostly
      Overrides:
      toString in class KElement
      Returns:
      string representativ of this
      See Also:
    • getPartMapVector

      public VJDFAttributeMap getPartMapVector()
      get part map vector
      Overrides:
      getPartMapVector in class JDFElement
      Returns:
      VJDFAttributeMap: vector of attribute maps, one for each part
    • setPartMapVector

      public void setPartMapVector(VJDFAttributeMap vParts)
      set all parts to those define in vParts
      Overrides:
      setPartMapVector in class JDFElement
      Parameters:
      VJDFAttributeMap - vParts: vector of attribute maps for the parts
    • setPartMap

      public void setPartMap(JDFAttributeMap mPart)
      set all parts to those define in vParts
      Overrides:
      setPartMap in class JDFElement
      Parameters:
      JDFAttributeMap - mPart: attribute map for the part to set
    • removePartMap

      public void removePartMap(JDFAttributeMap mPart)
      remove the part defined in mPart
      Overrides:
      removePartMap in class JDFElement
      Parameters:
      JDFAttributeMap - mPart: attribute map for the part to remove
    • hasPartMap

      public boolean hasPartMap(JDFAttributeMap mPart)
      check whether the part defined in mPart is included
      Overrides:
      hasPartMap in class JDFElement
      Parameters:
      JDFAttributeMap - mPart: attribute map for the part to remove
      Returns:
      boolean - returns true if the part exists