java.lang.Object javax.xml.crypto.dsig.spec.XPathType.Filter
public static class XPathType.Filter
表示过滤器设置操作。
字段摘要 | |
---|---|
static XPathType.Filter |
INTERSECT 相交过滤操作。 |
static XPathType.Filter |
SUBTRACT 减少过滤操作。 |
static XPathType.Filter |
UNION 联合过滤操作。 |
方法摘要 | |
---|---|
String |
toString() 返回操作的字符串形式。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
字段详细信息 |
---|
public static final XPathType.Filter INTERSECT
public static final XPathType.Filter SUBTRACT
public static final XPathType.Filter UNION
方法详细信息 |
---|
public String toString()