|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.vcard4j.search.SimpleQuery
| Constructor Summary | |
SimpleQuery()
|
|
| Method Summary | |
void |
addType(java.lang.String type)
|
boolean |
getComplementaryTypes()
|
boolean |
getMatching()
If (matching) then the matchingVCards() are the one for which no type belongs to matchingTypes()... |
java.util.Set |
getMatchingTypes()
Returns the matching types. |
java.util.Set |
getMatchingVCards()
Returns all the matching VCards. |
java.lang.String |
getPattern()
|
java.util.Set |
getTypes()
|
void |
removeType(java.lang.String type)
|
boolean |
search(org.w3c.dom.Node root)
Returns true if some VCards were matching the search crteria. |
void |
setComplementaryTypes(boolean v)
|
void |
setMatching(boolean v)
|
void |
setPattern(java.lang.String p)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SimpleQuery()
| Method Detail |
public java.lang.String getPattern()
public void setPattern(java.lang.String p)
public void addType(java.lang.String type)
public void removeType(java.lang.String type)
public java.util.Set getTypes()
public boolean getMatching()
public void setMatching(boolean v)
public boolean getComplementaryTypes()
public void setComplementaryTypes(boolean v)
public boolean search(org.w3c.dom.Node root)
Query
search in interface Querypublic java.util.Set getMatchingVCards()
Query
getMatchingVCards in interface Querypublic java.util.Set getMatchingTypes()
Query
getMatchingTypes in interface Querypublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||