#include <XalanSourceTreeDocumentFragment.hpp>
Inherits XalanDocumentFragment.
Definition at line 51 of file XalanSourceTreeDocumentFragment.hpp.
XalanSourceTreeDocumentFragment::XalanSourceTreeDocumentFragment | ( | MemoryManager & | theManager, | |
XalanSourceTreeDocument & | theOwnerDocument | |||
) |
virtual XalanSourceTreeDocumentFragment::~XalanSourceTreeDocumentFragment | ( | ) | [virtual] |
void XalanSourceTreeDocumentFragment::appendChildNode | ( | XalanSourceTreeComment * | theChild | ) |
void XalanSourceTreeDocumentFragment::appendChildNode | ( | XalanSourceTreeElement * | theChild | ) |
void XalanSourceTreeDocumentFragment::appendChildNode | ( | XalanSourceTreeProcessingInstruction * | theChild | ) |
void XalanSourceTreeDocumentFragment::appendChildNode | ( | XalanSourceTreeText * | theChild | ) |
void XalanSourceTreeDocumentFragment::clearChildren | ( | ) |
virtual const XalanNamedNodeMap* XalanSourceTreeDocumentFragment::getAttributes | ( | ) | const [virtual] |
Gets a XalanNamedNodeMap containing the attributes of this node (if it is an XalanElement) or a null pointer otherwise.
Implements XalanDocumentFragment.
virtual const XalanNodeList* XalanSourceTreeDocumentFragment::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 XalanDocumentFragment.
virtual XalanNode* XalanSourceTreeDocumentFragment::getFirstChild | ( | ) | const [virtual] |
Gets the first child of this node.
If there is no such node, this returns a null pointer.
Implements XalanDocumentFragment.
virtual IndexType XalanSourceTreeDocumentFragment::getIndex | ( | ) | const [virtual] |
Get the node's index.
Valid only if the owner document reports that the document is node-order indexed.
Implements XalanDocumentFragment.
virtual XalanNode* XalanSourceTreeDocumentFragment::getLastChild | ( | ) | const [virtual] |
Gets the last child of this node.
If there is no such node, this returns a null pointer.
Implements XalanDocumentFragment.
virtual const XalanDOMString& XalanSourceTreeDocumentFragment::getLocalName | ( | ) | const [virtual] |
Returns the local part of the qualified name of this node.
Implements XalanDocumentFragment.
virtual const XalanDOMString& XalanSourceTreeDocumentFragment::getNamespaceURI | ( | ) | const [virtual] |
Get the namespace URI of this node.
Implements XalanDocumentFragment.
virtual XalanNode* XalanSourceTreeDocumentFragment::getNextSibling | ( | ) | const [virtual] |
Gets the node immediately following this node.
If there is no such node, this returns a null pointer.
Implements XalanDocumentFragment.
virtual const XalanDOMString& XalanSourceTreeDocumentFragment::getNodeName | ( | ) | const [virtual] |
Gets the name of this node, depending on its type.
Implements XalanDocumentFragment.
virtual NodeType XalanSourceTreeDocumentFragment::getNodeType | ( | ) | const [virtual] |
An enum value representing the type of the underlying object.
Implements XalanDocumentFragment.
virtual const XalanDOMString& XalanSourceTreeDocumentFragment::getNodeValue | ( | ) | const [virtual] |
Gets the value of this node, depending on its type.
Implements XalanDocumentFragment.
virtual XalanSourceTreeDocument* XalanSourceTreeDocumentFragment::getOwnerDocument | ( | ) | const [virtual] |
Gets the XalanDocument object associated with this node.
This may be a null pointer.
Implements XalanDocumentFragment.
virtual XalanNode* XalanSourceTreeDocumentFragment::getParentNode | ( | ) | const [virtual] |
Gets the parent of this node.
If there is no such node, this returns a null pointer.
Implements XalanDocumentFragment.
virtual const XalanDOMString& XalanSourceTreeDocumentFragment::getPrefix | ( | ) | const [virtual] |
Get the namespace prefix of this node.
Implements XalanDocumentFragment.
virtual XalanNode* XalanSourceTreeDocumentFragment::getPreviousSibling | ( | ) | const [virtual] |
Gets the node immediately preceding this node.
If there is no such node, this returns a null pointer.
Implements XalanDocumentFragment.
virtual bool XalanSourceTreeDocumentFragment::isIndexed | ( | ) | const [virtual] |
Determine if the document is node-order indexed.
Implements XalanDocumentFragment.
XalanSourceTreeDocumentFragment& XalanSourceTreeDocumentFragment::operator= | ( | const XalanSourceTreeDocumentFragment & | theSource | ) | [protected] |
bool XalanSourceTreeDocumentFragment::operator== | ( | const XalanSourceTreeDocumentFragment & | theRHS | ) | const [protected] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|