public class Filter extends Object implements XmlSerializable
Filter
...Constructor and Description |
---|
Filter(Element filterElem) |
Filter(String filterName,
Namespace filterNamespace,
String filterValue) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Namespace |
getNamespace() |
String |
getValue() |
boolean |
isMatchingFilter(String localName,
Namespace namespace) |
Element |
toXml(Document document)
Returns the xml representation of the implementing object as
Element . |
public Filter(Element filterElem)
public String getName()
public Namespace getNamespace()
public String getValue()
public Element toXml(Document document)
XmlSerializable
Element
. The given Document
is used
as factory and represents the owner document
of the returned DOM element.toXml
in interface XmlSerializable
document
- to be used as factory.Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.