src/xmlpatterns/api/qxmlschemavalidator.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    68   The following example shows how to load a XML Schema from a local
    68   The following example shows how to load a XML Schema from a local
    69   file, check whether it is a valid schema document and use it for validation
    69   file, check whether it is a valid schema document and use it for validation
    70   of an XML instance document:
    70   of an XML instance document:
    71 
    71 
    72   \snippet doc/src/snippets/qxmlschemavalidator/main.cpp 3
    72   \snippet doc/src/snippets/qxmlschemavalidator/main.cpp 3
       
    73 
       
    74   \section1 XML Schema Version
       
    75 
       
    76   This class implements schema validation according to the \l{XML Schema} 1.0
       
    77   specification.
    73 
    78 
    74   \sa QXmlSchema, {xmlpatterns/schema}{XML Schema Validation Example}
    79   \sa QXmlSchema, {xmlpatterns/schema}{XML Schema Validation Example}
    75 */
    80 */
    76 
    81 
    77 /*!
    82 /*!