Eneboo - Documentación para desarrolladores
'defines' | Funciones
Referencia del Archivo src/libdigidoc/libxml2/xmlsave.c
#include "libxml.h"
#include <string.h>
#include <libxml/xmlmemory.h>
#include <libxml/parserInternals.h>
#include <libxml/tree.h>
#include <libxml/xmlsave.h>
#include <libxml/HTMLtree.h>
#include "elfgcchack.h"

'defines'

#define IN_LIBXML
#define MAX_INDENT   60
#define XHTML_STRICT_PUBLIC_ID
#define XHTML_STRICT_SYSTEM_ID
#define XHTML_FRAME_PUBLIC_ID
#define XHTML_FRAME_SYSTEM_ID
#define XHTML_TRANS_PUBLIC_ID
#define XHTML_TRANS_SYSTEM_ID
#define XHTML_NS_NAME   BAD_CAST "http://www.w3.org/1999/xhtml"
#define bottom_xmlsave

Funciones

int xmlIsXHTML (const xmlChar *systemID, const xmlChar *publicID)

Documentación de los 'defines'

#define bottom_xmlsave
#define IN_LIBXML
#define MAX_INDENT   60
#define XHTML_FRAME_PUBLIC_ID
Valor:
BAD_CAST \
   "-//W3C//DTD XHTML 1.0 Frameset//EN"
#define XHTML_FRAME_SYSTEM_ID
Valor:
BAD_CAST \
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"
#define XHTML_NS_NAME   BAD_CAST "http://www.w3.org/1999/xhtml"
#define XHTML_STRICT_PUBLIC_ID
Valor:
BAD_CAST \
   "-//W3C//DTD XHTML 1.0 Strict//EN"
#define XHTML_STRICT_SYSTEM_ID
Valor:
BAD_CAST \
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
#define XHTML_TRANS_PUBLIC_ID
Valor:
BAD_CAST \
   "-//W3C//DTD XHTML 1.0 Transitional//EN"
#define XHTML_TRANS_SYSTEM_ID
Valor:
BAD_CAST \
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"

Documentación de las funciones

int xmlIsXHTML ( const xmlChar systemID,
const xmlChar publicID 
)

xmlIsXHTML: : the system identifier : the public identifier

Try to find if the document correspond to an XHTML DTD

Returns 1 if true, 0 if not and -1 in case of error

 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'