Source: libcobra-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: cdbs, debhelper (>= 5) Build-Depends-Indep: ant, rhino, libxalan2-java, default-jdk Standards-Version: 3.9.4 Homepage: http://lobobrowser.org/cobra.jsp Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcobra-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcobra-java Package: libcobra-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: Java HTML Renderer & Parser Cobra is a pure Java HTML renderer and DOM parser that is being developed to support HTML 4, Javascript and CSS 2. . Cobra can be used as a Javascript-aware and CSS-aware HTML DOM parser, independently of the Cobra rendering engine. Javascript DOM modifications that occur during parsing (e.g. via document.write) will be reflected in the parsed DOM, unless Javascript is disabled. Likewise, DOM element implementations have a getStyle method that can be called to obtain the styling properties of an element.