SAP NetWeaver '04

Uses of Class
com.sapportals.wcm.util.html.HTMLException

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

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.