Collaboration diagram for TextFragment:Public Methods | |
| TextFragment (String localName, int start, Attributes attributes) | |
| void | addChild (TextFragment item) |
| void | addContent (String s) |
| String | getStructure () |
| String | getText () |
| void | getParagraphs (List< TextFragment > list) |
| void | getUrls (List< TextFragment > list) |
| String | getLocalName () |
| int | getStart () |
| int | getEnd () |
| void | setEnd (int end) |
| Attributes | getAttributes () |
| TextFragment | ( | String | localName, |
| int | start, | ||
| Attributes | attributes | ||
| ) |
| void addChild | ( | TextFragment | item | ) |
| void addContent | ( | String | s | ) |
| Attributes getAttributes | ( | ) |
| int getEnd | ( | ) |
| String getLocalName | ( | ) |
| void getParagraphs | ( | List< TextFragment > | list | ) |
| int getStart | ( | ) |
| String getStructure | ( | ) |
| String getText | ( | ) |
| void getUrls | ( | List< TextFragment > | list | ) |
| void setEnd | ( | int | end | ) |