|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HTMLException | |
| com.sapportals.wcm.util.html | Contains classses that handle the parsing of HTML. |
| Uses of HTMLException in com.sapportals.wcm.util.html |
| Methods in com.sapportals.wcm.util.html that throw HTMLException | |
void |
IHTMLContentHandler.characters(char[] ch,
int start,
int length)
Notification of a character event. |
void |
IHTMLContentHandler.endDocument()
Notification that the document is finished. |
void |
IHTMLContentHandler.endElement(IHTMLElement element)
Notification that an end tag was encountered (e.g. starting with '</'). |
void |
IHTMLContentHandler.startDocument()
Notification that the document is about to start. |
void |
IHTMLContentHandler.startElement(IHTMLElementStart element)
Notification that a tag was encountered. |
void |
HTMLFilterImpl.setSource(java.io.InputStream input)
|
void |
HTMLFilterImpl.setSource(java.io.InputStream input,
java.lang.String encoding)
|
void |
HTMLFilterImpl.setSource(java.io.Reader input)
|
java.lang.String |
HTMLFilterImpl.getEncoding()
|
void |
HTMLFilterImpl.parse()
|
boolean |
HTMLFilterImpl.parseNextEvent()
|
void |
HTMLFilterImpl.characters(char[] ch,
int start,
int length)
|
void |
HTMLFilterImpl.endDocument()
|
void |
HTMLFilterImpl.endElement(IHTMLElement element)
|
void |
HTMLFilterImpl.startDocument()
|
void |
HTMLFilterImpl.startElement(IHTMLElementStart element)
|
java.lang.String |
IHTMLReader.getEncoding()
Return the encoding used in the document. |
void |
IHTMLReader.setSource(java.io.InputStream input)
Set InputStream as document source. |
void |
IHTMLReader.setSource(java.io.InputStream input,
java.lang.String encoding)
Set InputStream as document source, use the given encoding. |
void |
IHTMLReader.setSource(java.io.Reader input)
Set Reader as document source, encoding is irrelevant. |
void |
IHTMLReader.parse()
Parse the complete document, generating events, until the source is read emtpy. |
boolean |
IHTMLReader.parseNextEvent()
Parse the document, generating an events, and return to the caller. |
static IHTMLReader |
HTMLReaderFactory.createHTMLReader()
Creates a new instance of IHTMLReader with default settings |
void |
HTMLStreamWriter.characters(char[] ch,
int start,
int length)
|
void |
HTMLStreamWriter.endDocument()
|
void |
HTMLStreamWriter.endElement(IHTMLElement element)
|
void |
HTMLStreamWriter.startDocument()
|
void |
HTMLStreamWriter.startElement(IHTMLElementStart element)
|
void |
HTMLScriptRemover.startElement(IHTMLElementStart element)
|
void |
HTMLScriptRemover.endElement(IHTMLElement element)
|
void |
HTMLScriptRemover.characters(char[] ch,
int start,
int length)
|
void |
IHTMLElementStart.addAttribute(java.lang.String name,
java.lang.String value)
Add a new attribute with given name and value. |
| Constructors in com.sapportals.wcm.util.html that throw HTMLException | |
HTMLInputStream(IHTMLReader reader)
An InputStream with reader as HTML source. |
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||