public class Filter extends Object implements XmlSerializable
Filter...| Constructor and Description |
|---|
Filter(Element filterElem) |
Filter(String filterName,
Namespace filterNamespace,
String filterValue) |
public Filter(Element filterElem)
public String getName()
public Namespace getNamespace()
public String getValue()
public Element toXml(Document document)
XmlSerializableElement. The given Document is used
as factory and represents the owner document of the returned DOM element.toXml in interface XmlSerializabledocument - to be used as factory.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.