Searched defs:filterType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/params/
H A DXPath2FilterContainer.java92 * @param filterType
95 String filterType) {
100 .setAttributeNS(null, XPath2FilterContainer._ATT_FILTER, filterType);
94 XPath2FilterContainer(Document doc, String xpath2filter, String filterType) argument
H A DXPath2FilterContainer04.java79 * @param filterType
82 String filterType) {
87 filterType);
81 XPath2FilterContainer04(Document doc, String xpath2filter, String filterType) argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DFilter.java643 int filterType, int filtOffset[], int filtEnd)
648 dprint(", type: " + Integer.toString(filterType, 16));
654 ber.beginSeq(filterType);
657 encodeFilterList(ber, filter, filterType, parens[0], parens[1]);
711 int filterType, int start, int end) throws IOException, NamingException {
724 if ((filterType == LDAP_FILTER_NOT) && (listNumber > 0)) {
642 encodeComplexFilter(BerEncoder ber, byte[] filter, int filterType, int filtOffset[], int filtEnd) argument
710 encodeFilterList(BerEncoder ber, byte[] filter, int filterType, int start, int end) argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRUtils.java121 public static byte[] getFilterName(int filterType) { argument
122 switch (filterType) {

Completed in 35 milliseconds