| 
 | WebLogic Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--com.bea.wlpi.client.common.DOMNodeToOutputStream
This class outputs a DOM node to a stream.
| Constructor Summary | |
| DOMNodeToOutputStream() | |
| Method Summary | |
|  void | output(XMLWriter writer,
       int indent,
       org.w3c.dom.Node node)Writes a DOM node to a stream. | 
|  void | output(XMLWriter writer,
       int indent,
       org.w3c.dom.Node node,
       java.util.List ignoredNodes)Writes a DOM node to a stream. | 
| Methods inherited from class org.xml.sax.helpers.DefaultHandler | 
| characters, 
endDocument, 
endElement, 
endPrefixMapping, 
error, 
fatalError, 
ignorableWhitespace, 
notationDecl, 
processingInstruction, 
resolveEntity, 
setDocumentLocator, 
skippedEntity, 
startDocument, 
startElement, 
startPrefixMapping, 
unparsedEntityDecl, 
warning | 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Constructor Detail | 
public DOMNodeToOutputStream()
| Method Detail | 
public void output(XMLWriter writer,
                   int indent,
                   org.w3c.dom.Node node)
            throws java.io.IOException
writer - The character stream to write to.indent - The initial indent.node - DOM node.
public void output(XMLWriter writer,
                   int indent,
                   org.w3c.dom.Node node,
                   java.util.List ignoredNodes)
            throws java.io.IOException
writer - The character stream to write to.indent - The initial indent.node - DOM node.ignoredNodes - The list of nodes that are excluded from output.| 
 | WebLogic Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||