Searched defs:standalone (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h506 int standalone; /* standalone document (no external refs) member in struct:_xmlDoc
507 1 if standalone="yes"
508 0 if standalone="no"
511 standalone attribute was specified */
H A Dparser.h75 int standalone; /* Was that entity marked standalone */ member in struct:_xmlParserInput
192 int standalone; /* standalone document */ member in struct:_xmlParserCtxt
625 * Is this document tagged standalone?
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlwriter.c508 * @standalone: "yes" or "no" or NULL for default
516 const char *encoding, const char *standalone)
598 if (standalone != 0) {
599 count = xmlOutputBufferWriteString(writer->out, " standalone=");
607 count = xmlOutputBufferWriteString(writer->out, standalone);
4524 doc->standalone = ctxt->standalone;
515 xmlTextWriterStartDocument(xmlTextWriterPtr writer, const char *version, const char *encoding, const char *standalone) argument
H A Dparser.c25 * from the SAX callbacks or as standalone functions using a preparsed
422 errmsg = "external parsed entities cannot be standalone\n";
446 errmsg = "standalone accepts only 'yes' or 'no'\n";
2104 * with "standalone='yes'", ... ... The declaration of a parameter
2109 * with "standalone='no'", ... ... The declaration of a parameter entity
2202 * references, or a document with "standalone='yes'", ...
2206 if ((ctxt->standalone == 1) ||
2215 * parameter entities with "standalone='no'", ...
6588 * with "standalone='yes'", the Name given in the entity reference
6598 * well-formedness constraint only if standalone
9230 int standalone = -2; local
[all...]
H A Dtestapi.c43565 char * standalone; /* "yes" or "no" or NULL for default */ local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...

Completed in 249 milliseconds