File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / py-axl / doc / dtd.rst
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Feb 17 12:50:03 2012 UTC (12 years, 7 months ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_7
version 0.6.7

:mod:`axl.Dtd` --- 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>