Back to Turicreate

valid: The DTD validation

deps/src/libxml2-2.9.1/doc/devhelp/libxml2-valid.html

6.4.154.6 KB
Original Source

| | | | | libxml2 Reference Manual |

valid

valid - The DTD validation

API for the DTD handling and the validity checking

Author(s): Daniel Veillard

Synopsis

#define[XML\_CTXT\_FINISH\_DTD\_0](#XML_CTXT_FINISH_DTD_0);
#define[XML\_CTXT\_FINISH\_DTD\_1](#XML_CTXT_FINISH_DTD_1);
typedef struct _xmlHashTable[xmlElementTable](#xmlElementTable);
typedef[xmlValidState](libxml2-valid.html#xmlValidState)*[xmlValidStatePtr](#xmlValidStatePtr);
typedef[xmlIDTable](libxml2-valid.html#xmlIDTable)*[xmlIDTablePtr](#xmlIDTablePtr);
typedef[xmlNotationTable](libxml2-valid.html#xmlNotationTable)*[xmlNotationTablePtr](#xmlNotationTablePtr);
typedef struct _xmlValidCtxt[xmlValidCtxt](#xmlValidCtxt);
typedef[xmlElementTable](libxml2-valid.html#xmlElementTable)*[xmlElementTablePtr](#xmlElementTablePtr);
typedef[xmlRefTable](libxml2-valid.html#xmlRefTable)*[xmlRefTablePtr](#xmlRefTablePtr);
typedef struct _xmlHashTable[xmlNotationTable](#xmlNotationTable);
typedef struct _xmlHashTable[xmlRefTable](#xmlRefTable);
typedef struct _xmlValidState[xmlValidState](#xmlValidState);
typedef struct _xmlHashTable[xmlAttributeTable](#xmlAttributeTable);
typedef[xmlAttributeTable](libxml2-valid.html#xmlAttributeTable)*[xmlAttributeTablePtr](#xmlAttributeTablePtr);
typedef struct _xmlHashTable[xmlIDTable](#xmlIDTable);
typedef[xmlValidCtxt](libxml2-valid.html#xmlValidCtxt)*[xmlValidCtxtPtr](#xmlValidCtxtPtr);
void[xmlFreeNotationTable](#xmlFreeNotationTable)([xmlNotationTablePtr](libxml2-valid.html#xmlNotationTablePtr)table);
int[xmlValidateNameValue](#xmlValidateNameValue)(const[xmlChar](libxml2-xmlstring.html#xmlChar)* value);
void[xmlSnprintfElementContent](#xmlSnprintfElementContent)(char * buf,
int size,
[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)content,
int englob);[xmlRefPtr](libxml2-tree.html#xmlRefPtr)[xmlAddRef](#xmlAddRef)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* value,
[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)attr);
void[xmlDumpAttributeDecl](#xmlDumpAttributeDecl)([xmlBufferPtr](libxml2-tree.html#xmlBufferPtr)buf,
[xmlAttributePtr](libxml2-tree.html#xmlAttributePtr)attr);
int[xmlValidateDocumentFinal](#xmlValidateDocumentFinal)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc);
int[xmlValidateDtdFinal](#xmlValidateDtdFinal)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc);
void[xmlDumpAttributeTable](#xmlDumpAttributeTable)([xmlBufferPtr](libxml2-tree.html#xmlBufferPtr)buf,
[xmlAttributeTablePtr](libxml2-valid.html#xmlAttributeTablePtr)table);[xmlEnumerationPtr](libxml2-tree.html#xmlEnumerationPtr)[xmlCreateEnumeration](#xmlCreateEnumeration)(const[xmlChar](libxml2-xmlstring.html#xmlChar)* name);
int[xmlValidateOneAttribute](#xmlValidateOneAttribute)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)attr,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* value);
int[xmlValidGetValidElements](#xmlValidGetValidElements)([xmlNode](libxml2-tree.html#xmlNode)* prev,
[xmlNode](libxml2-tree.html#xmlNode)* next,
const[xmlChar](libxml2-xmlstring.html#xmlChar)** names,
int max);
int[xmlIsMixedElement](#xmlIsMixedElement)([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name);
void[xmlDumpNotationDecl](#xmlDumpNotationDecl)([xmlBufferPtr](libxml2-tree.html#xmlBufferPtr)buf,
[xmlNotationPtr](libxml2-tree.html#xmlNotationPtr)nota);
int[xmlIsID](#xmlIsID)([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)attr);[xmlAttributePtr](libxml2-tree.html#xmlAttributePtr)[xmlGetDtdQAttrDesc](#xmlGetDtdQAttrDesc)([xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* prefix);[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)[xmlNewDocElementContent](#xmlNewDocElementContent)([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
[xmlElementContentType](libxml2-tree.html#xmlElementContentType)type);
void[xmlFreeAttributeTable](#xmlFreeAttributeTable)([xmlAttributeTablePtr](libxml2-valid.html#xmlAttributeTablePtr)table);
typedef void[xmlValidityErrorFunc](#xmlValidityErrorFunc)(void * ctx,
const char * msg,
... ...);
int[xmlValidateAttributeDecl](#xmlValidateAttributeDecl)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlAttributePtr](libxml2-tree.html#xmlAttributePtr)attr);[xmlElementPtr](libxml2-tree.html#xmlElementPtr)[xmlGetDtdQElementDesc](#xmlGetDtdQElementDesc)([xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* prefix);[xmlNotationTablePtr](libxml2-valid.html#xmlNotationTablePtr)[xmlCopyNotationTable](#xmlCopyNotationTable)([xmlNotationTablePtr](libxml2-valid.html#xmlNotationTablePtr)table);
int[xmlValidateDocument](#xmlValidateDocument)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc);
int[xmlValidGetPotentialChildren](#xmlValidGetPotentialChildren)([xmlElementContent](libxml2-tree.html#xmlElementContent)* ctree,
const[xmlChar](libxml2-xmlstring.html#xmlChar)** names,
int * len,
int max);[xmlNotationPtr](libxml2-tree.html#xmlNotationPtr)[xmlAddNotationDecl](#xmlAddNotationDecl)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* PublicID,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* SystemID);
int[xmlValidateElementDecl](#xmlValidateElementDecl)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlElementPtr](libxml2-tree.html#xmlElementPtr)elem);[xmlAttributePtr](libxml2-tree.html#xmlAttributePtr)[xmlAddAttributeDecl](#xmlAddAttributeDecl)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* ns,
[xmlAttributeType](libxml2-tree.html#xmlAttributeType)type,
[xmlAttributeDefault](libxml2-tree.html#xmlAttributeDefault)def,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* defaultValue,
[xmlEnumerationPtr](libxml2-tree.html#xmlEnumerationPtr)tree);[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)[xmlGetID](#xmlGetID)([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* ID);[xmlElementTablePtr](libxml2-valid.html#xmlElementTablePtr)[xmlCopyElementTable](#xmlCopyElementTable)([xmlElementTablePtr](libxml2-valid.html#xmlElementTablePtr)table);[xmlListPtr](libxml2-list.html#xmlListPtr)[xmlGetRefs](#xmlGetRefs)([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* ID);
void[xmlSprintfElementContent](#xmlSprintfElementContent)(char * buf,
[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)content,
int englob);
int[xmlValidateOneElement](#xmlValidateOneElement)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem);
int[xmlValidateNmtokenValue](#xmlValidateNmtokenValue)(const[xmlChar](libxml2-xmlstring.html#xmlChar)* value);
void[xmlDumpElementTable](#xmlDumpElementTable)([xmlBufferPtr](libxml2-tree.html#xmlBufferPtr)buf,
[xmlElementTablePtr](libxml2-valid.html#xmlElementTablePtr)table);[xmlChar](libxml2-xmlstring.html#xmlChar)*[xmlValidCtxtNormalizeAttributeValue](#xmlValidCtxtNormalizeAttributeValue)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* value);
void[xmlDumpElementDecl](#xmlDumpElementDecl)([xmlBufferPtr](libxml2-tree.html#xmlBufferPtr)buf,
[xmlElementPtr](libxml2-tree.html#xmlElementPtr)elem);
void[xmlFreeElementContent](#xmlFreeElementContent)([xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)cur);
int[xmlValidateOneNamespace](#xmlValidateOneNamespace)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* prefix,
[xmlNsPtr](libxml2-tree.html#xmlNsPtr)ns,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* value);
int[xmlValidatePushElement](#xmlValidatePushElement)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* qname);
int[xmlIsRef](#xmlIsRef)([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)attr);[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)[xmlCopyDocElementContent](#xmlCopyDocElementContent)([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)cur);[xmlIDPtr](libxml2-tree.html#xmlIDPtr)[xmlAddID](#xmlAddID)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* value,
[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)attr);
void[xmlFreeRefTable](#xmlFreeRefTable)([xmlRefTablePtr](libxml2-valid.html#xmlRefTablePtr)table);
int[xmlValidateNamesValue](#xmlValidateNamesValue)(const[xmlChar](libxml2-xmlstring.html#xmlChar)* value);
int[xmlRemoveID](#xmlRemoveID)([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)attr);
void[xmlFreeElementTable](#xmlFreeElementTable)([xmlElementTablePtr](libxml2-valid.html#xmlElementTablePtr)table);
void[xmlFreeIDTable](#xmlFreeIDTable)([xmlIDTablePtr](libxml2-valid.html#xmlIDTablePtr)table);
void[xmlFreeValidCtxt](#xmlFreeValidCtxt)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)cur);[xmlAttributeTablePtr](libxml2-valid.html#xmlAttributeTablePtr)[xmlCopyAttributeTable](#xmlCopyAttributeTable)([xmlAttributeTablePtr](libxml2-valid.html#xmlAttributeTablePtr)table);[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)[xmlCopyElementContent](#xmlCopyElementContent)([xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)cur);
int[xmlValidateAttributeValue](#xmlValidateAttributeValue)([xmlAttributeType](libxml2-tree.html#xmlAttributeType)type,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* value);
int[xmlRemoveRef](#xmlRemoveRef)([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)attr);
typedef void[xmlValidityWarningFunc](#xmlValidityWarningFunc)(void * ctx,
const char * msg,
... ...);
int[xmlValidatePopElement](#xmlValidatePopElement)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* qname);
void[xmlFreeEnumeration](#xmlFreeEnumeration)([xmlEnumerationPtr](libxml2-tree.html#xmlEnumerationPtr)cur);[xmlEnumerationPtr](libxml2-tree.html#xmlEnumerationPtr)[xmlCopyEnumeration](#xmlCopyEnumeration)([xmlEnumerationPtr](libxml2-tree.html#xmlEnumerationPtr)cur);[xmlAttributePtr](libxml2-tree.html#xmlAttributePtr)[xmlGetDtdAttrDesc](#xmlGetDtdAttrDesc)([xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name);
int[xmlValidateDtd](#xmlValidateDtd)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd);[xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)[xmlNewValidCtxt](#xmlNewValidCtxt)(void);
void[xmlDumpNotationTable](#xmlDumpNotationTable)([xmlBufferPtr](libxml2-tree.html#xmlBufferPtr)buf,
[xmlNotationTablePtr](libxml2-valid.html#xmlNotationTablePtr)table);[xmlElementPtr](libxml2-tree.html#xmlElementPtr)[xmlAddElementDecl](#xmlAddElementDecl)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
[xmlElementTypeVal](libxml2-tree.html#xmlElementTypeVal)type,
[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)content);[xmlChar](libxml2-xmlstring.html#xmlChar)*[xmlValidNormalizeAttributeValue](#xmlValidNormalizeAttributeValue)([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* value);
int[xmlValidBuildContentModel](#xmlValidBuildContentModel)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlElementPtr](libxml2-tree.html#xmlElementPtr)elem);
int[xmlValidateElement](#xmlValidateElement)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem);
int[xmlValidateNotationUse](#xmlValidateNotationUse)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* notationName);
int[xmlValidateRoot](#xmlValidateRoot)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc);
int[xmlValidateNotationDecl](#xmlValidateNotationDecl)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNotationPtr](libxml2-tree.html#xmlNotationPtr)nota);[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)[xmlNewElementContent](#xmlNewElementContent)(const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
[xmlElementContentType](libxml2-tree.html#xmlElementContentType)type);[xmlElementPtr](libxml2-tree.html#xmlElementPtr)[xmlGetDtdElementDesc](#xmlGetDtdElementDesc)([xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name);[xmlNotationPtr](libxml2-tree.html#xmlNotationPtr)[xmlGetDtdNotationDesc](#xmlGetDtdNotationDesc)([xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name);
int[xmlValidatePushCData](#xmlValidatePushCData)([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* data,
int len);
int[xmlValidateNmtokensValue](#xmlValidateNmtokensValue)(const[xmlChar](libxml2-xmlstring.html#xmlChar)* value);
void[xmlFreeDocElementContent](#xmlFreeDocElementContent)([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)cur);

Description

Details

Macro XML_CTXT_FINISH_DTD_0

#define[XML\_CTXT\_FINISH\_DTD\_0](#XML_CTXT_FINISH_DTD_0);

Special value for finishDtd field when embedded in an xmlParserCtxt


Macro XML_CTXT_FINISH_DTD_1

#define[XML\_CTXT\_FINISH\_DTD\_1](#XML_CTXT_FINISH_DTD_1);

Special value for finishDtd field when embedded in an xmlParserCtxt


Structure xmlAttributeTable

struct _xmlHashTable {
The content of this structure is not made public by the API.
} xmlAttributeTable;

Typedef xmlAttributeTablePtr

[xmlAttributeTable](libxml2-valid.html#xmlAttributeTable)* xmlAttributeTablePtr;

Structure xmlElementTable

struct _xmlHashTable {
The content of this structure is not made public by the API.
} xmlElementTable;

Typedef xmlElementTablePtr

[xmlElementTable](libxml2-valid.html#xmlElementTable)* xmlElementTablePtr;

Structure xmlIDTable

struct _xmlHashTable {
The content of this structure is not made public by the API.
} xmlIDTable;

Typedef xmlIDTablePtr

[xmlIDTable](libxml2-valid.html#xmlIDTable)* xmlIDTablePtr;

Structure xmlNotationTable

struct _xmlHashTable {
The content of this structure is not made public by the API.
} xmlNotationTable;

Typedef xmlNotationTablePtr

[xmlNotationTable](libxml2-valid.html#xmlNotationTable)* xmlNotationTablePtr;

Structure xmlRefTable

struct _xmlHashTable {
The content of this structure is not made public by the API.
} xmlRefTable;

Typedef xmlRefTablePtr

[xmlRefTable](libxml2-valid.html#xmlRefTable)* xmlRefTablePtr;

Structure xmlValidCtxt

struct _xmlValidCtxt {
    void *	userData	: user specific data block[xmlValidityErrorFunc](libxml2-valid.html#xmlValidityErrorFunc)error	: the callback in case of errors[xmlValidityWarningFunc](libxml2-valid.html#xmlValidityWarningFunc)warning	: the callback in case of warning Node analysis stack used when validat[xmlNodePtr](libxml2-tree.html#xmlNodePtr)node	: Current parsed Node
    int	nodeNr	: Depth of the parsing stack
    int	nodeMax	: Max depth of the parsing stack[xmlNodePtr](libxml2-tree.html#xmlNodePtr)*	nodeTab	: array of nodes
    unsigned int	finishDtd	: finished validating the Dtd ?[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc	: the document
    int	valid	: temporary validity check result state state used for non-determinist[xmlValidState](libxml2-valid.html#xmlValidState)*	vstate	: current state
    int	vstateNr	: Depth of the validation stack
    int	vstateMax	: Max depth of the validation stack[xmlValidState](libxml2-valid.html#xmlValidState)*	vstateTab	: array of validation states[xmlAutomataPtr](libxml2-xmlautomata.html#xmlAutomataPtr)am	: the automata[xmlAutomataStatePtr](libxml2-xmlautomata.html#xmlAutomataStatePtr)state	: used to build the automata
    void *	am
    void *	state
} xmlValidCtxt;

Typedef xmlValidCtxtPtr

[xmlValidCtxt](libxml2-valid.html#xmlValidCtxt)* xmlValidCtxtPtr;

Structure xmlValidState

struct _xmlValidState {
The content of this structure is not made public by the API.
} xmlValidState;

Typedef xmlValidStatePtr

[xmlValidState](libxml2-valid.html#xmlValidState)* xmlValidStatePtr;

Function type xmlValidityErrorFunc

void	xmlValidityErrorFunc (void * ctx,
const char * msg,
... ...)

Callback called when a validity error is found. This is a message oriented function similar to an *printf function.

| ctx: | usually an xmlValidCtxtPtr to a validity error context, but comes from ctxt->userData (which normally contains such a pointer); ctxt->userData can be changed by the user. | | msg: | the string to format *printf like vararg | | ...: | remaining arguments to the format |


Function type xmlValidityWarningFunc

void	xmlValidityWarningFunc (void * ctx,
const char * msg,
... ...)

Callback called when a validity warning is found. This is a message oriented function similar to an *printf function.

| ctx: | usually an xmlValidCtxtPtr to a validity error context, but comes from ctxt->userData (which normally contains such a pointer); ctxt->userData can be changed by the user. | | msg: | the string to format *printf like vararg | | ...: | remaining arguments to the format |


xmlAddAttributeDecl ()

[xmlAttributePtr](libxml2-tree.html#xmlAttributePtr)xmlAddAttributeDecl	([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* ns,
[xmlAttributeType](libxml2-tree.html#xmlAttributeType)type,
[xmlAttributeDefault](libxml2-tree.html#xmlAttributeDefault)def,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* defaultValue,
[xmlEnumerationPtr](libxml2-tree.html#xmlEnumerationPtr)tree)

Register a new attribute declaration Note that @tree becomes the ownership of the DTD

| ctxt: | the validation context | | dtd: | pointer to the DTD | | elem: | the element name | | name: | the attribute name | | ns: | the attribute namespace prefix | | type: | the attribute type | | def: | the attribute default type | | defaultValue: | the attribute default value | | tree: | if it's an enumeration, the associated list | | Returns: | NULL if not new, otherwise the attribute decl |


xmlAddElementDecl ()

[xmlElementPtr](libxml2-tree.html#xmlElementPtr)xmlAddElementDecl	([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
[xmlElementTypeVal](libxml2-tree.html#xmlElementTypeVal)type,
[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)content)

Register a new element declaration

| ctxt: | the validation context | | dtd: | pointer to the DTD | | name: | the entity name | | type: | the element type | | content: | the element content tree or NULL | | Returns: | NULL if not, otherwise the entity |


xmlAddID ()

[xmlIDPtr](libxml2-tree.html#xmlIDPtr)xmlAddID ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* value,
[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)attr)

Register a new id declaration

| ctxt: | the validation context | | doc: | pointer to the document | | value: | the value name | | attr: | the attribute holding the ID | | Returns: | NULL if not, otherwise the new xmlIDPtr |


xmlAddNotationDecl ()

[xmlNotationPtr](libxml2-tree.html#xmlNotationPtr)xmlAddNotationDecl	([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* PublicID,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* SystemID)

Register a new notation declaration

| ctxt: | the validation context | | dtd: | pointer to the DTD | | name: | the entity name | | PublicID: | the public identifier or NULL | | SystemID: | the system identifier or NULL | | Returns: | NULL if not, otherwise the entity |


xmlAddRef ()

[xmlRefPtr](libxml2-tree.html#xmlRefPtr)xmlAddRef ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* value,
[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)attr)

Register a new ref declaration

| ctxt: | the validation context | | doc: | pointer to the document | | value: | the value name | | attr: | the attribute holding the Ref | | Returns: | NULL if not, otherwise the new xmlRefPtr |


xmlCopyAttributeTable ()

[xmlAttributeTablePtr](libxml2-valid.html#xmlAttributeTablePtr)xmlCopyAttributeTable	([xmlAttributeTablePtr](libxml2-valid.html#xmlAttributeTablePtr)table)

Build a copy of an attribute table.

| table: | An attribute table | | Returns: | the new xmlAttributeTablePtr or NULL in case of error. |


xmlCopyDocElementContent ()

[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)xmlCopyDocElementContent	([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)cur)

Build a copy of an element content description.

| doc: | the document owning the element declaration | | cur: | An element content pointer. | | Returns: | the new xmlElementContentPtr or NULL in case of error. |


xmlCopyElementContent ()

[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)xmlCopyElementContent	([xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)cur)

Build a copy of an element content description. Deprecated, use xmlCopyDocElementContent instead

| cur: | An element content pointer. | | Returns: | the new xmlElementContentPtr or NULL in case of error. |


xmlCopyElementTable ()

[xmlElementTablePtr](libxml2-valid.html#xmlElementTablePtr)xmlCopyElementTable	([xmlElementTablePtr](libxml2-valid.html#xmlElementTablePtr)table)

Build a copy of an element table.

| table: | An element table | | Returns: | the new xmlElementTablePtr or NULL in case of error. |


xmlCopyEnumeration ()

[xmlEnumerationPtr](libxml2-tree.html#xmlEnumerationPtr)xmlCopyEnumeration	([xmlEnumerationPtr](libxml2-tree.html#xmlEnumerationPtr)cur)

Copy an enumeration attribute node (recursive).

| cur: | the tree to copy. | | Returns: | the xmlEnumerationPtr just created or NULL in case of error. |


xmlCopyNotationTable ()

[xmlNotationTablePtr](libxml2-valid.html#xmlNotationTablePtr)xmlCopyNotationTable	([xmlNotationTablePtr](libxml2-valid.html#xmlNotationTablePtr)table)

Build a copy of a notation table.

| table: | A notation table | | Returns: | the new xmlNotationTablePtr or NULL in case of error. |


xmlCreateEnumeration ()

[xmlEnumerationPtr](libxml2-tree.html#xmlEnumerationPtr)xmlCreateEnumeration	(const[xmlChar](libxml2-xmlstring.html#xmlChar)* name)

create and initialize an enumeration attribute node.

| name: | the enumeration name or NULL | | Returns: | the xmlEnumerationPtr just created or NULL in case of error. |


xmlDumpAttributeDecl ()

void	xmlDumpAttributeDecl ([xmlBufferPtr](libxml2-tree.html#xmlBufferPtr)buf,
[xmlAttributePtr](libxml2-tree.html#xmlAttributePtr)attr)

This will dump the content of the attribute declaration as an XML DTD definition

| buf: | the XML buffer output | | attr: | An attribute declaration |


xmlDumpAttributeTable ()

void	xmlDumpAttributeTable ([xmlBufferPtr](libxml2-tree.html#xmlBufferPtr)buf,
[xmlAttributeTablePtr](libxml2-valid.html#xmlAttributeTablePtr)table)

This will dump the content of the attribute table as an XML DTD definition

| buf: | the XML buffer output | | table: | An attribute table |


xmlDumpElementDecl ()

void	xmlDumpElementDecl ([xmlBufferPtr](libxml2-tree.html#xmlBufferPtr)buf,
[xmlElementPtr](libxml2-tree.html#xmlElementPtr)elem)

This will dump the content of the element declaration as an XML DTD definition

| buf: | the XML buffer output | | elem: | An element table |


xmlDumpElementTable ()

void	xmlDumpElementTable ([xmlBufferPtr](libxml2-tree.html#xmlBufferPtr)buf,
[xmlElementTablePtr](libxml2-valid.html#xmlElementTablePtr)table)

This will dump the content of the element table as an XML DTD definition

| buf: | the XML buffer output | | table: | An element table |


xmlDumpNotationDecl ()

void	xmlDumpNotationDecl ([xmlBufferPtr](libxml2-tree.html#xmlBufferPtr)buf,
[xmlNotationPtr](libxml2-tree.html#xmlNotationPtr)nota)

This will dump the content the notation declaration as an XML DTD definition

| buf: | the XML buffer output | | nota: | A notation declaration |


xmlDumpNotationTable ()

void	xmlDumpNotationTable ([xmlBufferPtr](libxml2-tree.html#xmlBufferPtr)buf,
[xmlNotationTablePtr](libxml2-valid.html#xmlNotationTablePtr)table)

This will dump the content of the notation table as an XML DTD definition

| buf: | the XML buffer output | | table: | A notation table |


xmlFreeAttributeTable ()

void	xmlFreeAttributeTable ([xmlAttributeTablePtr](libxml2-valid.html#xmlAttributeTablePtr)table)

Deallocate the memory used by an entities hash table.

| table: | An attribute table |


xmlFreeDocElementContent ()

void	xmlFreeDocElementContent	([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)cur)

Free an element content structure. The whole subtree is removed.

| doc: | the document owning the element declaration | | cur: | the element content tree to free |


xmlFreeElementContent ()

void	xmlFreeElementContent ([xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)cur)

Free an element content structure. The whole subtree is removed. Deprecated, use xmlFreeDocElementContent instead

| cur: | the element content tree to free |


xmlFreeElementTable ()

void	xmlFreeElementTable ([xmlElementTablePtr](libxml2-valid.html#xmlElementTablePtr)table)

Deallocate the memory used by an element hash table.

| table: | An element table |


xmlFreeEnumeration ()

void	xmlFreeEnumeration ([xmlEnumerationPtr](libxml2-tree.html#xmlEnumerationPtr)cur)

free an enumeration attribute node (recursive).

| cur: | the tree to free. |


xmlFreeIDTable ()

void	xmlFreeIDTable ([xmlIDTablePtr](libxml2-valid.html#xmlIDTablePtr)table)

Deallocate the memory used by an ID hash table.

| table: | An id table |


xmlFreeNotationTable ()

void	xmlFreeNotationTable ([xmlNotationTablePtr](libxml2-valid.html#xmlNotationTablePtr)table)

Deallocate the memory used by an entities hash table.

| table: | An notation table |


xmlFreeRefTable ()

void	xmlFreeRefTable ([xmlRefTablePtr](libxml2-valid.html#xmlRefTablePtr)table)

Deallocate the memory used by an Ref hash table.

| table: | An ref table |


xmlFreeValidCtxt ()

void	xmlFreeValidCtxt ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)cur)

Free a validation context structure.

| cur: | the validation context to free |


xmlGetDtdAttrDesc ()

[xmlAttributePtr](libxml2-tree.html#xmlAttributePtr)xmlGetDtdAttrDesc	([xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name)

Search the DTD for the description of this attribute on this element.

| dtd: | a pointer to the DtD to search | | elem: | the element name | | name: | the attribute name | | Returns: | the xmlAttributePtr if found or NULL |


xmlGetDtdElementDesc ()

[xmlElementPtr](libxml2-tree.html#xmlElementPtr)xmlGetDtdElementDesc	([xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name)

Search the DTD for the description of this element

| dtd: | a pointer to the DtD to search | | name: | the element name | | Returns: | the xmlElementPtr if found or NULL |


xmlGetDtdNotationDesc ()

[xmlNotationPtr](libxml2-tree.html#xmlNotationPtr)xmlGetDtdNotationDesc	([xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name)

Search the DTD for the description of this notation

| dtd: | a pointer to the DtD to search | | name: | the notation name | | Returns: | the xmlNotationPtr if found or NULL |


xmlGetDtdQAttrDesc ()

[xmlAttributePtr](libxml2-tree.html#xmlAttributePtr)xmlGetDtdQAttrDesc	([xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* prefix)

Search the DTD for the description of this qualified attribute on this element.

| dtd: | a pointer to the DtD to search | | elem: | the element name | | name: | the attribute name | | prefix: | the attribute namespace prefix | | Returns: | the xmlAttributePtr if found or NULL |


xmlGetDtdQElementDesc ()

[xmlElementPtr](libxml2-tree.html#xmlElementPtr)xmlGetDtdQElementDesc	([xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* prefix)

Search the DTD for the description of this element

| dtd: | a pointer to the DtD to search | | name: | the element name | | prefix: | the element namespace prefix | | Returns: | the xmlElementPtr if found or NULL |


xmlGetID ()

[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)xmlGetID ([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* ID)

Search the attribute declaring the given ID

| doc: | pointer to the document | | ID: | the ID value | | Returns: | NULL if not found, otherwise the xmlAttrPtr defining the ID |


xmlGetRefs ()

[xmlListPtr](libxml2-list.html#xmlListPtr)xmlGetRefs ([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* ID)

Find the set of references for the supplied ID.

| doc: | pointer to the document | | ID: | the ID value | | Returns: | NULL if not found, otherwise node set for the ID. |


xmlIsID ()

int	xmlIsID ([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)attr)

Determine whether an attribute is of type ID. In case we have DTD(s) then this is done if DTD loading has been requested. In the case of HTML documents parsed with the HTML parser, then ID detection is done systematically.

| doc: | the document | | elem: | the element carrying the attribute | | attr: | the attribute | | Returns: | 0 or 1 depending on the lookup result |


xmlIsMixedElement ()

int	xmlIsMixedElement ([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name)

Search in the DtDs whether an element accept Mixed content (or ANY) basically if it is supposed to accept text childs

| doc: | the document | | name: | the element name | | Returns: | 0 if no, 1 if yes, and -1 if no element description is available |


xmlIsRef ()

int	xmlIsRef ([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)attr)

Determine whether an attribute is of type Ref. In case we have DTD(s) then this is simple, otherwise we use an heuristic: name Ref (upper or lowercase).

| doc: | the document | | elem: | the element carrying the attribute | | attr: | the attribute | | Returns: | 0 or 1 depending on the lookup result |


xmlNewDocElementContent ()

[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)xmlNewDocElementContent	([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
[xmlElementContentType](libxml2-tree.html#xmlElementContentType)type)

Allocate an element content structure for the document.

| doc: | the document | | name: | the subelement name or NULL | | type: | the type of element content decl | | Returns: | NULL if not, otherwise the new element content structure |


xmlNewElementContent ()

[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)xmlNewElementContent	(const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
[xmlElementContentType](libxml2-tree.html#xmlElementContentType)type)

Allocate an element content structure. Deprecated in favor of xmlNewDocElementContent

| name: | the subelement name or NULL | | type: | the type of element content decl | | Returns: | NULL if not, otherwise the new element content structure |


xmlNewValidCtxt ()

[xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)xmlNewValidCtxt (void)

Allocate a validation context structure.

| Returns: | NULL if not, otherwise the new validation context structure |


xmlRemoveID ()

int	xmlRemoveID ([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)attr)

Remove the given attribute from the ID table maintained internally.

| doc: | the document | | attr: | the attribute | | Returns: | -1 if the lookup failed and 0 otherwise |


xmlRemoveRef ()

int	xmlRemoveRef ([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)attr)

Remove the given attribute from the Ref table maintained internally.

| doc: | the document | | attr: | the attribute | | Returns: | -1 if the lookup failed and 0 otherwise |


xmlSnprintfElementContent ()

void	xmlSnprintfElementContent	(char * buf,
int size,
[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)content,
int englob)

This will dump the content of the element content definition Intended just for the debug routine

| buf: | an output buffer | | size: | the buffer size | | content: | An element table | | englob: | 1 if one must print the englobing parenthesis, 0 otherwise |


xmlSprintfElementContent ()

void	xmlSprintfElementContent	(char * buf,
[xmlElementContentPtr](libxml2-tree.html#xmlElementContentPtr)content,
int englob)

Deprecated, unsafe, use xmlSnprintfElementContent

| buf: | an output buffer | | content: | An element table | | englob: | 1 if one must print the englobing parenthesis, 0 otherwise |


xmlValidBuildContentModel ()

int	xmlValidBuildContentModel	([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlElementPtr](libxml2-tree.html#xmlElementPtr)elem)

(Re)Build the automata associated to the content model of this element

| ctxt: | a validation context | | elem: | an element declaration node | | Returns: | 1 in case of success, 0 in case of error |


xmlValidCtxtNormalizeAttributeValue ()

[xmlChar](libxml2-xmlstring.html#xmlChar)*	xmlValidCtxtNormalizeAttributeValue	([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* value)

Does the validation related extra step of the normalization of attribute values: If the declared value is not CDATA, then the XML processor must further process the normalized attribute value by discarding any leading and trailing space (#x20) characters, and by replacing sequences of space (#x20) characters by single space (#x20) character. Also check VC: Standalone Document Declaration in P32, and update ctxt->valid accordingly

| ctxt: | the validation context or NULL | | doc: | the document | | elem: | the parent | | name: | the attribute name | | value: | the attribute value | | Returns: | a new normalized string if normalization is needed, NULL otherwise the caller must free the returned value. |


xmlValidGetPotentialChildren ()

int	xmlValidGetPotentialChildren	([xmlElementContent](libxml2-tree.html#xmlElementContent)* ctree,
const[xmlChar](libxml2-xmlstring.html#xmlChar)** names,
int * len,
int max)

Build/extend a list of potential children allowed by the content tree

| ctree: | an element content tree | | names: | an array to store the list of child names | | len: | a pointer to the number of element in the list | | max: | the size of the array | | Returns: | the number of element in the list, or -1 in case of error. |


xmlValidGetValidElements ()

int	xmlValidGetValidElements	([xmlNode](libxml2-tree.html#xmlNode)* prev,
[xmlNode](libxml2-tree.html#xmlNode)* next,
const[xmlChar](libxml2-xmlstring.html#xmlChar)** names,
int max)

This function returns the list of authorized children to insert within an existing tree while respecting the validity constraints forced by the Dtd. The insertion point is defined using @prev and @next in the following ways: to insert before 'node': xmlValidGetValidElements(node->prev, node, ... to insert next 'node': xmlValidGetValidElements(node, node->next, ... to replace 'node': xmlValidGetValidElements(node->prev, node->next, ... to prepend a child to 'node': xmlValidGetValidElements(NULL, node->childs, to append a child to 'node': xmlValidGetValidElements(node->last, NULL, ... pointers to the element names are inserted at the beginning of the array and do not need to be freed.

| prev: | an element to insert after | | next: | an element to insert next | | names: | an array to store the list of child names | | max: | the size of the array | | Returns: | the number of element in the list, or -1 in case of error. If the function returns the value @max the caller is invited to grow the receiving array and retry. |


xmlValidNormalizeAttributeValue ()

[xmlChar](libxml2-xmlstring.html#xmlChar)*	xmlValidNormalizeAttributeValue	([xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* name,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* value)

Does the validation related extra step of the normalization of attribute values: If the declared value is not CDATA, then the XML processor must further process the normalized attribute value by discarding any leading and trailing space (#x20) characters, and by replacing sequences of space (#x20) characters by single space (#x20) character.

| doc: | the document | | elem: | the parent | | name: | the attribute name | | value: | the attribute value | | Returns: | a new normalized string if normalization is needed, NULL otherwise the caller must free the returned value. |


xmlValidateAttributeDecl ()

int	xmlValidateAttributeDecl	([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlAttributePtr](libxml2-tree.html#xmlAttributePtr)attr)

Try to validate a single attribute definition basically it does the following checks as described by the XML-1.0 recommendation: - [VC: Attribute Default Legal] - [VC: Enumeration] - [VC: ID Attribute Default] The ID/IDREF uniqueness and matching are done separately

| ctxt: | the validation context | | doc: | a document instance | | attr: | an attribute definition | | Returns: | 1 if valid or 0 otherwise |


xmlValidateAttributeValue ()

int	xmlValidateAttributeValue	([xmlAttributeType](libxml2-tree.html#xmlAttributeType)type,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* value)

Validate that the given attribute value match the proper production [VC: ID] Values of type ID must match the Name production.... [VC: IDREF] Values of type IDREF must match the Name production, and values of type IDREFS must match Names ... [VC: Entity Name] Values of type ENTITY must match the Name production, values of type ENTITIES must match Names ... [VC: Name Token] Values of type NMTOKEN must match the Nmtoken production; values of type NMTOKENS must match Nmtokens.

| type: | an attribute type | | value: | an attribute value | | Returns: | 1 if valid or 0 otherwise |


xmlValidateDocument ()

int	xmlValidateDocument ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc)

Try to validate the document instance basically it does the all the checks described by the XML Rec i.e. validates the internal and external subset (if present) and validate the document tree.

| ctxt: | the validation context | | doc: | a document instance | | Returns: | 1 if valid or 0 otherwise |


xmlValidateDocumentFinal ()

int	xmlValidateDocumentFinal	([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc)

Does the final step for the document validation once all the incremental validation steps have been completed basically it does the following checks described by the XML Rec Check all the IDREF/IDREFS attributes definition for validity

| ctxt: | the validation context | | doc: | a document instance | | Returns: | 1 if valid or 0 otherwise |


xmlValidateDtd ()

int	xmlValidateDtd ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlDtdPtr](libxml2-tree.html#xmlDtdPtr)dtd)

Try to validate the document against the dtd instance Basically it does check all the definitions in the DtD. Note the the internal subset (if present) is de-coupled (i.e. not used), which could give problems if ID or IDREF is present.

| ctxt: | the validation context | | doc: | a document instance | | dtd: | a dtd instance | | Returns: | 1 if valid or 0 otherwise |


xmlValidateDtdFinal ()

int	xmlValidateDtdFinal ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc)

Does the final step for the dtds validation once all the subsets have been parsed basically it does the following checks described by the XML Rec - check that ENTITY and ENTITIES type attributes default or possible values matches one of the defined entities. - check that NOTATION type attributes default or possible values matches one of the defined notations.

| ctxt: | the validation context | | doc: | a document instance | | Returns: | 1 if valid or 0 if invalid and -1 if not well-formed |


xmlValidateElement ()

int	xmlValidateElement ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem)

Try to validate the subtree under an element

| ctxt: | the validation context | | doc: | a document instance | | elem: | an element instance | | Returns: | 1 if valid or 0 otherwise |


xmlValidateElementDecl ()

int	xmlValidateElementDecl ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlElementPtr](libxml2-tree.html#xmlElementPtr)elem)

Try to validate a single element definition basically it does the following checks as described by the XML-1.0 recommendation: - [VC: One ID per Element Type] - [VC: No Duplicate Types] - [VC: Unique Element Type Declaration]

| ctxt: | the validation context | | doc: | a document instance | | elem: | an element definition | | Returns: | 1 if valid or 0 otherwise |


xmlValidateNameValue ()

int	xmlValidateNameValue (const[xmlChar](libxml2-xmlstring.html#xmlChar)* value)

Validate that the given value match Name production

| value: | an Name value | | Returns: | 1 if valid or 0 otherwise |


xmlValidateNamesValue ()

int	xmlValidateNamesValue (const[xmlChar](libxml2-xmlstring.html#xmlChar)* value)

Validate that the given value match Names production

| value: | an Names value | | Returns: | 1 if valid or 0 otherwise |


xmlValidateNmtokenValue ()

int	xmlValidateNmtokenValue (const[xmlChar](libxml2-xmlstring.html#xmlChar)* value)

Validate that the given value match Nmtoken production [VC: Name Token]

| value: | an Nmtoken value | | Returns: | 1 if valid or 0 otherwise |


xmlValidateNmtokensValue ()

int	xmlValidateNmtokensValue	(const[xmlChar](libxml2-xmlstring.html#xmlChar)* value)

Validate that the given value match Nmtokens production [VC: Name Token]

| value: | an Nmtokens value | | Returns: | 1 if valid or 0 otherwise |


xmlValidateNotationDecl ()

int	xmlValidateNotationDecl ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNotationPtr](libxml2-tree.html#xmlNotationPtr)nota)

Try to validate a single notation definition basically it does the following checks as described by the XML-1.0 recommendation: - it seems that no validity constraint exists on notation declarations But this function get called anyway ...

| ctxt: | the validation context | | doc: | a document instance | | nota: | a notation definition | | Returns: | 1 if valid or 0 otherwise |


xmlValidateNotationUse ()

int	xmlValidateNotationUse ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* notationName)

Validate that the given name match a notation declaration. - [VC: Notation Declared]

| ctxt: | the validation context | | doc: | the document | | notationName: | the notation name to check | | Returns: | 1 if valid or 0 otherwise |


xmlValidateOneAttribute ()

int	xmlValidateOneAttribute ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
[xmlAttrPtr](libxml2-tree.html#xmlAttrPtr)attr,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* value)

Try to validate a single attribute for an element basically it does the following checks as described by the XML-1.0 recommendation: - [VC: Attribute Value Type] - [VC: Fixed Attribute Default] - [VC: Entity Name] - [VC: Name Token] - [VC: ID] - [VC: IDREF] - [VC: Entity Name] - [VC: Notation Attributes] The ID/IDREF uniqueness and matching are done separately

| ctxt: | the validation context | | doc: | a document instance | | elem: | an element instance | | attr: | an attribute instance | | value: | the attribute value (without entities processing) | | Returns: | 1 if valid or 0 otherwise |


xmlValidateOneElement ()

int	xmlValidateOneElement ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem)

Try to validate a single element and it's attributes, basically it does the following checks as described by the XML-1.0 recommendation: - [VC: Element Valid] - [VC: Required Attribute] Then call xmlValidateOneAttribute() for each attribute present. The ID/IDREF checkings are done separately

| ctxt: | the validation context | | doc: | a document instance | | elem: | an element instance | | Returns: | 1 if valid or 0 otherwise |


xmlValidateOneNamespace ()

int	xmlValidateOneNamespace ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* prefix,
[xmlNsPtr](libxml2-tree.html#xmlNsPtr)ns,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* value)

Try to validate a single namespace declaration for an element basically it does the following checks as described by the XML-1.0 recommendation: - [VC: Attribute Value Type] - [VC: Fixed Attribute Default] - [VC: Entity Name] - [VC: Name Token] - [VC: ID] - [VC: IDREF] - [VC: Entity Name] - [VC: Notation Attributes] The ID/IDREF uniqueness and matching are done separately

| ctxt: | the validation context | | doc: | a document instance | | elem: | an element instance | | prefix: | the namespace prefix | | ns: | an namespace declaration instance | | value: | the attribute value (without entities processing) | | Returns: | 1 if valid or 0 otherwise |


xmlValidatePopElement ()

int	xmlValidatePopElement ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* qname)

Pop the element end from the validation stack.

| ctxt: | the validation context | | doc: | a document instance | | elem: | an element instance | | qname: | the qualified name as appearing in the serialization | | Returns: | 1 if no validation problem was found or 0 otherwise |


xmlValidatePushCData ()

int	xmlValidatePushCData ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* data,
int len)

check the CData parsed for validation in the current stack

| ctxt: | the validation context | | data: | some character data read | | len: | the length of the data | | Returns: | 1 if no validation problem was found or 0 otherwise |


xmlValidatePushElement ()

int	xmlValidatePushElement ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc,
[xmlNodePtr](libxml2-tree.html#xmlNodePtr)elem,
const[xmlChar](libxml2-xmlstring.html#xmlChar)* qname)

Push a new element start on the validation stack.

| ctxt: | the validation context | | doc: | a document instance | | elem: | an element instance | | qname: | the qualified name as appearing in the serialization | | Returns: | 1 if no validation problem was found or 0 otherwise |


xmlValidateRoot ()

int	xmlValidateRoot ([xmlValidCtxtPtr](libxml2-valid.html#xmlValidCtxtPtr)ctxt,
[xmlDocPtr](libxml2-tree.html#xmlDocPtr)doc)

Try to validate a the root element basically it does the following check as described by the XML-1.0 recommendation: - [VC: Root Element Type] it doesn't try to recurse or apply other check to the element

| ctxt: | the validation context | | doc: | a document instance | | Returns: | 1 if valid or 0 otherwise |