|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.html.dom.HTMLBuilder
public class HTMLBuilder
This is a SAX document handler that is used to build an HTML document. It can build a document from any SAX parser, but is specifically tuned for working with the OpenXML HTML parser.
Field Summary | |
---|---|
protected weblogic.apache.xerces.dom.ElementImpl |
_current
Deprecated. The current node in the document into which elements, text and other nodes will be inserted. |
protected HTMLDocumentImpl |
_document
Deprecated. The document that is being built. |
protected Vector |
_preRootNodes
Deprecated. The document is only created the same time as the document element, however, certain nodes may precede the document element (comment and PI), and they are accumulated in this vector. |
Constructor Summary | |
---|---|
HTMLBuilder()
Deprecated. |
Method Summary | |
---|---|
void |
characters(char[] text,
int start,
int length)
Deprecated. |
void |
characters(String text)
Deprecated. |
void |
endDocument()
Deprecated. |
void |
endElement(String tagName)
Deprecated. |
org.w3c.dom.html.HTMLDocument |
getHTMLDocument()
Deprecated. |
void |
ignorableWhitespace(char[] text,
int start,
int length)
Deprecated. |
void |
processingInstruction(String target,
String instruction)
Deprecated. |
void |
setDocumentLocator(Locator locator)
Deprecated. |
void |
startDocument()
Deprecated. |
void |
startElement(String tagName,
AttributeList attrList)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected HTMLDocumentImpl _document
protected weblogic.apache.xerces.dom.ElementImpl _current
protected Vector _preRootNodes
Constructor Detail |
---|
public HTMLBuilder()
Method Detail |
---|
public void startDocument() throws SAXException
startDocument
in interface DocumentHandler
SAXException
public void endDocument() throws SAXException
endDocument
in interface DocumentHandler
SAXException
public void startElement(String tagName, AttributeList attrList) throws SAXException
startElement
in interface DocumentHandler
SAXException
public void endElement(String tagName) throws SAXException
endElement
in interface DocumentHandler
SAXException
public void characters(String text) throws SAXException
SAXException
public void characters(char[] text, int start, int length) throws SAXException
characters
in interface DocumentHandler
SAXException
public void ignorableWhitespace(char[] text, int start, int length) throws SAXException
ignorableWhitespace
in interface DocumentHandler
SAXException
public void processingInstruction(String target, String instruction) throws SAXException
processingInstruction
in interface DocumentHandler
SAXException
public org.w3c.dom.html.HTMLDocument getHTMLDocument()
public void setDocumentLocator(Locator locator)
setDocumentLocator
in interface DocumentHandler
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |