• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching defs:ID

117 		      const xmlChar *ID, xmlNodePtr *list);
236 errmsg = "Unfinished System or Public ID \" or ' expected\n";
3704 * Parse an External ID or a Public ID
4805 * [56] TokenizedType ::= 'ID' | 'IDREF' | 'IDREFS' | 'ENTITY' |
4811 * [ VC: ID ]
4812 * Values of type ID must match the Name production. A name must not
4814 * i.e., ID values must uniquely identify the elements which bear them.
4816 * [ VC: One ID per Element Type ]
4817 * No element type may have more than one ID attribute specified.
4819 * [ VC: ID Attribute Default ]
4820 * An ID attribute must have a declared default of #IMPLIED or #REQUIRED.
4825 * of an ID attribute on some element in the XML document; i.e. IDREF
4826 * values must match the value of some ID attribute.
6236 * ID or REF referenced will be the one from the
10956 * @ExternalID: a NAME* containing the External ID of the DTD
10991 * Canonicalise the system ID
11071 * @ExternalID: a NAME* containing the External ID of the DTD
11095 * @ID: the System ID for the entity to load
11110 const xmlChar *ID, xmlNodePtr *lst) {
11129 if ((URL == NULL) && (ID == NULL))
11142 inputStream = xmlLoadExternalEntity((char *)URL, (char *)ID, ctxt);
11302 * @ID: the System ID for the entity to load
11315 const xmlChar *ID, xmlNodePtr *list) {
11332 if ((URL == NULL) && (ID == NULL))
11338 ctxt = xmlCreateEntityParserCtxt(URL, ID, NULL);
11486 * @ID: the System ID for the entity to load
11501 int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) {
11503 ID, lst));
11635 * ID/IDREF registration will be done in xmlValidateElement below
11836 * ID/IDREF registration will be done in xmlValidateElement below
12140 * @ID: the entity PUBLIC ID
12150 xmlCreateEntityParserCtxt(const xmlChar *URL, const xmlChar *ID,
12165 inputStream = xmlLoadExternalEntity((char *)URL, (char *)ID, ctxt);
12178 inputStream = xmlLoadExternalEntity((char *)uri, (char *)ID, ctxt);