|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HTMLFragment | |
|---|---|
| info.informatica.html | HTMLDoc, HTMLFragment and HTMLTag It is an encapsulation of an HTML document, with a simple permissive parser which can handle even most of the bad, non-compliant HTML documents of the real world. |
| Uses of HTMLFragment in info.informatica.html |
|---|
| Methods in info.informatica.html that return HTMLFragment | |
|---|---|
HTMLFragment |
HTMLDoc.getHTML()
Gets the HTML contents of this document. |
| Methods in info.informatica.html with parameters of type HTMLFragment | |
|---|---|
void |
HTMLFragment.insertAfter(info.informatica.doc.FragmentPosition pos,
HTMLFragment newel)
Insert a fragment after the given position. |
void |
HTMLFragment.replace(info.informatica.doc.FragmentPosition pos,
HTMLFragment newel)
Replaces a subfragment with a new one. |
| Constructors in info.informatica.html with parameters of type HTMLFragment | |
|---|---|
HTMLEventParser(HTMLFragment doc)
|
|
TagFinder(HTMLFragment doc)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||