Searched defs:qualified (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c3337 * Search the DTD for the description of this qualified attribute on
5501 * @qname: the qualified name as appearing in the serialization
5588 * Fetch the declaration for the qualified name
5605 * Fetch the declaration for the non qualified name
5632 * @qname: the qualified name as appearing in the serialization
5799 * @qname: the qualified name as appearing in the serialization
6088 int qualified = -1; local
6121 * qualified names handling is problematic, having a
6126 if (qualified < 0)
6127 qualified
[all...]
H A Dxpath.c8712 * Libxml keep the original prefix so the "real qualified name" used is
9657 int qualified);
9748 * parse an XML namespace non qualified name.
9799 * parse an XML qualified name
9871 xmlXPathParseNameComplex(xmlXPathParserContextPtr ctxt, int qualified) { argument
9884 ((qualified) && (c != ':')))) {
9891 (c == '_') || ((qualified) && (c == ':')) ||
9912 (c == '_') || ((qualified) && (c == ':')) ||
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 90 milliseconds