net.sf.vcard4j.search
Interface Query

All Known Implementing Classes:
BinaryQuery, SimpleQuery

public interface Query


Method Summary
 java.util.Set getMatchingTypes()
          Returns the matching types.
 java.util.Set getMatchingVCards()
          Returns all the matching VCards.
 boolean search(org.w3c.dom.Node vcards)
          Returns true if some VCards were matching the search crteria.
 

Method Detail

search

public boolean search(org.w3c.dom.Node vcards)
Returns true if some VCards were matching the search crteria.


getMatchingVCards

public java.util.Set getMatchingVCards()
Returns all the matching VCards.


getMatchingTypes

public java.util.Set getMatchingTypes()
Returns the matching types.