#include <XalanSourceTreeComment.hpp>
Inherits XalanComment.
Definition at line 47 of file XalanSourceTreeComment.hpp.
XalanSourceTreeComment::XalanSourceTreeComment | ( | const XalanDOMString & | theData, | |
XalanSourceTreeDocument * | theOwnerDocument, | |||
XalanNode * | theParentNode = 0 , |
|||
XalanNode * | thePreviousSibling = 0 , |
|||
XalanNode * | theNextSibling = 0 , |
|||
IndexType | theIndex = 0 | |||
) |
Constructor.
theData | The text data of the node. | |
theOwnerDocument | The owner document of the comment node. | |
theParentNode | The parent node, if any. | |
thePreviousSibling | The previous sibling, if any. | |
theNextSibling | The next sibling, if any. | |
theIndex | The document-order index of the node. |
virtual XalanSourceTreeComment::~XalanSourceTreeComment | ( | ) | [virtual] |
void XalanSourceTreeComment::appendSiblingNode | ( | XalanSourceTreeComment * | theSibling | ) |
void XalanSourceTreeComment::appendSiblingNode | ( | XalanSourceTreeElement * | theSibling | ) |
void XalanSourceTreeComment::appendSiblingNode | ( | XalanSourceTreeProcessingInstruction * | theSibling | ) |
void XalanSourceTreeComment::appendSiblingNode | ( | XalanSourceTreeText * | theSibling | ) |
virtual const XalanNamedNodeMap* XalanSourceTreeComment::getAttributes | ( | ) | const [virtual] |
Gets a XalanNamedNodeMap containing the attributes of this node (if it is an XalanElement) or a null pointer otherwise.
Implements XalanComment.
virtual const XalanNodeList* XalanSourceTreeComment::getChildNodes | ( | ) | const [virtual] |
Gets a XalanNodeList that contains all children of this node.
If there are no children, this is a XalanNodeList containing no nodes.
Implements XalanComment.
virtual const XalanDOMString& XalanSourceTreeComment::getData | ( | ) | const [virtual] |
Returns the character data of the node that implements this interface.
Implements XalanComment.
virtual XalanNode* XalanSourceTreeComment::getFirstChild | ( | ) | const [virtual] |
Gets the first child of this node.
If there is no such node, this returns a null pointer.
Implements XalanComment.
virtual IndexType XalanSourceTreeComment::getIndex | ( | ) | const [virtual] |
Get the node's index.
Valid only if the owner document reports that the document is node-order indexed.
Implements XalanComment.
virtual XalanNode* XalanSourceTreeComment::getLastChild | ( | ) | const [virtual] |
Gets the last child of this node.
If there is no such node, this returns a null pointer.
Implements XalanComment.
virtual const XalanDOMString& XalanSourceTreeComment::getLocalName | ( | ) | const [virtual] |
Returns the local part of the qualified name of this node.
Implements XalanComment.
virtual const XalanDOMString& XalanSourceTreeComment::getNamespaceURI | ( | ) | const [virtual] |
Get the namespace URI of this node.
Implements XalanComment.
virtual XalanNode* XalanSourceTreeComment::getNextSibling | ( | ) | const [virtual] |
Gets the node immediately following this node.
If there is no such node, this returns a null pointer.
Implements XalanComment.
virtual const XalanDOMString& XalanSourceTreeComment::getNodeName | ( | ) | const [virtual] |
Gets the name of this node, depending on its type.
Implements XalanComment.
virtual NodeType XalanSourceTreeComment::getNodeType | ( | ) | const [virtual] |
An enum value representing the type of the underlying object.
Implements XalanComment.
virtual const XalanDOMString& XalanSourceTreeComment::getNodeValue | ( | ) | const [virtual] |
Gets the value of this node, depending on its type.
Implements XalanComment.
virtual XalanDocument* XalanSourceTreeComment::getOwnerDocument | ( | ) | const [virtual] |
Gets the XalanDocument object associated with this node.
This may be a null pointer.
Implements XalanComment.
virtual XalanNode* XalanSourceTreeComment::getParentNode | ( | ) | const [virtual] |
Gets the parent of this node.
If there is no such node, this returns a null pointer.
Implements XalanComment.
virtual const XalanDOMString& XalanSourceTreeComment::getPrefix | ( | ) | const [virtual] |
Get the namespace prefix of this node.
Implements XalanComment.
virtual XalanNode* XalanSourceTreeComment::getPreviousSibling | ( | ) | const [virtual] |
Gets the node immediately preceding this node.
If there is no such node, this returns a null pointer.
Implements XalanComment.
static void XalanSourceTreeComment::initialize | ( | MemoryManager & | theManager | ) | [static] |
Perform static initialization.
See class XalanSourceTreeInit.
virtual bool XalanSourceTreeComment::isIndexed | ( | ) | const [virtual] |
Determine if the document is node-order indexed.
Implements XalanComment.
void XalanSourceTreeComment::setIndex | ( | IndexType | theIndex | ) | [inline] |
Definition at line 170 of file XalanSourceTreeComment.hpp.
void XalanSourceTreeComment::setParent | ( | XalanSourceTreeDocumentFragment * | theParent | ) |
void XalanSourceTreeComment::setParent | ( | XalanSourceTreeElement * | theParent | ) |
void XalanSourceTreeComment::setPreviousSibling | ( | XalanSourceTreeText * | thePreviousSibling | ) |
void XalanSourceTreeComment::setPreviousSibling | ( | XalanSourceTreeElement * | thePreviousSibling | ) |
void XalanSourceTreeComment::setPreviousSibling | ( | XalanSourceTreeProcessingInstruction * | thePreviousSibling | ) |
void XalanSourceTreeComment::setPreviousSibling | ( | XalanSourceTreeComment * | thePreviousSibling | ) |
static void XalanSourceTreeComment::terminate | ( | ) | [static] |
Perform static shut down.
See class XalanSourceTreeInit.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|