• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/libxml2-26/libxml2/

Lines Matching defs:tree

22  * The DOM tree build is realized from the default SAX callbacks in
49 #include <libxml/tree.h>
5722 * Returns: the notation attribute tree built while parsing
5792 * Returns: the enumeration attribute tree built while parsing
5852 * @tree: the enumeration tree built while parsing
5865 xmlParseEnumeratedType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) {
5874 *tree = xmlParseNotationType(ctxt);
5875 if (*tree == NULL) return(0);
5878 *tree = xmlParseEnumerationType(ctxt);
5879 if (*tree == NULL) return(0);
5886 * @tree: the enumeration tree built while parsing
5929 xmlParseAttributeType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) {
5956 return(xmlParseEnumeratedType(ctxt, tree));
5974 xmlEnumerationPtr tree;
6000 tree = NULL;
6015 type = xmlParseAttributeType(ctxt, &tree);
6024 if (tree != NULL)
6025 xmlFreeEnumeration(tree);
6034 if (tree != NULL)
6035 xmlFreeEnumeration(tree);
6048 if (tree != NULL)
6049 xmlFreeEnumeration(tree);
6059 if (tree != NULL)
6060 xmlFreeEnumeration(tree);
6066 type, def, defaultValue, tree);
6067 else if (tree != NULL)
6068 xmlFreeEnumeration(tree);
6229 * Returns the tree of xmlElementContentPtr describing the element
6525 * Returns the tree of xmlElementContentPtr describing the element
6552 xmlElementContentPtr tree = NULL;
6569 tree = xmlParseElementMixedContentDecl(ctxt, inputid);
6572 tree = xmlParseElementChildrenContentDeclPriv(ctxt, inputid, 1);
6576 *result = tree;
6681 * instead of copying the full tree it is plugged directly
7385 * a simple tree copy for all references except the first
10596 * parse an XML document (and build a tree if using the standard SAX
10726 * Time to start parsing the tree itself
10756 * Remove locally kept entity definitions if the tree was not built
13571 * node position in the tree
13902 * parse an XML external entity out of context and build a tree.
13904 * If sax is NULL, fallback to the default DOM tree building routines.
13910 * Returns the resulting document tree
13949 * parse an XML external entity out of context and build a tree.
13955 * Returns the resulting document tree
14122 * parse an XML file and build a tree. Automatic support for ZLIB/Compress
14125 * If sax is NULL, fallback to the default DOM tree building routines.
14130 * Returns the resulting document tree
14190 * parse an XML file and build a tree. Automatic support for ZLIB/Compress
14193 * If sax is NULL, fallback to the default DOM tree building routines.
14195 * Returns the resulting document tree
14208 * parse an XML in-memory document and build a tree.
14210 * tree is tried anyway
14212 * Returns the resulting document tree or NULL in case of failure
14224 * parse an XML file and build a tree. Automatic support for ZLIB/Compress
14227 * Returns the resulting document tree if the file was wellformed,
14240 * parse an XML file and build a tree. Automatic support for ZLIB/Compress
14243 * a tree anyway
14245 * Returns the resulting document tree or NULL in case of failure
14402 * DOM tree building routines.
14407 * Returns the resulting document tree
14457 * DOM tree building routines.
14459 * Returns the resulting document tree
14472 * parse an XML in-memory block and build a tree.
14474 * Returns the resulting document tree
14486 * parse an XML in-memory block and build a tree.
14488 * build a tree is tried anyway
14490 * Returns the resulting document tree or NULL in case of error
14574 * parse an XML in-memory document and build a tree.
14576 * If sax is NULL, fallback to the default DOM tree building routines.
14578 * Returns the resulting document tree
14617 * parse an XML in-memory document and build a tree.
14619 * Returns the resulting document tree
15162 * Returns the resulting document tree or NULL
15205 * parse an XML in-memory document and build a tree.
15207 * Returns the resulting document tree
15231 * Returns the resulting document tree
15252 * parse an XML in-memory document and build a tree.
15254 * Returns the resulting document tree
15274 * parse an XML from a file descriptor and build a tree.
15278 * Returns the resulting document tree
15318 * parse an XML document from I/O functions and source and build a tree.
15320 * Returns the resulting document tree
15363 * parse an XML in-memory document and build a tree.
15366 * Returns the resulting document tree
15399 * Returns the resulting document tree
15431 * parse an XML in-memory document and build a tree.
15434 * Returns the resulting document tree
15473 * parse an XML from a file descriptor and build a tree.
15478 * Returns the resulting document tree
15518 * parse an XML document from I/O functions and source and build a tree.
15521 * Returns the resulting document tree