JavaTM 2 Platform
Standard Ed. 6

javax.xml.crypto.dsig.spec
类 XPathType.Filter

java.lang.Object
  继承者 javax.xml.crypto.dsig.spec.XPathType.Filter
正在封闭类:
XPathType

public static class XPathType.Filter
extends Object

表示过滤器设置操作。


字段摘要
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
 

字段详细信息

INTERSECT

public static final XPathType.Filter INTERSECT
相交过滤操作。


SUBTRACT

public static final XPathType.Filter SUBTRACT
减少过滤操作。


UNION

public static final XPathType.Filter UNION
联合过滤操作。

方法详细信息

toString

public String toString()
返回操作的字符串形式。

覆盖:
Object 中的 toString
返回:
操作的字符串形式

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only