Inkscape
Vector Graphics Editor
|
This is a container for reusing a loaded stylesheet. More...
#include <xsltstream.h>
Public Member Functions | |
XsltStyleSheet (InputStream &source) | |
Constructor with loading. | |
XsltStyleSheet () | |
Simple constructor, no loading. | |
bool | read (InputStream &source) |
Loader. | |
virtual | ~XsltStyleSheet () |
Destructor. | |
Public Attributes | |
xsltStylesheetPtr | stylesheet |
This is a container for reusing a loaded stylesheet.
Definition at line 35 of file xsltstream.h.
Inkscape::IO::XsltStyleSheet::XsltStyleSheet | ( | InputStream & | source | ) |
Inkscape::IO::XsltStyleSheet::XsltStyleSheet | ( | ) |
Simple constructor, no loading.
Definition at line 45 of file xsltstream.cpp.
|
virtual |
bool Inkscape::IO::XsltStyleSheet::read | ( | InputStream & | source | ) |
Loader.
Definition at line 55 of file xsltstream.cpp.
References Inkscape::IO::StringOutputStream::getString(), Inkscape::IO::pipeStream(), and stylesheet.
Referenced by XsltStyleSheet().
xsltStylesheetPtr Inkscape::IO::XsltStyleSheet::stylesheet |
Definition at line 60 of file xsltstream.h.
Referenced by Inkscape::IO::XsltOutputStream::flush(), read(), Inkscape::IO::XsltInputStream::XsltInputStream(), and ~XsltStyleSheet().