#include <XalanNode.hpp>
Inherited by XalanAttr, XalanCharacterData, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, and XalanProcessingInstruction.
Public Types | |
enum | NodeType { UNKNOWN_NODE = 0, ELEMENT_NODE = 1, ATTRIBUTE_NODE = 2, TEXT_NODE = 3, CDATA_SECTION_NODE = 4, ENTITY_REFERENCE_NODE = 5, ENTITY_NODE = 6, PROCESSING_INSTRUCTION_NODE = 7, COMMENT_NODE = 8, DOCUMENT_NODE = 9, DOCUMENT_TYPE_NODE = 10, DOCUMENT_FRAGMENT_NODE = 11, NOTATION_NODE = 12 } |
typedef unsigned long | IndexType |
Public Member Functions | |
XalanNode () | |
virtual | ~XalanNode () |
virtual const XalanDOMString & | getNodeName () const =0 |
Gets the name of this node, depending on its type. More... | |
virtual const XalanDOMString & | getNodeValue () const =0 |
Gets the value of this node, depending on its type. More... | |
virtual NodeType | getNodeType () const =0 |
An enum value representing the type of the underlying object. More... | |
virtual XalanNode * | getParentNode () const =0 |
Gets the parent of this node. More... | |
virtual const XalanNodeList * | getChildNodes () const =0 |
Gets a XalanNodeList that contains all children of this node. More... | |
virtual XalanNode * | getFirstChild () const =0 |
Gets the first child of this node. More... | |
virtual XalanNode * | getLastChild () const =0 |
Gets the last child of this node. More... | |
virtual XalanNode * | getPreviousSibling () const =0 |
Gets the node immediately preceding this node. More... | |
virtual XalanNode * | getNextSibling () const =0 |
Gets the node immediately following this node. More... | |
virtual const XalanNamedNodeMap * | getAttributes () const =0 |
Gets a XalanNamedNodeMap containing the attributes of this node (if it is an XalanElement) or a null pointer otherwise. More... | |
virtual XalanDocument * | getOwnerDocument () const =0 |
Gets the XalanDocument object associated with this node. More... | |
virtual const XalanDOMString & | getNamespaceURI () const =0 |
Get the namespace URI of this node. More... | |
virtual const XalanDOMString & | getPrefix () const =0 |
Get the namespace prefix of this node. More... | |
virtual const XalanDOMString & | getLocalName () const =0 |
Returns the local part of the qualified name of this node. More... | |
virtual bool | isIndexed () const =0 |
Determine if the document is node-order indexed. More... | |
virtual IndexType | getIndex () const =0 |
Get the node's index. More... | |
Protected Member Functions | |
XalanNode (const XalanNode &theSource) | |
XalanNode & | operator= (const XalanNode &theSource) |
bool | operator== (const XalanNode &theRHS) const |
Definition at line 38 of file XalanNode.hpp.
typedef unsigned long XalanNode::IndexType |
Definition at line 64 of file XalanNode.hpp.
enum XalanNode::NodeType |
Definition at line 47 of file XalanNode.hpp.
XalanNode::XalanNode | ( | ) |
|
virtual |
|
protected |
|
pure virtual |
Gets a XalanNamedNodeMap containing the attributes of this node (if it is an XalanElement) or a null pointer otherwise.
Implemented in XalanSourceTreeDocument, XercesElementBridge, XercesDocumentWrapper, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, XalanEntity, XalanEntityReference, XalanNotation, XalanText, XalanDocumentType, XalanElement, XalanProcessingInstruction, XalanDocument, XalanSourceTreeComment, XObjectResultTreeFragProxyText, XalanSourceTreeText, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeDocumentFragment, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XercesCommentWrapper, XercesTextWrapper, XalanAttr, XObjectResultTreeFragProxyBase, XalanSourceTreeElementA, XalanDocumentFragment, XalanCDATASection, XalanCharacterData, XalanComment, and XalanSourceTreeElementNA.
|
pure virtual |
Gets a XalanNodeList that contains all children of this node.
If there are no children, this is a XalanNodeList containing no nodes.
Implemented in XalanSourceTreeDocument, XercesDocumentWrapper, XercesDocumentBridge, XercesElementBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, XalanSourceTreeComment, XObjectResultTreeFragProxyText, XalanSourceTreeText, XalanSourceTreeElement, XalanEntity, XalanSourceTreeProcessingInstruction, XalanEntityReference, XalanNotation, XalanText, XalanSourceTreeAttr, XalanDocumentType, XalanElement, XalanProcessingInstruction, XalanSourceTreeDocumentFragment, XalanDocument, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XercesCommentWrapper, XercesTextWrapper, XalanAttr, XObjectResultTreeFragProxyBase, XalanDocumentFragment, XalanCDATASection, XalanCharacterData, and XalanComment.
|
pure virtual |
Gets the first child of this node.
If there is no such node, this returns a null pointer.
Implemented in XalanSourceTreeDocument, XercesDocumentWrapper, XercesDocumentBridge, XercesElementBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, XalanSourceTreeComment, XObjectResultTreeFragProxyText, XalanSourceTreeText, XalanEntity, XalanEntityReference, XalanNotation, XalanText, XalanSourceTreeElement, XalanDocumentType, XalanSourceTreeProcessingInstruction, XalanElement, XalanSourceTreeAttr, XalanProcessingInstruction, XalanDocument, XalanSourceTreeDocumentFragment, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XercesCommentWrapper, XObjectResultTreeFragProxy, XercesTextWrapper, XalanAttr, XObjectResultTreeFragProxyBase, XalanDocumentFragment, XalanCDATASection, XalanCharacterData, XalanComment, and XNodeSetResultTreeFragProxy.
|
pure virtual |
Get the node's index.
Valid only if the owner document reports that the document is node-order indexed.
Implemented in XercesElementBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XercesAttrBridge, XercesCDATASectionBridge, XercesEntityReferenceBridge, XercesCommentBridge, XercesNotationBridge, XercesProcessingInstructionBridge, XalanSourceTreeDocument, XercesDocumentBridge, XalanEntity, XalanEntityReference, XalanNotation, XalanText, XalanDocumentType, XalanElement, XalanProcessingInstruction, XalanDocument, XercesDocumentWrapper, XalanSourceTreeComment, XObjectResultTreeFragProxyText, XalanSourceTreeText, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeDocumentFragment, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XercesCommentWrapper, XercesTextWrapper, XalanAttr, XObjectResultTreeFragProxyBase, XalanDocumentFragment, XalanCDATASection, XalanCharacterData, and XalanComment.
|
pure virtual |
Gets the last child of this node.
If there is no such node, this returns a null pointer.
Implemented in XalanSourceTreeDocument, XercesDocumentWrapper, XercesDocumentBridge, XercesElementBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, XalanEntity, XalanEntityReference, XalanNotation, XalanText, XalanSourceTreeComment, XObjectResultTreeFragProxyText, XalanSourceTreeText, XalanDocumentType, XalanElement, XalanSourceTreeElement, XalanProcessingInstruction, XalanSourceTreeProcessingInstruction, XalanDocument, XalanSourceTreeAttr, XalanSourceTreeDocumentFragment, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XercesCommentWrapper, XObjectResultTreeFragProxy, XercesTextWrapper, XalanAttr, XObjectResultTreeFragProxyBase, XalanDocumentFragment, XalanCDATASection, XalanCharacterData, XalanComment, and XNodeSetResultTreeFragProxy.
|
pure virtual |
Returns the local part of the qualified name of this node.
Implemented in XercesElementBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XercesAttrBridge, XercesCDATASectionBridge, XercesEntityReferenceBridge, XercesCommentBridge, XercesNotationBridge, XercesProcessingInstructionBridge, XalanSourceTreeDocument, XercesDocumentBridge, XalanEntity, XalanEntityReference, XalanNotation, XalanText, XalanDocumentType, XalanElement, XalanProcessingInstruction, XercesDocumentWrapper, XalanDocument, XalanSourceTreeComment, XObjectResultTreeFragProxyText, XalanSourceTreeText, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeDocumentFragment, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XercesCommentWrapper, XercesTextWrapper, XalanAttr, XObjectResultTreeFragProxyBase, XalanDocumentFragment, XalanCDATASection, XalanCharacterData, XalanComment, XalanSourceTreeElementA, XalanSourceTreeElementANS, XalanSourceTreeAttrNS, XalanSourceTreeElementNA, and XalanSourceTreeElementNANS.
|
pure virtual |
Get the namespace URI of this node.
Implemented in XercesElementBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XercesAttrBridge, XercesCDATASectionBridge, XercesEntityReferenceBridge, XercesCommentBridge, XercesNotationBridge, XercesProcessingInstructionBridge, XalanSourceTreeDocument, XercesDocumentBridge, XalanEntity, XalanEntityReference, XalanNotation, XercesDocumentWrapper, XalanText, XalanDocumentType, XalanElement, XalanProcessingInstruction, XalanDocument, XalanSourceTreeComment, XObjectResultTreeFragProxyText, XalanSourceTreeText, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeDocumentFragment, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XercesCommentWrapper, XercesTextWrapper, XalanAttr, XObjectResultTreeFragProxyBase, XalanDocumentFragment, XalanCDATASection, XalanCharacterData, XalanComment, XalanSourceTreeElementA, XalanSourceTreeElementANS, XalanSourceTreeAttrNS, XalanSourceTreeElementNA, and XalanSourceTreeElementNANS.
|
pure virtual |
Gets the node immediately following this node.
If there is no such node, this returns a null pointer.
Implemented in XalanSourceTreeDocument, XercesElementBridge, XercesDocumentWrapper, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, XalanEntity, XalanEntityReference, XalanNotation, XalanText, XalanDocumentType, XalanElement, XalanProcessingInstruction, XalanDocument, XalanSourceTreeComment, XObjectResultTreeFragProxyText, XalanSourceTreeText, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeDocumentFragment, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XercesCommentWrapper, XercesTextWrapper, XalanAttr, XObjectResultTreeFragProxyBase, XalanDocumentFragment, XalanCDATASection, XalanCharacterData, and XalanComment.
|
pure virtual |
Gets the name of this node, depending on its type.
Implemented in XalanSourceTreeDocument, XercesDocumentWrapper, XercesDocumentBridge, XalanSourceTreeComment, XObjectResultTreeFragProxyText, XalanSourceTreeText, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XercesElementBridge, XalanSourceTreeAttr, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesEntityReferenceBridge, XalanSourceTreeDocumentFragment, XercesNotationBridge, XercesProcessingInstructionBridge, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XercesCommentWrapper, XercesTextWrapper, XalanDocumentType, XalanElement, XalanEntity, XalanAttr, XalanEntityReference, XalanNotation, XalanText, XObjectResultTreeFragProxyBase, XalanDocument, XalanDocumentFragment, XalanProcessingInstruction, XalanCDATASection, XalanCharacterData, and XalanComment.
|
pure virtual |
An enum value representing the type of the underlying object.
Implemented in XalanSourceTreeDocument, XercesDocumentWrapper, XercesDocumentBridge, XalanSourceTreeComment, XObjectResultTreeFragProxyText, XalanSourceTreeText, XercesElementBridge, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XalanSourceTreeAttr, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, XalanSourceTreeDocumentFragment, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XalanDocumentType, XalanElement, XercesCommentWrapper, XalanEntity, XalanEntityReference, XalanNotation, XercesTextWrapper, XalanText, XalanDocument, XalanAttr, XObjectResultTreeFragProxyBase, XalanProcessingInstruction, XalanDocumentFragment, XalanCDATASection, XalanCharacterData, and XalanComment.
|
pure virtual |
Gets the value of this node, depending on its type.
Implemented in XalanSourceTreeDocument, XercesDocumentWrapper, XercesDocumentBridge, XalanSourceTreeComment, XObjectResultTreeFragProxyText, XalanSourceTreeText, XalanSourceTreeElement, XercesElementBridge, XalanSourceTreeProcessingInstruction, XalanSourceTreeAttr, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, XalanSourceTreeDocumentFragment, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XercesCommentWrapper, XalanDocumentType, XalanElement, XercesTextWrapper, XalanEntity, XalanEntityReference, XalanNotation, XalanText, XalanAttr, XalanDocument, XObjectResultTreeFragProxyBase, XalanProcessingInstruction, XalanDocumentFragment, XalanCDATASection, XalanCharacterData, and XalanComment.
|
pure virtual |
Gets the XalanDocument object associated with this node.
This may be a null pointer.
Implemented in XalanSourceTreeDocument, XercesElementBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, XercesDocumentWrapper, XercesDocumentBridge, XalanEntity, XalanEntityReference, XalanNotation, XalanText, XalanDocumentType, XalanElement, XalanProcessingInstruction, XalanDocument, XalanSourceTreeComment, XObjectResultTreeFragProxyText, XalanSourceTreeText, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeDocumentFragment, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XercesCommentWrapper, XercesTextWrapper, XalanAttr, XObjectResultTreeFragProxyBase, XalanDocumentFragment, XalanCDATASection, XalanCharacterData, and XalanComment.
|
pure virtual |
Gets the parent of this node.
If there is no such node, this returns a null pointer.
Implemented in XalanSourceTreeDocument, XercesDocumentWrapper, XercesDocumentBridge, XercesElementBridge, XalanSourceTreeComment, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XObjectResultTreeFragProxyText, XalanSourceTreeText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeAttr, XalanDocumentType, XalanSourceTreeDocumentFragment, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanText, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XalanDocument, XercesCommentWrapper, XalanProcessingInstruction, XercesTextWrapper, XalanAttr, XObjectResultTreeFragProxyBase, XalanDocumentFragment, XalanCDATASection, XalanCharacterData, and XalanComment.
|
pure virtual |
Get the namespace prefix of this node.
Implemented in XercesElementBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XercesAttrBridge, XercesCDATASectionBridge, XercesEntityReferenceBridge, XercesCommentBridge, XercesNotationBridge, XercesProcessingInstructionBridge, XalanSourceTreeDocument, XercesDocumentBridge, XalanEntity, XalanEntityReference, XalanNotation, XalanText, XalanDocumentType, XercesDocumentWrapper, XalanElement, XalanProcessingInstruction, XalanDocument, XalanSourceTreeComment, XObjectResultTreeFragProxyText, XalanSourceTreeText, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeDocumentFragment, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XercesCommentWrapper, XercesTextWrapper, XalanAttr, XObjectResultTreeFragProxyBase, XalanDocumentFragment, XalanCDATASection, XalanCharacterData, XalanComment, XalanSourceTreeElementA, XalanSourceTreeElementANS, XalanSourceTreeAttrNS, XalanSourceTreeElementNA, and XalanSourceTreeElementNANS.
|
pure virtual |
Gets the node immediately preceding this node.
If there is no such node, this returns a null pointer.
Implemented in XalanSourceTreeDocument, XercesDocumentWrapper, XercesDocumentBridge, XercesElementBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, XalanEntity, XalanEntityReference, XalanNotation, XalanText, XalanDocumentType, XalanElement, XalanSourceTreeComment, XalanProcessingInstruction, XObjectResultTreeFragProxyText, XalanSourceTreeText, XalanSourceTreeElement, XalanDocument, XalanSourceTreeProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeDocumentFragment, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XercesCommentWrapper, XercesTextWrapper, XalanAttr, XObjectResultTreeFragProxyBase, XalanDocumentFragment, XalanCDATASection, XalanCharacterData, and XalanComment.
|
pure virtual |
Determine if the document is node-order indexed.
Implemented in XercesElementBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesEntityBridge, XercesTextBridge, XercesAttrBridge, XercesCDATASectionBridge, XercesEntityReferenceBridge, XercesCommentBridge, XercesNotationBridge, XercesProcessingInstructionBridge, XalanSourceTreeDocument, XercesDocumentBridge, XalanEntity, XalanEntityReference, XalanNotation, XalanText, XalanDocumentType, XalanElement, XalanProcessingInstruction, XalanDocument, XercesDocumentWrapper, XalanSourceTreeComment, XObjectResultTreeFragProxyText, XalanSourceTreeText, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeDocumentFragment, XercesEntityReferenceWrapper, XercesEntityWrapper, XercesProcessingInstructionWrapper, XercesCDATASectionWrapper, XercesDocumentTypeWrapper, XercesNotationWrapper, XercesAttrWrapper, XercesElementWrapper, XercesCommentWrapper, XercesTextWrapper, XalanAttr, XObjectResultTreeFragProxyBase, XalanDocumentFragment, XalanCDATASection, XalanCharacterData, and XalanComment.
|
protected |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|