BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xalan.xpath.xml
Class FormatterToDOM

java.lang.Object
  |
  +--org.xml.sax.helpers.ParserAdapter
        |
        +--weblogic.apache.xalan.xpath.xml.FormatterToDOM

public class FormatterToDOM
extends org.xml.sax.helpers.ParserAdapter

This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and adds the result to a document or document fragment.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
FormatterToDOM(org.w3c.dom.Document doc)
          FormatterToDOM instance constructor...
FormatterToDOM(org.w3c.dom.Document doc, org.w3c.dom.DocumentFragment docFrag)
          FormatterToDOM instance constructor...
FormatterToDOM(org.w3c.dom.Document doc, org.w3c.dom.Element elem)
          FormatterToDOM instance constructor...
 
Method Summary
 SerializerToXML getSerializerObject()
           
 
Methods inherited from class org.xml.sax.helpers.ParserAdapter
characters, endDocument, endElement, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, ignorableWhitespace, parse, parse, processingInstruction, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty, startDocument, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatterToDOM

public FormatterToDOM(org.w3c.dom.Document doc,
                      org.w3c.dom.Element elem)
               throws org.xml.sax.SAXException
FormatterToDOM instance constructor... it will add the DOM nodes to the document fragment.

FormatterToDOM

public FormatterToDOM(org.w3c.dom.Document doc,
                      org.w3c.dom.DocumentFragment docFrag)
               throws org.xml.sax.SAXException
FormatterToDOM instance constructor... it will add the DOM nodes to the document fragment.

FormatterToDOM

public FormatterToDOM(org.w3c.dom.Document doc)
               throws org.xml.sax.SAXException
FormatterToDOM instance constructor... it will add the DOM nodes to the document.
Method Detail

getSerializerObject

public SerializerToXML getSerializerObject()

Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.