java.lang.Object
org.apache.jackrabbit.webdav.observation.Filter
All Implemented Interfaces:
XmlSerializable

public class Filter extends Object implements XmlSerializable
Filter...
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getNamespace

      public Namespace getNamespace()
    • getValue

      public String getValue()
    • isMatchingFilter

      public boolean isMatchingFilter(String localName, Namespace namespace)
    • toXml

      public Element toXml(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