Class JDFGeneralID

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IMatches, 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

    public class JDFGeneralID
    extends JDFAutoGeneralID
    implements IMatches
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFGeneralID

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

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

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

      • toString

        public java.lang.String toString()
        toString
        Overrides:
        toString in class KElement
        Returns:
        String
        See Also:
        Object.toString()
      • matches

        public boolean matches​(java.lang.Object subset)
        Description copied from interface: IMatches
        returns true if subset somehow matches this the semantics are defined by the filtering algorithm, thus it could be a filter or a subset i.e. subset contains either equivalent elements or null and no non-matching elements matches(null) always returns true
        Specified by:
        matches in interface IMatches
        Parameters:
        subset -
        Returns:
        true if it matches
        See Also:
        IMatches.matches(java.lang.Object)