| Package | Description |
|---|---|
| com.sapportals.wcm.protocol.webdav.html | |
| com.sapportals.wcm.util.html |
Contains classses that handle the parsing of HTML.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLFormNotFoundException
A HTML Form could not be found.
|
| Modifier and Type | Method and Description |
|---|---|
static IHTMLLogin |
HTMLLogin.getInstance(IHTMLReader reader,
IHierarchicalUri base,
String formID)
Extracts a login form from the HTML reader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IHTMLElementStart.addAttribute(String name,
String value)
Add a new attribute with given name and value.
|
void |
IHTMLContentHandler.characters(char[] ch,
int start,
int length)
Notification of a character event.
|
void |
HTMLStreamWriter.characters(char[] ch,
int start,
int length) |
void |
HTMLScriptRemover.characters(char[] ch,
int start,
int length) |
void |
HTMLFilterImpl.characters(char[] ch,
int start,
int length) |
static IHTMLReader |
HTMLReaderFactory.createHTMLReader()
Creates a new instance of IHTMLReader with default settings
|
void |
IHTMLContentHandler.endDocument()
Notification that the document is finished.
|
void |
HTMLStreamWriter.endDocument() |
void |
HTMLFilterImpl.endDocument() |
void |
IHTMLContentHandler.endElement(IHTMLElement element)
Notification that an end tag was encountered (e.g. starting with '</').
|
void |
HTMLStreamWriter.endElement(IHTMLElement element) |
void |
HTMLScriptRemover.endElement(IHTMLElement element) |
void |
HTMLFilterImpl.endElement(IHTMLElement element) |
String |
IHTMLReader.getEncoding()
Return the encoding used in the document.
|
String |
HTMLFilterImpl.getEncoding() |
void |
IHTMLReader.parse()
Parse the complete document, generating events, until the source is read
emtpy.
|
void |
HTMLFilterImpl.parse() |
boolean |
IHTMLReader.parseNextEvent()
Parse the document, generating an events, and return to the caller.
|
boolean |
HTMLFilterImpl.parseNextEvent() |
void |
IHTMLReader.setSource(InputStream input)
Set InputStream as document source.
|
void |
HTMLFilterImpl.setSource(InputStream input) |
void |
IHTMLReader.setSource(InputStream input,
String encoding)
Set InputStream as document source, use the given encoding.
|
void |
HTMLFilterImpl.setSource(InputStream input,
String encoding) |
void |
IHTMLReader.setSource(Reader input)
Set Reader as document source, encoding is irrelevant.
|
void |
HTMLFilterImpl.setSource(Reader input) |
void |
IHTMLContentHandler.startDocument()
Notification that the document is about to start.
|
void |
HTMLStreamWriter.startDocument() |
void |
HTMLFilterImpl.startDocument() |
void |
IHTMLContentHandler.startElement(IHTMLElementStart element)
Notification that a tag was encountered.
|
void |
HTMLStreamWriter.startElement(IHTMLElementStart element) |
void |
HTMLScriptRemover.startElement(IHTMLElementStart element) |
void |
HTMLFilterImpl.startElement(IHTMLElementStart element) |
| Constructor and Description |
|---|
HTMLInputStream(IHTMLReader reader)
An InputStream with reader as HTML source.
|
Copyright 2021 SAP SE Complete Copyright Notice