public class Filter extends java.lang.Object implements XmlSerializable
Filter...| Constructor and Description |
|---|
Filter(org.w3c.dom.Element filterElem) |
Filter(java.lang.String filterName,
Namespace filterNamespace,
java.lang.String filterValue) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
Namespace |
getNamespace() |
java.lang.String |
getValue() |
boolean |
isMatchingFilter(java.lang.String localName,
Namespace namespace) |
org.w3c.dom.Element |
toXml(org.w3c.dom.Document document)
Returns the xml representation of the implementing object as
Element. |
public Filter(java.lang.String filterName,
Namespace filterNamespace,
java.lang.String filterValue)
public Filter(org.w3c.dom.Element filterElem)
public java.lang.String getName()
public Namespace getNamespace()
public java.lang.String getValue()
public boolean isMatchingFilter(java.lang.String localName,
Namespace namespace)
public org.w3c.dom.Element toXml(org.w3c.dom.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 © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"