libcroco-0.6 - CSS Toolkit for GNOME
Please see following description for synopsis
libcroco-0.6(3lib) Interface Libraries libcroco-0.6(3lib)
NAME
libcroco-0.6 - CSS Toolkit for GNOME
DESCRIPTION
The libcroco-0.6 library provides a generic Cascading Style Sheet (CSS)
parsing and manipulation toolkit that can be used by GNOME applications
in need of CSS support. libcroco-0.6 includes the following:
o A parser module that provides:
o A SAC like api. SAC stands for Simple Api for CSS. SAC is an
event driven API which resembles SAX in the xml world.
o A CSSOM like API. CSSOM stands for Cascading Style Sheet
Object Model.
o libcroco-0.6 implements the CSS Level 2 specification, the
CSS forward compatibility rules and the CSS cascading rules.
o A CSS2 selection engine
Given an XML element node and a stylesheet cascade, the
libcroco-0.6 selection engine can evaluate the CSS selectors of
the cascade and return the style properties associated to the XML
element node.
o An XML/CSS layout/rendering engine
libcroco-0.6 has a rendering engine that provides a widget that
knows how to render an XML document by interpreting the style
information present in an associated style sheet.
FILES
The following files are provided by this library:
/usr/lib/libcroco-0.6.so
libcroco-0.6 32-bit shared library.
/usr/lib/64/libcroco-0.6.so
libcroco-0.6 64-bit shared library.
/usr/lib/pkgconfig/libcroco-0.6.pc
pkg-config(1) file for 32-bit shared library
/usr/lib/64/pkgconfig/libcroco-0.6&.pc
pkg-config(1) file for 64-bit shared library
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+-----------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-----------------------+
|Availability | library/libcroco |
+---------------+-----------------------+
|Stability | Pass-through volatile |
+---------------+-----------------------+
SEE ALSO
csslint-0.6(1), croco-0.6-config(1), pkg-config(1), attributes(7)
NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2009.
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from https://down-
load.gnome.org/sources/libcroco/0.6/libcroco-0.6.13.tar.xz.
Further information about this software can be found on the open source
community website at https://wiki.gnome.org/Projects/Libcroco.
Solaris 11.4 7 Apr 2017 libcroco-0.6(3lib)