Searched refs:systemID (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.py183 def externalSubset(self, name, externalID, systemID):
185 DTD name and externalID, systemID are the DTD public and system
189 def internalSubset(self, name, externalID, systemID):
191 DTD name and externalID, systemID are the DTD public and system
195 def entityDecl(self, name, type, externalID, systemID, content):
197 entity name and externalID, systemID are the entity public and
202 def notationDecl(self, name, externalID, systemID):
204 notation name and externalID, systemID are the notation public and
216 def entityDecl(self, name, publicId, systemID, notationName):
218 name is the entity name and publicId,, systemID ar
[all...]
H A Dlibxml.c1087 const xmlChar * externalID, const xmlChar * systemID)
1094 name, externalID, systemID);
1101 systemID);
1085 pythonExternalSubset(void *user_data, const xmlChar * name, const xmlChar * externalID, const xmlChar * systemID) argument
H A Dlibxml2-py.c4397 xmlChar * systemID; local
4400 if (!PyArg_ParseTuple(args, (char *)"zz:xmlIsXHTML", &systemID, &publicID))
4403 c_retval = xmlIsXHTML(systemID, publicID);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlsave.c43 * @systemID: the system identifier
51 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) { argument
52 if ((systemID == NULL) && (publicID == NULL))
59 if (systemID != NULL) {
60 if (xmlStrEqual(systemID, XHTML_STRICT_SYSTEM_ID)) return(1);
61 if (xmlStrEqual(systemID, XHTML_FRAME_SYSTEM_ID)) return(1);
62 if (xmlStrEqual(systemID, XHTML_TRANS_SYSTEM_ID)) return(1);
H A Dtestapi.c20561 xmlChar * systemID; /* the system identifier */ local
20569 systemID = gen_const_xmlChar_ptr(n_systemID, 0);
20572 ret_val = xmlIsXHTML((const xmlChar *)systemID, (const xmlChar *)publicID);
20575 des_const_xmlChar_ptr(n_systemID, (const xmlChar *)systemID, 0);
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h1156 xmlIsXHTML (const xmlChar *systemID,
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...

Completed in 961 milliseconds