|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Base interface for objects that detect patterns in character data sections. Used by
SAXDeleteFilter
ElementSelector objects to determine if an
element should be deleted from an XML document.
| Method Summary | |
void |
initialize(org.w3c.dom.Element elem)
|
boolean |
matches(char[] source,
int start,
int length)
determines if the character data source matches the criteria of this comparator. |
| Method Detail |
public boolean matches(char[] source,
int start,
int length)
source - character array obtained from original SAX parser.start - position of the first character in the array to
consider.length - number of characters to consider.
public void initialize(org.w3c.dom.Element elem)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||