BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Package weblogic.apache.xalan.stree

Interface Summary
SaxEventDispatch This class allows a node to implement an interface that will allow it to dispatch a SAX ContentHandler event to a ContentHandler.
 

Class Summary
AttrImpl Class to hold information about an attribute node.
AttrImplNS Class to hold information about an attribute node with a name space
CDATASectionImpl Class to hold information about a CDATASection node
Child Class representing a child node
CommentImpl Class to hold information about a comment node
DocImpl Contains extended functionality that Xalan requires that is common in both the DocumentImpl and DocumentFragmentImpl classes.
DocumentFragmentImpl Class to hold information about a DocumentFragment node
DocumentImpl This is the implementation of the DOM2 Document interface.
DocumentTypeImpl Class to hold information about a DocumentType node
DOMImplementationImpl This class provides a number of methods for performing operations that are independent of any particular instance of the document object model.
ElementImpl This class represents an element in an HTML or XML document.
ElementImplWithNS This class represents an element in an HTML or XML document associated with a given namespace.
EntityImpl  
NameSpaceDecl Class to represent NameSpace Decl nodes
NotationImpl Class to represent Notation nodes
Parent Class representing a parent node.
ProcessingInstructionImpl Class to hold information about ProcessingInstruction node
SourceTreeHandler This class handles SAX2 parse events to create a source tree for transformation.
StreeDOMBuilder 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.
StreeDOMHelper Provides XSLTProcessor an interface to the Xerces XML parser.
TextImpl Class to hold information about a Text node.
WhiteSpace Right now this is the same as TextImpl.
 

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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

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