Annotation of gpl/axl/py-axl/doc/dtd.rst, revision 1.1
1.1 ! misho 1: :mod:`axl` --- 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>