#include <XalanNode.hpp>
Inheritance diagram for XalanNode
NodeList
that contains all children of this node. More...NamedNodeMap
containing the attributes of this node (if it is an Element
) or null
otherwise.Document
object associated with this node. More...newChild
before the existing child node refChild
. More...oldChild
with newChild
in the list of children, and returns the oldChild
node. More...oldChild
from the list of children, and returns it. More...newChild
to the end of the list of children of this node. More...Text
nodes in the full depth of the sub-tree underneath this Node
, including attribute nodes, into a "normal" form where only markup (e.g., tags, comments, processing instructions, CDATA sections, and entity references) separates Text
nodes, i.e., there are no adjacent Text
nodes. More...null
if it is unspecified. More...null
if it is unspecified.
|
|
|
|
|
|
|
|
|
|
Returns a duplicate of this node. This function serves as a generic copy constructor for nodes.
The duplicate node has no parent (
Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeAttrNS, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeElementNS, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Gets a
Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Gets a
If there are no children, this is a Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Gets the first child of this node.
If there is no such node, this returns Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Get the node's index. Valid only if the owner document reports that the document is node-order indexed.
Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Get the number of live instances.
|
|
Gets the last child of this node.
If there is no such node, this returns Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
File an array with pointers to all of the live instances. This function is only available if XALAN_NODE_SPECIAL_DEBUG is defined. Otherwise this function does nothing.
|
|
Returns the local part of the qualified name of this node.
For nodes created with a DOM Level 1 method, such as Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeAttrNS, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeElementNS, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Get the namespace URI of this node, or
This is not a computed value that is the result of a namespace lookup based on an examination of the namespace declarations in scope. It is merely the namespace URI given at creation time.
For nodes of any type other than Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeAttrNS, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeElementNS, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Gets the node immediately following this node.
If there is no such node, this returns Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
An enum value representing the type of the underlying object.
Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Gets the value of this node, depending on its type.
Reimplemented in ElemTemplateElement, ElemTextLiteral, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Gets the
This is also the Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Gets the parent of this node.
All nodes, except Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Get the namespace prefix of this node, or
Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeAttrNS, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeElementNS, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Gets the node immediately preceding this node.
If there is no such node, this returns Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
This is a convenience method to allow easy determination of whether a node has any children.
Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Inserts the node
If
Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Determine if the document is node-order indexed.
Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Puts all This can be used to ensure that the DOM view of a document is the same as if it were saved and re-loaded, and is useful when operations (such as XPointer lookups) that depend on a particular document tree structure are to be used.
Note: In cases where the document contains Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
|
|
|
|
Removes the child node indicated by
Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Replaces the child node
If
If the
Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Sets the value of the node. Any node which can have a nodeValue (
Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Set the namespace prefix of this node.
Note that setting this attribute, when permitted, changes the
Note also that changing the prefix of an attribute, that is known to have a default value, does not make a new attribute with the default value and the original prefix appear, since the
Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
|
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
Reimplemented in ElemTemplateElement, NodeRefListResultTreeFragProxy, ResultTreeFrag, ResultTreeFragBase, Stylesheet, XNodeSetResultTreeFragProxy, XalanAttr, XalanCDATASection, XalanCharacterData, XalanComment, XalanDocument, XalanDocumentFragment, XalanDocumentType, XalanElement, XalanEntity, XalanEntityReference, XalanNotation, XalanProcessingInstruction, XalanSourceTreeAttr, XalanSourceTreeComment, XalanSourceTreeDocument, XalanSourceTreeElement, XalanSourceTreeProcessingInstruction, XalanSourceTreeText, XalanText, XercesAttrBridge, XercesCDATASectionBridge, XercesCommentBridge, XercesDocumentBridge, XercesDocumentFragmentBridge, XercesDocumentTypeBridge, XercesElementBridge, XercesEntityBridge, XercesEntityReferenceBridge, XercesNotationBridge, XercesProcessingInstructionBridge, and XercesTextBridge. |
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSL Transformer Version 1.1 |
|