Class Filter

    • Constructor Summary

      Constructors 
      Constructor Description
      Filter​(java.lang.String filterName, Namespace filterNamespace, java.lang.String filterValue)  
      Filter​(org.w3c.dom.Element filterElem)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      Namespace getNamespace()  
      java.lang.String getValue()  
      boolean isMatchingFilter​(java.lang.String localName, Namespace namespace)  
      org.w3c.dom.Element toXml​(org.w3c.dom.Document document)
      Returns the xml representation of the implementing object as Element.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Filter

        public Filter​(java.lang.String filterName,
                      Namespace filterNamespace,
                      java.lang.String filterValue)
      • Filter

        public Filter​(org.w3c.dom.Element filterElem)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getNamespace

        public Namespace getNamespace()
      • getValue

        public java.lang.String getValue()
      • isMatchingFilter

        public boolean isMatchingFilter​(java.lang.String localName,
                                        Namespace namespace)
      • toXml

        public org.w3c.dom.Element toXml​(org.w3c.dom.Document document)
        Description copied from interface: XmlSerializable
        Returns the xml representation of the implementing object as Element. The given Document is used as factory and represents the owner document of the returned DOM element.
        Specified by:
        toXml in interface XmlSerializable
        Parameters:
        document - to be used as factory.
        Returns:
        a w3c element representing this object