Class Filter
- java.lang.Object
-
- org.apache.jackrabbit.webdav.observation.Filter
-
- All Implemented Interfaces:
XmlSerializable
public class Filter extends Object implements XmlSerializable
Filter...
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()NamespacegetNamespace()StringgetValue()booleanisMatchingFilter(String localName, Namespace namespace)ElementtoXml(Document document)Returns the xml representation of the implementing object asElement.
-
-
-
Method Detail
-
getName
public String getName()
-
getNamespace
public Namespace getNamespace()
-
getValue
public String getValue()
-
toXml
public Element toXml(Document document)
Description copied from interface:XmlSerializableReturns the xml representation of the implementing object asElement. The givenDocumentis used as factory and represents theowner documentof the returned DOM element.- Specified by:
toXmlin interfaceXmlSerializable- Parameters:
document- to be used as factory.- Returns:
- a w3c element representing this object
-
-