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, 4 months ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_7
version 0.6.7

    1: :mod:`axl.Dtd` --- PyAxlDtd class: DTD support
    2: ==============================================
    3: 
    4: .. currentmodule:: axl
    5: 
    6: 
    7: =====
    8: Intro
    9: =====
   10: 
   11: API documentation for axl.Dtd object representing a DTD document
   12: instance.
   13: 
   14: ==========
   15: Module API
   16: ==========
   17: 
   18: .. class:: Dtd
   19: 
   20:    .. method:: validate (doc)
   21:    
   22:       Allows to validate the document with the DTD instance.
   23: 
   24:       :param doc: the document to validate
   25:       :type  doc: :class:`axl.Doc`
   26: 
   27:       :rtype: Returns (True/False) according to validation status.
   28: 

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