#include <xalanc/XalanSourceTree/XalanSourceTreeHelper.hpp>
|
static XalanNode * | getLastSibling (XalanNode *theNode) |
|
static void | appendSibling (XalanSourceTreeDocument *theDocument, XalanNode *&theNextSiblingSlot, XalanNode *theNewSibling) |
|
static void | appendSibling (XalanSourceTreeComment *theNode, XalanNode *&theNextSiblingSlot, XalanNode *theNewSibling) |
|
static void | appendSibling (XalanSourceTreeElement *theNode, XalanNode *&theNextSiblingSlot, XalanNode *theNewSibling) |
|
static void | appendSibling (XalanSourceTreeProcessingInstruction *theNode, XalanNode *&theNextSiblingSlot, XalanNode *theNewSibling) |
|
static void | appendSibling (XalanSourceTreeText *theNode, XalanNode *&theNextSiblingSlot, XalanNode *theNewSibling) |
|
static void | appendSibling (XalanNode *theLastSibling, XalanSourceTreeComment *theNewLastSibling) |
|
static void | appendSibling (XalanNode *theLastSibling, XalanSourceTreeElement *theNewLastSibling) |
|
static void | appendSibling (XalanNode *theLastSibling, XalanSourceTreeProcessingInstruction *theNewLastSibling) |
|
static void | appendSibling (XalanNode *theLastSibling, XalanSourceTreeText *theNewLastSibling) |
|
static void | appendSiblingToChild (XalanSourceTreeElement *theOwnerElement, XalanNode *&theFirstChildSlot, XalanSourceTreeComment *theNewSibling) |
|
static void | appendSiblingToChild (XalanSourceTreeElement *theOwnerElement, XalanNode *&theFirstChildSlot, XalanSourceTreeElement *theNewSibling) |
|
static void | appendSiblingToChild (XalanSourceTreeElement *theOwnerElement, XalanNode *&theFirstChildSlot, XalanSourceTreeProcessingInstruction *theNewSibling) |
|
static void | appendSiblingToChild (XalanSourceTreeElement *theOwnerElement, XalanNode *&theFirstChildSlot, XalanSourceTreeText *theNewSibling) |
|
static void | appendSiblingToChild (XalanSourceTreeDocumentFragment *theOwnerDocumentFragment, XalanNode *&theFirstChildSlot, XalanSourceTreeComment *theNewSibling) |
|
static void | appendSiblingToChild (XalanSourceTreeDocumentFragment *theOwnerDocumentFragment, XalanNode *&theFirstChildSlot, XalanSourceTreeElement *theNewSibling) |
|
static void | appendSiblingToChild (XalanSourceTreeDocumentFragment *theOwnerDocumentFragment, XalanNode *&theFirstChildSlot, XalanSourceTreeProcessingInstruction *theNewSibling) |
|
static void | appendSiblingToChild (XalanSourceTreeDocumentFragment *theOwnerDocumentFragment, XalanNode *&theFirstChildSlot, XalanSourceTreeText *theNewSibling) |
|
Definition at line 45 of file XalanSourceTreeHelper.hpp.
◆ appendSibling() [1/9]
◆ appendSibling() [2/9]
◆ appendSibling() [3/9]
◆ appendSibling() [4/9]
◆ appendSibling() [5/9]
◆ appendSibling() [6/9]
◆ appendSibling() [7/9]
◆ appendSibling() [8/9]
◆ appendSibling() [9/9]
◆ appendSiblingToChild() [1/8]
◆ appendSiblingToChild() [2/8]
◆ appendSiblingToChild() [3/8]
◆ appendSiblingToChild() [4/8]
◆ appendSiblingToChild() [5/8]
◆ appendSiblingToChild() [6/8]
◆ appendSiblingToChild() [7/8]
◆ appendSiblingToChild() [8/8]
◆ getLastSibling()
The documentation for this class was generated from the following file: