Class Filter
- java.lang.Object
-
- org.apache.jackrabbit.webdav.observation.Filter
-
- All Implemented Interfaces:
XmlSerializable
public class Filter extends java.lang.Object implements XmlSerializable
Filter...
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()NamespacegetNamespace()java.lang.StringgetValue()booleanisMatchingFilter(java.lang.String localName, Namespace namespace)org.w3c.dom.ElementtoXml(org.w3c.dom.Document document)Returns the xml representation of the implementing object asElement.
-
-
-
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: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
-
-