Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Inkscape::IO::XsltStyleSheet Class Reference

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
 

Detailed Description

This is a container for reusing a loaded stylesheet.

Definition at line 35 of file xsltstream.h.

Constructor & Destructor Documentation

◆ XsltStyleSheet() [1/2]

Inkscape::IO::XsltStyleSheet::XsltStyleSheet ( InputStream source)

Constructor with loading.

Definition at line 33 of file xsltstream.cpp.

References read().

◆ XsltStyleSheet() [2/2]

Inkscape::IO::XsltStyleSheet::XsltStyleSheet ( )

Simple constructor, no loading.

Definition at line 45 of file xsltstream.cpp.

◆ ~XsltStyleSheet()

Inkscape::IO::XsltStyleSheet::~XsltStyleSheet ( )
virtual

Destructor.

Definition at line 73 of file xsltstream.cpp.

References stylesheet.

Member Function Documentation

◆ read()

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().

Member Data Documentation

◆ stylesheet

xsltStylesheetPtr Inkscape::IO::XsltStyleSheet::stylesheet

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