|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-07 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
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. |
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 HTMLDocument getHTMLDocument()
public void setDocumentLocator(Locator locator)
setDocumentLocator
in interface DocumentHandler
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-07 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |