XSpan::XSpan | ( | BorrowReturnMutableNodeRefList & | value, | |
MemoryManagerType & | theManager | |||
) |
Construct an XSpan object from a node list.
value | source node list. The instance will adopt the value instance. |
XSpan::XSpan | ( | const XSpan & | source, | |
MemoryManagerType & | theManager | |||
) |
virtual XSpan::~XSpan | ( | ) | [virtual] |
virtual int XSpan::getStart | ( | ) | const [virtual] |
Get the start span offset from the first node, or -1 if offset isn't set.
virtual void XSpan::setStart | ( | int | start | ) | [virtual] |
Set the start span offset from the first node, or pass -1 if offset isn't set.
start | starting offset |
virtual int XSpan::getEnd | ( | ) | const [virtual] |
Get the end span offset from start of the last node, or -1 if offset isn't set.
virtual void XSpan::setEnd | ( | int | end | ) | [virtual] |
Set the end span offset from start of the last node, or -1 if offset isn't set.
end | ending offset |
virtual void XSpan::setSpan | ( | int | firstNodeOffset, | |
int | lastNodeOffset | |||
) | [virtual] |
Set the range of the span, based on offsets from the first node and offsets from the last node.
firstNodeOffset | offset of first node | |
lastNodeOffset | offset of last node |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|