org.apache.jackrabbit.webdav.observation
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...
|
Constructor Summary |
Filter(org.w3c.dom.Element filterElem)
|
Filter(java.lang.String filterName,
Namespace filterNamespace,
java.lang.String filterValue)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Filter
public Filter(java.lang.String filterName,
Namespace filterNamespace,
java.lang.String filterValue)
Filter
public Filter(org.w3c.dom.Element filterElem)
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
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.