File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / py-axl / doc / dtd.rst
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 07:09:12 2011 UTC (13 years, 2 months ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_1
3th party - XML

:mod:`axl` --- PyAxlDtd class: DTD support
===========================================

.. currentmodule:: axl


=====
Intro
=====

API documentation for axl.Dtd object representing a DTD document
instance.

==========
Module API
==========

.. class:: Dtd

   .. method:: validate (doc)
   
      Allows to validate the document with the DTD instance.

      :param doc: the document to validate
      :type  doc: :class:`axl.Doc`

      :rtype: Returns (True/False) according to validation status.


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>