Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Static Public Member Functions | List of all members
XalanSourceTreeHelper Class Reference

#include <XalanSourceTreeHelper.hpp>

Static Public Member Functions

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)
 

Detailed Description

Definition at line 45 of file XalanSourceTreeHelper.hpp.

Member Function Documentation

◆ appendSibling() [1/9]

static void XalanSourceTreeHelper::appendSibling ( XalanSourceTreeDocument *  theDocument,
XalanNode *&  theNextSiblingSlot,
XalanNode *  theNewSibling 
)
static

◆ appendSibling() [2/9]

static void XalanSourceTreeHelper::appendSibling ( XalanSourceTreeComment *  theNode,
XalanNode *&  theNextSiblingSlot,
XalanNode *  theNewSibling 
)
static

◆ appendSibling() [3/9]

static void XalanSourceTreeHelper::appendSibling ( XalanSourceTreeElement *  theNode,
XalanNode *&  theNextSiblingSlot,
XalanNode *  theNewSibling 
)
static

◆ appendSibling() [4/9]

static void XalanSourceTreeHelper::appendSibling ( XalanSourceTreeProcessingInstruction *  theNode,
XalanNode *&  theNextSiblingSlot,
XalanNode *  theNewSibling 
)
static

◆ appendSibling() [5/9]

static void XalanSourceTreeHelper::appendSibling ( XalanSourceTreeText *  theNode,
XalanNode *&  theNextSiblingSlot,
XalanNode *  theNewSibling 
)
static

◆ appendSibling() [6/9]

static void XalanSourceTreeHelper::appendSibling ( XalanNode *  theLastSibling,
XalanSourceTreeComment *  theNewLastSibling 
)
static

◆ appendSibling() [7/9]

static void XalanSourceTreeHelper::appendSibling ( XalanNode *  theLastSibling,
XalanSourceTreeElement *  theNewLastSibling 
)
static

◆ appendSibling() [8/9]

static void XalanSourceTreeHelper::appendSibling ( XalanNode *  theLastSibling,
XalanSourceTreeProcessingInstruction *  theNewLastSibling 
)
static

◆ appendSibling() [9/9]

static void XalanSourceTreeHelper::appendSibling ( XalanNode *  theLastSibling,
XalanSourceTreeText *  theNewLastSibling 
)
static

◆ appendSiblingToChild() [1/8]

static void XalanSourceTreeHelper::appendSiblingToChild ( XalanSourceTreeElement *  theOwnerElement,
XalanNode *&  theFirstChildSlot,
XalanSourceTreeComment *  theNewSibling 
)
static

◆ appendSiblingToChild() [2/8]

static void XalanSourceTreeHelper::appendSiblingToChild ( XalanSourceTreeElement *  theOwnerElement,
XalanNode *&  theFirstChildSlot,
XalanSourceTreeElement *  theNewSibling 
)
static

◆ appendSiblingToChild() [3/8]

static void XalanSourceTreeHelper::appendSiblingToChild ( XalanSourceTreeElement *  theOwnerElement,
XalanNode *&  theFirstChildSlot,
XalanSourceTreeProcessingInstruction *  theNewSibling 
)
static

◆ appendSiblingToChild() [4/8]

static void XalanSourceTreeHelper::appendSiblingToChild ( XalanSourceTreeElement *  theOwnerElement,
XalanNode *&  theFirstChildSlot,
XalanSourceTreeText *  theNewSibling 
)
static

◆ appendSiblingToChild() [5/8]

static void XalanSourceTreeHelper::appendSiblingToChild ( XalanSourceTreeDocumentFragment *  theOwnerDocumentFragment,
XalanNode *&  theFirstChildSlot,
XalanSourceTreeComment *  theNewSibling 
)
static

◆ appendSiblingToChild() [6/8]

static void XalanSourceTreeHelper::appendSiblingToChild ( XalanSourceTreeDocumentFragment *  theOwnerDocumentFragment,
XalanNode *&  theFirstChildSlot,
XalanSourceTreeElement *  theNewSibling 
)
static

◆ appendSiblingToChild() [7/8]

static void XalanSourceTreeHelper::appendSiblingToChild ( XalanSourceTreeDocumentFragment *  theOwnerDocumentFragment,
XalanNode *&  theFirstChildSlot,
XalanSourceTreeProcessingInstruction *  theNewSibling 
)
static

◆ appendSiblingToChild() [8/8]

static void XalanSourceTreeHelper::appendSiblingToChild ( XalanSourceTreeDocumentFragment *  theOwnerDocumentFragment,
XalanNode *&  theFirstChildSlot,
XalanSourceTreeText *  theNewSibling 
)
static

◆ getLastSibling()

static XalanNode* XalanSourceTreeHelper::getLastSibling ( XalanNode *  theNode)
static

The documentation for this class was generated from the following file:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo