public static class

XPathType.Filter

extends Object
java.lang.Object
   ↳ javax.xml.crypto.dsig.spec.XPathType.Filter

Class Overview

Represents the filter set operation.

Summary

Fields
public static final XPathType.Filter INTERSECT The intersect filter operation.
public static final XPathType.Filter SUBTRACT The subtract filter operation.
public static final XPathType.Filter UNION The union filter operation.
Public Methods
String toString()
Returns the string form of the operation.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final XPathType.Filter INTERSECT

The intersect filter operation.

public static final XPathType.Filter SUBTRACT

The subtract filter operation.

public static final XPathType.Filter UNION

The union filter operation.

Public Methods

public String toString ()

Returns the string form of the operation.

Returns
  • the string form of the operation