{
    "mode": "pydoc",
    "parameter": "libxml2",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/pydoc/libxml2/json",
    "generated": "2026-06-02T14:16:06Z",
    "sections": {
        "NAME": {
            "content": "libxml2\n",
            "subsections": []
        },
        "CLASSES": {
            "content": "builtins.Exception(builtins.BaseException)\nlibxmlError\nparserError\ntreeError\nuriError\nxpathError\nbuiltins.object\nError\nSAXCallback\nSchema\nSchemaParserCtxt\nSchemaValidCtxtCore\nSchemaValidCtxt\nURI\nValidCtxtCore\nValidCtxt\ncatalog\nioWrapper\nioReadWrapper\ninputBuffer\nioWriteWrapper\noutputBuffer\nparserCtxtCore\nparserCtxt\nrelaxNgParserCtxt\nrelaxNgSchema\nrelaxNgValidCtxtCore\nrelaxNgValidCtxt\nxmlCore\nxmlNode\nxmlAttr\nxmlAttribute\nxmlDoc\nxmlDtd\nxmlElement\nxmlEntity\nxmlNs\nxmlCoreBreadthFirstItertor\nxmlCoreDepthFirstItertor\nxmlReg\nxmlTextReaderCore\nxmlTextReader\nxmlTextReaderLocator\nxpathContext\nxpathParserContext\n",
            "subsections": [
                {
                    "name": "class Error",
                    "content": "|  Error(obj=None)\n|\n|  Methods defined here:\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  code(self)\n|      The error code, e.g. an xmlParserError\n|\n|  copyError(self, to)\n|      Save the original error to the new place.\n|\n|  domain(self)\n|      What part of the library raised this error\n|\n|  file(self)\n|      the filename\n|\n|  level(self)\n|      how consequent is the error\n|\n|  line(self)\n|      the line number if available\n|\n|  message(self)\n|      human-readable informative error message\n|\n|  resetError(self)\n|      Cleanup the error.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class SAXCallback",
                    "content": "|  Base class for SAX handlers\n|\n|  Methods defined here:\n|\n|  attributeDecl(self, elem, name, type, defi, defaultValue, nameList)\n|      called when an ATTRIBUTE definition has been found\n|\n|  cdataBlock(self, data)\n|      called when CDATA section have been read, data is the string\n|      containing the data, multiple consecutive cdataBlock() callback\n|      are possible.\n|\n|  characters(self, data)\n|      called when character data have been read, data is the string\n|      containing the data, multiple consecutive characters() callback\n|      are possible.\n|\n|  comment(self, content)\n|      called when a comment has been found, content contains the comment\n|\n|  elementDecl(self, name, type, content)\n|      called when an ELEMENT definition has been found\n|\n|  endDocument(self)\n|      called at the end of the document\n|\n|  endElement(self, tag)\n|      called at the start of every element, tag is the name of\n|      the element\n|\n|  entityDecl(self, name, publicId, systemID, notationName)\n|      called when an unparsed ENTITY declaration has been found,\n|      name is the entity name and publicId,, systemID are the entity\n|      public and system identifier for that entity if available,\n|      and notationName indicate the associated NOTATION\n|\n|  error(self, msg)\n|\n|  externalSubset(self, name, externalID, systemID)\n|      called when a DOCTYPE declaration has been found, name is the\n|      DTD name and externalID, systemID are the DTD public and system\n|      identifier for that DTd if available\n|\n|  fatalError(self, msg)\n|\n|  ignorableWhitespace(self, data)\n|      called when potentially ignorable white spaces have been found\n|\n|  internalSubset(self, name, externalID, systemID)\n|      called when a DOCTYPE declaration has been found, name is the\n|      DTD name and externalID, systemID are the DTD public and system\n|      identifier for that DTD if available\n|\n|  notationDecl(self, name, externalID, systemID)\n|      called when an NOTATION declaration has been found, name is the\n|      notation name and externalID, systemID are the notation public and\n|      system identifier for that notation if available\n|\n|  processingInstruction(self, target, data)\n|      called when a PI has been found, target contains the PI name and\n|      data is the associated data in the PI\n|\n|  reference(self, name)\n|      called when an entity reference has been found\n|\n|  startDocument(self)\n|      called at the start of the document\n|\n|  startElement(self, tag, attrs)\n|      called at the start of every element, tag is the name of\n|      the element, attrs is a dictionary of the element's attributes\n|\n|  warning(self, msg)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class Schema",
                    "content": "|  Schema(obj=None)\n|\n|  Methods defined here:\n|\n|  SetSchema(self, reader)\n|      Use XSD Schema to validate the document as it is processed.\n|      Activation is only possible before the first Read(). if\n|      @schema is None, then Schema validation is deactivated. The\n|      @schema should not be freed until the reader is deallocated\n|       or its use has been deactivated.\n|\n|  del(self)\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  schemaDump(self, output)\n|      Dump a Schema structure.\n|\n|  schemaNewValidCtxt(self)\n|      Create an XML Schemas validation context based on the given\n|      schema.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class SchemaParserCtxt",
                    "content": "|  SchemaParserCtxt(obj=None)\n|\n|  Methods defined here:\n|\n|  del(self)\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  schemaParse(self)\n|      parse a schema definition resource and build an internal\n|      XML Schema structure which can be used to validate\n|       instances.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class SchemaValidCtxt",
                    "content": "|  SchemaValidCtxt(obj=None)\n|\n|  Method resolution order:\n|      SchemaValidCtxt\n|      SchemaValidCtxtCore\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  SchemaValidateCtxt(self, reader, options)\n|      Use W3C XSD schema context to validate the document as it\n|      is processed. Activation is only possible before the first\n|      Read(). If @ctxt is None, then XML Schema validation is\n|       deactivated.\n|\n|  del(self)\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  schemaIsValid(self)\n|      Check if any error was detected during validation.\n|\n|  schemaSetValidOptions(self, options)\n|      Sets the options to be used during the validation.\n|\n|  schemaValidCtxtGetOptions(self)\n|      Get the validation context options.\n|\n|  schemaValidCtxtGetParserCtxt(self)\n|      allow access to the parser context of the schema validation\n|      context\n|\n|  schemaValidateDoc(self, doc)\n|      Validate a document tree in memory.\n|\n|  schemaValidateFile(self, filename, options)\n|      Do a schemas validation of the given resource, it will use\n|      the SAX streamable validation internally.\n|\n|  schemaValidateOneElement(self, elem)\n|      Validate a branch of a tree, starting with the given @elem.\n|\n|  schemaValidateSetFilename(self, filename)\n|      Workaround to provide file error reporting information when\n|      this is not provided by current APIs\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from SchemaValidCtxtCore:\n|\n|  setValidityErrorHandler(self, errfunc, warnfunc, arg=None)\n|      Register error and warning handlers for Schema validation.\n|      These will be called back as f(msg,arg)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from SchemaValidCtxtCore:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class SchemaValidCtxtCore",
                    "content": "|  SchemaValidCtxtCore(*args, kw)\n|\n|  Methods defined here:\n|\n|  init(self, *args, kw)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  setValidityErrorHandler(self, errfunc, warnfunc, arg=None)\n|      Register error and warning handlers for Schema validation.\n|      These will be called back as f(msg,arg)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class URI",
                    "content": "|  URI(obj=None)\n|\n|  Methods defined here:\n|\n|  del(self)\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  authority(self)\n|      Get the authority part from an URI\n|\n|  fragment(self)\n|      Get the fragment part from an URI\n|\n|  opaque(self)\n|      Get the opaque part from an URI\n|\n|  parseURIReference(self, str)\n|      Parse an URI reference string based on RFC 3986 and fills\n|      in the appropriate fields of the @uri structure\n|       URI-reference = URI / relative-ref\n|\n|  path(self)\n|      Get the path part from an URI\n|\n|  port(self)\n|      Get the port part from an URI\n|\n|  printURI(self, stream)\n|      Prints the URI in the stream @stream.\n|\n|  query(self)\n|      Get the query part from an URI\n|\n|  queryRaw(self)\n|      Get the raw query part from an URI (i.e. the unescaped\n|      form).\n|\n|  saveUri(self)\n|      Save the URI as an escaped string\n|\n|  scheme(self)\n|      Get the scheme part from an URI\n|\n|  server(self)\n|      Get the server part from an URI\n|\n|  setAuthority(self, authority)\n|      Set the authority part of an URI.\n|\n|  setFragment(self, fragment)\n|      Set the fragment part of an URI.\n|\n|  setOpaque(self, opaque)\n|      Set the opaque part of an URI.\n|\n|  setPath(self, path)\n|      Set the path part of an URI.\n|\n|  setPort(self, port)\n|      Set the port part of an URI.\n|\n|  setQuery(self, query)\n|      Set the query part of an URI.\n|\n|  setQueryRaw(self, queryraw)\n|      Set the raw query part of an URI (i.e. the unescaped form).\n|\n|  setScheme(self, scheme)\n|      Set the scheme part of an URI.\n|\n|  setServer(self, server)\n|      Set the server part of an URI.\n|\n|  setUser(self, user)\n|      Set the user part of an URI.\n|\n|  user(self)\n|      Get the user part from an URI\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class ValidCtxt",
                    "content": "|  ValidCtxt(obj=None)\n|\n|  Method resolution order:\n|      ValidCtxt\n|      ValidCtxtCore\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  del(self)\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  validCtxtNormalizeAttributeValue(self, doc, elem, name, value)\n|      Does the validation related extra step of the normalization\n|      of attribute values:  If the declared value is not CDATA,\n|      then the XML processor must further process the normalized\n|      attribute value by discarding any leading and trailing\n|      space (#x20) characters, and by replacing sequences of\n|      space (#x20) characters by single space (#x20) character.\n|      Also  check VC: Standalone Document Declaration in P32, and\n|       update ctxt->valid accordingly\n|\n|  validateDocument(self, doc)\n|      Try to validate the document instance  basically it does\n|      the all the checks described by the XML Rec i.e. validates\n|      the internal and external subset (if present) and validate\n|       the document tree.\n|\n|  validateDocumentFinal(self, doc)\n|      Does the final step for the document validation once all\n|      the incremental validation steps have been completed\n|      basically it does the following checks described by the XML\n|      Rec  Check all the IDREF/IDREFS attributes definition for\n|       validity\n|\n|  validateDtd(self, doc, dtd)\n|      Try to validate the document against the dtd instance\n|      Basically it does check all the definitions in the DtD.\n|      Note the the internal subset (if present) is de-coupled\n|      (i.e. not used), which could give problems if ID or IDREF\n|       is present.\n|\n|  validateDtdFinal(self, doc)\n|      Does the final step for the dtds validation once all the\n|      subsets have been parsed  basically it does the following\n|      checks described by the XML Rec - check that ENTITY and\n|      ENTITIES type attributes default or possible values matches\n|      one of the defined entities. - check that NOTATION type\n|      attributes default or possible values matches one of the\n|       defined notations.\n|\n|  validateElement(self, doc, elem)\n|      Try to validate the subtree under an element\n|\n|  validateNotationUse(self, doc, notationName)\n|      Validate that the given name match a notation declaration.\n|      - [ VC: Notation Declared ]\n|\n|  validateOneAttribute(self, doc, elem, attr, value)\n|      Try to validate a single attribute for an element basically\n|      it does the following checks as described by the XML-1.0\n|      recommendation: - [ VC: Attribute Value Type ] - [ VC:\n|      Fixed Attribute Default ] - [ VC: Entity Name ] - [ VC:\n|      Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC: Entity\n|      Name ] - [ VC: Notation Attributes ]  The ID/IDREF\n|       uniqueness and matching are done separately\n|\n|  validateOneElement(self, doc, elem)\n|      Try to validate a single element and it's attributes,\n|      basically it does the following checks as described by the\n|      XML-1.0 recommendation: - [ VC: Element Valid ] - [ VC:\n|      Required Attribute ] Then call xmlValidateOneAttribute()\n|      for each attribute present.  The ID/IDREF checkings are\n|       done separately\n|\n|  validateOneNamespace(self, doc, elem, prefix, ns, value)\n|      Try to validate a single namespace declaration for an\n|      element basically it does the following checks as described\n|      by the XML-1.0 recommendation: - [ VC: Attribute Value Type\n|      ] - [ VC: Fixed Attribute Default ] - [ VC: Entity Name ] -\n|      [ VC: Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC:\n|      Entity Name ] - [ VC: Notation Attributes ]  The ID/IDREF\n|       uniqueness and matching are done separately\n|\n|  validatePopElement(self, doc, elem, qname)\n|      Pop the element end from the validation stack.\n|\n|  validatePushCData(self, data, len)\n|      check the CData parsed for validation in the current stack\n|\n|  validatePushElement(self, doc, elem, qname)\n|      Push a new element start on the validation stack.\n|\n|  validateRoot(self, doc)\n|      Try to validate a the root element basically it does the\n|      following check as described by the XML-1.0 recommendation:\n|      - [ VC: Root Element Type ] it doesn't try to recurse or\n|       apply other check to the element\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from ValidCtxtCore:\n|\n|  setValidityErrorHandler(self, errfunc, warnfunc, arg=None)\n|      Register error and warning handlers for DTD validation.\n|      These will be called back as f(msg,arg)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from ValidCtxtCore:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class ValidCtxtCore",
                    "content": "|  ValidCtxtCore(*args, kw)\n|\n|  Methods defined here:\n|\n|  init(self, *args, kw)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  setValidityErrorHandler(self, errfunc, warnfunc, arg=None)\n|      Register error and warning handlers for DTD validation.\n|      These will be called back as f(msg,arg)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class catalog",
                    "content": "|  catalog(obj=None)\n|\n|  Methods defined here:\n|\n|  del(self)\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  add(self, type, orig, replace)\n|      Add an entry in the catalog, it may overwrite existing but\n|      different entries.\n|\n|  catalogIsEmpty(self)\n|      Check is a catalog is empty\n|\n|  convertSGMLCatalog(self)\n|      Convert all the SGML catalog entries as XML ones\n|\n|  dump(self, out)\n|      Dump the given catalog to the given file.\n|\n|  remove(self, value)\n|      Remove an entry from the catalog\n|\n|  resolve(self, pubID, sysID)\n|      Do a complete resolution lookup of an External Identifier\n|\n|  resolvePublic(self, pubID)\n|      Try to lookup the catalog local reference associated to a\n|      public ID in that catalog\n|\n|  resolveSystem(self, sysID)\n|      Try to lookup the catalog resource for a system ID\n|\n|  resolveURI(self, URI)\n|      Do a complete resolution lookup of an URI\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class inputBuffer",
                    "content": "|  inputBuffer(obj=None)\n|\n|  Method resolution order:\n|      inputBuffer\n|      ioReadWrapper\n|      ioWrapper\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  Setup(self, reader, URL, encoding, options)\n|      Setup an XML reader with new options\n|\n|  del(self)\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  grow(self, len)\n|      Grow up the content of the input buffer, the old data are\n|      preserved This routine handle the I18N transcoding to\n|      internal UTF-8 This routine is used when operating the\n|      parser in normal (pull) mode  TODO: one should be able to\n|      remove one extra copy by copying directly onto in->buffer\n|       or in->raw\n|\n|  newTextReader(self, URI)\n|      Create an xmlTextReader structure fed with @input\n|\n|  push(self, len, buf)\n|      Push the content of the arry in the input buffer This\n|      routine handle the I18N transcoding to internal UTF-8 This\n|      is used when operating the parser in progressive (push)\n|       mode.\n|\n|  read(self, len)\n|      Refresh the content of the input buffer, the old data are\n|      considered consumed This routine handle the I18N\n|       transcoding to internal UTF-8\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from ioReadWrapper:\n|\n|  close(self)\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from ioWrapper:\n|\n|  ioclose(self)\n|\n|  ioflush(self)\n|\n|  ioread(self, len=-1)\n|\n|  iowrite(self, str, len=-1)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from ioWrapper:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class ioReadWrapper",
                    "content": "|  ioReadWrapper(obj, enc='')\n|\n|  Method resolution order:\n|      ioReadWrapper\n|      ioWrapper\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  del(self)\n|\n|  init(self, obj, enc='')\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  close(self)\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from ioWrapper:\n|\n|  ioclose(self)\n|\n|  ioflush(self)\n|\n|  ioread(self, len=-1)\n|\n|  iowrite(self, str, len=-1)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from ioWrapper:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class ioWrapper",
                    "content": "|  ioWrapper(obj)\n|\n|  Methods defined here:\n|\n|  init(self, obj)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ioclose(self)\n|\n|  ioflush(self)\n|\n|  ioread(self, len=-1)\n|\n|  iowrite(self, str, len=-1)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class ioWriteWrapper",
                    "content": "|  ioWriteWrapper(obj, enc='')\n|\n|  Method resolution order:\n|      ioWriteWrapper\n|      ioWrapper\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  del(self)\n|\n|  init(self, obj, enc='')\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  close(self)\n|\n|  flush(self)\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from ioWrapper:\n|\n|  ioclose(self)\n|\n|  ioflush(self)\n|\n|  ioread(self, len=-1)\n|\n|  iowrite(self, str, len=-1)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from ioWrapper:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class libxmlError",
                    "content": "|  # The root of all libxml2 errors.\n|\n|  Method resolution order:\n|      libxmlError\n|      builtins.Exception\n|      builtins.BaseException\n|      builtins.object\n|\n|  Data descriptors defined here:\n|\n|  weakref\n|      list of weak references to the object (if defined)\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from builtins.Exception:\n|\n|  init(self, /, *args, kwargs)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from builtins.Exception:\n|\n|  new(*args, kwargs) from builtins.type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from builtins.BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  setattr(self, name, value, /)\n|      Implement setattr(self, name, value).\n|\n|  setstate(...)\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from builtins.BaseException:\n|\n|  cause\n|      exception cause\n|\n|  context\n|      exception context\n|\n|  dict\n|\n|  suppresscontext\n|\n|  traceback\n|\n|  args\n"
                },
                {
                    "name": "class outputBuffer",
                    "content": "|  outputBuffer(obj=None)\n|\n|  Method resolution order:\n|      outputBuffer\n|      ioWriteWrapper\n|      ioWrapper\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  getContent(self)\n|      Gives a pointer to the data currently held in the output\n|      buffer\n|\n|  htmlDocContentDumpFormatOutput(self, cur, encoding, format)\n|      Dump an HTML document.\n|\n|  htmlDocContentDumpOutput(self, cur, encoding)\n|      Dump an HTML document. Formatting return/spaces are added.\n|\n|  htmlNodeDumpFormatOutput(self, doc, cur, encoding, format)\n|      Dump an HTML node, recursive behaviour,children are printed\n|      too.\n|\n|  htmlNodeDumpOutput(self, doc, cur, encoding)\n|      Dump an HTML node, recursive behaviour,children are printed\n|      too, and formatting returns/spaces are added.\n|\n|  nodeDumpOutput(self, doc, cur, level, format, encoding)\n|      Dump an XML node, recursive behaviour, children are printed\n|      too. Note that @format = 1 provide node indenting only if\n|      xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was\n|       called\n|\n|  saveFileTo(self, cur, encoding)\n|      Dump an XML document to an I/O buffer. Warning ! This call\n|      xmlOutputBufferClose() on buf which is not available after\n|       this call.\n|\n|  saveFormatFileTo(self, cur, encoding, format)\n|      Dump an XML document to an I/O buffer. Warning ! This call\n|      xmlOutputBufferClose() on buf which is not available after\n|       this call.\n|\n|  write(self, len, buf)\n|      Write the content of the array in the output I/O buffer\n|      This routine handle the I18N transcoding from internal\n|      UTF-8 The buffer is lossless, i.e. will store in case of\n|       partial or delayed writes.\n|\n|  writeString(self, str)\n|      Write the content of the string in the output I/O buffer\n|      This routine handle the I18N transcoding from internal\n|      UTF-8 The buffer is lossless, i.e. will store in case of\n|       partial or delayed writes.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from ioWriteWrapper:\n|\n|  del(self)\n|\n|  close(self)\n|\n|  flush(self)\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from ioWrapper:\n|\n|  ioclose(self)\n|\n|  ioflush(self)\n|\n|  ioread(self, len=-1)\n|\n|  iowrite(self, str, len=-1)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from ioWrapper:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class parserCtxt",
                    "content": "|  parserCtxt(obj=None)\n|\n|  Method resolution order:\n|      parserCtxt\n|      parserCtxtCore\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  del(self)\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  byteConsumed(self)\n|      This function provides the current index of the parser\n|      relative to the start of the current entity. This function\n|      is computed in bytes from the beginning starting at zero\n|      and finishing at the size in byte of the file if parsing a\n|      file. The function is of constant cost if the input is\n|       UTF-8 but can be costly if run on non-UTF-8 input.\n|\n|  clearParserCtxt(self)\n|      Clear (release owned resources) and reinitialize a parser\n|      context\n|\n|  ctxtReadDoc(self, cur, URL, encoding, options)\n|      parse an XML in-memory document and build a tree. This\n|      reuses the existing @ctxt parser context\n|\n|  ctxtReadFd(self, fd, URL, encoding, options)\n|      parse an XML from a file descriptor and build a tree. This\n|      reuses the existing @ctxt parser context NOTE that the file\n|      descriptor will not be closed when the reader is closed or\n|       reset.\n|\n|  ctxtReadFile(self, filename, encoding, options)\n|      parse an XML file from the filesystem or the network. This\n|      reuses the existing @ctxt parser context\n|\n|  ctxtReadMemory(self, buffer, size, URL, encoding, options)\n|      parse an XML in-memory document and build a tree. This\n|      reuses the existing @ctxt parser context\n|\n|  ctxtReset(self)\n|      Reset a parser context\n|\n|  ctxtResetPush(self, chunk, size, filename, encoding)\n|      Reset a push parser context\n|\n|  ctxtUseOptions(self, options)\n|      Applies the options to the parser context\n|\n|  decodeEntities(self, len, what, end, end2, end3)\n|      This function is deprecated, we now always process entities\n|      content through xmlStringDecodeEntities  TODO: remove it in\n|      next major release.  [67] Reference ::= EntityRef | CharRef\n|        [69] PEReference ::= '%' Name ';'\n|\n|  doc(self)\n|      Get the document tree from a parser context.\n|\n|  handleEntity(self, entity)\n|      Default handling of defined entities, when should we define\n|      a new input stream ? When do we just handle that as a set\n|       of chars ?  OBSOLETE: to be removed at some point.\n|\n|  htmlCtxtReadDoc(self, cur, URL, encoding, options)\n|      parse an XML in-memory document and build a tree. This\n|      reuses the existing @ctxt parser context\n|\n|  htmlCtxtReadFd(self, fd, URL, encoding, options)\n|      parse an XML from a file descriptor and build a tree. This\n|      reuses the existing @ctxt parser context\n|\n|  htmlCtxtReadFile(self, filename, encoding, options)\n|      parse an XML file from the filesystem or the network. This\n|      reuses the existing @ctxt parser context\n|\n|  htmlCtxtReadMemory(self, buffer, size, URL, encoding, options)\n|      parse an XML in-memory document and build a tree. This\n|      reuses the existing @ctxt parser context\n|\n|  htmlCtxtReset(self)\n|      Reset a parser context\n|\n|  htmlCtxtUseOptions(self, options)\n|      Applies the options to the parser context\n|\n|  htmlFreeParserCtxt(self)\n|      Free all the memory used by a parser context. However the\n|      parsed document in ctxt->myDoc is not freed.\n|\n|  htmlParseCharRef(self)\n|      parse Reference declarations  [66] CharRef ::= '&#' [0-9]+\n|      ';' | '&#x' [0-9a-fA-F]+ ';'\n|\n|  htmlParseChunk(self, chunk, size, terminate)\n|      Parse a Chunk of memory\n|\n|  htmlParseDocument(self)\n|      parse an HTML document (and build a tree if using the\n|      standard SAX interface).\n|\n|  htmlParseElement(self)\n|      parse an HTML element, this is highly recursive this is\n|      kept for compatibility with previous code versions  [39]\n|      element ::= EmptyElemTag | STag content ETag  [41]\n|       Attribute ::= Name Eq AttValue\n|\n|  initParserCtxt(self)\n|      Initialize a parser context\n|\n|  isValid(self)\n|      Get the validity information from a parser context.\n|\n|  lineNumbers(self, linenumbers)\n|      Switch on the generation of line number for elements nodes.\n|\n|  loadSubset(self, loadsubset)\n|      Switch the parser to load the DTD without validating.\n|\n|  namespaceParseNCName(self)\n|      parse an XML namespace name.  TODO: this seems not in use\n|      anymore, the namespace handling is done on top of the SAX\n|      interfaces, i.e. not on raw input.  [NS 3] NCName ::=\n|      (Letter | '') (NCNameChar)*  [NS 4] NCNameChar ::= Letter\n|       | Digit | '.' | '-' | '' | CombiningChar | Extender\n|\n|  namespaceParseNSDef(self)\n|      parse a namespace prefix declaration  TODO: this seems not\n|      in use anymore, the namespace handling is done on top of\n|      the SAX interfaces, i.e. not on raw input.  [NS 1] NSDef\n|      ::= PrefixDef Eq SystemLiteral  [NS 2] PrefixDef ::=\n|       'xmlns' (':' NCName)?\n|\n|  nextChar(self)\n|      Skip to the next char input char.\n|\n|  parseAttValue(self)\n|      parse a value for an attribute Note: the parser won't do\n|      substitution of entities here, this will be handled later\n|      in xmlStringGetNodeList  [10] AttValue ::= '\"' ([^<&\"] |\n|      Reference)* '\"' | \"'\" ([^<&'] | Reference)* \"'\"  3.3.3\n|      Attribute-Value Normalization: Before the value of an\n|      attribute is passed to the application or checked for\n|      validity, the XML processor must normalize it as follows: -\n|      a character reference is processed by appending the\n|      referenced character to the attribute value - an entity\n|      reference is processed by recursively processing the\n|      replacement text of the entity - a whitespace character\n|      (#x20, #xD, #xA, #x9) is processed by appending #x20 to the\n|      normalized value, except that only a single #x20 is\n|      appended for a \"#xD#xA\" sequence that is part of an\n|      external parsed entity or the literal entity value of an\n|      internal parsed entity - other characters are processed by\n|      appending them to the normalized value If the declared\n|      value is not CDATA, then the XML processor must further\n|      process the normalized attribute value by discarding any\n|      leading and trailing space (#x20) characters, and by\n|      replacing sequences of space (#x20) characters by a single\n|      space (#x20) character. All attributes for which no\n|      declaration has been read should be treated by a\n|       non-validating parser as if declared CDATA.\n|\n|  parseAttributeListDecl(self)\n|      : parse the Attribute list def for an element  [52]\n|      AttlistDecl ::= '<!ATTLIST' S Name AttDef* S? '>'  [53]\n|       AttDef ::= S Name S AttType S DefaultDecl\n|\n|  parseCDSect(self)\n|      Parse escaped pure raw content.  [18] CDSect ::= CDStart\n|      CData CDEnd  [19] CDStart ::= '<![CDATA['  [20] Data ::=\n|       (Char* - (Char* ']]>' Char*))  [21] CDEnd ::= ']]>'\n|\n|  parseCharData(self, cdata)\n|      parse a CharData section. if we are within a CDATA section\n|      ']]>' marks an end of section.  The right angle bracket (>)\n|      may be represented using the string \"&gt;\", and must, for\n|      compatibility, be escaped using \"&gt;\" or a character\n|      reference when it appears in the string \"]]>\" in content,\n|      when that string is not marking the end of a CDATA section.\n|        [14] CharData ::= [^<&]* - ([^<&]* ']]>' [^<&]*)\n|\n|  parseCharRef(self)\n|      parse Reference declarations  [66] CharRef ::= '&#' [0-9]+\n|      ';' | '&#x' [0-9a-fA-F]+ ';'  [ WFC: Legal Character ]\n|      Characters referred to using character references must\n|       match the production for Char.\n|\n|  parseChunk(self, chunk, size, terminate)\n|      Parse a Chunk of memory\n|\n|  parseComment(self)\n|      Skip an XML (SGML) comment <!-- .... --> The spec says that\n|      \"For compatibility, the string \"--\" (double-hyphen) must\n|      not occur within comments. \"  [15] Comment ::= '<!--'\n|       ((Char - '-') | ('-' (Char - '-')))* '-->'\n|\n|  parseContent(self)\n|      Parse a content sequence. Stops at EOF or '</'.  [43]\n|      content ::= (element | CharData | Reference | CDSect | PI |\n|       Comment)*\n|\n|  parseDocTypeDecl(self)\n|      parse a DOCTYPE declaration  [28] doctypedecl ::=\n|      '<!DOCTYPE' S Name (S ExternalID)? S? ('[' (markupdecl |\n|      PEReference | S)* ']' S?)? '>'  [ VC: Root Element Type ]\n|      The Name in the document type declaration must match the\n|       element type of the root element.\n|\n|  parseDocument(self)\n|      parse an XML document (and build a tree if using the\n|      standard SAX interface).  [1] document ::= prolog element\n|       Misc*  [22] prolog ::= XMLDecl? Misc* (doctypedecl Misc*)?\n|\n|  parseElement(self)\n|      parse an XML element  [39] element ::= EmptyElemTag | STag\n|      content ETag  [ WFC: Element Type Match ] The Name in an\n|      element's end-tag must match the element type in the\n|       start-tag.\n|\n|  parseElementDecl(self)\n|      parse an Element declaration.  [45] elementdecl ::=\n|      '<!ELEMENT' S Name S contentspec S? '>'  [ VC: Unique\n|      Element Type Declaration ] No element type may be declared\n|       more than once\n|\n|  parseEncName(self)\n|      parse the XML encoding name  [81] EncName ::= [A-Za-z]\n|      ([A-Za-z0-9.] | '-')*\n|\n|  parseEncodingDecl(self)\n|      parse the XML encoding declaration  [80] EncodingDecl ::= S\n|      'encoding' Eq ('\"' EncName '\"' |  \"'\" EncName \"'\")  this\n|       setups the conversion filters.\n|\n|  parseEndTag(self)\n|      parse an end of tag  [42] ETag ::= '</' Name S? '>'  With\n|      namespace  [NS 9] ETag ::= '</' QName S? '>'\n|\n|  parseEntityDecl(self)\n|      parse <!ENTITY declarations  [70] EntityDecl ::= GEDecl |\n|      PEDecl  [71] GEDecl ::= '<!ENTITY' S Name S EntityDef S?\n|      '>'  [72] PEDecl ::= '<!ENTITY' S '%' S Name S PEDef S? '>'\n|      [73] EntityDef ::= EntityValue | (ExternalID NDataDecl?)\n|      [74] PEDef ::= EntityValue | ExternalID  [76] NDataDecl ::=\n|      S 'NDATA' S Name  [ VC: Notation Declared ] The Name must\n|       match the declared name of a notation.\n|\n|  parseEntityRef(self)\n|      parse ENTITY references declarations  [68] EntityRef ::=\n|      '&' Name ';'  [ WFC: Entity Declared ] In a document\n|      without any DTD, a document with only an internal DTD\n|      subset which contains no parameter entity references, or a\n|      document with \"standalone='yes'\", the Name given in the\n|      entity reference must match that in an entity declaration,\n|      except that well-formed documents need not declare any of\n|      the following entities: amp, lt, gt, apos, quot.  The\n|      declaration of a parameter entity must precede any\n|      reference to it.  Similarly, the declaration of a general\n|      entity must precede any reference to it which appears in a\n|      default value in an attribute-list declaration. Note that\n|      if entities are declared in the external subset or in\n|      external parameter entities, a non-validating processor is\n|      not obligated to read and process their declarations; for\n|      such documents, the rule that an entity must be declared is\n|      a well-formedness constraint only if standalone='yes'.  [\n|      WFC: Parsed Entity ] An entity reference must not contain\n|       the name of an unparsed entity\n|\n|  parseExtParsedEnt(self)\n|      parse a general parsed entity An external general parsed\n|      entity is well-formed if it matches the production labeled\n|       extParsedEnt.  [78] extParsedEnt ::= TextDecl? content\n|\n|  parseExternalSubset(self, ExternalID, SystemID)\n|      parse Markup declarations from an external subset  [30]\n|      extSubset ::= textDecl? extSubsetDecl  [31] extSubsetDecl\n|       ::= (markupdecl | conditionalSect | PEReference | S) *\n|\n|  parseMarkupDecl(self)\n|      parse Markup declarations  [29] markupdecl ::= elementdecl\n|      | AttlistDecl | EntityDecl | NotationDecl | PI | Comment  [\n|      VC: Proper Declaration/PE Nesting ] Parameter-entity\n|      replacement text must be properly nested with markup\n|      declarations. That is to say, if either the first character\n|      or the last character of a markup declaration (markupdecl\n|      above) is contained in the replacement text for a\n|      parameter-entity reference, both must be contained in the\n|      same replacement text.  [ WFC: PEs in Internal Subset ] In\n|      the internal DTD subset, parameter-entity references can\n|      occur only where markup declarations can occur, not within\n|      markup declarations. (This does not apply to references\n|      that occur in external parameter entities or to the\n|       external subset.)\n|\n|  parseMisc(self)\n|      parse an XML Misc* optional field.  [27] Misc ::= Comment |\n|      PI |  S\n|\n|  parseName(self)\n|      parse an XML name.  [4] NameChar ::= Letter | Digit | '.' |\n|      '-' | '' | ':' | CombiningChar | Extender  [5] Name ::=\n|      (Letter | '' | ':') (NameChar)*  [6] Names ::= Name (#x20\n|       Name)*\n|\n|  parseNamespace(self)\n|      xmlParseNamespace: parse specific PI '<?namespace ...'\n|      constructs.  This is what the older xml-name Working Draft\n|      specified, a bunch of other stuff may still rely on it, so\n|      support is still here as if it was declared on the root of\n|      the Tree:-(  TODO: remove from library  To be removed at\n|       next drop of binary compatibility\n|\n|  parseNmtoken(self)\n|      parse an XML Nmtoken.  [7] Nmtoken ::= (NameChar)+  [8]\n|      Nmtokens ::= Nmtoken (#x20 Nmtoken)*\n|\n|  parseNotationDecl(self)\n|      parse a notation declaration  [82] NotationDecl ::=\n|      '<!NOTATION' S Name S (ExternalID |  PublicID) S? '>'\n|      Hence there is actually 3 choices: 'PUBLIC' S PubidLiteral\n|      'PUBLIC' S PubidLiteral S SystemLiteral and 'SYSTEM' S\n|       SystemLiteral  See the NOTE on xmlParseExternalID().\n|\n|  parsePEReference(self)\n|      parse PEReference declarations The entity content is\n|      handled directly by pushing it's content as a new input\n|      stream.  [69] PEReference ::= '%' Name ';'  [ WFC: No\n|      Recursion ] A parsed entity must not contain a recursive\n|      reference to itself, either directly or indirectly.  [ WFC:\n|      Entity Declared ] In a document without any DTD, a document\n|      with only an internal DTD subset which contains no\n|      parameter entity references, or a document with\n|      \"standalone='yes'\", ...  ... The declaration of a parameter\n|      entity must precede any reference to it...  [ VC: Entity\n|      Declared ] In a document with an external subset or\n|      external parameter entities with \"standalone='no'\", ...\n|      ... The declaration of a parameter entity must precede any\n|      reference to it...  [ WFC: In DTD ] Parameter-entity\n|      references may only appear in the DTD. NOTE: misleading but\n|       this is handled.\n|\n|  parsePI(self)\n|      parse an XML Processing Instruction.  [16] PI ::= '<?'\n|      PITarget (S (Char* - (Char* '?>' Char*)))? '?>'  The\n|       processing is transferred to SAX once parsed.\n|\n|  parsePITarget(self)\n|      parse the name of a PI  [17] PITarget ::= Name - (('X' |\n|      'x') ('M' | 'm') ('L' | 'l'))\n|\n|  parsePubidLiteral(self)\n|      parse an XML public literal  [12] PubidLiteral ::= '\"'\n|      PubidChar* '\"' | \"'\" (PubidChar - \"'\")* \"'\"\n|\n|  parseQuotedString(self)\n|      Parse and return a string between quotes or doublequotes\n|      TODO: Deprecated, to  be removed at next drop of binary\n|       compatibility\n|\n|  parseReference(self)\n|      parse and handle entity references in content, depending on\n|      the SAX interface, this may end-up in a call to character()\n|      if this is a CharRef, a predefined entity, if there is no\n|      reference() callback. or if the parser was asked to switch\n|       to that mode.  [67] Reference ::= EntityRef | CharRef\n|\n|  parseSDDecl(self)\n|      parse the XML standalone declaration  [32] SDDecl ::= S\n|      'standalone' Eq ((\"'\" ('yes' | 'no') \"'\") | ('\"' ('yes' |\n|      'no')'\"'))  [ VC: Standalone Document Declaration ] TODO\n|      The standalone document declaration must have the value\n|      \"no\" if any external markup declarations contain\n|      declarations of: - attributes with default values, if\n|      elements to which these attributes apply appear in the\n|      document without specifications of values for these\n|      attributes, or - entities (other than amp, lt, gt, apos,\n|      quot), if references to those entities appear in the\n|      document, or - attributes with values subject to\n|      normalization, where the attribute appears in the document\n|      with a value which will change as a result of\n|      normalization, or - element types with element content, if\n|      white space occurs directly within any instance of those\n|       types.\n|\n|  parseStartTag(self)\n|      parse a start of tag either for rule element or\n|      EmptyElement. In both case we don't parse the tag closing\n|      chars.  [40] STag ::= '<' Name (S Attribute)* S? '>'  [\n|      WFC: Unique Att Spec ] No attribute name may appear more\n|      than once in the same start-tag or empty-element tag.  [44]\n|      EmptyElemTag ::= '<' Name (S Attribute)* S? '/>'  [ WFC:\n|      Unique Att Spec ] No attribute name may appear more than\n|      once in the same start-tag or empty-element tag.  With\n|      namespace:  [NS 8] STag ::= '<' QName (S Attribute)* S? '>'\n|        [NS 10] EmptyElement ::= '<' QName (S Attribute)* S? '/>'\n|\n|  parseSystemLiteral(self)\n|      parse an XML Literal  [11] SystemLiteral ::= ('\"' [^\"]*\n|      '\"') | (\"'\" [^']* \"'\")\n|\n|  parseTextDecl(self)\n|      parse an XML declaration header for external entities  [77]\n|      TextDecl ::= '<?xml' VersionInfo? EncodingDecl S? '?>'\n|\n|  parseVersionInfo(self)\n|      parse the XML version.  [24] VersionInfo ::= S 'version' Eq\n|      (' VersionNum ' | \" VersionNum \")  [25] Eq ::= S? '=' S?\n|\n|  parseVersionNum(self)\n|      parse the XML version value.  [26] VersionNum ::= '1.'\n|      [0-9]+  In practice allow [0-9].[0-9]+ at that level\n|\n|  parseXMLDecl(self)\n|      parse an XML declaration header  [23] XMLDecl ::= '<?xml'\n|      VersionInfo EncodingDecl? SDDecl? S? '?>'\n|\n|  parserHandlePEReference(self)\n|      [69] PEReference ::= '%' Name ';'  [ WFC: No Recursion ] A\n|      parsed entity must not contain a recursive reference to\n|      itself, either directly or indirectly.  [ WFC: Entity\n|      Declared ] In a document without any DTD, a document with\n|      only an internal DTD subset which contains no parameter\n|      entity references, or a document with \"standalone='yes'\",\n|      ...  ... The declaration of a parameter entity must precede\n|      any reference to it...  [ VC: Entity Declared ] In a\n|      document with an external subset or external parameter\n|      entities with \"standalone='no'\", ...  ... The declaration\n|      of a parameter entity must precede any reference to it...\n|      [ WFC: In DTD ] Parameter-entity references may only appear\n|      in the DTD. NOTE: misleading but this is handled.  A\n|      PEReference may have been detected in the current input\n|      stream the handling is done accordingly to\n|      http://www.w3.org/TR/REC-xml#entproc i.e. - Included in\n|      literal in entity values - Included as Parameter Entity\n|       reference within DTDs\n|\n|  parserHandleReference(self)\n|      TODO: Remove, now deprecated ... the test is done directly\n|      in the content parsing routines.  [67] Reference ::=\n|      EntityRef | CharRef  [68] EntityRef ::= '&' Name ';'  [\n|      WFC: Entity Declared ] the Name given in the entity\n|      reference must match that in an entity declaration, except\n|      that well-formed documents need not declare any of the\n|      following entities: amp, lt, gt, apos, quot.  [ WFC: Parsed\n|      Entity ] An entity reference must not contain the name of\n|      an unparsed entity  [66] CharRef ::= '&#' [0-9]+ ';' |\n|      '&#x' [0-9a-fA-F]+ ';'  A PEReference may have been\n|      detected in the current input stream the handling is done\n|       accordingly to http://www.w3.org/TR/REC-xml#entproc\n|\n|  pedantic(self, pedantic)\n|      Switch the parser to be pedantic.\n|\n|  popInput(self)\n|      xmlPopInput: the current input pointed by ctxt->input came\n|      to an end pop it and return the next char.\n|\n|  replaceEntities(self, replaceEntities)\n|      Switch the parser to replace entities.\n|\n|  scanName(self)\n|      Trickery: parse an XML name but without consuming the input\n|      flow Needed for rollback cases. Used only when parsing\n|      entities references.  TODO: seems deprecated now, only used\n|      in the default part of xmlParserHandleReference  [4]\n|      NameChar ::= Letter | Digit | '.' | '-' | '' | ':' |\n|      CombiningChar | Extender  [5] Name ::= (Letter | '' | ':')\n|       (NameChar)*  [6] Names ::= Name (S Name)*\n|\n|  setupParserForBuffer(self, buffer, filename)\n|      Setup the parser context to parse a new buffer; Clears any\n|      prior contents from the parser context. The buffer\n|      parameter must not be None, but the filename parameter can\n|       be\n|\n|  skipBlankChars(self)\n|      skip all blanks character found at that point in the input\n|      streams. It pops up finished entities in the process if\n|       allowable at that point.\n|\n|  stopParser(self)\n|      Blocks further parser processing\n|\n|  stringDecodeEntities(self, str, what, end, end2, end3)\n|      Takes a entity string content and process to do the\n|      adequate substitutions.  [67] Reference ::= EntityRef |\n|       CharRef  [69] PEReference ::= '%' Name ';'\n|\n|  stringLenDecodeEntities(self, str, len, what, end, end2, end3)\n|      Takes a entity string content and process to do the\n|      adequate substitutions.  [67] Reference ::= EntityRef |\n|       CharRef  [69] PEReference ::= '%' Name ';'\n|\n|  validate(self, validate)\n|      Switch the parser to validation mode.\n|\n|  wellFormed(self)\n|      Get the well formed information from a parser context.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from parserCtxtCore:\n|\n|  addLocalCatalog(self, uri)\n|      Register a local catalog with the parser\n|\n|  getErrorHandler(self)\n|      Return (f,arg) as previously registered with setErrorHandler\n|      or (None,None).\n|\n|  setErrorHandler(self, f, arg)\n|      Register an error handler that will be called back as\n|      f(arg,msg,severity,reserved).\n|\n|      @reserved is currently always None.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from parserCtxtCore:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class parserCtxtCore",
                    "content": "|  parserCtxtCore(obj=None)\n|\n|  Methods defined here:\n|\n|  del(self)\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  addLocalCatalog(self, uri)\n|      Register a local catalog with the parser\n|\n|  getErrorHandler(self)\n|      Return (f,arg) as previously registered with setErrorHandler\n|      or (None,None).\n|\n|  setErrorHandler(self, f, arg)\n|      Register an error handler that will be called back as\n|      f(arg,msg,severity,reserved).\n|\n|      @reserved is currently always None.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class parserError",
                    "content": "|  parserError(msg)\n|\n|  Method resolution order:\n|      parserError\n|      libxmlError\n|      builtins.Exception\n|      builtins.BaseException\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  init(self, msg)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  str(self)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from libxmlError:\n|\n|  weakref\n|      list of weak references to the object (if defined)\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from builtins.Exception:\n|\n|  new(*args, kwargs) from builtins.type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from builtins.BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  setattr(self, name, value, /)\n|      Implement setattr(self, name, value).\n|\n|  setstate(...)\n|\n|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from builtins.BaseException:\n|\n|  cause\n|      exception cause\n|\n|  context\n|      exception context\n|\n|  dict\n|\n|  suppresscontext\n|\n|  traceback\n|\n|  args\n"
                },
                {
                    "name": "class relaxNgParserCtxt",
                    "content": "|  relaxNgParserCtxt(obj=None)\n|\n|  Methods defined here:\n|\n|  del(self)\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  relaxNGParse(self)\n|      parse a schema definition resource and build an internal\n|      XML Schema structure which can be used to validate\n|       instances.\n|\n|  relaxParserSetFlag(self, flags)\n|      Semi private function used to pass information to a parser\n|      context which are a combination of xmlRelaxNGParserFlag .\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class relaxNgSchema",
                    "content": "|  relaxNgSchema(obj=None)\n|\n|  Methods defined here:\n|\n|  RelaxNGSetSchema(self, reader)\n|      Use RelaxNG to validate the document as it is processed.\n|      Activation is only possible before the first Read(). if\n|      @schema is None, then RelaxNG validation is deactivated. @\n|      The @schema should not be freed until the reader is\n|       deallocated or its use has been deactivated.\n|\n|  del(self)\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  relaxNGDump(self, output)\n|      Dump a RelaxNG structure back\n|\n|  relaxNGDumpTree(self, output)\n|      Dump the transformed RelaxNG tree.\n|\n|  relaxNGNewValidCtxt(self)\n|      Create an XML RelaxNGs validation context based on the\n|      given schema\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class relaxNgValidCtxt",
                    "content": "|  relaxNgValidCtxt(obj=None)\n|\n|  Method resolution order:\n|      relaxNgValidCtxt\n|      relaxNgValidCtxtCore\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  RelaxNGValidateCtxt(self, reader, options)\n|      Use RelaxNG schema context to validate the document as it\n|      is processed. Activation is only possible before the first\n|      Read(). If @ctxt is None, then RelaxNG schema validation is\n|       deactivated.\n|\n|  del(self)\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  relaxNGValidateDoc(self, doc)\n|      Validate a document tree in memory.\n|\n|  relaxNGValidateFullElement(self, doc, elem)\n|      Validate a full subtree when\n|      xmlRelaxNGValidatePushElement() returned 0 and the content\n|       of the node has been expanded.\n|\n|  relaxNGValidatePopElement(self, doc, elem)\n|      Pop the element end from the RelaxNG validation stack.\n|\n|  relaxNGValidatePushCData(self, data, len)\n|      check the CData parsed for validation in the current stack\n|\n|  relaxNGValidatePushElement(self, doc, elem)\n|      Push a new element start on the RelaxNG validation stack.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from relaxNgValidCtxtCore:\n|\n|  setValidityErrorHandler(self, errfunc, warnfunc, arg=None)\n|      Register error and warning handlers for RelaxNG validation.\n|      These will be called back as f(msg,arg)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from relaxNgValidCtxtCore:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class relaxNgValidCtxtCore",
                    "content": "|  relaxNgValidCtxtCore(*args, kw)\n|\n|  Methods defined here:\n|\n|  init(self, *args, kw)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  setValidityErrorHandler(self, errfunc, warnfunc, arg=None)\n|      Register error and warning handlers for RelaxNG validation.\n|      These will be called back as f(msg,arg)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class treeError",
                    "content": "|  treeError(msg)\n|\n|  # Errors raised by the wrappers when some tree handling failed.\n|\n|  Method resolution order:\n|      treeError\n|      libxmlError\n|      builtins.Exception\n|      builtins.BaseException\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  init(self, msg)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  str(self)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from libxmlError:\n|\n|  weakref\n|      list of weak references to the object (if defined)\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from builtins.Exception:\n|\n|  new(*args, kwargs) from builtins.type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from builtins.BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  setattr(self, name, value, /)\n|      Implement setattr(self, name, value).\n|\n|  setstate(...)\n|\n|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from builtins.BaseException:\n|\n|  cause\n|      exception cause\n|\n|  context\n|      exception context\n|\n|  dict\n|\n|  suppresscontext\n|\n|  traceback\n|\n|  args\n"
                },
                {
                    "name": "class uriError",
                    "content": "|  uriError(msg)\n|\n|  Method resolution order:\n|      uriError\n|      libxmlError\n|      builtins.Exception\n|      builtins.BaseException\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  init(self, msg)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  str(self)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from libxmlError:\n|\n|  weakref\n|      list of weak references to the object (if defined)\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from builtins.Exception:\n|\n|  new(*args, kwargs) from builtins.type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from builtins.BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  setattr(self, name, value, /)\n|      Implement setattr(self, name, value).\n|\n|  setstate(...)\n|\n|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from builtins.BaseException:\n|\n|  cause\n|      exception cause\n|\n|  context\n|      exception context\n|\n|  dict\n|\n|  suppresscontext\n|\n|  traceback\n|\n|  args\n"
                },
                {
                    "name": "class xmlAttr",
                    "content": "|  xmlAttr(obj=None)\n|\n|  Method resolution order:\n|      xmlAttr\n|      xmlNode\n|      xmlCore\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  repr(self)\n|      Return repr(self).\n|\n|  copyProp(self, target)\n|      Do a copy of the attribute.\n|\n|  copyPropList(self, target)\n|      Do a copy of an attribute list.\n|\n|  debugDumpAttr(self, output, depth)\n|      Dumps debug information for the attribute\n|\n|  debugDumpAttrList(self, output, depth)\n|      Dumps debug information for the attribute list\n|\n|  freeProp(self)\n|      Free one attribute, all the content is freed too\n|\n|  freePropList(self)\n|      Free a property and all its siblings, all the children are\n|      freed too.\n|\n|  removeID(self, doc)\n|      Remove the given attribute from the ID table maintained\n|      internally.\n|\n|  removeProp(self)\n|      Unlink and free one attribute, all the content is freed too\n|      Note this doesn't work for namespace definition attributes\n|\n|  removeRef(self, doc)\n|      Remove the given attribute from the Ref table maintained\n|      internally.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlNode:\n|\n|  addChild(self, cur)\n|      Add a new node to @parent, at the end of the child (or\n|      property) list merging adjacent TEXT nodes (in which case\n|      @cur is freed) If the new node is ATTRIBUTE, it is added\n|      into properties instead of children. If there is an\n|       attribute with equal name, it is first destroyed.\n|\n|  addChildList(self, cur)\n|      Add a list of node at the end of the child list of the\n|      parent merging adjacent TEXT nodes (@cur may be freed)\n|\n|  addContent(self, content)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContent(), @content is supposed to be\n|      raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addContentLen(self, content, len)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContentLen(), @content is supposed to\n|      be raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addNextSibling(self, elem)\n|      Add a new node @elem as the next sibling of @cur If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. As a result of text\n|      merging @elem may be freed. If the new node is ATTRIBUTE,\n|      it is added into properties instead of children. If there\n|       is an attribute with equal name, it is first destroyed.\n|\n|  addPrevSibling(self, elem)\n|      Add a new node @elem as the previous sibling of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. If the new node is\n|      ATTRIBUTE, it is added into properties instead of children.\n|      If there is an attribute with equal name, it is first\n|       destroyed.\n|\n|  addSibling(self, elem)\n|      Add a new element @elem to the list of siblings of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      element was already inserted in a document it is first\n|       unlinked from its existing context.\n|\n|  copyNode(self, extended)\n|      Do a copy of the node.\n|\n|  copyNodeList(self)\n|      Do a recursive copy of the node list. Use\n|      xmlDocCopyNodeList() if possible to ensure string interning.\n|\n|  debugDumpNode(self, output, depth)\n|      Dumps debug information for the element node, it is\n|      recursive\n|\n|  debugDumpNodeList(self, output, depth)\n|      Dumps debug information for the list of element node, it is\n|      recursive\n|\n|  debugDumpOneNode(self, output, depth)\n|      Dumps debug information for the element node, it is not\n|      recursive\n|\n|  docCopyNode(self, doc, extended)\n|      Do a copy of the node to a given document.\n|\n|  docCopyNodeList(self, doc)\n|      Do a recursive copy of the node list.\n|\n|  docSetRootElement(self, doc)\n|      Set the root element of the document (doc->children is a\n|      list containing possibly comments, PIs, etc ...).\n|\n|  firstElementChild(self)\n|      Finds the first child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  freeNode(self)\n|      Free a node, this is a recursive behaviour, all the\n|      children are freed too. This doesn't unlink the child from\n|       the list, use xmlUnlinkNode() first.\n|\n|  freeNodeList(self)\n|      Free a node and all its siblings, this is a recursive\n|      behaviour, all the children are freed too.\n|\n|  getBase(self, doc)\n|      Searches for the BASE URL. The code should work on both XML\n|      and HTML document even if base mechanisms are completely\n|      different. It returns the base as defined in RFC 2396\n|      sections 5.1.1. Base URI within Document Content and 5.1.2.\n|      Base URI from the Encapsulating Entity However it does not\n|       return the document base (5.1.3), use doc->URL in this case\n|\n|  getContent(self)\n|      Read the value of a node, this can be either the text\n|      carried directly by this node if it's a TEXT node or the\n|      aggregate string of the values carried by this node child's\n|       (TEXT and ENTITYREF). Entity references are substituted.\n|\n|  getLang(self)\n|      Searches the language of a node, i.e. the values of the\n|      xml:lang attribute or the one carried by the nearest\n|       ancestor.\n|\n|  getSpacePreserve(self)\n|      Searches the space preserving behaviour of a node, i.e. the\n|      values of the xml:space attribute or the one carried by the\n|       nearest ancestor.\n|\n|  hasNsProp(self, name, nameSpace)\n|      Search for an attribute associated to a node This attribute\n|      has to be anchored in the namespace specified. This does\n|      the entity substitution. This function looks in DTD\n|      attribute declaration for #FIXED or default declaration\n|      values unless DTD use has been turned off. Note that a\n|       namespace of None indicates to use the default namespace.\n|\n|  hasProp(self, name)\n|      Search an attribute associated to a node This function also\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  isBlankNode(self)\n|      Checks whether this node is an empty or whitespace only\n|      (and possibly ignorable) text-node.\n|\n|  isID(self, doc, attr)\n|      Determine whether an attribute is of type ID. In case we\n|      have DTD(s) then this is done if DTD loading has been\n|      requested. In the case of HTML documents parsed with the\n|       HTML parser, then ID detection is done systematically.\n|\n|  isRef(self, doc, attr)\n|      Determine whether an attribute is of type Ref. In case we\n|      have DTD(s) then this is simple, otherwise we use an\n|       heuristic: name Ref (upper or lowercase).\n|\n|  isText(self)\n|      Is this node a Text node ?\n|\n|  lastChild(self)\n|      Search the last child of a node.\n|\n|  lastElementChild(self)\n|      Finds the last child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  lineNo(self)\n|      Get line number of @node. Try to override the limitation of\n|      lines being store in 16 bits ints if XMLPARSEBIGLINES\n|       parser option was used\n|\n|  listGetRawString(self, doc, inLine)\n|      Builds the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs, contrary to\n|      xmlNodeListGetString() this function doesn't do any\n|       character encoding handling.\n|\n|  listGetString(self, doc, inLine)\n|      Build the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs\n|\n|  lsCountNode(self)\n|      Count the children of @node.\n|\n|  lsOneNode(self, output)\n|      Dump to @output the type and name of @node.\n|\n|  newChild(self, ns, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child list containing the TEXTs and ENTITYREFs node will\n|      be created. NOTE: @content is supposed to be a piece of XML\n|      CDATA, so it allows entity references. XML special chars\n|      must be escaped first by using\n|      xmlEncodeEntitiesReentrant(), or xmlNewTextChild() should\n|       be used.\n|\n|  newNs(self, href, prefix)\n|      Creation of a new Namespace. This function will refuse to\n|      create a namespace with a similar prefix than an existing\n|      one present on this node. Note that for a default\n|      namespace, @prefix should be None.  We use href==None in\n|      the case of an element creation where the namespace was not\n|       defined.\n|\n|  newNsProp(self, ns, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newNsPropEatName(self, ns, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newProp(self, name, value)\n|      Create a new property carried by a node.\n|\n|  newTextChild(self, ns, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child TEXT node will be created containing the string\n|      @content. NOTE: Use xmlNewChild() if @content will contain\n|      entities that need to be preserved. Use this function,\n|      xmlNewTextChild(), if you need to ensure that reserved XML\n|      chars that might appear in @content, such as the ampersand,\n|      greater-than or less-than signs, are automatically replaced\n|       by their XML escaped entity representations.\n|\n|  nextElementSibling(self)\n|      Finds the first closest next sibling of the node which is\n|      an element node. Note the handling of entities references\n|      is different than in the W3C DOM element traversal spec\n|      since we don't have back reference from entities content to\n|       entities references.\n|\n|  noNsProp(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off. This\n|      function is similar to xmlGetProp except it will accept\n|       only an attribute in no namespace.\n|\n|  nodePath(self)\n|      Build a structure based Path for the given node\n|\n|  ns(self)\n|      Get the namespace of a node\n|\n|  nsDefs(self)\n|      Get the namespace of a node\n|\n|  nsProp(self, name, nameSpace)\n|      Search and get the value of an attribute associated to a\n|      node This attribute has to be anchored in the namespace\n|      specified. This does the entity substitution. This function\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  previousElementSibling(self)\n|      Finds the first closest previous sibling of the node which\n|      is an element node. Note the handling of entities\n|      references is different than in the W3C DOM element\n|      traversal spec since we don't have back reference from\n|       entities content to entities references.\n|\n|  prop(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off.\n|      NOTE: this function acts independently of namespaces\n|      associated to the attribute. Use xmlGetNsProp() or\n|       xmlGetNoNsProp() for namespace aware processing.\n|\n|  reconciliateNs(self, doc)\n|      This function checks that all the namespaces declared\n|      within the given tree are properly declared. This is needed\n|      for example after Copy or Cut and then paste operations.\n|      The subtree may still hold pointers to namespace\n|      declarations outside the subtree or invalid/masked. As much\n|      as possible the function try to reuse the existing\n|      namespaces found in the new environment. If not possible\n|      the new namespaces are redeclared on @tree at the top of\n|       the given subtree.\n|\n|  replaceNode(self, cur)\n|      Unlink the old node from its current context, prune the new\n|      one at the same place. If @cur was already inserted in a\n|       document it is first unlinked from its existing context.\n|\n|  schemaValidateOneElement(self, ctxt)\n|      Validate a branch of a tree, starting with the given @elem.\n|\n|  searchNs(self, doc, nameSpace)\n|      Search a Ns registered under a given name space for a\n|      document. recurse on the parents until it finds the defined\n|      namespace or return None otherwise. @nameSpace can be None,\n|      this is a search for the default namespace. We don't allow\n|      to cross entities boundaries. If you don't declare the\n|      namespace within those you will be in troubles !!! A\n|       warning is generated to cover this case.\n|\n|  searchNsByHref(self, doc, href)\n|      Search a Ns aliasing a given URI. Recurse on the parents\n|      until it finds the defined namespace or return None\n|       otherwise.\n|\n|  setBase(self, uri)\n|      Set (or reset) the base URI of a node, i.e. the value of\n|      the xml:base attribute.\n|\n|  setContent(self, content)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setContentLen(self, content, len)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setLang(self, lang)\n|      Set the language of a node, i.e. the values of the xml:lang\n|      attribute.\n|\n|  setListDoc(self, doc)\n|      update all nodes in the list to point to the right document\n|\n|  setName(self, name)\n|      Set (or reset) the name of a node.\n|\n|  setNs(self, ns)\n|      Associate a namespace to a node, a posteriori.\n|\n|  setNsProp(self, ns, name, value)\n|      Set (or reset) an attribute carried by a node. The ns\n|      structure must be in scope, this is not checked\n|\n|  setProp(self, name, value)\n|      Set (or reset) an attribute carried by a node. If @name has\n|      a prefix, then the corresponding namespace-binding will be\n|      used, if in scope; it is an error it there's no such\n|       ns-binding for the prefix in scope.\n|\n|  setSpacePreserve(self, val)\n|      Set (or reset) the space preserving behaviour of a node,\n|      i.e. the value of the xml:space attribute.\n|\n|  setTreeDoc(self, doc)\n|      update all nodes under the tree to point to the right\n|      document\n|\n|  shellPrintNode(self)\n|      Print node to the output FILE\n|\n|  textConcat(self, content, len)\n|      Concat the given string at the end of the existing node\n|      content\n|\n|  textMerge(self, second)\n|      Merge two text nodes into one\n|\n|  unlinkNode(self)\n|      Unlink a node from it's current context, the node is not\n|      freed If one need to free the node, use xmlFreeNode()\n|      routine after the unlink to discard it. Note that namespace\n|      nodes can't be unlinked as they do not have pointer to\n|       their parent.\n|\n|  unsetNsProp(self, ns, name)\n|      Remove an attribute carried by a node.\n|\n|  unsetProp(self, name)\n|      Remove an attribute carried by a node. This handles only\n|      attributes in no namespace.\n|\n|  validNormalizeAttributeValue(self, doc, name, value)\n|      Does the validation related extra step of the normalization\n|      of attribute values:  If the declared value is not CDATA,\n|      then the XML processor must further process the normalized\n|      attribute value by discarding any leading and trailing\n|      space (#x20) characters, and by replacing sequences of\n|       space (#x20) characters by single space (#x20) character.\n|\n|  xincludeProcessTree(self)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xincludeProcessTreeFlags(self, flags)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xpathCastNodeToNumber(self)\n|      Converts a node to its number value\n|\n|  xpathCastNodeToString(self)\n|      Converts a node to its string value.\n|\n|  xpathCmpNodes(self, node2)\n|      Compare two nodes w.r.t document order\n|\n|  xpathNewNodeSet(self)\n|      Create a new xmlXPathObjectPtr of type NodeSet and\n|      initialize it with the single Node @val\n|\n|  xpathNewValueTree(self)\n|      Create a new xmlXPathObjectPtr of type Value Tree (XSLT)\n|      and initialize it with the tree root @val\n|\n|  xpathNextAncestor(self, ctxt)\n|      Traversal function for the \"ancestor\" direction the\n|      ancestor axis contains the ancestors of the context node;\n|      the ancestors of the context node consist of the parent of\n|      context node and the parent's parent and so on; the nodes\n|      are ordered in reverse document order; thus the parent is\n|      the first node on the axis, and the parent's parent is the\n|       second node on the axis\n|\n|  xpathNextAncestorOrSelf(self, ctxt)\n|      Traversal function for the \"ancestor-or-self\" direction he\n|      ancestor-or-self axis contains the context node and\n|      ancestors of the context node in reverse document order;\n|      thus the context node is the first node on the axis, and\n|      the context node's parent the second; parent here is\n|       defined the same as with the parent axis.\n|\n|  xpathNextAttribute(self, ctxt)\n|      Traversal function for the \"attribute\" direction TODO:\n|      support DTD inherited default attributes\n|\n|  xpathNextChild(self, ctxt)\n|      Traversal function for the \"child\" direction The child axis\n|      contains the children of the context node in document order.\n|\n|  xpathNextDescendant(self, ctxt)\n|      Traversal function for the \"descendant\" direction the\n|      descendant axis contains the descendants of the context\n|      node in document order; a descendant is a child or a child\n|       of a child and so on.\n|\n|  xpathNextDescendantOrSelf(self, ctxt)\n|      Traversal function for the \"descendant-or-self\" direction\n|      the descendant-or-self axis contains the context node and\n|      the descendants of the context node in document order; thus\n|      the context node is the first node on the axis, and the\n|      first child of the context node is the second node on the\n|       axis\n|\n|  xpathNextFollowing(self, ctxt)\n|      Traversal function for the \"following\" direction The\n|      following axis contains all nodes in the same document as\n|      the context node that are after the context node in\n|      document order, excluding any descendants and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in document order\n|\n|  xpathNextFollowingSibling(self, ctxt)\n|      Traversal function for the \"following-sibling\" direction\n|      The following-sibling axis contains the following siblings\n|       of the context node in document order.\n|\n|  xpathNextNamespace(self, ctxt)\n|      Traversal function for the \"namespace\" direction the\n|      namespace axis contains the namespace nodes of the context\n|      node; the order of nodes on this axis is\n|      implementation-defined; the axis will be empty unless the\n|      context node is an element  We keep the XML namespace node\n|       at the end of the list.\n|\n|  xpathNextParent(self, ctxt)\n|      Traversal function for the \"parent\" direction The parent\n|      axis contains the parent of the context node, if there is\n|       one.\n|\n|  xpathNextPreceding(self, ctxt)\n|      Traversal function for the \"preceding\" direction the\n|      preceding axis contains all nodes in the same document as\n|      the context node that are before the context node in\n|      document order, excluding any ancestors and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in reverse document order\n|\n|  xpathNextPrecedingSibling(self, ctxt)\n|      Traversal function for the \"preceding-sibling\" direction\n|      The preceding-sibling axis contains the preceding siblings\n|      of the context node in reverse document order; the first\n|      preceding sibling is first on the axis; the sibling\n|       preceding that node is the second on the axis and so on.\n|\n|  xpathNextSelf(self, ctxt)\n|      Traversal function for the \"self\" direction The self axis\n|      contains just the context node itself\n|\n|  xpathNodeEval(self, str, ctx)\n|      Evaluate the XPath Location Path in the given context. The\n|      node 'node' is set as the context node. The context node is\n|       not restored.\n|\n|  xpointerNewCollapsedRange(self)\n|      Create a new xmlXPathObjectPtr of type range using a single\n|      nodes\n|\n|  xpointerNewContext(self, doc, origin)\n|      Create a new XPointer context\n|\n|  xpointerNewLocationSetNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type LocationSet and\n|      initialize it with the single range made of the two nodes\n|       @start and @end\n|\n|  xpointerNewRange(self, startindex, end, endindex)\n|      Create a new xmlXPathObjectPtr of type range\n|\n|  xpointerNewRangeNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type range using 2 nodes\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlCore:\n|\n|  eq(self, other)\n|      Return self==value.\n|\n|  hash(self)\n|      Return hash(self).\n|\n|  iter = walkdepthfirst(self)\n|\n|  ne(self, other)\n|      Return self!=value.\n|\n|  str(self)\n|      Return str(self).\n|\n|  c14nMemory(self, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|      # Canonicalization routines:\n|      #\n|      #   nodes: the node set (tuple or list) to be included in the\n|      #     canonized image or None if all document nodes should be\n|      #     included.\n|      #   exclusive: the exclusive flag (0 - non-exclusive\n|      #     canonicalization; otherwise - exclusive canonicalization)\n|      #   prefixes: the list of inclusive namespace prefixes (strings),\n|      #     or None if there is no inclusive namespaces (only for\n|      #     exclusive canonicalization, ignored otherwise)\n|      #   withcomments: include comments in the result (!=0) or not\n|      #     (==0)\n|\n|  c14nSaveTo(self, file, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|\n|  free(self)\n|\n|  getchildren(self)\n|\n|  getcontent(self)\n|\n|  getdoc(self)\n|\n|  getlast(self)\n|\n|  getname(self)\n|\n|  getnext(self)\n|\n|  getparent(self)\n|\n|  getprev(self)\n|\n|  getproperties(self)\n|\n|  gettype(self)\n|\n|  removeNsDef(self, href)\n|      Remove a namespace definition from a node.  If href is None,\n|      remove all of the ns definitions on that node.  The removed\n|      namespaces are returned as a linked list.\n|\n|      Note: If any child nodes referred to the removed namespaces,\n|      they will be left with dangling links.  You should call\n|      renconciliateNs() to fix those pointers.\n|\n|      Note: This method does not free memory taken by the ns\n|      definitions.  You will need to free it manually with the\n|      freeNsList() method on the returns xmlNs object.\n|\n|  saveTo(self, file, encoding=None, format=0)\n|\n|  serialize(self, encoding=None, format=0)\n|      # Serialization routines, the optional arguments have the following\n|      # meaning:\n|      #     encoding: string to ask saving in a specific encoding\n|      #     indent: if 1 the serializer is asked to indent the output\n|\n|  walkbreadthfirst(self)\n|\n|  walkdepthfirst(self)\n|      # support for python2 iterators\n|\n|  xpathEval(self, expr)\n|      # Selecting nodes using XPath, a bit slow because the context\n|      # is allocated/freed every time but convenient.\n|\n|  xpathEval2(self, expr)\n|\n|  ----------------------------------------------------------------------\n|  Readonly properties inherited from xmlCore:\n|\n|  children\n|      First child node\n|\n|  content\n|      Content of this node\n|\n|  doc\n|      The document this node belongs to\n|\n|  last\n|      Last sibling node\n|\n|  name\n|      Node name\n|\n|  next\n|      Next sibling node\n|\n|  parent\n|      Parent node\n|\n|  prev\n|      Previous sibling node\n|\n|  properties\n|      List of properties\n|\n|  type\n|      Node type\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from xmlCore:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes inherited from xmlCore:\n|\n|  sys = <module 'sys' (built-in)>\n|      This module provides access to some objects used or maintained by the\n|      interpreter and to functions that interact strongly with the interpreter.\n|\n|      Dynamic objects:\n|\n|      argv -- command line arguments; argv[0] is the script pathname if known\n|      path -- module search path; path[0] is the script directory, else ''\n|      modules -- dictionary of loaded modules\n|\n|      displayhook -- called to show results in an interactive session\n|      excepthook -- called to handle any uncaught exception other than SystemExit\n|        To customize printing in an interactive session or to install a custom\n|        top-level exception handler, assign other functions to replace these.\n|\n|      stdin -- standard input file object; used by input()\n|      stdout -- standard output file object; used by print()\n|      stderr -- standard error object; used for error messages\n|        By assigning other file objects (or objects that behave like files)\n|        to these, it is possible to redirect all of the interpreter's I/O.\n|\n|      lasttype -- type of last uncaught exception\n|      lastvalue -- value of last uncaught exception\n|      lasttraceback -- traceback of last uncaught exception\n|        These three are only available in an interactive session after a\n|        traceback has been printed.\n|\n|      Static objects:\n|\n|      builtinmodulenames -- tuple of module names built into this interpreter\n|      copyright -- copyright notice pertaining to this interpreter\n|      execprefix -- prefix used to find the machine-specific Python library\n|      executable -- absolute path of the executable binary of the Python interpreter\n|      floatinfo -- a named tuple with information about the float implementation.\n|      floatreprstyle -- string indicating the style of repr() output for floats\n|      hashinfo -- a named tuple with information about the hash algorithm.\n|      hexversion -- version information encoded as a single integer\n|      implementation -- Python implementation information.\n|      intinfo -- a named tuple with information about the int implementation.\n|      maxsize -- the largest supported length of containers.\n|      maxunicode -- the value of the largest Unicode code point\n|      platform -- platform identifier\n|      prefix -- prefix used to find the Python library\n|      threadinfo -- a named tuple with information about the thread implementation.\n|      version -- the version of this interpreter as a string\n|      versioninfo -- version information as a named tuple\n|      stdin -- the original stdin; don't touch!\n|      stdout -- the original stdout; don't touch!\n|      stderr -- the original stderr; don't touch!\n|      displayhook -- the original displayhook; don't touch!\n|      excepthook -- the original excepthook; don't touch!\n|\n|      Functions:\n|\n|      displayhook() -- print an object to the screen, and save it in builtins.\n|      excepthook() -- print an exception and its traceback to sys.stderr\n|      excinfo() -- return thread-safe information about the current exception\n|      exit() -- exit the interpreter by raising SystemExit\n|      getdlopenflags() -- returns flags to be used for dlopen() calls\n|      getprofile() -- get the global profiling function\n|      getrefcount() -- return the reference count for an object (plus one :-)\n|      getrecursionlimit() -- return the max recursion depth for the interpreter\n|      getsizeof() -- return the size of an object in bytes\n|      gettrace() -- get the global debug tracing function\n|      setdlopenflags() -- set the flags to be used for dlopen() calls\n|      setprofile() -- set the global profiling function\n|      setrecursionlimit() -- set the max recursion depth for the interpreter\n|      settrace() -- set the global debug tracing function\n"
                },
                {
                    "name": "class xmlAttribute",
                    "content": "|  xmlAttribute(obj=None)\n|\n|  Method resolution order:\n|      xmlAttribute\n|      xmlNode\n|      xmlCore\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  repr(self)\n|      Return repr(self).\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlNode:\n|\n|  addChild(self, cur)\n|      Add a new node to @parent, at the end of the child (or\n|      property) list merging adjacent TEXT nodes (in which case\n|      @cur is freed) If the new node is ATTRIBUTE, it is added\n|      into properties instead of children. If there is an\n|       attribute with equal name, it is first destroyed.\n|\n|  addChildList(self, cur)\n|      Add a list of node at the end of the child list of the\n|      parent merging adjacent TEXT nodes (@cur may be freed)\n|\n|  addContent(self, content)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContent(), @content is supposed to be\n|      raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addContentLen(self, content, len)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContentLen(), @content is supposed to\n|      be raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addNextSibling(self, elem)\n|      Add a new node @elem as the next sibling of @cur If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. As a result of text\n|      merging @elem may be freed. If the new node is ATTRIBUTE,\n|      it is added into properties instead of children. If there\n|       is an attribute with equal name, it is first destroyed.\n|\n|  addPrevSibling(self, elem)\n|      Add a new node @elem as the previous sibling of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. If the new node is\n|      ATTRIBUTE, it is added into properties instead of children.\n|      If there is an attribute with equal name, it is first\n|       destroyed.\n|\n|  addSibling(self, elem)\n|      Add a new element @elem to the list of siblings of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      element was already inserted in a document it is first\n|       unlinked from its existing context.\n|\n|  copyNode(self, extended)\n|      Do a copy of the node.\n|\n|  copyNodeList(self)\n|      Do a recursive copy of the node list. Use\n|      xmlDocCopyNodeList() if possible to ensure string interning.\n|\n|  copyProp(self, cur)\n|      Do a copy of the attribute.\n|\n|  copyPropList(self, cur)\n|      Do a copy of an attribute list.\n|\n|  debugDumpNode(self, output, depth)\n|      Dumps debug information for the element node, it is\n|      recursive\n|\n|  debugDumpNodeList(self, output, depth)\n|      Dumps debug information for the list of element node, it is\n|      recursive\n|\n|  debugDumpOneNode(self, output, depth)\n|      Dumps debug information for the element node, it is not\n|      recursive\n|\n|  docCopyNode(self, doc, extended)\n|      Do a copy of the node to a given document.\n|\n|  docCopyNodeList(self, doc)\n|      Do a recursive copy of the node list.\n|\n|  docSetRootElement(self, doc)\n|      Set the root element of the document (doc->children is a\n|      list containing possibly comments, PIs, etc ...).\n|\n|  firstElementChild(self)\n|      Finds the first child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  freeNode(self)\n|      Free a node, this is a recursive behaviour, all the\n|      children are freed too. This doesn't unlink the child from\n|       the list, use xmlUnlinkNode() first.\n|\n|  freeNodeList(self)\n|      Free a node and all its siblings, this is a recursive\n|      behaviour, all the children are freed too.\n|\n|  getBase(self, doc)\n|      Searches for the BASE URL. The code should work on both XML\n|      and HTML document even if base mechanisms are completely\n|      different. It returns the base as defined in RFC 2396\n|      sections 5.1.1. Base URI within Document Content and 5.1.2.\n|      Base URI from the Encapsulating Entity However it does not\n|       return the document base (5.1.3), use doc->URL in this case\n|\n|  getContent(self)\n|      Read the value of a node, this can be either the text\n|      carried directly by this node if it's a TEXT node or the\n|      aggregate string of the values carried by this node child's\n|       (TEXT and ENTITYREF). Entity references are substituted.\n|\n|  getLang(self)\n|      Searches the language of a node, i.e. the values of the\n|      xml:lang attribute or the one carried by the nearest\n|       ancestor.\n|\n|  getSpacePreserve(self)\n|      Searches the space preserving behaviour of a node, i.e. the\n|      values of the xml:space attribute or the one carried by the\n|       nearest ancestor.\n|\n|  hasNsProp(self, name, nameSpace)\n|      Search for an attribute associated to a node This attribute\n|      has to be anchored in the namespace specified. This does\n|      the entity substitution. This function looks in DTD\n|      attribute declaration for #FIXED or default declaration\n|      values unless DTD use has been turned off. Note that a\n|       namespace of None indicates to use the default namespace.\n|\n|  hasProp(self, name)\n|      Search an attribute associated to a node This function also\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  isBlankNode(self)\n|      Checks whether this node is an empty or whitespace only\n|      (and possibly ignorable) text-node.\n|\n|  isID(self, doc, attr)\n|      Determine whether an attribute is of type ID. In case we\n|      have DTD(s) then this is done if DTD loading has been\n|      requested. In the case of HTML documents parsed with the\n|       HTML parser, then ID detection is done systematically.\n|\n|  isRef(self, doc, attr)\n|      Determine whether an attribute is of type Ref. In case we\n|      have DTD(s) then this is simple, otherwise we use an\n|       heuristic: name Ref (upper or lowercase).\n|\n|  isText(self)\n|      Is this node a Text node ?\n|\n|  lastChild(self)\n|      Search the last child of a node.\n|\n|  lastElementChild(self)\n|      Finds the last child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  lineNo(self)\n|      Get line number of @node. Try to override the limitation of\n|      lines being store in 16 bits ints if XMLPARSEBIGLINES\n|       parser option was used\n|\n|  listGetRawString(self, doc, inLine)\n|      Builds the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs, contrary to\n|      xmlNodeListGetString() this function doesn't do any\n|       character encoding handling.\n|\n|  listGetString(self, doc, inLine)\n|      Build the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs\n|\n|  lsCountNode(self)\n|      Count the children of @node.\n|\n|  lsOneNode(self, output)\n|      Dump to @output the type and name of @node.\n|\n|  newChild(self, ns, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child list containing the TEXTs and ENTITYREFs node will\n|      be created. NOTE: @content is supposed to be a piece of XML\n|      CDATA, so it allows entity references. XML special chars\n|      must be escaped first by using\n|      xmlEncodeEntitiesReentrant(), or xmlNewTextChild() should\n|       be used.\n|\n|  newNs(self, href, prefix)\n|      Creation of a new Namespace. This function will refuse to\n|      create a namespace with a similar prefix than an existing\n|      one present on this node. Note that for a default\n|      namespace, @prefix should be None.  We use href==None in\n|      the case of an element creation where the namespace was not\n|       defined.\n|\n|  newNsProp(self, ns, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newNsPropEatName(self, ns, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newProp(self, name, value)\n|      Create a new property carried by a node.\n|\n|  newTextChild(self, ns, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child TEXT node will be created containing the string\n|      @content. NOTE: Use xmlNewChild() if @content will contain\n|      entities that need to be preserved. Use this function,\n|      xmlNewTextChild(), if you need to ensure that reserved XML\n|      chars that might appear in @content, such as the ampersand,\n|      greater-than or less-than signs, are automatically replaced\n|       by their XML escaped entity representations.\n|\n|  nextElementSibling(self)\n|      Finds the first closest next sibling of the node which is\n|      an element node. Note the handling of entities references\n|      is different than in the W3C DOM element traversal spec\n|      since we don't have back reference from entities content to\n|       entities references.\n|\n|  noNsProp(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off. This\n|      function is similar to xmlGetProp except it will accept\n|       only an attribute in no namespace.\n|\n|  nodePath(self)\n|      Build a structure based Path for the given node\n|\n|  ns(self)\n|      Get the namespace of a node\n|\n|  nsDefs(self)\n|      Get the namespace of a node\n|\n|  nsProp(self, name, nameSpace)\n|      Search and get the value of an attribute associated to a\n|      node This attribute has to be anchored in the namespace\n|      specified. This does the entity substitution. This function\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  previousElementSibling(self)\n|      Finds the first closest previous sibling of the node which\n|      is an element node. Note the handling of entities\n|      references is different than in the W3C DOM element\n|      traversal spec since we don't have back reference from\n|       entities content to entities references.\n|\n|  prop(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off.\n|      NOTE: this function acts independently of namespaces\n|      associated to the attribute. Use xmlGetNsProp() or\n|       xmlGetNoNsProp() for namespace aware processing.\n|\n|  reconciliateNs(self, doc)\n|      This function checks that all the namespaces declared\n|      within the given tree are properly declared. This is needed\n|      for example after Copy or Cut and then paste operations.\n|      The subtree may still hold pointers to namespace\n|      declarations outside the subtree or invalid/masked. As much\n|      as possible the function try to reuse the existing\n|      namespaces found in the new environment. If not possible\n|      the new namespaces are redeclared on @tree at the top of\n|       the given subtree.\n|\n|  replaceNode(self, cur)\n|      Unlink the old node from its current context, prune the new\n|      one at the same place. If @cur was already inserted in a\n|       document it is first unlinked from its existing context.\n|\n|  schemaValidateOneElement(self, ctxt)\n|      Validate a branch of a tree, starting with the given @elem.\n|\n|  searchNs(self, doc, nameSpace)\n|      Search a Ns registered under a given name space for a\n|      document. recurse on the parents until it finds the defined\n|      namespace or return None otherwise. @nameSpace can be None,\n|      this is a search for the default namespace. We don't allow\n|      to cross entities boundaries. If you don't declare the\n|      namespace within those you will be in troubles !!! A\n|       warning is generated to cover this case.\n|\n|  searchNsByHref(self, doc, href)\n|      Search a Ns aliasing a given URI. Recurse on the parents\n|      until it finds the defined namespace or return None\n|       otherwise.\n|\n|  setBase(self, uri)\n|      Set (or reset) the base URI of a node, i.e. the value of\n|      the xml:base attribute.\n|\n|  setContent(self, content)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setContentLen(self, content, len)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setLang(self, lang)\n|      Set the language of a node, i.e. the values of the xml:lang\n|      attribute.\n|\n|  setListDoc(self, doc)\n|      update all nodes in the list to point to the right document\n|\n|  setName(self, name)\n|      Set (or reset) the name of a node.\n|\n|  setNs(self, ns)\n|      Associate a namespace to a node, a posteriori.\n|\n|  setNsProp(self, ns, name, value)\n|      Set (or reset) an attribute carried by a node. The ns\n|      structure must be in scope, this is not checked\n|\n|  setProp(self, name, value)\n|      Set (or reset) an attribute carried by a node. If @name has\n|      a prefix, then the corresponding namespace-binding will be\n|      used, if in scope; it is an error it there's no such\n|       ns-binding for the prefix in scope.\n|\n|  setSpacePreserve(self, val)\n|      Set (or reset) the space preserving behaviour of a node,\n|      i.e. the value of the xml:space attribute.\n|\n|  setTreeDoc(self, doc)\n|      update all nodes under the tree to point to the right\n|      document\n|\n|  shellPrintNode(self)\n|      Print node to the output FILE\n|\n|  textConcat(self, content, len)\n|      Concat the given string at the end of the existing node\n|      content\n|\n|  textMerge(self, second)\n|      Merge two text nodes into one\n|\n|  unlinkNode(self)\n|      Unlink a node from it's current context, the node is not\n|      freed If one need to free the node, use xmlFreeNode()\n|      routine after the unlink to discard it. Note that namespace\n|      nodes can't be unlinked as they do not have pointer to\n|       their parent.\n|\n|  unsetNsProp(self, ns, name)\n|      Remove an attribute carried by a node.\n|\n|  unsetProp(self, name)\n|      Remove an attribute carried by a node. This handles only\n|      attributes in no namespace.\n|\n|  validNormalizeAttributeValue(self, doc, name, value)\n|      Does the validation related extra step of the normalization\n|      of attribute values:  If the declared value is not CDATA,\n|      then the XML processor must further process the normalized\n|      attribute value by discarding any leading and trailing\n|      space (#x20) characters, and by replacing sequences of\n|       space (#x20) characters by single space (#x20) character.\n|\n|  xincludeProcessTree(self)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xincludeProcessTreeFlags(self, flags)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xpathCastNodeToNumber(self)\n|      Converts a node to its number value\n|\n|  xpathCastNodeToString(self)\n|      Converts a node to its string value.\n|\n|  xpathCmpNodes(self, node2)\n|      Compare two nodes w.r.t document order\n|\n|  xpathNewNodeSet(self)\n|      Create a new xmlXPathObjectPtr of type NodeSet and\n|      initialize it with the single Node @val\n|\n|  xpathNewValueTree(self)\n|      Create a new xmlXPathObjectPtr of type Value Tree (XSLT)\n|      and initialize it with the tree root @val\n|\n|  xpathNextAncestor(self, ctxt)\n|      Traversal function for the \"ancestor\" direction the\n|      ancestor axis contains the ancestors of the context node;\n|      the ancestors of the context node consist of the parent of\n|      context node and the parent's parent and so on; the nodes\n|      are ordered in reverse document order; thus the parent is\n|      the first node on the axis, and the parent's parent is the\n|       second node on the axis\n|\n|  xpathNextAncestorOrSelf(self, ctxt)\n|      Traversal function for the \"ancestor-or-self\" direction he\n|      ancestor-or-self axis contains the context node and\n|      ancestors of the context node in reverse document order;\n|      thus the context node is the first node on the axis, and\n|      the context node's parent the second; parent here is\n|       defined the same as with the parent axis.\n|\n|  xpathNextAttribute(self, ctxt)\n|      Traversal function for the \"attribute\" direction TODO:\n|      support DTD inherited default attributes\n|\n|  xpathNextChild(self, ctxt)\n|      Traversal function for the \"child\" direction The child axis\n|      contains the children of the context node in document order.\n|\n|  xpathNextDescendant(self, ctxt)\n|      Traversal function for the \"descendant\" direction the\n|      descendant axis contains the descendants of the context\n|      node in document order; a descendant is a child or a child\n|       of a child and so on.\n|\n|  xpathNextDescendantOrSelf(self, ctxt)\n|      Traversal function for the \"descendant-or-self\" direction\n|      the descendant-or-self axis contains the context node and\n|      the descendants of the context node in document order; thus\n|      the context node is the first node on the axis, and the\n|      first child of the context node is the second node on the\n|       axis\n|\n|  xpathNextFollowing(self, ctxt)\n|      Traversal function for the \"following\" direction The\n|      following axis contains all nodes in the same document as\n|      the context node that are after the context node in\n|      document order, excluding any descendants and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in document order\n|\n|  xpathNextFollowingSibling(self, ctxt)\n|      Traversal function for the \"following-sibling\" direction\n|      The following-sibling axis contains the following siblings\n|       of the context node in document order.\n|\n|  xpathNextNamespace(self, ctxt)\n|      Traversal function for the \"namespace\" direction the\n|      namespace axis contains the namespace nodes of the context\n|      node; the order of nodes on this axis is\n|      implementation-defined; the axis will be empty unless the\n|      context node is an element  We keep the XML namespace node\n|       at the end of the list.\n|\n|  xpathNextParent(self, ctxt)\n|      Traversal function for the \"parent\" direction The parent\n|      axis contains the parent of the context node, if there is\n|       one.\n|\n|  xpathNextPreceding(self, ctxt)\n|      Traversal function for the \"preceding\" direction the\n|      preceding axis contains all nodes in the same document as\n|      the context node that are before the context node in\n|      document order, excluding any ancestors and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in reverse document order\n|\n|  xpathNextPrecedingSibling(self, ctxt)\n|      Traversal function for the \"preceding-sibling\" direction\n|      The preceding-sibling axis contains the preceding siblings\n|      of the context node in reverse document order; the first\n|      preceding sibling is first on the axis; the sibling\n|       preceding that node is the second on the axis and so on.\n|\n|  xpathNextSelf(self, ctxt)\n|      Traversal function for the \"self\" direction The self axis\n|      contains just the context node itself\n|\n|  xpathNodeEval(self, str, ctx)\n|      Evaluate the XPath Location Path in the given context. The\n|      node 'node' is set as the context node. The context node is\n|       not restored.\n|\n|  xpointerNewCollapsedRange(self)\n|      Create a new xmlXPathObjectPtr of type range using a single\n|      nodes\n|\n|  xpointerNewContext(self, doc, origin)\n|      Create a new XPointer context\n|\n|  xpointerNewLocationSetNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type LocationSet and\n|      initialize it with the single range made of the two nodes\n|       @start and @end\n|\n|  xpointerNewRange(self, startindex, end, endindex)\n|      Create a new xmlXPathObjectPtr of type range\n|\n|  xpointerNewRangeNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type range using 2 nodes\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlCore:\n|\n|  eq(self, other)\n|      Return self==value.\n|\n|  hash(self)\n|      Return hash(self).\n|\n|  iter = walkdepthfirst(self)\n|\n|  ne(self, other)\n|      Return self!=value.\n|\n|  str(self)\n|      Return str(self).\n|\n|  c14nMemory(self, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|      # Canonicalization routines:\n|      #\n|      #   nodes: the node set (tuple or list) to be included in the\n|      #     canonized image or None if all document nodes should be\n|      #     included.\n|      #   exclusive: the exclusive flag (0 - non-exclusive\n|      #     canonicalization; otherwise - exclusive canonicalization)\n|      #   prefixes: the list of inclusive namespace prefixes (strings),\n|      #     or None if there is no inclusive namespaces (only for\n|      #     exclusive canonicalization, ignored otherwise)\n|      #   withcomments: include comments in the result (!=0) or not\n|      #     (==0)\n|\n|  c14nSaveTo(self, file, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|\n|  free(self)\n|\n|  getchildren(self)\n|\n|  getcontent(self)\n|\n|  getdoc(self)\n|\n|  getlast(self)\n|\n|  getname(self)\n|\n|  getnext(self)\n|\n|  getparent(self)\n|\n|  getprev(self)\n|\n|  getproperties(self)\n|\n|  gettype(self)\n|\n|  removeNsDef(self, href)\n|      Remove a namespace definition from a node.  If href is None,\n|      remove all of the ns definitions on that node.  The removed\n|      namespaces are returned as a linked list.\n|\n|      Note: If any child nodes referred to the removed namespaces,\n|      they will be left with dangling links.  You should call\n|      renconciliateNs() to fix those pointers.\n|\n|      Note: This method does not free memory taken by the ns\n|      definitions.  You will need to free it manually with the\n|      freeNsList() method on the returns xmlNs object.\n|\n|  saveTo(self, file, encoding=None, format=0)\n|\n|  serialize(self, encoding=None, format=0)\n|      # Serialization routines, the optional arguments have the following\n|      # meaning:\n|      #     encoding: string to ask saving in a specific encoding\n|      #     indent: if 1 the serializer is asked to indent the output\n|\n|  walkbreadthfirst(self)\n|\n|  walkdepthfirst(self)\n|      # support for python2 iterators\n|\n|  xpathEval(self, expr)\n|      # Selecting nodes using XPath, a bit slow because the context\n|      # is allocated/freed every time but convenient.\n|\n|  xpathEval2(self, expr)\n|\n|  ----------------------------------------------------------------------\n|  Readonly properties inherited from xmlCore:\n|\n|  children\n|      First child node\n|\n|  content\n|      Content of this node\n|\n|  doc\n|      The document this node belongs to\n|\n|  last\n|      Last sibling node\n|\n|  name\n|      Node name\n|\n|  next\n|      Next sibling node\n|\n|  parent\n|      Parent node\n|\n|  prev\n|      Previous sibling node\n|\n|  properties\n|      List of properties\n|\n|  type\n|      Node type\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from xmlCore:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes inherited from xmlCore:\n|\n|  sys = <module 'sys' (built-in)>\n|      This module provides access to some objects used or maintained by the\n|      interpreter and to functions that interact strongly with the interpreter.\n|\n|      Dynamic objects:\n|\n|      argv -- command line arguments; argv[0] is the script pathname if known\n|      path -- module search path; path[0] is the script directory, else ''\n|      modules -- dictionary of loaded modules\n|\n|      displayhook -- called to show results in an interactive session\n|      excepthook -- called to handle any uncaught exception other than SystemExit\n|        To customize printing in an interactive session or to install a custom\n|        top-level exception handler, assign other functions to replace these.\n|\n|      stdin -- standard input file object; used by input()\n|      stdout -- standard output file object; used by print()\n|      stderr -- standard error object; used for error messages\n|        By assigning other file objects (or objects that behave like files)\n|        to these, it is possible to redirect all of the interpreter's I/O.\n|\n|      lasttype -- type of last uncaught exception\n|      lastvalue -- value of last uncaught exception\n|      lasttraceback -- traceback of last uncaught exception\n|        These three are only available in an interactive session after a\n|        traceback has been printed.\n|\n|      Static objects:\n|\n|      builtinmodulenames -- tuple of module names built into this interpreter\n|      copyright -- copyright notice pertaining to this interpreter\n|      execprefix -- prefix used to find the machine-specific Python library\n|      executable -- absolute path of the executable binary of the Python interpreter\n|      floatinfo -- a named tuple with information about the float implementation.\n|      floatreprstyle -- string indicating the style of repr() output for floats\n|      hashinfo -- a named tuple with information about the hash algorithm.\n|      hexversion -- version information encoded as a single integer\n|      implementation -- Python implementation information.\n|      intinfo -- a named tuple with information about the int implementation.\n|      maxsize -- the largest supported length of containers.\n|      maxunicode -- the value of the largest Unicode code point\n|      platform -- platform identifier\n|      prefix -- prefix used to find the Python library\n|      threadinfo -- a named tuple with information about the thread implementation.\n|      version -- the version of this interpreter as a string\n|      versioninfo -- version information as a named tuple\n|      stdin -- the original stdin; don't touch!\n|      stdout -- the original stdout; don't touch!\n|      stderr -- the original stderr; don't touch!\n|      displayhook -- the original displayhook; don't touch!\n|      excepthook -- the original excepthook; don't touch!\n|\n|      Functions:\n|\n|      displayhook() -- print an object to the screen, and save it in builtins.\n|      excepthook() -- print an exception and its traceback to sys.stderr\n|      excinfo() -- return thread-safe information about the current exception\n|      exit() -- exit the interpreter by raising SystemExit\n|      getdlopenflags() -- returns flags to be used for dlopen() calls\n|      getprofile() -- get the global profiling function\n|      getrefcount() -- return the reference count for an object (plus one :-)\n|      getrecursionlimit() -- return the max recursion depth for the interpreter\n|      getsizeof() -- return the size of an object in bytes\n|      gettrace() -- get the global debug tracing function\n|      setdlopenflags() -- set the flags to be used for dlopen() calls\n|      setprofile() -- set the global profiling function\n|      setrecursionlimit() -- set the max recursion depth for the interpreter\n|      settrace() -- set the global debug tracing function\n"
                },
                {
                    "name": "class xmlCore",
                    "content": "|  xmlCore(obj=None)\n|\n|  # This class is the ancestor of all the Node classes. It provides\n|  # the basic functionalities shared by all nodes (and handle\n|  # gracefylly the exception), like name, navigation in the tree,\n|  # doc reference, content access and serializing to a string or URI\n|\n|  Methods defined here:\n|\n|  eq(self, other)\n|      Return self==value.\n|\n|  hash(self)\n|      Return hash(self).\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  iter = walkdepthfirst(self)\n|\n|  ne(self, other)\n|      Return self!=value.\n|\n|  str(self)\n|      Return str(self).\n|\n|  c14nMemory(self, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|      # Canonicalization routines:\n|      #\n|      #   nodes: the node set (tuple or list) to be included in the\n|      #     canonized image or None if all document nodes should be\n|      #     included.\n|      #   exclusive: the exclusive flag (0 - non-exclusive\n|      #     canonicalization; otherwise - exclusive canonicalization)\n|      #   prefixes: the list of inclusive namespace prefixes (strings),\n|      #     or None if there is no inclusive namespaces (only for\n|      #     exclusive canonicalization, ignored otherwise)\n|      #   withcomments: include comments in the result (!=0) or not\n|      #     (==0)\n|\n|  c14nSaveTo(self, file, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|\n|  free(self)\n|\n|  getContent = getcontent(self)\n|\n|  getchildren(self)\n|\n|  getcontent(self)\n|\n|  getdoc(self)\n|\n|  getlast(self)\n|\n|  getname(self)\n|\n|  getnext(self)\n|\n|  getparent(self)\n|\n|  getprev(self)\n|\n|  getproperties(self)\n|\n|  gettype(self)\n|\n|  removeNsDef(self, href)\n|      Remove a namespace definition from a node.  If href is None,\n|      remove all of the ns definitions on that node.  The removed\n|      namespaces are returned as a linked list.\n|\n|      Note: If any child nodes referred to the removed namespaces,\n|      they will be left with dangling links.  You should call\n|      renconciliateNs() to fix those pointers.\n|\n|      Note: This method does not free memory taken by the ns\n|      definitions.  You will need to free it manually with the\n|      freeNsList() method on the returns xmlNs object.\n|\n|  saveTo(self, file, encoding=None, format=0)\n|\n|  serialize(self, encoding=None, format=0)\n|      # Serialization routines, the optional arguments have the following\n|      # meaning:\n|      #     encoding: string to ask saving in a specific encoding\n|      #     indent: if 1 the serializer is asked to indent the output\n|\n|  walkbreadthfirst(self)\n|\n|  walkdepthfirst(self)\n|      # support for python2 iterators\n|\n|  xpathEval(self, expr)\n|      # Selecting nodes using XPath, a bit slow because the context\n|      # is allocated/freed every time but convenient.\n|\n|  xpathEval2(self, expr)\n|\n|  ----------------------------------------------------------------------\n|  Readonly properties defined here:\n|\n|  children\n|      First child node\n|\n|  content\n|      Content of this node\n|\n|  doc\n|      The document this node belongs to\n|\n|  last\n|      Last sibling node\n|\n|  name\n|      Node name\n|\n|  next\n|      Next sibling node\n|\n|  parent\n|      Parent node\n|\n|  prev\n|      Previous sibling node\n|\n|  properties\n|      List of properties\n|\n|  type\n|      Node type\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes defined here:\n|\n|  sys = <module 'sys' (built-in)>\n|      This module provides access to some objects used or maintained by the\n|      interpreter and to functions that interact strongly with the interpreter.\n|\n|      Dynamic objects:\n|\n|      argv -- command line arguments; argv[0] is the script pathname if known\n|      path -- module search path; path[0] is the script directory, else ''\n|      modules -- dictionary of loaded modules\n|\n|      displayhook -- called to show results in an interactive session\n|      excepthook -- called to handle any uncaught exception other than SystemExit\n|        To customize printing in an interactive session or to install a custom\n|        top-level exception handler, assign other functions to replace these.\n|\n|      stdin -- standard input file object; used by input()\n|      stdout -- standard output file object; used by print()\n|      stderr -- standard error object; used for error messages\n|        By assigning other file objects (or objects that behave like files)\n|        to these, it is possible to redirect all of the interpreter's I/O.\n|\n|      lasttype -- type of last uncaught exception\n|      lastvalue -- value of last uncaught exception\n|      lasttraceback -- traceback of last uncaught exception\n|        These three are only available in an interactive session after a\n|        traceback has been printed.\n|\n|      Static objects:\n|\n|      builtinmodulenames -- tuple of module names built into this interpreter\n|      copyright -- copyright notice pertaining to this interpreter\n|      execprefix -- prefix used to find the machine-specific Python library\n|      executable -- absolute path of the executable binary of the Python interpreter\n|      floatinfo -- a named tuple with information about the float implementation.\n|      floatreprstyle -- string indicating the style of repr() output for floats\n|      hashinfo -- a named tuple with information about the hash algorithm.\n|      hexversion -- version information encoded as a single integer\n|      implementation -- Python implementation information.\n|      intinfo -- a named tuple with information about the int implementation.\n|      maxsize -- the largest supported length of containers.\n|      maxunicode -- the value of the largest Unicode code point\n|      platform -- platform identifier\n|      prefix -- prefix used to find the Python library\n|      threadinfo -- a named tuple with information about the thread implementation.\n|      version -- the version of this interpreter as a string\n|      versioninfo -- version information as a named tuple\n|      stdin -- the original stdin; don't touch!\n|      stdout -- the original stdout; don't touch!\n|      stderr -- the original stderr; don't touch!\n|      displayhook -- the original displayhook; don't touch!\n|      excepthook -- the original excepthook; don't touch!\n|\n|      Functions:\n|\n|      displayhook() -- print an object to the screen, and save it in builtins.\n|      excepthook() -- print an exception and its traceback to sys.stderr\n|      excinfo() -- return thread-safe information about the current exception\n|      exit() -- exit the interpreter by raising SystemExit\n|      getdlopenflags() -- returns flags to be used for dlopen() calls\n|      getprofile() -- get the global profiling function\n|      getrefcount() -- return the reference count for an object (plus one :-)\n|      getrecursionlimit() -- return the max recursion depth for the interpreter\n|      getsizeof() -- return the size of an object in bytes\n|      gettrace() -- get the global debug tracing function\n|      setdlopenflags() -- set the flags to be used for dlopen() calls\n|      setprofile() -- set the global profiling function\n|      setrecursionlimit() -- set the max recursion depth for the interpreter\n|      settrace() -- set the global debug tracing function\n"
                },
                {
                    "name": "class xmlCoreBreadthFirstItertor",
                    "content": "|  xmlCoreBreadthFirstItertor(node)\n|\n|  # implements the breadth-first iterator for libxml2 DOM tree\n|\n|  Methods defined here:\n|\n|  init(self, node)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  iter(self)\n|\n|  next(self)\n|\n|  next = next(self)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class xmlCoreDepthFirstItertor",
                    "content": "|  xmlCoreDepthFirstItertor(node)\n|\n|  # implements the depth-first iterator for libxml2 DOM tree\n|\n|  Methods defined here:\n|\n|  init(self, node)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  iter(self)\n|\n|  next(self)\n|\n|  next = next(self)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class xmlDoc",
                    "content": "|  xmlDoc(obj=None)\n|\n|  Method resolution order:\n|      xmlDoc\n|      xmlNode\n|      xmlCore\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  ID(self, ID)\n|      Search the attribute declaring the given ID\n|\n|  NewWalker(self, reader)\n|      Setup an xmltextReader to parse a preparsed XML document.\n|      This reuses the existing @reader xmlTextReader.\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  repr(self)\n|      Return repr(self).\n|\n|  addDocEntity(self, name, type, ExternalID, SystemID, content)\n|      Register a new entity for this document.\n|\n|  addDtdEntity(self, name, type, ExternalID, SystemID, content)\n|      Register a new entity for this document DTD external subset.\n|\n|  copyDoc(self, recursive)\n|      Do a copy of the document info. If recursive, the content\n|      tree will be copied too as well as DTD, namespaces and\n|       entities.\n|\n|  copyNode(self, node, extended)\n|      Do a copy of the node to a given document.\n|\n|  copyNodeList(self, node)\n|      Do a recursive copy of the node list.\n|\n|  createIntSubset(self, name, ExternalID, SystemID)\n|      Create the internal subset of a document\n|\n|  debugCheckDocument(self, output)\n|      Check the document for potential content problems, and\n|      output the errors to @output\n|\n|  debugDumpDocument(self, output)\n|      Dumps debug information for the document, it's recursive\n|\n|  debugDumpDocumentHead(self, output)\n|      Dumps debug information concerning the document, not\n|      recursive\n|\n|  debugDumpEntities(self, output)\n|      Dumps debug information for all the entities in use by the\n|      document\n|\n|  docCompressMode(self)\n|      get the compression ratio for a document, ZLIB based\n|\n|  docEntity(self, name)\n|      Do an entity lookup in the document entity hash table and\n|\n|  dtdEntity(self, name)\n|      Do an entity lookup in the DTD entity hash table and\n|\n|  dump(self, f)\n|      Dump an XML document to an open FILE.\n|\n|  elemDump(self, f, cur)\n|      Dump an XML/HTML node, recursive behaviour, children are\n|      printed too.\n|\n|  encodeEntities(self, input)\n|      TODO: remove xmlEncodeEntities, once we are not afraid of\n|      breaking binary compatibility  People must migrate their\n|      code to xmlEncodeEntitiesReentrant ! This routine will\n|       issue a warning when encountered.\n|\n|  encodeEntitiesReentrant(self, input)\n|      Do a global encoding of a string, replacing the predefined\n|      entities and non ASCII values with their entities and\n|      CharRef counterparts. Contrary to xmlEncodeEntities, this\n|       routine is reentrant, and result must be deallocated.\n|\n|  encodeSpecialChars(self, input)\n|      Do a global encoding of a string, replacing the predefined\n|      entities this routine is reentrant, and result must be\n|       deallocated.\n|\n|  formatDump(self, f, format)\n|      Dump an XML document to an open FILE.\n|\n|  freeDoc(self)\n|      Free up all the structures used by a document, tree\n|      included.\n|\n|  getRootElement(self)\n|      Get the root element of the document (doc->children is a\n|      list containing possibly comments, PIs, etc ...).\n|\n|  htmlAutoCloseTag(self, name, elem)\n|      The HTML DTD allows a tag to implicitly close other tags.\n|      The list is kept in htmlStartClose array. This function\n|      checks if the element or one of it's children would\n|       autoclose the given tag.\n|\n|  htmlDocContentDumpFormatOutput(self, buf, encoding, format)\n|      Dump an HTML document.\n|\n|  htmlDocContentDumpOutput(self, buf, encoding)\n|      Dump an HTML document. Formatting return/spaces are added.\n|\n|  htmlDocDump(self, f)\n|      Dump an HTML document to an open FILE.\n|\n|  htmlGetMetaEncoding(self)\n|      Encoding definition lookup in the Meta tags\n|\n|  htmlIsAutoClosed(self, elem)\n|      The HTML DTD allows a tag to implicitly close other tags.\n|      The list is kept in htmlStartClose array. This function\n|       checks if a tag is autoclosed by one of it's child\n|\n|  htmlNodeDumpFile(self, out, cur)\n|      Dump an HTML node, recursive behaviour,children are printed\n|      too, and formatting returns are added.\n|\n|  htmlNodeDumpFileFormat(self, out, cur, encoding, format)\n|      Dump an HTML node, recursive behaviour,children are printed\n|      too.  TODO: if encoding == None try to save in the doc\n|       encoding\n|\n|  htmlNodeDumpFormatOutput(self, buf, cur, encoding, format)\n|      Dump an HTML node, recursive behaviour,children are printed\n|      too.\n|\n|  htmlNodeDumpOutput(self, buf, cur, encoding)\n|      Dump an HTML node, recursive behaviour,children are printed\n|      too, and formatting returns/spaces are added.\n|\n|  htmlSaveFile(self, filename)\n|      Dump an HTML document to a file. If @filename is \"-\" the\n|      stdout file is used.\n|\n|  htmlSaveFileEnc(self, filename, encoding)\n|      Dump an HTML document to a file using a given encoding and\n|      formatting returns/spaces are added.\n|\n|  htmlSaveFileFormat(self, filename, encoding, format)\n|      Dump an HTML document to a file using a given encoding.\n|\n|  htmlSetMetaEncoding(self, encoding)\n|      Sets the current encoding in the Meta tags NOTE: this will\n|      not change the document content encoding, just the META\n|       flag associated.\n|\n|  intSubset(self)\n|      Get the internal subset of a document\n|\n|  isID(self, elem, attr)\n|      Determine whether an attribute is of type ID. In case we\n|      have DTD(s) then this is done if DTD loading has been\n|      requested. In the case of HTML documents parsed with the\n|       HTML parser, then ID detection is done systematically.\n|\n|  isMixedElement(self, name)\n|      Search in the DtDs whether an element accept Mixed content\n|      (or ANY) basically if it is supposed to accept text childs\n|\n|  isRef(self, elem, attr)\n|      Determine whether an attribute is of type Ref. In case we\n|      have DTD(s) then this is simple, otherwise we use an\n|       heuristic: name Ref (upper or lowercase).\n|\n|  newCDataBlock(self, content, len)\n|      Creation of a new node containing a CDATA block.\n|\n|  newCharRef(self, name)\n|      Creation of a new character reference node.\n|\n|  newDocComment(self, content)\n|      Creation of a new node containing a comment within a\n|      document.\n|\n|  newDocFragment(self)\n|      Creation of a new Fragment node.\n|\n|  newDocNode(self, ns, name, content)\n|      Creation of a new node element within a document. @ns and\n|      @content are optional (None). NOTE: @content is supposed to\n|      be a piece of XML CDATA, so it allow entities references,\n|      but XML special chars need to be escaped first by using\n|      xmlEncodeEntitiesReentrant(). Use xmlNewDocRawNode() if you\n|       don't need entities support.\n|\n|  newDocNodeEatName(self, ns, name, content)\n|      Creation of a new node element within a document. @ns and\n|      @content are optional (None). NOTE: @content is supposed to\n|      be a piece of XML CDATA, so it allow entities references,\n|      but XML special chars need to be escaped first by using\n|      xmlEncodeEntitiesReentrant(). Use xmlNewDocRawNode() if you\n|       don't need entities support.\n|\n|  newDocPI(self, name, content)\n|      Creation of a processing instruction element.\n|\n|  newDocProp(self, name, value)\n|      Create a new property carried by a document. NOTE: @value\n|      is supposed to be a piece of XML CDATA, so it allows entity\n|      references, but XML special chars need to be escaped first\n|      by using xmlEncodeEntitiesReentrant(). Use xmlNewProp() if\n|       you don't need entities support.\n|\n|  newDocRawNode(self, ns, name, content)\n|      Creation of a new node element within a document. @ns and\n|      @content are optional (None).\n|\n|  newDocText(self, content)\n|      Creation of a new text node within a document.\n|\n|  newDocTextLen(self, content, len)\n|      Creation of a new text node with an extra content length\n|      parameter. The text node pertain to a given document.\n|\n|  newDtd(self, name, ExternalID, SystemID)\n|      Creation of a new DTD for the external subset. To create an\n|      internal subset, use xmlCreateIntSubset().\n|\n|  newEntity(self, name, type, ExternalID, SystemID, content)\n|      Create a new entity, this differs from xmlAddDocEntity()\n|      that if the document is None or has no internal subset\n|      defined, then an unlinked entity structure will be\n|      returned, it is then the responsibility of the caller to\n|      link it to the document later or free it when not needed\n|       anymore.\n|\n|  newGlobalNs(self, href, prefix)\n|      Creation of a Namespace, the old way using PI and without\n|      scoping DEPRECATED !!!\n|\n|  newReference(self, name)\n|      Creation of a new reference node.\n|\n|  nodeDumpOutput(self, buf, cur, level, format, encoding)\n|      Dump an XML node, recursive behaviour, children are printed\n|      too. Note that @format = 1 provide node indenting only if\n|      xmlIndentTreeOutput = 1 or xmlKeepBlanksDefault(0) was\n|       called\n|\n|  nodeGetBase(self, cur)\n|      Searches for the BASE URL. The code should work on both XML\n|      and HTML document even if base mechanisms are completely\n|      different. It returns the base as defined in RFC 2396\n|      sections 5.1.1. Base URI within Document Content and 5.1.2.\n|      Base URI from the Encapsulating Entity However it does not\n|       return the document base (5.1.3), use doc->URL in this case\n|\n|  nodeListGetRawString(self, list, inLine)\n|      Builds the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs, contrary to\n|      xmlNodeListGetString() this function doesn't do any\n|       character encoding handling.\n|\n|  nodeListGetString(self, list, inLine)\n|      Build the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs\n|\n|  parameterEntity(self, name)\n|      Do an entity lookup in the internal and external subsets and\n|\n|  readerWalker(self)\n|      Create an xmltextReader for a preparsed document.\n|\n|  reconciliateNs(self, tree)\n|      This function checks that all the namespaces declared\n|      within the given tree are properly declared. This is needed\n|      for example after Copy or Cut and then paste operations.\n|      The subtree may still hold pointers to namespace\n|      declarations outside the subtree or invalid/masked. As much\n|      as possible the function try to reuse the existing\n|      namespaces found in the new environment. If not possible\n|      the new namespaces are redeclared on @tree at the top of\n|       the given subtree.\n|\n|  relaxNGNewDocParserCtxt(self)\n|      Create an XML RelaxNGs parser context for that document.\n|      Note: since the process of compiling a RelaxNG schemas\n|      modifies the document, the @doc parameter is duplicated\n|       internally.\n|\n|  relaxNGValidateDoc(self, ctxt)\n|      Validate a document tree in memory.\n|\n|  relaxNGValidateFullElement(self, ctxt, elem)\n|      Validate a full subtree when\n|      xmlRelaxNGValidatePushElement() returned 0 and the content\n|       of the node has been expanded.\n|\n|  relaxNGValidatePopElement(self, ctxt, elem)\n|      Pop the element end from the RelaxNG validation stack.\n|\n|  relaxNGValidatePushElement(self, ctxt, elem)\n|      Push a new element start on the RelaxNG validation stack.\n|\n|  removeID(self, attr)\n|      Remove the given attribute from the ID table maintained\n|      internally.\n|\n|  removeRef(self, attr)\n|      Remove the given attribute from the Ref table maintained\n|      internally.\n|\n|  saveFile(self, filename)\n|      Dump an XML document to a file. Will use compression if\n|      compiled in and enabled. If @filename is \"-\" the stdout\n|       file is used.\n|\n|  saveFileEnc(self, filename, encoding)\n|      Dump an XML document, converting it to the given encoding\n|\n|  saveFileTo(self, buf, encoding)\n|      Dump an XML document to an I/O buffer. Warning ! This call\n|      xmlOutputBufferClose() on buf which is not available after\n|       this call.\n|\n|  saveFormatFile(self, filename, format)\n|      Dump an XML document to a file. Will use compression if\n|      compiled in and enabled. If @filename is \"-\" the stdout\n|      file is used. If @format is set then the document will be\n|      indented on output. Note that @format = 1 provide node\n|      indenting only if xmlIndentTreeOutput = 1 or\n|       xmlKeepBlanksDefault(0) was called\n|\n|  saveFormatFileEnc(self, filename, encoding, format)\n|      Dump an XML document to a file or an URL.\n|\n|  saveFormatFileTo(self, buf, encoding, format)\n|      Dump an XML document to an I/O buffer. Warning ! This call\n|      xmlOutputBufferClose() on buf which is not available after\n|       this call.\n|\n|  schemaNewDocParserCtxt(self)\n|      Create an XML Schemas parse context for that document. NB.\n|      The document may be modified during the parsing process.\n|\n|  schemaValidateDoc(self, ctxt)\n|      Validate a document tree in memory.\n|\n|  searchNs(self, node, nameSpace)\n|      Search a Ns registered under a given name space for a\n|      document. recurse on the parents until it finds the defined\n|      namespace or return None otherwise. @nameSpace can be None,\n|      this is a search for the default namespace. We don't allow\n|      to cross entities boundaries. If you don't declare the\n|      namespace within those you will be in troubles !!! A\n|       warning is generated to cover this case.\n|\n|  searchNsByHref(self, node, href)\n|      Search a Ns aliasing a given URI. Recurse on the parents\n|      until it finds the defined namespace or return None\n|       otherwise.\n|\n|  setDocCompressMode(self, mode)\n|      set the compression ratio for a document, ZLIB based\n|      Correct values: 0 (uncompressed) to 9 (max compression)\n|\n|  setListDoc(self, list)\n|      update all nodes in the list to point to the right document\n|\n|  setRootElement(self, root)\n|      Set the root element of the document (doc->children is a\n|      list containing possibly comments, PIs, etc ...).\n|\n|  setTreeDoc(self, tree)\n|      update all nodes under the tree to point to the right\n|      document\n|\n|  stringGetNodeList(self, value)\n|      Parse the value string and build the node list associated.\n|      Should produce a flat tree with only TEXTs and ENTITYREFs.\n|\n|  stringLenGetNodeList(self, value, len)\n|      Parse the value string and build the node list associated.\n|      Should produce a flat tree with only TEXTs and ENTITYREFs.\n|\n|  validCtxtNormalizeAttributeValue(self, ctxt, elem, name, value)\n|      Does the validation related extra step of the normalization\n|      of attribute values:  If the declared value is not CDATA,\n|      then the XML processor must further process the normalized\n|      attribute value by discarding any leading and trailing\n|      space (#x20) characters, and by replacing sequences of\n|      space (#x20) characters by single space (#x20) character.\n|      Also  check VC: Standalone Document Declaration in P32, and\n|       update ctxt->valid accordingly\n|\n|  validNormalizeAttributeValue(self, elem, name, value)\n|      Does the validation related extra step of the normalization\n|      of attribute values:  If the declared value is not CDATA,\n|      then the XML processor must further process the normalized\n|      attribute value by discarding any leading and trailing\n|      space (#x20) characters, and by replacing sequences of\n|       space (#x20) characters by single space (#x20) character.\n|\n|  validateDocument(self, ctxt)\n|      Try to validate the document instance  basically it does\n|      the all the checks described by the XML Rec i.e. validates\n|      the internal and external subset (if present) and validate\n|       the document tree.\n|\n|  validateDocumentFinal(self, ctxt)\n|      Does the final step for the document validation once all\n|      the incremental validation steps have been completed\n|      basically it does the following checks described by the XML\n|      Rec  Check all the IDREF/IDREFS attributes definition for\n|       validity\n|\n|  validateDtd(self, ctxt, dtd)\n|      Try to validate the document against the dtd instance\n|      Basically it does check all the definitions in the DtD.\n|      Note the the internal subset (if present) is de-coupled\n|      (i.e. not used), which could give problems if ID or IDREF\n|       is present.\n|\n|  validateDtdFinal(self, ctxt)\n|      Does the final step for the dtds validation once all the\n|      subsets have been parsed  basically it does the following\n|      checks described by the XML Rec - check that ENTITY and\n|      ENTITIES type attributes default or possible values matches\n|      one of the defined entities. - check that NOTATION type\n|      attributes default or possible values matches one of the\n|       defined notations.\n|\n|  validateElement(self, ctxt, elem)\n|      Try to validate the subtree under an element\n|\n|  validateNotationUse(self, ctxt, notationName)\n|      Validate that the given name match a notation declaration.\n|      - [ VC: Notation Declared ]\n|\n|  validateOneAttribute(self, ctxt, elem, attr, value)\n|      Try to validate a single attribute for an element basically\n|      it does the following checks as described by the XML-1.0\n|      recommendation: - [ VC: Attribute Value Type ] - [ VC:\n|      Fixed Attribute Default ] - [ VC: Entity Name ] - [ VC:\n|      Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC: Entity\n|      Name ] - [ VC: Notation Attributes ]  The ID/IDREF\n|       uniqueness and matching are done separately\n|\n|  validateOneElement(self, ctxt, elem)\n|      Try to validate a single element and it's attributes,\n|      basically it does the following checks as described by the\n|      XML-1.0 recommendation: - [ VC: Element Valid ] - [ VC:\n|      Required Attribute ] Then call xmlValidateOneAttribute()\n|      for each attribute present.  The ID/IDREF checkings are\n|       done separately\n|\n|  validateOneNamespace(self, ctxt, elem, prefix, ns, value)\n|      Try to validate a single namespace declaration for an\n|      element basically it does the following checks as described\n|      by the XML-1.0 recommendation: - [ VC: Attribute Value Type\n|      ] - [ VC: Fixed Attribute Default ] - [ VC: Entity Name ] -\n|      [ VC: Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC:\n|      Entity Name ] - [ VC: Notation Attributes ]  The ID/IDREF\n|       uniqueness and matching are done separately\n|\n|  validatePopElement(self, ctxt, elem, qname)\n|      Pop the element end from the validation stack.\n|\n|  validatePushElement(self, ctxt, elem, qname)\n|      Push a new element start on the validation stack.\n|\n|  validateRoot(self, ctxt)\n|      Try to validate a the root element basically it does the\n|      following check as described by the XML-1.0 recommendation:\n|      - [ VC: Root Element Type ] it doesn't try to recurse or\n|       apply other check to the element\n|\n|  xincludeProcess(self)\n|      Implement the XInclude substitution on the XML document @doc\n|\n|  xincludeProcessFlags(self, flags)\n|      Implement the XInclude substitution on the XML document @doc\n|\n|  xpathNewContext(self)\n|      Create a new xmlXPathContext\n|\n|  xpathOrderDocElems(self)\n|      Call this routine to speed up XPath computation on static\n|      documents. This stamps all the element nodes with the\n|      document order Like for line information, the order is kept\n|      in the element->content field, the value stored is actually\n|      - the node number (starting at -1) to be able to\n|       differentiate from line numbers.\n|\n|  xpointerNewContext(self, here, origin)\n|      Create a new XPointer context\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlNode:\n|\n|  addChild(self, cur)\n|      Add a new node to @parent, at the end of the child (or\n|      property) list merging adjacent TEXT nodes (in which case\n|      @cur is freed) If the new node is ATTRIBUTE, it is added\n|      into properties instead of children. If there is an\n|       attribute with equal name, it is first destroyed.\n|\n|  addChildList(self, cur)\n|      Add a list of node at the end of the child list of the\n|      parent merging adjacent TEXT nodes (@cur may be freed)\n|\n|  addContent(self, content)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContent(), @content is supposed to be\n|      raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addContentLen(self, content, len)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContentLen(), @content is supposed to\n|      be raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addNextSibling(self, elem)\n|      Add a new node @elem as the next sibling of @cur If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. As a result of text\n|      merging @elem may be freed. If the new node is ATTRIBUTE,\n|      it is added into properties instead of children. If there\n|       is an attribute with equal name, it is first destroyed.\n|\n|  addPrevSibling(self, elem)\n|      Add a new node @elem as the previous sibling of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. If the new node is\n|      ATTRIBUTE, it is added into properties instead of children.\n|      If there is an attribute with equal name, it is first\n|       destroyed.\n|\n|  addSibling(self, elem)\n|      Add a new element @elem to the list of siblings of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      element was already inserted in a document it is first\n|       unlinked from its existing context.\n|\n|  copyProp(self, cur)\n|      Do a copy of the attribute.\n|\n|  copyPropList(self, cur)\n|      Do a copy of an attribute list.\n|\n|  debugDumpNode(self, output, depth)\n|      Dumps debug information for the element node, it is\n|      recursive\n|\n|  debugDumpNodeList(self, output, depth)\n|      Dumps debug information for the list of element node, it is\n|      recursive\n|\n|  debugDumpOneNode(self, output, depth)\n|      Dumps debug information for the element node, it is not\n|      recursive\n|\n|  docCopyNode(self, doc, extended)\n|      Do a copy of the node to a given document.\n|\n|  docCopyNodeList(self, doc)\n|      Do a recursive copy of the node list.\n|\n|  docSetRootElement(self, doc)\n|      Set the root element of the document (doc->children is a\n|      list containing possibly comments, PIs, etc ...).\n|\n|  firstElementChild(self)\n|      Finds the first child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  freeNode(self)\n|      Free a node, this is a recursive behaviour, all the\n|      children are freed too. This doesn't unlink the child from\n|       the list, use xmlUnlinkNode() first.\n|\n|  freeNodeList(self)\n|      Free a node and all its siblings, this is a recursive\n|      behaviour, all the children are freed too.\n|\n|  getBase(self, doc)\n|      Searches for the BASE URL. The code should work on both XML\n|      and HTML document even if base mechanisms are completely\n|      different. It returns the base as defined in RFC 2396\n|      sections 5.1.1. Base URI within Document Content and 5.1.2.\n|      Base URI from the Encapsulating Entity However it does not\n|       return the document base (5.1.3), use doc->URL in this case\n|\n|  getContent(self)\n|      Read the value of a node, this can be either the text\n|      carried directly by this node if it's a TEXT node or the\n|      aggregate string of the values carried by this node child's\n|       (TEXT and ENTITYREF). Entity references are substituted.\n|\n|  getLang(self)\n|      Searches the language of a node, i.e. the values of the\n|      xml:lang attribute or the one carried by the nearest\n|       ancestor.\n|\n|  getSpacePreserve(self)\n|      Searches the space preserving behaviour of a node, i.e. the\n|      values of the xml:space attribute or the one carried by the\n|       nearest ancestor.\n|\n|  hasNsProp(self, name, nameSpace)\n|      Search for an attribute associated to a node This attribute\n|      has to be anchored in the namespace specified. This does\n|      the entity substitution. This function looks in DTD\n|      attribute declaration for #FIXED or default declaration\n|      values unless DTD use has been turned off. Note that a\n|       namespace of None indicates to use the default namespace.\n|\n|  hasProp(self, name)\n|      Search an attribute associated to a node This function also\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  isBlankNode(self)\n|      Checks whether this node is an empty or whitespace only\n|      (and possibly ignorable) text-node.\n|\n|  isText(self)\n|      Is this node a Text node ?\n|\n|  lastChild(self)\n|      Search the last child of a node.\n|\n|  lastElementChild(self)\n|      Finds the last child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  lineNo(self)\n|      Get line number of @node. Try to override the limitation of\n|      lines being store in 16 bits ints if XMLPARSEBIGLINES\n|       parser option was used\n|\n|  listGetRawString(self, doc, inLine)\n|      Builds the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs, contrary to\n|      xmlNodeListGetString() this function doesn't do any\n|       character encoding handling.\n|\n|  listGetString(self, doc, inLine)\n|      Build the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs\n|\n|  lsCountNode(self)\n|      Count the children of @node.\n|\n|  lsOneNode(self, output)\n|      Dump to @output the type and name of @node.\n|\n|  newChild(self, ns, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child list containing the TEXTs and ENTITYREFs node will\n|      be created. NOTE: @content is supposed to be a piece of XML\n|      CDATA, so it allows entity references. XML special chars\n|      must be escaped first by using\n|      xmlEncodeEntitiesReentrant(), or xmlNewTextChild() should\n|       be used.\n|\n|  newNs(self, href, prefix)\n|      Creation of a new Namespace. This function will refuse to\n|      create a namespace with a similar prefix than an existing\n|      one present on this node. Note that for a default\n|      namespace, @prefix should be None.  We use href==None in\n|      the case of an element creation where the namespace was not\n|       defined.\n|\n|  newNsProp(self, ns, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newNsPropEatName(self, ns, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newProp(self, name, value)\n|      Create a new property carried by a node.\n|\n|  newTextChild(self, ns, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child TEXT node will be created containing the string\n|      @content. NOTE: Use xmlNewChild() if @content will contain\n|      entities that need to be preserved. Use this function,\n|      xmlNewTextChild(), if you need to ensure that reserved XML\n|      chars that might appear in @content, such as the ampersand,\n|      greater-than or less-than signs, are automatically replaced\n|       by their XML escaped entity representations.\n|\n|  nextElementSibling(self)\n|      Finds the first closest next sibling of the node which is\n|      an element node. Note the handling of entities references\n|      is different than in the W3C DOM element traversal spec\n|      since we don't have back reference from entities content to\n|       entities references.\n|\n|  noNsProp(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off. This\n|      function is similar to xmlGetProp except it will accept\n|       only an attribute in no namespace.\n|\n|  nodePath(self)\n|      Build a structure based Path for the given node\n|\n|  ns(self)\n|      Get the namespace of a node\n|\n|  nsDefs(self)\n|      Get the namespace of a node\n|\n|  nsProp(self, name, nameSpace)\n|      Search and get the value of an attribute associated to a\n|      node This attribute has to be anchored in the namespace\n|      specified. This does the entity substitution. This function\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  previousElementSibling(self)\n|      Finds the first closest previous sibling of the node which\n|      is an element node. Note the handling of entities\n|      references is different than in the W3C DOM element\n|      traversal spec since we don't have back reference from\n|       entities content to entities references.\n|\n|  prop(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off.\n|      NOTE: this function acts independently of namespaces\n|      associated to the attribute. Use xmlGetNsProp() or\n|       xmlGetNoNsProp() for namespace aware processing.\n|\n|  replaceNode(self, cur)\n|      Unlink the old node from its current context, prune the new\n|      one at the same place. If @cur was already inserted in a\n|       document it is first unlinked from its existing context.\n|\n|  schemaValidateOneElement(self, ctxt)\n|      Validate a branch of a tree, starting with the given @elem.\n|\n|  setBase(self, uri)\n|      Set (or reset) the base URI of a node, i.e. the value of\n|      the xml:base attribute.\n|\n|  setContent(self, content)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setContentLen(self, content, len)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setLang(self, lang)\n|      Set the language of a node, i.e. the values of the xml:lang\n|      attribute.\n|\n|  setName(self, name)\n|      Set (or reset) the name of a node.\n|\n|  setNs(self, ns)\n|      Associate a namespace to a node, a posteriori.\n|\n|  setNsProp(self, ns, name, value)\n|      Set (or reset) an attribute carried by a node. The ns\n|      structure must be in scope, this is not checked\n|\n|  setProp(self, name, value)\n|      Set (or reset) an attribute carried by a node. If @name has\n|      a prefix, then the corresponding namespace-binding will be\n|      used, if in scope; it is an error it there's no such\n|       ns-binding for the prefix in scope.\n|\n|  setSpacePreserve(self, val)\n|      Set (or reset) the space preserving behaviour of a node,\n|      i.e. the value of the xml:space attribute.\n|\n|  shellPrintNode(self)\n|      Print node to the output FILE\n|\n|  textConcat(self, content, len)\n|      Concat the given string at the end of the existing node\n|      content\n|\n|  textMerge(self, second)\n|      Merge two text nodes into one\n|\n|  unlinkNode(self)\n|      Unlink a node from it's current context, the node is not\n|      freed If one need to free the node, use xmlFreeNode()\n|      routine after the unlink to discard it. Note that namespace\n|      nodes can't be unlinked as they do not have pointer to\n|       their parent.\n|\n|  unsetNsProp(self, ns, name)\n|      Remove an attribute carried by a node.\n|\n|  unsetProp(self, name)\n|      Remove an attribute carried by a node. This handles only\n|      attributes in no namespace.\n|\n|  xincludeProcessTree(self)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xincludeProcessTreeFlags(self, flags)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xpathCastNodeToNumber(self)\n|      Converts a node to its number value\n|\n|  xpathCastNodeToString(self)\n|      Converts a node to its string value.\n|\n|  xpathCmpNodes(self, node2)\n|      Compare two nodes w.r.t document order\n|\n|  xpathNewNodeSet(self)\n|      Create a new xmlXPathObjectPtr of type NodeSet and\n|      initialize it with the single Node @val\n|\n|  xpathNewValueTree(self)\n|      Create a new xmlXPathObjectPtr of type Value Tree (XSLT)\n|      and initialize it with the tree root @val\n|\n|  xpathNextAncestor(self, ctxt)\n|      Traversal function for the \"ancestor\" direction the\n|      ancestor axis contains the ancestors of the context node;\n|      the ancestors of the context node consist of the parent of\n|      context node and the parent's parent and so on; the nodes\n|      are ordered in reverse document order; thus the parent is\n|      the first node on the axis, and the parent's parent is the\n|       second node on the axis\n|\n|  xpathNextAncestorOrSelf(self, ctxt)\n|      Traversal function for the \"ancestor-or-self\" direction he\n|      ancestor-or-self axis contains the context node and\n|      ancestors of the context node in reverse document order;\n|      thus the context node is the first node on the axis, and\n|      the context node's parent the second; parent here is\n|       defined the same as with the parent axis.\n|\n|  xpathNextAttribute(self, ctxt)\n|      Traversal function for the \"attribute\" direction TODO:\n|      support DTD inherited default attributes\n|\n|  xpathNextChild(self, ctxt)\n|      Traversal function for the \"child\" direction The child axis\n|      contains the children of the context node in document order.\n|\n|  xpathNextDescendant(self, ctxt)\n|      Traversal function for the \"descendant\" direction the\n|      descendant axis contains the descendants of the context\n|      node in document order; a descendant is a child or a child\n|       of a child and so on.\n|\n|  xpathNextDescendantOrSelf(self, ctxt)\n|      Traversal function for the \"descendant-or-self\" direction\n|      the descendant-or-self axis contains the context node and\n|      the descendants of the context node in document order; thus\n|      the context node is the first node on the axis, and the\n|      first child of the context node is the second node on the\n|       axis\n|\n|  xpathNextFollowing(self, ctxt)\n|      Traversal function for the \"following\" direction The\n|      following axis contains all nodes in the same document as\n|      the context node that are after the context node in\n|      document order, excluding any descendants and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in document order\n|\n|  xpathNextFollowingSibling(self, ctxt)\n|      Traversal function for the \"following-sibling\" direction\n|      The following-sibling axis contains the following siblings\n|       of the context node in document order.\n|\n|  xpathNextNamespace(self, ctxt)\n|      Traversal function for the \"namespace\" direction the\n|      namespace axis contains the namespace nodes of the context\n|      node; the order of nodes on this axis is\n|      implementation-defined; the axis will be empty unless the\n|      context node is an element  We keep the XML namespace node\n|       at the end of the list.\n|\n|  xpathNextParent(self, ctxt)\n|      Traversal function for the \"parent\" direction The parent\n|      axis contains the parent of the context node, if there is\n|       one.\n|\n|  xpathNextPreceding(self, ctxt)\n|      Traversal function for the \"preceding\" direction the\n|      preceding axis contains all nodes in the same document as\n|      the context node that are before the context node in\n|      document order, excluding any ancestors and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in reverse document order\n|\n|  xpathNextPrecedingSibling(self, ctxt)\n|      Traversal function for the \"preceding-sibling\" direction\n|      The preceding-sibling axis contains the preceding siblings\n|      of the context node in reverse document order; the first\n|      preceding sibling is first on the axis; the sibling\n|       preceding that node is the second on the axis and so on.\n|\n|  xpathNextSelf(self, ctxt)\n|      Traversal function for the \"self\" direction The self axis\n|      contains just the context node itself\n|\n|  xpathNodeEval(self, str, ctx)\n|      Evaluate the XPath Location Path in the given context. The\n|      node 'node' is set as the context node. The context node is\n|       not restored.\n|\n|  xpointerNewCollapsedRange(self)\n|      Create a new xmlXPathObjectPtr of type range using a single\n|      nodes\n|\n|  xpointerNewLocationSetNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type LocationSet and\n|      initialize it with the single range made of the two nodes\n|       @start and @end\n|\n|  xpointerNewRange(self, startindex, end, endindex)\n|      Create a new xmlXPathObjectPtr of type range\n|\n|  xpointerNewRangeNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type range using 2 nodes\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlCore:\n|\n|  eq(self, other)\n|      Return self==value.\n|\n|  hash(self)\n|      Return hash(self).\n|\n|  iter = walkdepthfirst(self)\n|\n|  ne(self, other)\n|      Return self!=value.\n|\n|  str(self)\n|      Return str(self).\n|\n|  c14nMemory(self, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|      # Canonicalization routines:\n|      #\n|      #   nodes: the node set (tuple or list) to be included in the\n|      #     canonized image or None if all document nodes should be\n|      #     included.\n|      #   exclusive: the exclusive flag (0 - non-exclusive\n|      #     canonicalization; otherwise - exclusive canonicalization)\n|      #   prefixes: the list of inclusive namespace prefixes (strings),\n|      #     or None if there is no inclusive namespaces (only for\n|      #     exclusive canonicalization, ignored otherwise)\n|      #   withcomments: include comments in the result (!=0) or not\n|      #     (==0)\n|\n|  c14nSaveTo(self, file, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|\n|  free(self)\n|\n|  getchildren(self)\n|\n|  getcontent(self)\n|\n|  getdoc(self)\n|\n|  getlast(self)\n|\n|  getname(self)\n|\n|  getnext(self)\n|\n|  getparent(self)\n|\n|  getprev(self)\n|\n|  getproperties(self)\n|\n|  gettype(self)\n|\n|  removeNsDef(self, href)\n|      Remove a namespace definition from a node.  If href is None,\n|      remove all of the ns definitions on that node.  The removed\n|      namespaces are returned as a linked list.\n|\n|      Note: If any child nodes referred to the removed namespaces,\n|      they will be left with dangling links.  You should call\n|      renconciliateNs() to fix those pointers.\n|\n|      Note: This method does not free memory taken by the ns\n|      definitions.  You will need to free it manually with the\n|      freeNsList() method on the returns xmlNs object.\n|\n|  saveTo(self, file, encoding=None, format=0)\n|\n|  serialize(self, encoding=None, format=0)\n|      # Serialization routines, the optional arguments have the following\n|      # meaning:\n|      #     encoding: string to ask saving in a specific encoding\n|      #     indent: if 1 the serializer is asked to indent the output\n|\n|  walkbreadthfirst(self)\n|\n|  walkdepthfirst(self)\n|      # support for python2 iterators\n|\n|  xpathEval(self, expr)\n|      # Selecting nodes using XPath, a bit slow because the context\n|      # is allocated/freed every time but convenient.\n|\n|  xpathEval2(self, expr)\n|\n|  ----------------------------------------------------------------------\n|  Readonly properties inherited from xmlCore:\n|\n|  children\n|      First child node\n|\n|  content\n|      Content of this node\n|\n|  doc\n|      The document this node belongs to\n|\n|  last\n|      Last sibling node\n|\n|  name\n|      Node name\n|\n|  next\n|      Next sibling node\n|\n|  parent\n|      Parent node\n|\n|  prev\n|      Previous sibling node\n|\n|  properties\n|      List of properties\n|\n|  type\n|      Node type\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from xmlCore:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes inherited from xmlCore:\n|\n|  sys = <module 'sys' (built-in)>\n|      This module provides access to some objects used or maintained by the\n|      interpreter and to functions that interact strongly with the interpreter.\n|\n|      Dynamic objects:\n|\n|      argv -- command line arguments; argv[0] is the script pathname if known\n|      path -- module search path; path[0] is the script directory, else ''\n|      modules -- dictionary of loaded modules\n|\n|      displayhook -- called to show results in an interactive session\n|      excepthook -- called to handle any uncaught exception other than SystemExit\n|        To customize printing in an interactive session or to install a custom\n|        top-level exception handler, assign other functions to replace these.\n|\n|      stdin -- standard input file object; used by input()\n|      stdout -- standard output file object; used by print()\n|      stderr -- standard error object; used for error messages\n|        By assigning other file objects (or objects that behave like files)\n|        to these, it is possible to redirect all of the interpreter's I/O.\n|\n|      lasttype -- type of last uncaught exception\n|      lastvalue -- value of last uncaught exception\n|      lasttraceback -- traceback of last uncaught exception\n|        These three are only available in an interactive session after a\n|        traceback has been printed.\n|\n|      Static objects:\n|\n|      builtinmodulenames -- tuple of module names built into this interpreter\n|      copyright -- copyright notice pertaining to this interpreter\n|      execprefix -- prefix used to find the machine-specific Python library\n|      executable -- absolute path of the executable binary of the Python interpreter\n|      floatinfo -- a named tuple with information about the float implementation.\n|      floatreprstyle -- string indicating the style of repr() output for floats\n|      hashinfo -- a named tuple with information about the hash algorithm.\n|      hexversion -- version information encoded as a single integer\n|      implementation -- Python implementation information.\n|      intinfo -- a named tuple with information about the int implementation.\n|      maxsize -- the largest supported length of containers.\n|      maxunicode -- the value of the largest Unicode code point\n|      platform -- platform identifier\n|      prefix -- prefix used to find the Python library\n|      threadinfo -- a named tuple with information about the thread implementation.\n|      version -- the version of this interpreter as a string\n|      versioninfo -- version information as a named tuple\n|      stdin -- the original stdin; don't touch!\n|      stdout -- the original stdout; don't touch!\n|      stderr -- the original stderr; don't touch!\n|      displayhook -- the original displayhook; don't touch!\n|      excepthook -- the original excepthook; don't touch!\n|\n|      Functions:\n|\n|      displayhook() -- print an object to the screen, and save it in builtins.\n|      excepthook() -- print an exception and its traceback to sys.stderr\n|      excinfo() -- return thread-safe information about the current exception\n|      exit() -- exit the interpreter by raising SystemExit\n|      getdlopenflags() -- returns flags to be used for dlopen() calls\n|      getprofile() -- get the global profiling function\n|      getrefcount() -- return the reference count for an object (plus one :-)\n|      getrecursionlimit() -- return the max recursion depth for the interpreter\n|      getsizeof() -- return the size of an object in bytes\n|      gettrace() -- get the global debug tracing function\n|      setdlopenflags() -- set the flags to be used for dlopen() calls\n|      setprofile() -- set the global profiling function\n|      setrecursionlimit() -- set the max recursion depth for the interpreter\n|      settrace() -- set the global debug tracing function\n"
                },
                {
                    "name": "class xmlDtd",
                    "content": "|  xmlDtd(obj=None)\n|\n|  Method resolution order:\n|      xmlDtd\n|      xmlNode\n|      xmlCore\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  repr(self)\n|      Return repr(self).\n|\n|  copyDtd(self)\n|      Do a copy of the dtd.\n|\n|  debugDumpDTD(self, output)\n|      Dumps debug information for the DTD\n|\n|  dtdAttrDesc(self, elem, name)\n|      Search the DTD for the description of this attribute on\n|      this element.\n|\n|  dtdElementDesc(self, name)\n|      Search the DTD for the description of this element\n|\n|  dtdQAttrDesc(self, elem, name, prefix)\n|      Search the DTD for the description of this qualified\n|      attribute on this element.\n|\n|  dtdQElementDesc(self, name, prefix)\n|      Search the DTD for the description of this element\n|\n|  freeDtd(self)\n|      Free a DTD structure.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlNode:\n|\n|  addChild(self, cur)\n|      Add a new node to @parent, at the end of the child (or\n|      property) list merging adjacent TEXT nodes (in which case\n|      @cur is freed) If the new node is ATTRIBUTE, it is added\n|      into properties instead of children. If there is an\n|       attribute with equal name, it is first destroyed.\n|\n|  addChildList(self, cur)\n|      Add a list of node at the end of the child list of the\n|      parent merging adjacent TEXT nodes (@cur may be freed)\n|\n|  addContent(self, content)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContent(), @content is supposed to be\n|      raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addContentLen(self, content, len)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContentLen(), @content is supposed to\n|      be raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addNextSibling(self, elem)\n|      Add a new node @elem as the next sibling of @cur If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. As a result of text\n|      merging @elem may be freed. If the new node is ATTRIBUTE,\n|      it is added into properties instead of children. If there\n|       is an attribute with equal name, it is first destroyed.\n|\n|  addPrevSibling(self, elem)\n|      Add a new node @elem as the previous sibling of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. If the new node is\n|      ATTRIBUTE, it is added into properties instead of children.\n|      If there is an attribute with equal name, it is first\n|       destroyed.\n|\n|  addSibling(self, elem)\n|      Add a new element @elem to the list of siblings of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      element was already inserted in a document it is first\n|       unlinked from its existing context.\n|\n|  copyNode(self, extended)\n|      Do a copy of the node.\n|\n|  copyNodeList(self)\n|      Do a recursive copy of the node list. Use\n|      xmlDocCopyNodeList() if possible to ensure string interning.\n|\n|  copyProp(self, cur)\n|      Do a copy of the attribute.\n|\n|  copyPropList(self, cur)\n|      Do a copy of an attribute list.\n|\n|  debugDumpNode(self, output, depth)\n|      Dumps debug information for the element node, it is\n|      recursive\n|\n|  debugDumpNodeList(self, output, depth)\n|      Dumps debug information for the list of element node, it is\n|      recursive\n|\n|  debugDumpOneNode(self, output, depth)\n|      Dumps debug information for the element node, it is not\n|      recursive\n|\n|  docCopyNode(self, doc, extended)\n|      Do a copy of the node to a given document.\n|\n|  docCopyNodeList(self, doc)\n|      Do a recursive copy of the node list.\n|\n|  docSetRootElement(self, doc)\n|      Set the root element of the document (doc->children is a\n|      list containing possibly comments, PIs, etc ...).\n|\n|  firstElementChild(self)\n|      Finds the first child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  freeNode(self)\n|      Free a node, this is a recursive behaviour, all the\n|      children are freed too. This doesn't unlink the child from\n|       the list, use xmlUnlinkNode() first.\n|\n|  freeNodeList(self)\n|      Free a node and all its siblings, this is a recursive\n|      behaviour, all the children are freed too.\n|\n|  getBase(self, doc)\n|      Searches for the BASE URL. The code should work on both XML\n|      and HTML document even if base mechanisms are completely\n|      different. It returns the base as defined in RFC 2396\n|      sections 5.1.1. Base URI within Document Content and 5.1.2.\n|      Base URI from the Encapsulating Entity However it does not\n|       return the document base (5.1.3), use doc->URL in this case\n|\n|  getContent(self)\n|      Read the value of a node, this can be either the text\n|      carried directly by this node if it's a TEXT node or the\n|      aggregate string of the values carried by this node child's\n|       (TEXT and ENTITYREF). Entity references are substituted.\n|\n|  getLang(self)\n|      Searches the language of a node, i.e. the values of the\n|      xml:lang attribute or the one carried by the nearest\n|       ancestor.\n|\n|  getSpacePreserve(self)\n|      Searches the space preserving behaviour of a node, i.e. the\n|      values of the xml:space attribute or the one carried by the\n|       nearest ancestor.\n|\n|  hasNsProp(self, name, nameSpace)\n|      Search for an attribute associated to a node This attribute\n|      has to be anchored in the namespace specified. This does\n|      the entity substitution. This function looks in DTD\n|      attribute declaration for #FIXED or default declaration\n|      values unless DTD use has been turned off. Note that a\n|       namespace of None indicates to use the default namespace.\n|\n|  hasProp(self, name)\n|      Search an attribute associated to a node This function also\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  isBlankNode(self)\n|      Checks whether this node is an empty or whitespace only\n|      (and possibly ignorable) text-node.\n|\n|  isID(self, doc, attr)\n|      Determine whether an attribute is of type ID. In case we\n|      have DTD(s) then this is done if DTD loading has been\n|      requested. In the case of HTML documents parsed with the\n|       HTML parser, then ID detection is done systematically.\n|\n|  isRef(self, doc, attr)\n|      Determine whether an attribute is of type Ref. In case we\n|      have DTD(s) then this is simple, otherwise we use an\n|       heuristic: name Ref (upper or lowercase).\n|\n|  isText(self)\n|      Is this node a Text node ?\n|\n|  lastChild(self)\n|      Search the last child of a node.\n|\n|  lastElementChild(self)\n|      Finds the last child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  lineNo(self)\n|      Get line number of @node. Try to override the limitation of\n|      lines being store in 16 bits ints if XMLPARSEBIGLINES\n|       parser option was used\n|\n|  listGetRawString(self, doc, inLine)\n|      Builds the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs, contrary to\n|      xmlNodeListGetString() this function doesn't do any\n|       character encoding handling.\n|\n|  listGetString(self, doc, inLine)\n|      Build the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs\n|\n|  lsCountNode(self)\n|      Count the children of @node.\n|\n|  lsOneNode(self, output)\n|      Dump to @output the type and name of @node.\n|\n|  newChild(self, ns, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child list containing the TEXTs and ENTITYREFs node will\n|      be created. NOTE: @content is supposed to be a piece of XML\n|      CDATA, so it allows entity references. XML special chars\n|      must be escaped first by using\n|      xmlEncodeEntitiesReentrant(), or xmlNewTextChild() should\n|       be used.\n|\n|  newNs(self, href, prefix)\n|      Creation of a new Namespace. This function will refuse to\n|      create a namespace with a similar prefix than an existing\n|      one present on this node. Note that for a default\n|      namespace, @prefix should be None.  We use href==None in\n|      the case of an element creation where the namespace was not\n|       defined.\n|\n|  newNsProp(self, ns, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newNsPropEatName(self, ns, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newProp(self, name, value)\n|      Create a new property carried by a node.\n|\n|  newTextChild(self, ns, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child TEXT node will be created containing the string\n|      @content. NOTE: Use xmlNewChild() if @content will contain\n|      entities that need to be preserved. Use this function,\n|      xmlNewTextChild(), if you need to ensure that reserved XML\n|      chars that might appear in @content, such as the ampersand,\n|      greater-than or less-than signs, are automatically replaced\n|       by their XML escaped entity representations.\n|\n|  nextElementSibling(self)\n|      Finds the first closest next sibling of the node which is\n|      an element node. Note the handling of entities references\n|      is different than in the W3C DOM element traversal spec\n|      since we don't have back reference from entities content to\n|       entities references.\n|\n|  noNsProp(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off. This\n|      function is similar to xmlGetProp except it will accept\n|       only an attribute in no namespace.\n|\n|  nodePath(self)\n|      Build a structure based Path for the given node\n|\n|  ns(self)\n|      Get the namespace of a node\n|\n|  nsDefs(self)\n|      Get the namespace of a node\n|\n|  nsProp(self, name, nameSpace)\n|      Search and get the value of an attribute associated to a\n|      node This attribute has to be anchored in the namespace\n|      specified. This does the entity substitution. This function\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  previousElementSibling(self)\n|      Finds the first closest previous sibling of the node which\n|      is an element node. Note the handling of entities\n|      references is different than in the W3C DOM element\n|      traversal spec since we don't have back reference from\n|       entities content to entities references.\n|\n|  prop(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off.\n|      NOTE: this function acts independently of namespaces\n|      associated to the attribute. Use xmlGetNsProp() or\n|       xmlGetNoNsProp() for namespace aware processing.\n|\n|  reconciliateNs(self, doc)\n|      This function checks that all the namespaces declared\n|      within the given tree are properly declared. This is needed\n|      for example after Copy or Cut and then paste operations.\n|      The subtree may still hold pointers to namespace\n|      declarations outside the subtree or invalid/masked. As much\n|      as possible the function try to reuse the existing\n|      namespaces found in the new environment. If not possible\n|      the new namespaces are redeclared on @tree at the top of\n|       the given subtree.\n|\n|  replaceNode(self, cur)\n|      Unlink the old node from its current context, prune the new\n|      one at the same place. If @cur was already inserted in a\n|       document it is first unlinked from its existing context.\n|\n|  schemaValidateOneElement(self, ctxt)\n|      Validate a branch of a tree, starting with the given @elem.\n|\n|  searchNs(self, doc, nameSpace)\n|      Search a Ns registered under a given name space for a\n|      document. recurse on the parents until it finds the defined\n|      namespace or return None otherwise. @nameSpace can be None,\n|      this is a search for the default namespace. We don't allow\n|      to cross entities boundaries. If you don't declare the\n|      namespace within those you will be in troubles !!! A\n|       warning is generated to cover this case.\n|\n|  searchNsByHref(self, doc, href)\n|      Search a Ns aliasing a given URI. Recurse on the parents\n|      until it finds the defined namespace or return None\n|       otherwise.\n|\n|  setBase(self, uri)\n|      Set (or reset) the base URI of a node, i.e. the value of\n|      the xml:base attribute.\n|\n|  setContent(self, content)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setContentLen(self, content, len)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setLang(self, lang)\n|      Set the language of a node, i.e. the values of the xml:lang\n|      attribute.\n|\n|  setListDoc(self, doc)\n|      update all nodes in the list to point to the right document\n|\n|  setName(self, name)\n|      Set (or reset) the name of a node.\n|\n|  setNs(self, ns)\n|      Associate a namespace to a node, a posteriori.\n|\n|  setNsProp(self, ns, name, value)\n|      Set (or reset) an attribute carried by a node. The ns\n|      structure must be in scope, this is not checked\n|\n|  setProp(self, name, value)\n|      Set (or reset) an attribute carried by a node. If @name has\n|      a prefix, then the corresponding namespace-binding will be\n|      used, if in scope; it is an error it there's no such\n|       ns-binding for the prefix in scope.\n|\n|  setSpacePreserve(self, val)\n|      Set (or reset) the space preserving behaviour of a node,\n|      i.e. the value of the xml:space attribute.\n|\n|  setTreeDoc(self, doc)\n|      update all nodes under the tree to point to the right\n|      document\n|\n|  shellPrintNode(self)\n|      Print node to the output FILE\n|\n|  textConcat(self, content, len)\n|      Concat the given string at the end of the existing node\n|      content\n|\n|  textMerge(self, second)\n|      Merge two text nodes into one\n|\n|  unlinkNode(self)\n|      Unlink a node from it's current context, the node is not\n|      freed If one need to free the node, use xmlFreeNode()\n|      routine after the unlink to discard it. Note that namespace\n|      nodes can't be unlinked as they do not have pointer to\n|       their parent.\n|\n|  unsetNsProp(self, ns, name)\n|      Remove an attribute carried by a node.\n|\n|  unsetProp(self, name)\n|      Remove an attribute carried by a node. This handles only\n|      attributes in no namespace.\n|\n|  validNormalizeAttributeValue(self, doc, name, value)\n|      Does the validation related extra step of the normalization\n|      of attribute values:  If the declared value is not CDATA,\n|      then the XML processor must further process the normalized\n|      attribute value by discarding any leading and trailing\n|      space (#x20) characters, and by replacing sequences of\n|       space (#x20) characters by single space (#x20) character.\n|\n|  xincludeProcessTree(self)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xincludeProcessTreeFlags(self, flags)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xpathCastNodeToNumber(self)\n|      Converts a node to its number value\n|\n|  xpathCastNodeToString(self)\n|      Converts a node to its string value.\n|\n|  xpathCmpNodes(self, node2)\n|      Compare two nodes w.r.t document order\n|\n|  xpathNewNodeSet(self)\n|      Create a new xmlXPathObjectPtr of type NodeSet and\n|      initialize it with the single Node @val\n|\n|  xpathNewValueTree(self)\n|      Create a new xmlXPathObjectPtr of type Value Tree (XSLT)\n|      and initialize it with the tree root @val\n|\n|  xpathNextAncestor(self, ctxt)\n|      Traversal function for the \"ancestor\" direction the\n|      ancestor axis contains the ancestors of the context node;\n|      the ancestors of the context node consist of the parent of\n|      context node and the parent's parent and so on; the nodes\n|      are ordered in reverse document order; thus the parent is\n|      the first node on the axis, and the parent's parent is the\n|       second node on the axis\n|\n|  xpathNextAncestorOrSelf(self, ctxt)\n|      Traversal function for the \"ancestor-or-self\" direction he\n|      ancestor-or-self axis contains the context node and\n|      ancestors of the context node in reverse document order;\n|      thus the context node is the first node on the axis, and\n|      the context node's parent the second; parent here is\n|       defined the same as with the parent axis.\n|\n|  xpathNextAttribute(self, ctxt)\n|      Traversal function for the \"attribute\" direction TODO:\n|      support DTD inherited default attributes\n|\n|  xpathNextChild(self, ctxt)\n|      Traversal function for the \"child\" direction The child axis\n|      contains the children of the context node in document order.\n|\n|  xpathNextDescendant(self, ctxt)\n|      Traversal function for the \"descendant\" direction the\n|      descendant axis contains the descendants of the context\n|      node in document order; a descendant is a child or a child\n|       of a child and so on.\n|\n|  xpathNextDescendantOrSelf(self, ctxt)\n|      Traversal function for the \"descendant-or-self\" direction\n|      the descendant-or-self axis contains the context node and\n|      the descendants of the context node in document order; thus\n|      the context node is the first node on the axis, and the\n|      first child of the context node is the second node on the\n|       axis\n|\n|  xpathNextFollowing(self, ctxt)\n|      Traversal function for the \"following\" direction The\n|      following axis contains all nodes in the same document as\n|      the context node that are after the context node in\n|      document order, excluding any descendants and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in document order\n|\n|  xpathNextFollowingSibling(self, ctxt)\n|      Traversal function for the \"following-sibling\" direction\n|      The following-sibling axis contains the following siblings\n|       of the context node in document order.\n|\n|  xpathNextNamespace(self, ctxt)\n|      Traversal function for the \"namespace\" direction the\n|      namespace axis contains the namespace nodes of the context\n|      node; the order of nodes on this axis is\n|      implementation-defined; the axis will be empty unless the\n|      context node is an element  We keep the XML namespace node\n|       at the end of the list.\n|\n|  xpathNextParent(self, ctxt)\n|      Traversal function for the \"parent\" direction The parent\n|      axis contains the parent of the context node, if there is\n|       one.\n|\n|  xpathNextPreceding(self, ctxt)\n|      Traversal function for the \"preceding\" direction the\n|      preceding axis contains all nodes in the same document as\n|      the context node that are before the context node in\n|      document order, excluding any ancestors and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in reverse document order\n|\n|  xpathNextPrecedingSibling(self, ctxt)\n|      Traversal function for the \"preceding-sibling\" direction\n|      The preceding-sibling axis contains the preceding siblings\n|      of the context node in reverse document order; the first\n|      preceding sibling is first on the axis; the sibling\n|       preceding that node is the second on the axis and so on.\n|\n|  xpathNextSelf(self, ctxt)\n|      Traversal function for the \"self\" direction The self axis\n|      contains just the context node itself\n|\n|  xpathNodeEval(self, str, ctx)\n|      Evaluate the XPath Location Path in the given context. The\n|      node 'node' is set as the context node. The context node is\n|       not restored.\n|\n|  xpointerNewCollapsedRange(self)\n|      Create a new xmlXPathObjectPtr of type range using a single\n|      nodes\n|\n|  xpointerNewContext(self, doc, origin)\n|      Create a new XPointer context\n|\n|  xpointerNewLocationSetNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type LocationSet and\n|      initialize it with the single range made of the two nodes\n|       @start and @end\n|\n|  xpointerNewRange(self, startindex, end, endindex)\n|      Create a new xmlXPathObjectPtr of type range\n|\n|  xpointerNewRangeNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type range using 2 nodes\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlCore:\n|\n|  eq(self, other)\n|      Return self==value.\n|\n|  hash(self)\n|      Return hash(self).\n|\n|  iter = walkdepthfirst(self)\n|\n|  ne(self, other)\n|      Return self!=value.\n|\n|  str(self)\n|      Return str(self).\n|\n|  c14nMemory(self, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|      # Canonicalization routines:\n|      #\n|      #   nodes: the node set (tuple or list) to be included in the\n|      #     canonized image or None if all document nodes should be\n|      #     included.\n|      #   exclusive: the exclusive flag (0 - non-exclusive\n|      #     canonicalization; otherwise - exclusive canonicalization)\n|      #   prefixes: the list of inclusive namespace prefixes (strings),\n|      #     or None if there is no inclusive namespaces (only for\n|      #     exclusive canonicalization, ignored otherwise)\n|      #   withcomments: include comments in the result (!=0) or not\n|      #     (==0)\n|\n|  c14nSaveTo(self, file, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|\n|  free(self)\n|\n|  getchildren(self)\n|\n|  getcontent(self)\n|\n|  getdoc(self)\n|\n|  getlast(self)\n|\n|  getname(self)\n|\n|  getnext(self)\n|\n|  getparent(self)\n|\n|  getprev(self)\n|\n|  getproperties(self)\n|\n|  gettype(self)\n|\n|  removeNsDef(self, href)\n|      Remove a namespace definition from a node.  If href is None,\n|      remove all of the ns definitions on that node.  The removed\n|      namespaces are returned as a linked list.\n|\n|      Note: If any child nodes referred to the removed namespaces,\n|      they will be left with dangling links.  You should call\n|      renconciliateNs() to fix those pointers.\n|\n|      Note: This method does not free memory taken by the ns\n|      definitions.  You will need to free it manually with the\n|      freeNsList() method on the returns xmlNs object.\n|\n|  saveTo(self, file, encoding=None, format=0)\n|\n|  serialize(self, encoding=None, format=0)\n|      # Serialization routines, the optional arguments have the following\n|      # meaning:\n|      #     encoding: string to ask saving in a specific encoding\n|      #     indent: if 1 the serializer is asked to indent the output\n|\n|  walkbreadthfirst(self)\n|\n|  walkdepthfirst(self)\n|      # support for python2 iterators\n|\n|  xpathEval(self, expr)\n|      # Selecting nodes using XPath, a bit slow because the context\n|      # is allocated/freed every time but convenient.\n|\n|  xpathEval2(self, expr)\n|\n|  ----------------------------------------------------------------------\n|  Readonly properties inherited from xmlCore:\n|\n|  children\n|      First child node\n|\n|  content\n|      Content of this node\n|\n|  doc\n|      The document this node belongs to\n|\n|  last\n|      Last sibling node\n|\n|  name\n|      Node name\n|\n|  next\n|      Next sibling node\n|\n|  parent\n|      Parent node\n|\n|  prev\n|      Previous sibling node\n|\n|  properties\n|      List of properties\n|\n|  type\n|      Node type\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from xmlCore:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes inherited from xmlCore:\n|\n|  sys = <module 'sys' (built-in)>\n|      This module provides access to some objects used or maintained by the\n|      interpreter and to functions that interact strongly with the interpreter.\n|\n|      Dynamic objects:\n|\n|      argv -- command line arguments; argv[0] is the script pathname if known\n|      path -- module search path; path[0] is the script directory, else ''\n|      modules -- dictionary of loaded modules\n|\n|      displayhook -- called to show results in an interactive session\n|      excepthook -- called to handle any uncaught exception other than SystemExit\n|        To customize printing in an interactive session or to install a custom\n|        top-level exception handler, assign other functions to replace these.\n|\n|      stdin -- standard input file object; used by input()\n|      stdout -- standard output file object; used by print()\n|      stderr -- standard error object; used for error messages\n|        By assigning other file objects (or objects that behave like files)\n|        to these, it is possible to redirect all of the interpreter's I/O.\n|\n|      lasttype -- type of last uncaught exception\n|      lastvalue -- value of last uncaught exception\n|      lasttraceback -- traceback of last uncaught exception\n|        These three are only available in an interactive session after a\n|        traceback has been printed.\n|\n|      Static objects:\n|\n|      builtinmodulenames -- tuple of module names built into this interpreter\n|      copyright -- copyright notice pertaining to this interpreter\n|      execprefix -- prefix used to find the machine-specific Python library\n|      executable -- absolute path of the executable binary of the Python interpreter\n|      floatinfo -- a named tuple with information about the float implementation.\n|      floatreprstyle -- string indicating the style of repr() output for floats\n|      hashinfo -- a named tuple with information about the hash algorithm.\n|      hexversion -- version information encoded as a single integer\n|      implementation -- Python implementation information.\n|      intinfo -- a named tuple with information about the int implementation.\n|      maxsize -- the largest supported length of containers.\n|      maxunicode -- the value of the largest Unicode code point\n|      platform -- platform identifier\n|      prefix -- prefix used to find the Python library\n|      threadinfo -- a named tuple with information about the thread implementation.\n|      version -- the version of this interpreter as a string\n|      versioninfo -- version information as a named tuple\n|      stdin -- the original stdin; don't touch!\n|      stdout -- the original stdout; don't touch!\n|      stderr -- the original stderr; don't touch!\n|      displayhook -- the original displayhook; don't touch!\n|      excepthook -- the original excepthook; don't touch!\n|\n|      Functions:\n|\n|      displayhook() -- print an object to the screen, and save it in builtins.\n|      excepthook() -- print an exception and its traceback to sys.stderr\n|      excinfo() -- return thread-safe information about the current exception\n|      exit() -- exit the interpreter by raising SystemExit\n|      getdlopenflags() -- returns flags to be used for dlopen() calls\n|      getprofile() -- get the global profiling function\n|      getrefcount() -- return the reference count for an object (plus one :-)\n|      getrecursionlimit() -- return the max recursion depth for the interpreter\n|      getsizeof() -- return the size of an object in bytes\n|      gettrace() -- get the global debug tracing function\n|      setdlopenflags() -- set the flags to be used for dlopen() calls\n|      setprofile() -- set the global profiling function\n|      setrecursionlimit() -- set the max recursion depth for the interpreter\n|      settrace() -- set the global debug tracing function\n"
                },
                {
                    "name": "class xmlElement",
                    "content": "|  xmlElement(obj=None)\n|\n|  Method resolution order:\n|      xmlElement\n|      xmlNode\n|      xmlCore\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  repr(self)\n|      Return repr(self).\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlNode:\n|\n|  addChild(self, cur)\n|      Add a new node to @parent, at the end of the child (or\n|      property) list merging adjacent TEXT nodes (in which case\n|      @cur is freed) If the new node is ATTRIBUTE, it is added\n|      into properties instead of children. If there is an\n|       attribute with equal name, it is first destroyed.\n|\n|  addChildList(self, cur)\n|      Add a list of node at the end of the child list of the\n|      parent merging adjacent TEXT nodes (@cur may be freed)\n|\n|  addContent(self, content)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContent(), @content is supposed to be\n|      raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addContentLen(self, content, len)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContentLen(), @content is supposed to\n|      be raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addNextSibling(self, elem)\n|      Add a new node @elem as the next sibling of @cur If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. As a result of text\n|      merging @elem may be freed. If the new node is ATTRIBUTE,\n|      it is added into properties instead of children. If there\n|       is an attribute with equal name, it is first destroyed.\n|\n|  addPrevSibling(self, elem)\n|      Add a new node @elem as the previous sibling of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. If the new node is\n|      ATTRIBUTE, it is added into properties instead of children.\n|      If there is an attribute with equal name, it is first\n|       destroyed.\n|\n|  addSibling(self, elem)\n|      Add a new element @elem to the list of siblings of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      element was already inserted in a document it is first\n|       unlinked from its existing context.\n|\n|  copyNode(self, extended)\n|      Do a copy of the node.\n|\n|  copyNodeList(self)\n|      Do a recursive copy of the node list. Use\n|      xmlDocCopyNodeList() if possible to ensure string interning.\n|\n|  copyProp(self, cur)\n|      Do a copy of the attribute.\n|\n|  copyPropList(self, cur)\n|      Do a copy of an attribute list.\n|\n|  debugDumpNode(self, output, depth)\n|      Dumps debug information for the element node, it is\n|      recursive\n|\n|  debugDumpNodeList(self, output, depth)\n|      Dumps debug information for the list of element node, it is\n|      recursive\n|\n|  debugDumpOneNode(self, output, depth)\n|      Dumps debug information for the element node, it is not\n|      recursive\n|\n|  docCopyNode(self, doc, extended)\n|      Do a copy of the node to a given document.\n|\n|  docCopyNodeList(self, doc)\n|      Do a recursive copy of the node list.\n|\n|  docSetRootElement(self, doc)\n|      Set the root element of the document (doc->children is a\n|      list containing possibly comments, PIs, etc ...).\n|\n|  firstElementChild(self)\n|      Finds the first child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  freeNode(self)\n|      Free a node, this is a recursive behaviour, all the\n|      children are freed too. This doesn't unlink the child from\n|       the list, use xmlUnlinkNode() first.\n|\n|  freeNodeList(self)\n|      Free a node and all its siblings, this is a recursive\n|      behaviour, all the children are freed too.\n|\n|  getBase(self, doc)\n|      Searches for the BASE URL. The code should work on both XML\n|      and HTML document even if base mechanisms are completely\n|      different. It returns the base as defined in RFC 2396\n|      sections 5.1.1. Base URI within Document Content and 5.1.2.\n|      Base URI from the Encapsulating Entity However it does not\n|       return the document base (5.1.3), use doc->URL in this case\n|\n|  getContent(self)\n|      Read the value of a node, this can be either the text\n|      carried directly by this node if it's a TEXT node or the\n|      aggregate string of the values carried by this node child's\n|       (TEXT and ENTITYREF). Entity references are substituted.\n|\n|  getLang(self)\n|      Searches the language of a node, i.e. the values of the\n|      xml:lang attribute or the one carried by the nearest\n|       ancestor.\n|\n|  getSpacePreserve(self)\n|      Searches the space preserving behaviour of a node, i.e. the\n|      values of the xml:space attribute or the one carried by the\n|       nearest ancestor.\n|\n|  hasNsProp(self, name, nameSpace)\n|      Search for an attribute associated to a node This attribute\n|      has to be anchored in the namespace specified. This does\n|      the entity substitution. This function looks in DTD\n|      attribute declaration for #FIXED or default declaration\n|      values unless DTD use has been turned off. Note that a\n|       namespace of None indicates to use the default namespace.\n|\n|  hasProp(self, name)\n|      Search an attribute associated to a node This function also\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  isBlankNode(self)\n|      Checks whether this node is an empty or whitespace only\n|      (and possibly ignorable) text-node.\n|\n|  isID(self, doc, attr)\n|      Determine whether an attribute is of type ID. In case we\n|      have DTD(s) then this is done if DTD loading has been\n|      requested. In the case of HTML documents parsed with the\n|       HTML parser, then ID detection is done systematically.\n|\n|  isRef(self, doc, attr)\n|      Determine whether an attribute is of type Ref. In case we\n|      have DTD(s) then this is simple, otherwise we use an\n|       heuristic: name Ref (upper or lowercase).\n|\n|  isText(self)\n|      Is this node a Text node ?\n|\n|  lastChild(self)\n|      Search the last child of a node.\n|\n|  lastElementChild(self)\n|      Finds the last child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  lineNo(self)\n|      Get line number of @node. Try to override the limitation of\n|      lines being store in 16 bits ints if XMLPARSEBIGLINES\n|       parser option was used\n|\n|  listGetRawString(self, doc, inLine)\n|      Builds the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs, contrary to\n|      xmlNodeListGetString() this function doesn't do any\n|       character encoding handling.\n|\n|  listGetString(self, doc, inLine)\n|      Build the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs\n|\n|  lsCountNode(self)\n|      Count the children of @node.\n|\n|  lsOneNode(self, output)\n|      Dump to @output the type and name of @node.\n|\n|  newChild(self, ns, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child list containing the TEXTs and ENTITYREFs node will\n|      be created. NOTE: @content is supposed to be a piece of XML\n|      CDATA, so it allows entity references. XML special chars\n|      must be escaped first by using\n|      xmlEncodeEntitiesReentrant(), or xmlNewTextChild() should\n|       be used.\n|\n|  newNs(self, href, prefix)\n|      Creation of a new Namespace. This function will refuse to\n|      create a namespace with a similar prefix than an existing\n|      one present on this node. Note that for a default\n|      namespace, @prefix should be None.  We use href==None in\n|      the case of an element creation where the namespace was not\n|       defined.\n|\n|  newNsProp(self, ns, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newNsPropEatName(self, ns, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newProp(self, name, value)\n|      Create a new property carried by a node.\n|\n|  newTextChild(self, ns, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child TEXT node will be created containing the string\n|      @content. NOTE: Use xmlNewChild() if @content will contain\n|      entities that need to be preserved. Use this function,\n|      xmlNewTextChild(), if you need to ensure that reserved XML\n|      chars that might appear in @content, such as the ampersand,\n|      greater-than or less-than signs, are automatically replaced\n|       by their XML escaped entity representations.\n|\n|  nextElementSibling(self)\n|      Finds the first closest next sibling of the node which is\n|      an element node. Note the handling of entities references\n|      is different than in the W3C DOM element traversal spec\n|      since we don't have back reference from entities content to\n|       entities references.\n|\n|  noNsProp(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off. This\n|      function is similar to xmlGetProp except it will accept\n|       only an attribute in no namespace.\n|\n|  nodePath(self)\n|      Build a structure based Path for the given node\n|\n|  ns(self)\n|      Get the namespace of a node\n|\n|  nsDefs(self)\n|      Get the namespace of a node\n|\n|  nsProp(self, name, nameSpace)\n|      Search and get the value of an attribute associated to a\n|      node This attribute has to be anchored in the namespace\n|      specified. This does the entity substitution. This function\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  previousElementSibling(self)\n|      Finds the first closest previous sibling of the node which\n|      is an element node. Note the handling of entities\n|      references is different than in the W3C DOM element\n|      traversal spec since we don't have back reference from\n|       entities content to entities references.\n|\n|  prop(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off.\n|      NOTE: this function acts independently of namespaces\n|      associated to the attribute. Use xmlGetNsProp() or\n|       xmlGetNoNsProp() for namespace aware processing.\n|\n|  reconciliateNs(self, doc)\n|      This function checks that all the namespaces declared\n|      within the given tree are properly declared. This is needed\n|      for example after Copy or Cut and then paste operations.\n|      The subtree may still hold pointers to namespace\n|      declarations outside the subtree or invalid/masked. As much\n|      as possible the function try to reuse the existing\n|      namespaces found in the new environment. If not possible\n|      the new namespaces are redeclared on @tree at the top of\n|       the given subtree.\n|\n|  replaceNode(self, cur)\n|      Unlink the old node from its current context, prune the new\n|      one at the same place. If @cur was already inserted in a\n|       document it is first unlinked from its existing context.\n|\n|  schemaValidateOneElement(self, ctxt)\n|      Validate a branch of a tree, starting with the given @elem.\n|\n|  searchNs(self, doc, nameSpace)\n|      Search a Ns registered under a given name space for a\n|      document. recurse on the parents until it finds the defined\n|      namespace or return None otherwise. @nameSpace can be None,\n|      this is a search for the default namespace. We don't allow\n|      to cross entities boundaries. If you don't declare the\n|      namespace within those you will be in troubles !!! A\n|       warning is generated to cover this case.\n|\n|  searchNsByHref(self, doc, href)\n|      Search a Ns aliasing a given URI. Recurse on the parents\n|      until it finds the defined namespace or return None\n|       otherwise.\n|\n|  setBase(self, uri)\n|      Set (or reset) the base URI of a node, i.e. the value of\n|      the xml:base attribute.\n|\n|  setContent(self, content)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setContentLen(self, content, len)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setLang(self, lang)\n|      Set the language of a node, i.e. the values of the xml:lang\n|      attribute.\n|\n|  setListDoc(self, doc)\n|      update all nodes in the list to point to the right document\n|\n|  setName(self, name)\n|      Set (or reset) the name of a node.\n|\n|  setNs(self, ns)\n|      Associate a namespace to a node, a posteriori.\n|\n|  setNsProp(self, ns, name, value)\n|      Set (or reset) an attribute carried by a node. The ns\n|      structure must be in scope, this is not checked\n|\n|  setProp(self, name, value)\n|      Set (or reset) an attribute carried by a node. If @name has\n|      a prefix, then the corresponding namespace-binding will be\n|      used, if in scope; it is an error it there's no such\n|       ns-binding for the prefix in scope.\n|\n|  setSpacePreserve(self, val)\n|      Set (or reset) the space preserving behaviour of a node,\n|      i.e. the value of the xml:space attribute.\n|\n|  setTreeDoc(self, doc)\n|      update all nodes under the tree to point to the right\n|      document\n|\n|  shellPrintNode(self)\n|      Print node to the output FILE\n|\n|  textConcat(self, content, len)\n|      Concat the given string at the end of the existing node\n|      content\n|\n|  textMerge(self, second)\n|      Merge two text nodes into one\n|\n|  unlinkNode(self)\n|      Unlink a node from it's current context, the node is not\n|      freed If one need to free the node, use xmlFreeNode()\n|      routine after the unlink to discard it. Note that namespace\n|      nodes can't be unlinked as they do not have pointer to\n|       their parent.\n|\n|  unsetNsProp(self, ns, name)\n|      Remove an attribute carried by a node.\n|\n|  unsetProp(self, name)\n|      Remove an attribute carried by a node. This handles only\n|      attributes in no namespace.\n|\n|  validNormalizeAttributeValue(self, doc, name, value)\n|      Does the validation related extra step of the normalization\n|      of attribute values:  If the declared value is not CDATA,\n|      then the XML processor must further process the normalized\n|      attribute value by discarding any leading and trailing\n|      space (#x20) characters, and by replacing sequences of\n|       space (#x20) characters by single space (#x20) character.\n|\n|  xincludeProcessTree(self)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xincludeProcessTreeFlags(self, flags)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xpathCastNodeToNumber(self)\n|      Converts a node to its number value\n|\n|  xpathCastNodeToString(self)\n|      Converts a node to its string value.\n|\n|  xpathCmpNodes(self, node2)\n|      Compare two nodes w.r.t document order\n|\n|  xpathNewNodeSet(self)\n|      Create a new xmlXPathObjectPtr of type NodeSet and\n|      initialize it with the single Node @val\n|\n|  xpathNewValueTree(self)\n|      Create a new xmlXPathObjectPtr of type Value Tree (XSLT)\n|      and initialize it with the tree root @val\n|\n|  xpathNextAncestor(self, ctxt)\n|      Traversal function for the \"ancestor\" direction the\n|      ancestor axis contains the ancestors of the context node;\n|      the ancestors of the context node consist of the parent of\n|      context node and the parent's parent and so on; the nodes\n|      are ordered in reverse document order; thus the parent is\n|      the first node on the axis, and the parent's parent is the\n|       second node on the axis\n|\n|  xpathNextAncestorOrSelf(self, ctxt)\n|      Traversal function for the \"ancestor-or-self\" direction he\n|      ancestor-or-self axis contains the context node and\n|      ancestors of the context node in reverse document order;\n|      thus the context node is the first node on the axis, and\n|      the context node's parent the second; parent here is\n|       defined the same as with the parent axis.\n|\n|  xpathNextAttribute(self, ctxt)\n|      Traversal function for the \"attribute\" direction TODO:\n|      support DTD inherited default attributes\n|\n|  xpathNextChild(self, ctxt)\n|      Traversal function for the \"child\" direction The child axis\n|      contains the children of the context node in document order.\n|\n|  xpathNextDescendant(self, ctxt)\n|      Traversal function for the \"descendant\" direction the\n|      descendant axis contains the descendants of the context\n|      node in document order; a descendant is a child or a child\n|       of a child and so on.\n|\n|  xpathNextDescendantOrSelf(self, ctxt)\n|      Traversal function for the \"descendant-or-self\" direction\n|      the descendant-or-self axis contains the context node and\n|      the descendants of the context node in document order; thus\n|      the context node is the first node on the axis, and the\n|      first child of the context node is the second node on the\n|       axis\n|\n|  xpathNextFollowing(self, ctxt)\n|      Traversal function for the \"following\" direction The\n|      following axis contains all nodes in the same document as\n|      the context node that are after the context node in\n|      document order, excluding any descendants and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in document order\n|\n|  xpathNextFollowingSibling(self, ctxt)\n|      Traversal function for the \"following-sibling\" direction\n|      The following-sibling axis contains the following siblings\n|       of the context node in document order.\n|\n|  xpathNextNamespace(self, ctxt)\n|      Traversal function for the \"namespace\" direction the\n|      namespace axis contains the namespace nodes of the context\n|      node; the order of nodes on this axis is\n|      implementation-defined; the axis will be empty unless the\n|      context node is an element  We keep the XML namespace node\n|       at the end of the list.\n|\n|  xpathNextParent(self, ctxt)\n|      Traversal function for the \"parent\" direction The parent\n|      axis contains the parent of the context node, if there is\n|       one.\n|\n|  xpathNextPreceding(self, ctxt)\n|      Traversal function for the \"preceding\" direction the\n|      preceding axis contains all nodes in the same document as\n|      the context node that are before the context node in\n|      document order, excluding any ancestors and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in reverse document order\n|\n|  xpathNextPrecedingSibling(self, ctxt)\n|      Traversal function for the \"preceding-sibling\" direction\n|      The preceding-sibling axis contains the preceding siblings\n|      of the context node in reverse document order; the first\n|      preceding sibling is first on the axis; the sibling\n|       preceding that node is the second on the axis and so on.\n|\n|  xpathNextSelf(self, ctxt)\n|      Traversal function for the \"self\" direction The self axis\n|      contains just the context node itself\n|\n|  xpathNodeEval(self, str, ctx)\n|      Evaluate the XPath Location Path in the given context. The\n|      node 'node' is set as the context node. The context node is\n|       not restored.\n|\n|  xpointerNewCollapsedRange(self)\n|      Create a new xmlXPathObjectPtr of type range using a single\n|      nodes\n|\n|  xpointerNewContext(self, doc, origin)\n|      Create a new XPointer context\n|\n|  xpointerNewLocationSetNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type LocationSet and\n|      initialize it with the single range made of the two nodes\n|       @start and @end\n|\n|  xpointerNewRange(self, startindex, end, endindex)\n|      Create a new xmlXPathObjectPtr of type range\n|\n|  xpointerNewRangeNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type range using 2 nodes\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlCore:\n|\n|  eq(self, other)\n|      Return self==value.\n|\n|  hash(self)\n|      Return hash(self).\n|\n|  iter = walkdepthfirst(self)\n|\n|  ne(self, other)\n|      Return self!=value.\n|\n|  str(self)\n|      Return str(self).\n|\n|  c14nMemory(self, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|      # Canonicalization routines:\n|      #\n|      #   nodes: the node set (tuple or list) to be included in the\n|      #     canonized image or None if all document nodes should be\n|      #     included.\n|      #   exclusive: the exclusive flag (0 - non-exclusive\n|      #     canonicalization; otherwise - exclusive canonicalization)\n|      #   prefixes: the list of inclusive namespace prefixes (strings),\n|      #     or None if there is no inclusive namespaces (only for\n|      #     exclusive canonicalization, ignored otherwise)\n|      #   withcomments: include comments in the result (!=0) or not\n|      #     (==0)\n|\n|  c14nSaveTo(self, file, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|\n|  free(self)\n|\n|  getchildren(self)\n|\n|  getcontent(self)\n|\n|  getdoc(self)\n|\n|  getlast(self)\n|\n|  getname(self)\n|\n|  getnext(self)\n|\n|  getparent(self)\n|\n|  getprev(self)\n|\n|  getproperties(self)\n|\n|  gettype(self)\n|\n|  removeNsDef(self, href)\n|      Remove a namespace definition from a node.  If href is None,\n|      remove all of the ns definitions on that node.  The removed\n|      namespaces are returned as a linked list.\n|\n|      Note: If any child nodes referred to the removed namespaces,\n|      they will be left with dangling links.  You should call\n|      renconciliateNs() to fix those pointers.\n|\n|      Note: This method does not free memory taken by the ns\n|      definitions.  You will need to free it manually with the\n|      freeNsList() method on the returns xmlNs object.\n|\n|  saveTo(self, file, encoding=None, format=0)\n|\n|  serialize(self, encoding=None, format=0)\n|      # Serialization routines, the optional arguments have the following\n|      # meaning:\n|      #     encoding: string to ask saving in a specific encoding\n|      #     indent: if 1 the serializer is asked to indent the output\n|\n|  walkbreadthfirst(self)\n|\n|  walkdepthfirst(self)\n|      # support for python2 iterators\n|\n|  xpathEval(self, expr)\n|      # Selecting nodes using XPath, a bit slow because the context\n|      # is allocated/freed every time but convenient.\n|\n|  xpathEval2(self, expr)\n|\n|  ----------------------------------------------------------------------\n|  Readonly properties inherited from xmlCore:\n|\n|  children\n|      First child node\n|\n|  content\n|      Content of this node\n|\n|  doc\n|      The document this node belongs to\n|\n|  last\n|      Last sibling node\n|\n|  name\n|      Node name\n|\n|  next\n|      Next sibling node\n|\n|  parent\n|      Parent node\n|\n|  prev\n|      Previous sibling node\n|\n|  properties\n|      List of properties\n|\n|  type\n|      Node type\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from xmlCore:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes inherited from xmlCore:\n|\n|  sys = <module 'sys' (built-in)>\n|      This module provides access to some objects used or maintained by the\n|      interpreter and to functions that interact strongly with the interpreter.\n|\n|      Dynamic objects:\n|\n|      argv -- command line arguments; argv[0] is the script pathname if known\n|      path -- module search path; path[0] is the script directory, else ''\n|      modules -- dictionary of loaded modules\n|\n|      displayhook -- called to show results in an interactive session\n|      excepthook -- called to handle any uncaught exception other than SystemExit\n|        To customize printing in an interactive session or to install a custom\n|        top-level exception handler, assign other functions to replace these.\n|\n|      stdin -- standard input file object; used by input()\n|      stdout -- standard output file object; used by print()\n|      stderr -- standard error object; used for error messages\n|        By assigning other file objects (or objects that behave like files)\n|        to these, it is possible to redirect all of the interpreter's I/O.\n|\n|      lasttype -- type of last uncaught exception\n|      lastvalue -- value of last uncaught exception\n|      lasttraceback -- traceback of last uncaught exception\n|        These three are only available in an interactive session after a\n|        traceback has been printed.\n|\n|      Static objects:\n|\n|      builtinmodulenames -- tuple of module names built into this interpreter\n|      copyright -- copyright notice pertaining to this interpreter\n|      execprefix -- prefix used to find the machine-specific Python library\n|      executable -- absolute path of the executable binary of the Python interpreter\n|      floatinfo -- a named tuple with information about the float implementation.\n|      floatreprstyle -- string indicating the style of repr() output for floats\n|      hashinfo -- a named tuple with information about the hash algorithm.\n|      hexversion -- version information encoded as a single integer\n|      implementation -- Python implementation information.\n|      intinfo -- a named tuple with information about the int implementation.\n|      maxsize -- the largest supported length of containers.\n|      maxunicode -- the value of the largest Unicode code point\n|      platform -- platform identifier\n|      prefix -- prefix used to find the Python library\n|      threadinfo -- a named tuple with information about the thread implementation.\n|      version -- the version of this interpreter as a string\n|      versioninfo -- version information as a named tuple\n|      stdin -- the original stdin; don't touch!\n|      stdout -- the original stdout; don't touch!\n|      stderr -- the original stderr; don't touch!\n|      displayhook -- the original displayhook; don't touch!\n|      excepthook -- the original excepthook; don't touch!\n|\n|      Functions:\n|\n|      displayhook() -- print an object to the screen, and save it in builtins.\n|      excepthook() -- print an exception and its traceback to sys.stderr\n|      excinfo() -- return thread-safe information about the current exception\n|      exit() -- exit the interpreter by raising SystemExit\n|      getdlopenflags() -- returns flags to be used for dlopen() calls\n|      getprofile() -- get the global profiling function\n|      getrefcount() -- return the reference count for an object (plus one :-)\n|      getrecursionlimit() -- return the max recursion depth for the interpreter\n|      getsizeof() -- return the size of an object in bytes\n|      gettrace() -- get the global debug tracing function\n|      setdlopenflags() -- set the flags to be used for dlopen() calls\n|      setprofile() -- set the global profiling function\n|      setrecursionlimit() -- set the max recursion depth for the interpreter\n|      settrace() -- set the global debug tracing function\n"
                },
                {
                    "name": "class xmlEntity",
                    "content": "|  xmlEntity(obj=None)\n|\n|  Method resolution order:\n|      xmlEntity\n|      xmlNode\n|      xmlCore\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  repr(self)\n|      Return repr(self).\n|\n|  handleEntity(self, ctxt)\n|      Default handling of defined entities, when should we define\n|      a new input stream ? When do we just handle that as a set\n|       of chars ?  OBSOLETE: to be removed at some point.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlNode:\n|\n|  addChild(self, cur)\n|      Add a new node to @parent, at the end of the child (or\n|      property) list merging adjacent TEXT nodes (in which case\n|      @cur is freed) If the new node is ATTRIBUTE, it is added\n|      into properties instead of children. If there is an\n|       attribute with equal name, it is first destroyed.\n|\n|  addChildList(self, cur)\n|      Add a list of node at the end of the child list of the\n|      parent merging adjacent TEXT nodes (@cur may be freed)\n|\n|  addContent(self, content)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContent(), @content is supposed to be\n|      raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addContentLen(self, content, len)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContentLen(), @content is supposed to\n|      be raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addNextSibling(self, elem)\n|      Add a new node @elem as the next sibling of @cur If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. As a result of text\n|      merging @elem may be freed. If the new node is ATTRIBUTE,\n|      it is added into properties instead of children. If there\n|       is an attribute with equal name, it is first destroyed.\n|\n|  addPrevSibling(self, elem)\n|      Add a new node @elem as the previous sibling of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. If the new node is\n|      ATTRIBUTE, it is added into properties instead of children.\n|      If there is an attribute with equal name, it is first\n|       destroyed.\n|\n|  addSibling(self, elem)\n|      Add a new element @elem to the list of siblings of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      element was already inserted in a document it is first\n|       unlinked from its existing context.\n|\n|  copyNode(self, extended)\n|      Do a copy of the node.\n|\n|  copyNodeList(self)\n|      Do a recursive copy of the node list. Use\n|      xmlDocCopyNodeList() if possible to ensure string interning.\n|\n|  copyProp(self, cur)\n|      Do a copy of the attribute.\n|\n|  copyPropList(self, cur)\n|      Do a copy of an attribute list.\n|\n|  debugDumpNode(self, output, depth)\n|      Dumps debug information for the element node, it is\n|      recursive\n|\n|  debugDumpNodeList(self, output, depth)\n|      Dumps debug information for the list of element node, it is\n|      recursive\n|\n|  debugDumpOneNode(self, output, depth)\n|      Dumps debug information for the element node, it is not\n|      recursive\n|\n|  docCopyNode(self, doc, extended)\n|      Do a copy of the node to a given document.\n|\n|  docCopyNodeList(self, doc)\n|      Do a recursive copy of the node list.\n|\n|  docSetRootElement(self, doc)\n|      Set the root element of the document (doc->children is a\n|      list containing possibly comments, PIs, etc ...).\n|\n|  firstElementChild(self)\n|      Finds the first child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  freeNode(self)\n|      Free a node, this is a recursive behaviour, all the\n|      children are freed too. This doesn't unlink the child from\n|       the list, use xmlUnlinkNode() first.\n|\n|  freeNodeList(self)\n|      Free a node and all its siblings, this is a recursive\n|      behaviour, all the children are freed too.\n|\n|  getBase(self, doc)\n|      Searches for the BASE URL. The code should work on both XML\n|      and HTML document even if base mechanisms are completely\n|      different. It returns the base as defined in RFC 2396\n|      sections 5.1.1. Base URI within Document Content and 5.1.2.\n|      Base URI from the Encapsulating Entity However it does not\n|       return the document base (5.1.3), use doc->URL in this case\n|\n|  getContent(self)\n|      Read the value of a node, this can be either the text\n|      carried directly by this node if it's a TEXT node or the\n|      aggregate string of the values carried by this node child's\n|       (TEXT and ENTITYREF). Entity references are substituted.\n|\n|  getLang(self)\n|      Searches the language of a node, i.e. the values of the\n|      xml:lang attribute or the one carried by the nearest\n|       ancestor.\n|\n|  getSpacePreserve(self)\n|      Searches the space preserving behaviour of a node, i.e. the\n|      values of the xml:space attribute or the one carried by the\n|       nearest ancestor.\n|\n|  hasNsProp(self, name, nameSpace)\n|      Search for an attribute associated to a node This attribute\n|      has to be anchored in the namespace specified. This does\n|      the entity substitution. This function looks in DTD\n|      attribute declaration for #FIXED or default declaration\n|      values unless DTD use has been turned off. Note that a\n|       namespace of None indicates to use the default namespace.\n|\n|  hasProp(self, name)\n|      Search an attribute associated to a node This function also\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  isBlankNode(self)\n|      Checks whether this node is an empty or whitespace only\n|      (and possibly ignorable) text-node.\n|\n|  isID(self, doc, attr)\n|      Determine whether an attribute is of type ID. In case we\n|      have DTD(s) then this is done if DTD loading has been\n|      requested. In the case of HTML documents parsed with the\n|       HTML parser, then ID detection is done systematically.\n|\n|  isRef(self, doc, attr)\n|      Determine whether an attribute is of type Ref. In case we\n|      have DTD(s) then this is simple, otherwise we use an\n|       heuristic: name Ref (upper or lowercase).\n|\n|  isText(self)\n|      Is this node a Text node ?\n|\n|  lastChild(self)\n|      Search the last child of a node.\n|\n|  lastElementChild(self)\n|      Finds the last child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  lineNo(self)\n|      Get line number of @node. Try to override the limitation of\n|      lines being store in 16 bits ints if XMLPARSEBIGLINES\n|       parser option was used\n|\n|  listGetRawString(self, doc, inLine)\n|      Builds the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs, contrary to\n|      xmlNodeListGetString() this function doesn't do any\n|       character encoding handling.\n|\n|  listGetString(self, doc, inLine)\n|      Build the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs\n|\n|  lsCountNode(self)\n|      Count the children of @node.\n|\n|  lsOneNode(self, output)\n|      Dump to @output the type and name of @node.\n|\n|  newChild(self, ns, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child list containing the TEXTs and ENTITYREFs node will\n|      be created. NOTE: @content is supposed to be a piece of XML\n|      CDATA, so it allows entity references. XML special chars\n|      must be escaped first by using\n|      xmlEncodeEntitiesReentrant(), or xmlNewTextChild() should\n|       be used.\n|\n|  newNs(self, href, prefix)\n|      Creation of a new Namespace. This function will refuse to\n|      create a namespace with a similar prefix than an existing\n|      one present on this node. Note that for a default\n|      namespace, @prefix should be None.  We use href==None in\n|      the case of an element creation where the namespace was not\n|       defined.\n|\n|  newNsProp(self, ns, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newNsPropEatName(self, ns, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newProp(self, name, value)\n|      Create a new property carried by a node.\n|\n|  newTextChild(self, ns, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child TEXT node will be created containing the string\n|      @content. NOTE: Use xmlNewChild() if @content will contain\n|      entities that need to be preserved. Use this function,\n|      xmlNewTextChild(), if you need to ensure that reserved XML\n|      chars that might appear in @content, such as the ampersand,\n|      greater-than or less-than signs, are automatically replaced\n|       by their XML escaped entity representations.\n|\n|  nextElementSibling(self)\n|      Finds the first closest next sibling of the node which is\n|      an element node. Note the handling of entities references\n|      is different than in the W3C DOM element traversal spec\n|      since we don't have back reference from entities content to\n|       entities references.\n|\n|  noNsProp(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off. This\n|      function is similar to xmlGetProp except it will accept\n|       only an attribute in no namespace.\n|\n|  nodePath(self)\n|      Build a structure based Path for the given node\n|\n|  ns(self)\n|      Get the namespace of a node\n|\n|  nsDefs(self)\n|      Get the namespace of a node\n|\n|  nsProp(self, name, nameSpace)\n|      Search and get the value of an attribute associated to a\n|      node This attribute has to be anchored in the namespace\n|      specified. This does the entity substitution. This function\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  previousElementSibling(self)\n|      Finds the first closest previous sibling of the node which\n|      is an element node. Note the handling of entities\n|      references is different than in the W3C DOM element\n|      traversal spec since we don't have back reference from\n|       entities content to entities references.\n|\n|  prop(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off.\n|      NOTE: this function acts independently of namespaces\n|      associated to the attribute. Use xmlGetNsProp() or\n|       xmlGetNoNsProp() for namespace aware processing.\n|\n|  reconciliateNs(self, doc)\n|      This function checks that all the namespaces declared\n|      within the given tree are properly declared. This is needed\n|      for example after Copy or Cut and then paste operations.\n|      The subtree may still hold pointers to namespace\n|      declarations outside the subtree or invalid/masked. As much\n|      as possible the function try to reuse the existing\n|      namespaces found in the new environment. If not possible\n|      the new namespaces are redeclared on @tree at the top of\n|       the given subtree.\n|\n|  replaceNode(self, cur)\n|      Unlink the old node from its current context, prune the new\n|      one at the same place. If @cur was already inserted in a\n|       document it is first unlinked from its existing context.\n|\n|  schemaValidateOneElement(self, ctxt)\n|      Validate a branch of a tree, starting with the given @elem.\n|\n|  searchNs(self, doc, nameSpace)\n|      Search a Ns registered under a given name space for a\n|      document. recurse on the parents until it finds the defined\n|      namespace or return None otherwise. @nameSpace can be None,\n|      this is a search for the default namespace. We don't allow\n|      to cross entities boundaries. If you don't declare the\n|      namespace within those you will be in troubles !!! A\n|       warning is generated to cover this case.\n|\n|  searchNsByHref(self, doc, href)\n|      Search a Ns aliasing a given URI. Recurse on the parents\n|      until it finds the defined namespace or return None\n|       otherwise.\n|\n|  setBase(self, uri)\n|      Set (or reset) the base URI of a node, i.e. the value of\n|      the xml:base attribute.\n|\n|  setContent(self, content)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setContentLen(self, content, len)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setLang(self, lang)\n|      Set the language of a node, i.e. the values of the xml:lang\n|      attribute.\n|\n|  setListDoc(self, doc)\n|      update all nodes in the list to point to the right document\n|\n|  setName(self, name)\n|      Set (or reset) the name of a node.\n|\n|  setNs(self, ns)\n|      Associate a namespace to a node, a posteriori.\n|\n|  setNsProp(self, ns, name, value)\n|      Set (or reset) an attribute carried by a node. The ns\n|      structure must be in scope, this is not checked\n|\n|  setProp(self, name, value)\n|      Set (or reset) an attribute carried by a node. If @name has\n|      a prefix, then the corresponding namespace-binding will be\n|      used, if in scope; it is an error it there's no such\n|       ns-binding for the prefix in scope.\n|\n|  setSpacePreserve(self, val)\n|      Set (or reset) the space preserving behaviour of a node,\n|      i.e. the value of the xml:space attribute.\n|\n|  setTreeDoc(self, doc)\n|      update all nodes under the tree to point to the right\n|      document\n|\n|  shellPrintNode(self)\n|      Print node to the output FILE\n|\n|  textConcat(self, content, len)\n|      Concat the given string at the end of the existing node\n|      content\n|\n|  textMerge(self, second)\n|      Merge two text nodes into one\n|\n|  unlinkNode(self)\n|      Unlink a node from it's current context, the node is not\n|      freed If one need to free the node, use xmlFreeNode()\n|      routine after the unlink to discard it. Note that namespace\n|      nodes can't be unlinked as they do not have pointer to\n|       their parent.\n|\n|  unsetNsProp(self, ns, name)\n|      Remove an attribute carried by a node.\n|\n|  unsetProp(self, name)\n|      Remove an attribute carried by a node. This handles only\n|      attributes in no namespace.\n|\n|  validNormalizeAttributeValue(self, doc, name, value)\n|      Does the validation related extra step of the normalization\n|      of attribute values:  If the declared value is not CDATA,\n|      then the XML processor must further process the normalized\n|      attribute value by discarding any leading and trailing\n|      space (#x20) characters, and by replacing sequences of\n|       space (#x20) characters by single space (#x20) character.\n|\n|  xincludeProcessTree(self)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xincludeProcessTreeFlags(self, flags)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xpathCastNodeToNumber(self)\n|      Converts a node to its number value\n|\n|  xpathCastNodeToString(self)\n|      Converts a node to its string value.\n|\n|  xpathCmpNodes(self, node2)\n|      Compare two nodes w.r.t document order\n|\n|  xpathNewNodeSet(self)\n|      Create a new xmlXPathObjectPtr of type NodeSet and\n|      initialize it with the single Node @val\n|\n|  xpathNewValueTree(self)\n|      Create a new xmlXPathObjectPtr of type Value Tree (XSLT)\n|      and initialize it with the tree root @val\n|\n|  xpathNextAncestor(self, ctxt)\n|      Traversal function for the \"ancestor\" direction the\n|      ancestor axis contains the ancestors of the context node;\n|      the ancestors of the context node consist of the parent of\n|      context node and the parent's parent and so on; the nodes\n|      are ordered in reverse document order; thus the parent is\n|      the first node on the axis, and the parent's parent is the\n|       second node on the axis\n|\n|  xpathNextAncestorOrSelf(self, ctxt)\n|      Traversal function for the \"ancestor-or-self\" direction he\n|      ancestor-or-self axis contains the context node and\n|      ancestors of the context node in reverse document order;\n|      thus the context node is the first node on the axis, and\n|      the context node's parent the second; parent here is\n|       defined the same as with the parent axis.\n|\n|  xpathNextAttribute(self, ctxt)\n|      Traversal function for the \"attribute\" direction TODO:\n|      support DTD inherited default attributes\n|\n|  xpathNextChild(self, ctxt)\n|      Traversal function for the \"child\" direction The child axis\n|      contains the children of the context node in document order.\n|\n|  xpathNextDescendant(self, ctxt)\n|      Traversal function for the \"descendant\" direction the\n|      descendant axis contains the descendants of the context\n|      node in document order; a descendant is a child or a child\n|       of a child and so on.\n|\n|  xpathNextDescendantOrSelf(self, ctxt)\n|      Traversal function for the \"descendant-or-self\" direction\n|      the descendant-or-self axis contains the context node and\n|      the descendants of the context node in document order; thus\n|      the context node is the first node on the axis, and the\n|      first child of the context node is the second node on the\n|       axis\n|\n|  xpathNextFollowing(self, ctxt)\n|      Traversal function for the \"following\" direction The\n|      following axis contains all nodes in the same document as\n|      the context node that are after the context node in\n|      document order, excluding any descendants and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in document order\n|\n|  xpathNextFollowingSibling(self, ctxt)\n|      Traversal function for the \"following-sibling\" direction\n|      The following-sibling axis contains the following siblings\n|       of the context node in document order.\n|\n|  xpathNextNamespace(self, ctxt)\n|      Traversal function for the \"namespace\" direction the\n|      namespace axis contains the namespace nodes of the context\n|      node; the order of nodes on this axis is\n|      implementation-defined; the axis will be empty unless the\n|      context node is an element  We keep the XML namespace node\n|       at the end of the list.\n|\n|  xpathNextParent(self, ctxt)\n|      Traversal function for the \"parent\" direction The parent\n|      axis contains the parent of the context node, if there is\n|       one.\n|\n|  xpathNextPreceding(self, ctxt)\n|      Traversal function for the \"preceding\" direction the\n|      preceding axis contains all nodes in the same document as\n|      the context node that are before the context node in\n|      document order, excluding any ancestors and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in reverse document order\n|\n|  xpathNextPrecedingSibling(self, ctxt)\n|      Traversal function for the \"preceding-sibling\" direction\n|      The preceding-sibling axis contains the preceding siblings\n|      of the context node in reverse document order; the first\n|      preceding sibling is first on the axis; the sibling\n|       preceding that node is the second on the axis and so on.\n|\n|  xpathNextSelf(self, ctxt)\n|      Traversal function for the \"self\" direction The self axis\n|      contains just the context node itself\n|\n|  xpathNodeEval(self, str, ctx)\n|      Evaluate the XPath Location Path in the given context. The\n|      node 'node' is set as the context node. The context node is\n|       not restored.\n|\n|  xpointerNewCollapsedRange(self)\n|      Create a new xmlXPathObjectPtr of type range using a single\n|      nodes\n|\n|  xpointerNewContext(self, doc, origin)\n|      Create a new XPointer context\n|\n|  xpointerNewLocationSetNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type LocationSet and\n|      initialize it with the single range made of the two nodes\n|       @start and @end\n|\n|  xpointerNewRange(self, startindex, end, endindex)\n|      Create a new xmlXPathObjectPtr of type range\n|\n|  xpointerNewRangeNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type range using 2 nodes\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlCore:\n|\n|  eq(self, other)\n|      Return self==value.\n|\n|  hash(self)\n|      Return hash(self).\n|\n|  iter = walkdepthfirst(self)\n|\n|  ne(self, other)\n|      Return self!=value.\n|\n|  str(self)\n|      Return str(self).\n|\n|  c14nMemory(self, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|      # Canonicalization routines:\n|      #\n|      #   nodes: the node set (tuple or list) to be included in the\n|      #     canonized image or None if all document nodes should be\n|      #     included.\n|      #   exclusive: the exclusive flag (0 - non-exclusive\n|      #     canonicalization; otherwise - exclusive canonicalization)\n|      #   prefixes: the list of inclusive namespace prefixes (strings),\n|      #     or None if there is no inclusive namespaces (only for\n|      #     exclusive canonicalization, ignored otherwise)\n|      #   withcomments: include comments in the result (!=0) or not\n|      #     (==0)\n|\n|  c14nSaveTo(self, file, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|\n|  free(self)\n|\n|  getchildren(self)\n|\n|  getcontent(self)\n|\n|  getdoc(self)\n|\n|  getlast(self)\n|\n|  getname(self)\n|\n|  getnext(self)\n|\n|  getparent(self)\n|\n|  getprev(self)\n|\n|  getproperties(self)\n|\n|  gettype(self)\n|\n|  removeNsDef(self, href)\n|      Remove a namespace definition from a node.  If href is None,\n|      remove all of the ns definitions on that node.  The removed\n|      namespaces are returned as a linked list.\n|\n|      Note: If any child nodes referred to the removed namespaces,\n|      they will be left with dangling links.  You should call\n|      renconciliateNs() to fix those pointers.\n|\n|      Note: This method does not free memory taken by the ns\n|      definitions.  You will need to free it manually with the\n|      freeNsList() method on the returns xmlNs object.\n|\n|  saveTo(self, file, encoding=None, format=0)\n|\n|  serialize(self, encoding=None, format=0)\n|      # Serialization routines, the optional arguments have the following\n|      # meaning:\n|      #     encoding: string to ask saving in a specific encoding\n|      #     indent: if 1 the serializer is asked to indent the output\n|\n|  walkbreadthfirst(self)\n|\n|  walkdepthfirst(self)\n|      # support for python2 iterators\n|\n|  xpathEval(self, expr)\n|      # Selecting nodes using XPath, a bit slow because the context\n|      # is allocated/freed every time but convenient.\n|\n|  xpathEval2(self, expr)\n|\n|  ----------------------------------------------------------------------\n|  Readonly properties inherited from xmlCore:\n|\n|  children\n|      First child node\n|\n|  content\n|      Content of this node\n|\n|  doc\n|      The document this node belongs to\n|\n|  last\n|      Last sibling node\n|\n|  name\n|      Node name\n|\n|  next\n|      Next sibling node\n|\n|  parent\n|      Parent node\n|\n|  prev\n|      Previous sibling node\n|\n|  properties\n|      List of properties\n|\n|  type\n|      Node type\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from xmlCore:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes inherited from xmlCore:\n|\n|  sys = <module 'sys' (built-in)>\n|      This module provides access to some objects used or maintained by the\n|      interpreter and to functions that interact strongly with the interpreter.\n|\n|      Dynamic objects:\n|\n|      argv -- command line arguments; argv[0] is the script pathname if known\n|      path -- module search path; path[0] is the script directory, else ''\n|      modules -- dictionary of loaded modules\n|\n|      displayhook -- called to show results in an interactive session\n|      excepthook -- called to handle any uncaught exception other than SystemExit\n|        To customize printing in an interactive session or to install a custom\n|        top-level exception handler, assign other functions to replace these.\n|\n|      stdin -- standard input file object; used by input()\n|      stdout -- standard output file object; used by print()\n|      stderr -- standard error object; used for error messages\n|        By assigning other file objects (or objects that behave like files)\n|        to these, it is possible to redirect all of the interpreter's I/O.\n|\n|      lasttype -- type of last uncaught exception\n|      lastvalue -- value of last uncaught exception\n|      lasttraceback -- traceback of last uncaught exception\n|        These three are only available in an interactive session after a\n|        traceback has been printed.\n|\n|      Static objects:\n|\n|      builtinmodulenames -- tuple of module names built into this interpreter\n|      copyright -- copyright notice pertaining to this interpreter\n|      execprefix -- prefix used to find the machine-specific Python library\n|      executable -- absolute path of the executable binary of the Python interpreter\n|      floatinfo -- a named tuple with information about the float implementation.\n|      floatreprstyle -- string indicating the style of repr() output for floats\n|      hashinfo -- a named tuple with information about the hash algorithm.\n|      hexversion -- version information encoded as a single integer\n|      implementation -- Python implementation information.\n|      intinfo -- a named tuple with information about the int implementation.\n|      maxsize -- the largest supported length of containers.\n|      maxunicode -- the value of the largest Unicode code point\n|      platform -- platform identifier\n|      prefix -- prefix used to find the Python library\n|      threadinfo -- a named tuple with information about the thread implementation.\n|      version -- the version of this interpreter as a string\n|      versioninfo -- version information as a named tuple\n|      stdin -- the original stdin; don't touch!\n|      stdout -- the original stdout; don't touch!\n|      stderr -- the original stderr; don't touch!\n|      displayhook -- the original displayhook; don't touch!\n|      excepthook -- the original excepthook; don't touch!\n|\n|      Functions:\n|\n|      displayhook() -- print an object to the screen, and save it in builtins.\n|      excepthook() -- print an exception and its traceback to sys.stderr\n|      excinfo() -- return thread-safe information about the current exception\n|      exit() -- exit the interpreter by raising SystemExit\n|      getdlopenflags() -- returns flags to be used for dlopen() calls\n|      getprofile() -- get the global profiling function\n|      getrefcount() -- return the reference count for an object (plus one :-)\n|      getrecursionlimit() -- return the max recursion depth for the interpreter\n|      getsizeof() -- return the size of an object in bytes\n|      gettrace() -- get the global debug tracing function\n|      setdlopenflags() -- set the flags to be used for dlopen() calls\n|      setprofile() -- set the global profiling function\n|      setrecursionlimit() -- set the max recursion depth for the interpreter\n|      settrace() -- set the global debug tracing function\n"
                },
                {
                    "name": "class xmlNode",
                    "content": "|  xmlNode(obj=None)\n|\n|  Method resolution order:\n|      xmlNode\n|      xmlCore\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  repr(self)\n|      Return repr(self).\n|\n|  addChild(self, cur)\n|      Add a new node to @parent, at the end of the child (or\n|      property) list merging adjacent TEXT nodes (in which case\n|      @cur is freed) If the new node is ATTRIBUTE, it is added\n|      into properties instead of children. If there is an\n|       attribute with equal name, it is first destroyed.\n|\n|  addChildList(self, cur)\n|      Add a list of node at the end of the child list of the\n|      parent merging adjacent TEXT nodes (@cur may be freed)\n|\n|  addContent(self, content)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContent(), @content is supposed to be\n|      raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addContentLen(self, content, len)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContentLen(), @content is supposed to\n|      be raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addNextSibling(self, elem)\n|      Add a new node @elem as the next sibling of @cur If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. As a result of text\n|      merging @elem may be freed. If the new node is ATTRIBUTE,\n|      it is added into properties instead of children. If there\n|       is an attribute with equal name, it is first destroyed.\n|\n|  addPrevSibling(self, elem)\n|      Add a new node @elem as the previous sibling of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. If the new node is\n|      ATTRIBUTE, it is added into properties instead of children.\n|      If there is an attribute with equal name, it is first\n|       destroyed.\n|\n|  addSibling(self, elem)\n|      Add a new element @elem to the list of siblings of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      element was already inserted in a document it is first\n|       unlinked from its existing context.\n|\n|  copyNode(self, extended)\n|      Do a copy of the node.\n|\n|  copyNodeList(self)\n|      Do a recursive copy of the node list. Use\n|      xmlDocCopyNodeList() if possible to ensure string interning.\n|\n|  copyProp(self, cur)\n|      Do a copy of the attribute.\n|\n|  copyPropList(self, cur)\n|      Do a copy of an attribute list.\n|\n|  debugDumpNode(self, output, depth)\n|      Dumps debug information for the element node, it is\n|      recursive\n|\n|  debugDumpNodeList(self, output, depth)\n|      Dumps debug information for the list of element node, it is\n|      recursive\n|\n|  debugDumpOneNode(self, output, depth)\n|      Dumps debug information for the element node, it is not\n|      recursive\n|\n|  docCopyNode(self, doc, extended)\n|      Do a copy of the node to a given document.\n|\n|  docCopyNodeList(self, doc)\n|      Do a recursive copy of the node list.\n|\n|  docSetRootElement(self, doc)\n|      Set the root element of the document (doc->children is a\n|      list containing possibly comments, PIs, etc ...).\n|\n|  firstElementChild(self)\n|      Finds the first child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  freeNode(self)\n|      Free a node, this is a recursive behaviour, all the\n|      children are freed too. This doesn't unlink the child from\n|       the list, use xmlUnlinkNode() first.\n|\n|  freeNodeList(self)\n|      Free a node and all its siblings, this is a recursive\n|      behaviour, all the children are freed too.\n|\n|  getBase(self, doc)\n|      Searches for the BASE URL. The code should work on both XML\n|      and HTML document even if base mechanisms are completely\n|      different. It returns the base as defined in RFC 2396\n|      sections 5.1.1. Base URI within Document Content and 5.1.2.\n|      Base URI from the Encapsulating Entity However it does not\n|       return the document base (5.1.3), use doc->URL in this case\n|\n|  getContent(self)\n|      Read the value of a node, this can be either the text\n|      carried directly by this node if it's a TEXT node or the\n|      aggregate string of the values carried by this node child's\n|       (TEXT and ENTITYREF). Entity references are substituted.\n|\n|  getLang(self)\n|      Searches the language of a node, i.e. the values of the\n|      xml:lang attribute or the one carried by the nearest\n|       ancestor.\n|\n|  getSpacePreserve(self)\n|      Searches the space preserving behaviour of a node, i.e. the\n|      values of the xml:space attribute or the one carried by the\n|       nearest ancestor.\n|\n|  hasNsProp(self, name, nameSpace)\n|      Search for an attribute associated to a node This attribute\n|      has to be anchored in the namespace specified. This does\n|      the entity substitution. This function looks in DTD\n|      attribute declaration for #FIXED or default declaration\n|      values unless DTD use has been turned off. Note that a\n|       namespace of None indicates to use the default namespace.\n|\n|  hasProp(self, name)\n|      Search an attribute associated to a node This function also\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  isBlankNode(self)\n|      Checks whether this node is an empty or whitespace only\n|      (and possibly ignorable) text-node.\n|\n|  isID(self, doc, attr)\n|      Determine whether an attribute is of type ID. In case we\n|      have DTD(s) then this is done if DTD loading has been\n|      requested. In the case of HTML documents parsed with the\n|       HTML parser, then ID detection is done systematically.\n|\n|  isRef(self, doc, attr)\n|      Determine whether an attribute is of type Ref. In case we\n|      have DTD(s) then this is simple, otherwise we use an\n|       heuristic: name Ref (upper or lowercase).\n|\n|  isText(self)\n|      Is this node a Text node ?\n|\n|  lastChild(self)\n|      Search the last child of a node.\n|\n|  lastElementChild(self)\n|      Finds the last child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  lineNo(self)\n|      Get line number of @node. Try to override the limitation of\n|      lines being store in 16 bits ints if XMLPARSEBIGLINES\n|       parser option was used\n|\n|  listGetRawString(self, doc, inLine)\n|      Builds the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs, contrary to\n|      xmlNodeListGetString() this function doesn't do any\n|       character encoding handling.\n|\n|  listGetString(self, doc, inLine)\n|      Build the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs\n|\n|  lsCountNode(self)\n|      Count the children of @node.\n|\n|  lsOneNode(self, output)\n|      Dump to @output the type and name of @node.\n|\n|  newChild(self, ns, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child list containing the TEXTs and ENTITYREFs node will\n|      be created. NOTE: @content is supposed to be a piece of XML\n|      CDATA, so it allows entity references. XML special chars\n|      must be escaped first by using\n|      xmlEncodeEntitiesReentrant(), or xmlNewTextChild() should\n|       be used.\n|\n|  newNs(self, href, prefix)\n|      Creation of a new Namespace. This function will refuse to\n|      create a namespace with a similar prefix than an existing\n|      one present on this node. Note that for a default\n|      namespace, @prefix should be None.  We use href==None in\n|      the case of an element creation where the namespace was not\n|       defined.\n|\n|  newNsProp(self, ns, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newNsPropEatName(self, ns, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newProp(self, name, value)\n|      Create a new property carried by a node.\n|\n|  newTextChild(self, ns, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child TEXT node will be created containing the string\n|      @content. NOTE: Use xmlNewChild() if @content will contain\n|      entities that need to be preserved. Use this function,\n|      xmlNewTextChild(), if you need to ensure that reserved XML\n|      chars that might appear in @content, such as the ampersand,\n|      greater-than or less-than signs, are automatically replaced\n|       by their XML escaped entity representations.\n|\n|  nextElementSibling(self)\n|      Finds the first closest next sibling of the node which is\n|      an element node. Note the handling of entities references\n|      is different than in the W3C DOM element traversal spec\n|      since we don't have back reference from entities content to\n|       entities references.\n|\n|  noNsProp(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off. This\n|      function is similar to xmlGetProp except it will accept\n|       only an attribute in no namespace.\n|\n|  nodePath(self)\n|      Build a structure based Path for the given node\n|\n|  ns(self)\n|      Get the namespace of a node\n|\n|  nsDefs(self)\n|      Get the namespace of a node\n|\n|  nsProp(self, name, nameSpace)\n|      Search and get the value of an attribute associated to a\n|      node This attribute has to be anchored in the namespace\n|      specified. This does the entity substitution. This function\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  previousElementSibling(self)\n|      Finds the first closest previous sibling of the node which\n|      is an element node. Note the handling of entities\n|      references is different than in the W3C DOM element\n|      traversal spec since we don't have back reference from\n|       entities content to entities references.\n|\n|  prop(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off.\n|      NOTE: this function acts independently of namespaces\n|      associated to the attribute. Use xmlGetNsProp() or\n|       xmlGetNoNsProp() for namespace aware processing.\n|\n|  reconciliateNs(self, doc)\n|      This function checks that all the namespaces declared\n|      within the given tree are properly declared. This is needed\n|      for example after Copy or Cut and then paste operations.\n|      The subtree may still hold pointers to namespace\n|      declarations outside the subtree or invalid/masked. As much\n|      as possible the function try to reuse the existing\n|      namespaces found in the new environment. If not possible\n|      the new namespaces are redeclared on @tree at the top of\n|       the given subtree.\n|\n|  replaceNode(self, cur)\n|      Unlink the old node from its current context, prune the new\n|      one at the same place. If @cur was already inserted in a\n|       document it is first unlinked from its existing context.\n|\n|  schemaValidateOneElement(self, ctxt)\n|      Validate a branch of a tree, starting with the given @elem.\n|\n|  searchNs(self, doc, nameSpace)\n|      Search a Ns registered under a given name space for a\n|      document. recurse on the parents until it finds the defined\n|      namespace or return None otherwise. @nameSpace can be None,\n|      this is a search for the default namespace. We don't allow\n|      to cross entities boundaries. If you don't declare the\n|      namespace within those you will be in troubles !!! A\n|       warning is generated to cover this case.\n|\n|  searchNsByHref(self, doc, href)\n|      Search a Ns aliasing a given URI. Recurse on the parents\n|      until it finds the defined namespace or return None\n|       otherwise.\n|\n|  setBase(self, uri)\n|      Set (or reset) the base URI of a node, i.e. the value of\n|      the xml:base attribute.\n|\n|  setContent(self, content)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setContentLen(self, content, len)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setLang(self, lang)\n|      Set the language of a node, i.e. the values of the xml:lang\n|      attribute.\n|\n|  setListDoc(self, doc)\n|      update all nodes in the list to point to the right document\n|\n|  setName(self, name)\n|      Set (or reset) the name of a node.\n|\n|  setNs(self, ns)\n|      Associate a namespace to a node, a posteriori.\n|\n|  setNsProp(self, ns, name, value)\n|      Set (or reset) an attribute carried by a node. The ns\n|      structure must be in scope, this is not checked\n|\n|  setProp(self, name, value)\n|      Set (or reset) an attribute carried by a node. If @name has\n|      a prefix, then the corresponding namespace-binding will be\n|      used, if in scope; it is an error it there's no such\n|       ns-binding for the prefix in scope.\n|\n|  setSpacePreserve(self, val)\n|      Set (or reset) the space preserving behaviour of a node,\n|      i.e. the value of the xml:space attribute.\n|\n|  setTreeDoc(self, doc)\n|      update all nodes under the tree to point to the right\n|      document\n|\n|  shellPrintNode(self)\n|      Print node to the output FILE\n|\n|  textConcat(self, content, len)\n|      Concat the given string at the end of the existing node\n|      content\n|\n|  textMerge(self, second)\n|      Merge two text nodes into one\n|\n|  unlinkNode(self)\n|      Unlink a node from it's current context, the node is not\n|      freed If one need to free the node, use xmlFreeNode()\n|      routine after the unlink to discard it. Note that namespace\n|      nodes can't be unlinked as they do not have pointer to\n|       their parent.\n|\n|  unsetNsProp(self, ns, name)\n|      Remove an attribute carried by a node.\n|\n|  unsetProp(self, name)\n|      Remove an attribute carried by a node. This handles only\n|      attributes in no namespace.\n|\n|  validNormalizeAttributeValue(self, doc, name, value)\n|      Does the validation related extra step of the normalization\n|      of attribute values:  If the declared value is not CDATA,\n|      then the XML processor must further process the normalized\n|      attribute value by discarding any leading and trailing\n|      space (#x20) characters, and by replacing sequences of\n|       space (#x20) characters by single space (#x20) character.\n|\n|  xincludeProcessTree(self)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xincludeProcessTreeFlags(self, flags)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xpathCastNodeToNumber(self)\n|      Converts a node to its number value\n|\n|  xpathCastNodeToString(self)\n|      Converts a node to its string value.\n|\n|  xpathCmpNodes(self, node2)\n|      Compare two nodes w.r.t document order\n|\n|  xpathNewNodeSet(self)\n|      Create a new xmlXPathObjectPtr of type NodeSet and\n|      initialize it with the single Node @val\n|\n|  xpathNewValueTree(self)\n|      Create a new xmlXPathObjectPtr of type Value Tree (XSLT)\n|      and initialize it with the tree root @val\n|\n|  xpathNextAncestor(self, ctxt)\n|      Traversal function for the \"ancestor\" direction the\n|      ancestor axis contains the ancestors of the context node;\n|      the ancestors of the context node consist of the parent of\n|      context node and the parent's parent and so on; the nodes\n|      are ordered in reverse document order; thus the parent is\n|      the first node on the axis, and the parent's parent is the\n|       second node on the axis\n|\n|  xpathNextAncestorOrSelf(self, ctxt)\n|      Traversal function for the \"ancestor-or-self\" direction he\n|      ancestor-or-self axis contains the context node and\n|      ancestors of the context node in reverse document order;\n|      thus the context node is the first node on the axis, and\n|      the context node's parent the second; parent here is\n|       defined the same as with the parent axis.\n|\n|  xpathNextAttribute(self, ctxt)\n|      Traversal function for the \"attribute\" direction TODO:\n|      support DTD inherited default attributes\n|\n|  xpathNextChild(self, ctxt)\n|      Traversal function for the \"child\" direction The child axis\n|      contains the children of the context node in document order.\n|\n|  xpathNextDescendant(self, ctxt)\n|      Traversal function for the \"descendant\" direction the\n|      descendant axis contains the descendants of the context\n|      node in document order; a descendant is a child or a child\n|       of a child and so on.\n|\n|  xpathNextDescendantOrSelf(self, ctxt)\n|      Traversal function for the \"descendant-or-self\" direction\n|      the descendant-or-self axis contains the context node and\n|      the descendants of the context node in document order; thus\n|      the context node is the first node on the axis, and the\n|      first child of the context node is the second node on the\n|       axis\n|\n|  xpathNextFollowing(self, ctxt)\n|      Traversal function for the \"following\" direction The\n|      following axis contains all nodes in the same document as\n|      the context node that are after the context node in\n|      document order, excluding any descendants and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in document order\n|\n|  xpathNextFollowingSibling(self, ctxt)\n|      Traversal function for the \"following-sibling\" direction\n|      The following-sibling axis contains the following siblings\n|       of the context node in document order.\n|\n|  xpathNextNamespace(self, ctxt)\n|      Traversal function for the \"namespace\" direction the\n|      namespace axis contains the namespace nodes of the context\n|      node; the order of nodes on this axis is\n|      implementation-defined; the axis will be empty unless the\n|      context node is an element  We keep the XML namespace node\n|       at the end of the list.\n|\n|  xpathNextParent(self, ctxt)\n|      Traversal function for the \"parent\" direction The parent\n|      axis contains the parent of the context node, if there is\n|       one.\n|\n|  xpathNextPreceding(self, ctxt)\n|      Traversal function for the \"preceding\" direction the\n|      preceding axis contains all nodes in the same document as\n|      the context node that are before the context node in\n|      document order, excluding any ancestors and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in reverse document order\n|\n|  xpathNextPrecedingSibling(self, ctxt)\n|      Traversal function for the \"preceding-sibling\" direction\n|      The preceding-sibling axis contains the preceding siblings\n|      of the context node in reverse document order; the first\n|      preceding sibling is first on the axis; the sibling\n|       preceding that node is the second on the axis and so on.\n|\n|  xpathNextSelf(self, ctxt)\n|      Traversal function for the \"self\" direction The self axis\n|      contains just the context node itself\n|\n|  xpathNodeEval(self, str, ctx)\n|      Evaluate the XPath Location Path in the given context. The\n|      node 'node' is set as the context node. The context node is\n|       not restored.\n|\n|  xpointerNewCollapsedRange(self)\n|      Create a new xmlXPathObjectPtr of type range using a single\n|      nodes\n|\n|  xpointerNewContext(self, doc, origin)\n|      Create a new XPointer context\n|\n|  xpointerNewLocationSetNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type LocationSet and\n|      initialize it with the single range made of the two nodes\n|       @start and @end\n|\n|  xpointerNewRange(self, startindex, end, endindex)\n|      Create a new xmlXPathObjectPtr of type range\n|\n|  xpointerNewRangeNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type range using 2 nodes\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlCore:\n|\n|  eq(self, other)\n|      Return self==value.\n|\n|  hash(self)\n|      Return hash(self).\n|\n|  iter = walkdepthfirst(self)\n|\n|  ne(self, other)\n|      Return self!=value.\n|\n|  str(self)\n|      Return str(self).\n|\n|  c14nMemory(self, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|      # Canonicalization routines:\n|      #\n|      #   nodes: the node set (tuple or list) to be included in the\n|      #     canonized image or None if all document nodes should be\n|      #     included.\n|      #   exclusive: the exclusive flag (0 - non-exclusive\n|      #     canonicalization; otherwise - exclusive canonicalization)\n|      #   prefixes: the list of inclusive namespace prefixes (strings),\n|      #     or None if there is no inclusive namespaces (only for\n|      #     exclusive canonicalization, ignored otherwise)\n|      #   withcomments: include comments in the result (!=0) or not\n|      #     (==0)\n|\n|  c14nSaveTo(self, file, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|\n|  free(self)\n|\n|  getchildren(self)\n|\n|  getcontent(self)\n|\n|  getdoc(self)\n|\n|  getlast(self)\n|\n|  getname(self)\n|\n|  getnext(self)\n|\n|  getparent(self)\n|\n|  getprev(self)\n|\n|  getproperties(self)\n|\n|  gettype(self)\n|\n|  removeNsDef(self, href)\n|      Remove a namespace definition from a node.  If href is None,\n|      remove all of the ns definitions on that node.  The removed\n|      namespaces are returned as a linked list.\n|\n|      Note: If any child nodes referred to the removed namespaces,\n|      they will be left with dangling links.  You should call\n|      renconciliateNs() to fix those pointers.\n|\n|      Note: This method does not free memory taken by the ns\n|      definitions.  You will need to free it manually with the\n|      freeNsList() method on the returns xmlNs object.\n|\n|  saveTo(self, file, encoding=None, format=0)\n|\n|  serialize(self, encoding=None, format=0)\n|      # Serialization routines, the optional arguments have the following\n|      # meaning:\n|      #     encoding: string to ask saving in a specific encoding\n|      #     indent: if 1 the serializer is asked to indent the output\n|\n|  walkbreadthfirst(self)\n|\n|  walkdepthfirst(self)\n|      # support for python2 iterators\n|\n|  xpathEval(self, expr)\n|      # Selecting nodes using XPath, a bit slow because the context\n|      # is allocated/freed every time but convenient.\n|\n|  xpathEval2(self, expr)\n|\n|  ----------------------------------------------------------------------\n|  Readonly properties inherited from xmlCore:\n|\n|  children\n|      First child node\n|\n|  content\n|      Content of this node\n|\n|  doc\n|      The document this node belongs to\n|\n|  last\n|      Last sibling node\n|\n|  name\n|      Node name\n|\n|  next\n|      Next sibling node\n|\n|  parent\n|      Parent node\n|\n|  prev\n|      Previous sibling node\n|\n|  properties\n|      List of properties\n|\n|  type\n|      Node type\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from xmlCore:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes inherited from xmlCore:\n|\n|  sys = <module 'sys' (built-in)>\n|      This module provides access to some objects used or maintained by the\n|      interpreter and to functions that interact strongly with the interpreter.\n|\n|      Dynamic objects:\n|\n|      argv -- command line arguments; argv[0] is the script pathname if known\n|      path -- module search path; path[0] is the script directory, else ''\n|      modules -- dictionary of loaded modules\n|\n|      displayhook -- called to show results in an interactive session\n|      excepthook -- called to handle any uncaught exception other than SystemExit\n|        To customize printing in an interactive session or to install a custom\n|        top-level exception handler, assign other functions to replace these.\n|\n|      stdin -- standard input file object; used by input()\n|      stdout -- standard output file object; used by print()\n|      stderr -- standard error object; used for error messages\n|        By assigning other file objects (or objects that behave like files)\n|        to these, it is possible to redirect all of the interpreter's I/O.\n|\n|      lasttype -- type of last uncaught exception\n|      lastvalue -- value of last uncaught exception\n|      lasttraceback -- traceback of last uncaught exception\n|        These three are only available in an interactive session after a\n|        traceback has been printed.\n|\n|      Static objects:\n|\n|      builtinmodulenames -- tuple of module names built into this interpreter\n|      copyright -- copyright notice pertaining to this interpreter\n|      execprefix -- prefix used to find the machine-specific Python library\n|      executable -- absolute path of the executable binary of the Python interpreter\n|      floatinfo -- a named tuple with information about the float implementation.\n|      floatreprstyle -- string indicating the style of repr() output for floats\n|      hashinfo -- a named tuple with information about the hash algorithm.\n|      hexversion -- version information encoded as a single integer\n|      implementation -- Python implementation information.\n|      intinfo -- a named tuple with information about the int implementation.\n|      maxsize -- the largest supported length of containers.\n|      maxunicode -- the value of the largest Unicode code point\n|      platform -- platform identifier\n|      prefix -- prefix used to find the Python library\n|      threadinfo -- a named tuple with information about the thread implementation.\n|      version -- the version of this interpreter as a string\n|      versioninfo -- version information as a named tuple\n|      stdin -- the original stdin; don't touch!\n|      stdout -- the original stdout; don't touch!\n|      stderr -- the original stderr; don't touch!\n|      displayhook -- the original displayhook; don't touch!\n|      excepthook -- the original excepthook; don't touch!\n|\n|      Functions:\n|\n|      displayhook() -- print an object to the screen, and save it in builtins.\n|      excepthook() -- print an exception and its traceback to sys.stderr\n|      excinfo() -- return thread-safe information about the current exception\n|      exit() -- exit the interpreter by raising SystemExit\n|      getdlopenflags() -- returns flags to be used for dlopen() calls\n|      getprofile() -- get the global profiling function\n|      getrefcount() -- return the reference count for an object (plus one :-)\n|      getrecursionlimit() -- return the max recursion depth for the interpreter\n|      getsizeof() -- return the size of an object in bytes\n|      gettrace() -- get the global debug tracing function\n|      setdlopenflags() -- set the flags to be used for dlopen() calls\n|      setprofile() -- set the global profiling function\n|      setrecursionlimit() -- set the max recursion depth for the interpreter\n|      settrace() -- set the global debug tracing function\n"
                },
                {
                    "name": "class xmlNs",
                    "content": "|  xmlNs(obj=None)\n|\n|  Method resolution order:\n|      xmlNs\n|      xmlNode\n|      xmlCore\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  repr(self)\n|      Return repr(self).\n|\n|  copyNamespace(self)\n|      Do a copy of the namespace.\n|\n|  copyNamespaceList(self)\n|      Do a copy of an namespace list.\n|\n|  freeNs(self)\n|      Free up the structures associated to a namespace\n|\n|  freeNsList(self)\n|      Free up all the structures associated to the chained\n|      namespaces.\n|\n|  newChild(self, parent, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child list containing the TEXTs and ENTITYREFs node will\n|      be created. NOTE: @content is supposed to be a piece of XML\n|      CDATA, so it allows entity references. XML special chars\n|      must be escaped first by using\n|      xmlEncodeEntitiesReentrant(), or xmlNewTextChild() should\n|       be used.\n|\n|  newDocNode(self, doc, name, content)\n|      Creation of a new node element within a document. @ns and\n|      @content are optional (None). NOTE: @content is supposed to\n|      be a piece of XML CDATA, so it allow entities references,\n|      but XML special chars need to be escaped first by using\n|      xmlEncodeEntitiesReentrant(). Use xmlNewDocRawNode() if you\n|       don't need entities support.\n|\n|  newDocNodeEatName(self, doc, name, content)\n|      Creation of a new node element within a document. @ns and\n|      @content are optional (None). NOTE: @content is supposed to\n|      be a piece of XML CDATA, so it allow entities references,\n|      but XML special chars need to be escaped first by using\n|      xmlEncodeEntitiesReentrant(). Use xmlNewDocRawNode() if you\n|       don't need entities support.\n|\n|  newDocRawNode(self, doc, name, content)\n|      Creation of a new node element within a document. @ns and\n|      @content are optional (None).\n|\n|  newNodeEatName(self, name)\n|      Creation of a new node element. @ns is optional (None).\n|\n|  newNsProp(self, node, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newNsPropEatName(self, node, name, value)\n|      Create a new property tagged with a namespace and carried\n|      by a node.\n|\n|  newTextChild(self, parent, name, content)\n|      Creation of a new child element, added at the end of\n|      @parent children list. @ns and @content parameters are\n|      optional (None). If @ns is None, the newly created element\n|      inherits the namespace of @parent. If @content is non None,\n|      a child TEXT node will be created containing the string\n|      @content. NOTE: Use xmlNewChild() if @content will contain\n|      entities that need to be preserved. Use this function,\n|      xmlNewTextChild(), if you need to ensure that reserved XML\n|      chars that might appear in @content, such as the ampersand,\n|      greater-than or less-than signs, are automatically replaced\n|       by their XML escaped entity representations.\n|\n|  setNs(self, node)\n|      Associate a namespace to a node, a posteriori.\n|\n|  setNsProp(self, node, name, value)\n|      Set (or reset) an attribute carried by a node. The ns\n|      structure must be in scope, this is not checked\n|\n|  unsetNsProp(self, node, name)\n|      Remove an attribute carried by a node.\n|\n|  xpathNodeSetFreeNs(self)\n|      Namespace nodes in libxml don't match the XPath semantic.\n|      In a node set the namespace nodes are duplicated and the\n|      next pointer is set to the parent node in the XPath\n|       semantic. Check if such a node needs to be freed\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlNode:\n|\n|  addChild(self, cur)\n|      Add a new node to @parent, at the end of the child (or\n|      property) list merging adjacent TEXT nodes (in which case\n|      @cur is freed) If the new node is ATTRIBUTE, it is added\n|      into properties instead of children. If there is an\n|       attribute with equal name, it is first destroyed.\n|\n|  addChildList(self, cur)\n|      Add a list of node at the end of the child list of the\n|      parent merging adjacent TEXT nodes (@cur may be freed)\n|\n|  addContent(self, content)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContent(), @content is supposed to be\n|      raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addContentLen(self, content, len)\n|      Append the extra substring to the node content. NOTE: In\n|      contrast to xmlNodeSetContentLen(), @content is supposed to\n|      be raw text, so unescaped XML special chars are allowed,\n|       entity references are not supported.\n|\n|  addNextSibling(self, elem)\n|      Add a new node @elem as the next sibling of @cur If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. As a result of text\n|      merging @elem may be freed. If the new node is ATTRIBUTE,\n|      it is added into properties instead of children. If there\n|       is an attribute with equal name, it is first destroyed.\n|\n|  addPrevSibling(self, elem)\n|      Add a new node @elem as the previous sibling of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      node was already inserted in a document it is first\n|      unlinked from its existing context. If the new node is\n|      ATTRIBUTE, it is added into properties instead of children.\n|      If there is an attribute with equal name, it is first\n|       destroyed.\n|\n|  addSibling(self, elem)\n|      Add a new element @elem to the list of siblings of @cur\n|      merging adjacent TEXT nodes (@elem may be freed) If the new\n|      element was already inserted in a document it is first\n|       unlinked from its existing context.\n|\n|  copyNode(self, extended)\n|      Do a copy of the node.\n|\n|  copyNodeList(self)\n|      Do a recursive copy of the node list. Use\n|      xmlDocCopyNodeList() if possible to ensure string interning.\n|\n|  copyProp(self, cur)\n|      Do a copy of the attribute.\n|\n|  copyPropList(self, cur)\n|      Do a copy of an attribute list.\n|\n|  debugDumpNode(self, output, depth)\n|      Dumps debug information for the element node, it is\n|      recursive\n|\n|  debugDumpNodeList(self, output, depth)\n|      Dumps debug information for the list of element node, it is\n|      recursive\n|\n|  debugDumpOneNode(self, output, depth)\n|      Dumps debug information for the element node, it is not\n|      recursive\n|\n|  docCopyNode(self, doc, extended)\n|      Do a copy of the node to a given document.\n|\n|  docCopyNodeList(self, doc)\n|      Do a recursive copy of the node list.\n|\n|  docSetRootElement(self, doc)\n|      Set the root element of the document (doc->children is a\n|      list containing possibly comments, PIs, etc ...).\n|\n|  firstElementChild(self)\n|      Finds the first child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  freeNode(self)\n|      Free a node, this is a recursive behaviour, all the\n|      children are freed too. This doesn't unlink the child from\n|       the list, use xmlUnlinkNode() first.\n|\n|  freeNodeList(self)\n|      Free a node and all its siblings, this is a recursive\n|      behaviour, all the children are freed too.\n|\n|  getBase(self, doc)\n|      Searches for the BASE URL. The code should work on both XML\n|      and HTML document even if base mechanisms are completely\n|      different. It returns the base as defined in RFC 2396\n|      sections 5.1.1. Base URI within Document Content and 5.1.2.\n|      Base URI from the Encapsulating Entity However it does not\n|       return the document base (5.1.3), use doc->URL in this case\n|\n|  getContent(self)\n|      Read the value of a node, this can be either the text\n|      carried directly by this node if it's a TEXT node or the\n|      aggregate string of the values carried by this node child's\n|       (TEXT and ENTITYREF). Entity references are substituted.\n|\n|  getLang(self)\n|      Searches the language of a node, i.e. the values of the\n|      xml:lang attribute or the one carried by the nearest\n|       ancestor.\n|\n|  getSpacePreserve(self)\n|      Searches the space preserving behaviour of a node, i.e. the\n|      values of the xml:space attribute or the one carried by the\n|       nearest ancestor.\n|\n|  hasNsProp(self, name, nameSpace)\n|      Search for an attribute associated to a node This attribute\n|      has to be anchored in the namespace specified. This does\n|      the entity substitution. This function looks in DTD\n|      attribute declaration for #FIXED or default declaration\n|      values unless DTD use has been turned off. Note that a\n|       namespace of None indicates to use the default namespace.\n|\n|  hasProp(self, name)\n|      Search an attribute associated to a node This function also\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  isBlankNode(self)\n|      Checks whether this node is an empty or whitespace only\n|      (and possibly ignorable) text-node.\n|\n|  isID(self, doc, attr)\n|      Determine whether an attribute is of type ID. In case we\n|      have DTD(s) then this is done if DTD loading has been\n|      requested. In the case of HTML documents parsed with the\n|       HTML parser, then ID detection is done systematically.\n|\n|  isRef(self, doc, attr)\n|      Determine whether an attribute is of type Ref. In case we\n|      have DTD(s) then this is simple, otherwise we use an\n|       heuristic: name Ref (upper or lowercase).\n|\n|  isText(self)\n|      Is this node a Text node ?\n|\n|  lastChild(self)\n|      Search the last child of a node.\n|\n|  lastElementChild(self)\n|      Finds the last child node of that element which is a\n|      Element node Note the handling of entities references is\n|      different than in the W3C DOM element traversal spec since\n|      we don't have back reference from entities content to\n|       entities references.\n|\n|  lineNo(self)\n|      Get line number of @node. Try to override the limitation of\n|      lines being store in 16 bits ints if XMLPARSEBIGLINES\n|       parser option was used\n|\n|  listGetRawString(self, doc, inLine)\n|      Builds the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs, contrary to\n|      xmlNodeListGetString() this function doesn't do any\n|       character encoding handling.\n|\n|  listGetString(self, doc, inLine)\n|      Build the string equivalent to the text contained in the\n|      Node list made of TEXTs and ENTITYREFs\n|\n|  lsCountNode(self)\n|      Count the children of @node.\n|\n|  lsOneNode(self, output)\n|      Dump to @output the type and name of @node.\n|\n|  newNs(self, href, prefix)\n|      Creation of a new Namespace. This function will refuse to\n|      create a namespace with a similar prefix than an existing\n|      one present on this node. Note that for a default\n|      namespace, @prefix should be None.  We use href==None in\n|      the case of an element creation where the namespace was not\n|       defined.\n|\n|  newProp(self, name, value)\n|      Create a new property carried by a node.\n|\n|  nextElementSibling(self)\n|      Finds the first closest next sibling of the node which is\n|      an element node. Note the handling of entities references\n|      is different than in the W3C DOM element traversal spec\n|      since we don't have back reference from entities content to\n|       entities references.\n|\n|  noNsProp(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off. This\n|      function is similar to xmlGetProp except it will accept\n|       only an attribute in no namespace.\n|\n|  nodePath(self)\n|      Build a structure based Path for the given node\n|\n|  ns(self)\n|      Get the namespace of a node\n|\n|  nsDefs(self)\n|      Get the namespace of a node\n|\n|  nsProp(self, name, nameSpace)\n|      Search and get the value of an attribute associated to a\n|      node This attribute has to be anchored in the namespace\n|      specified. This does the entity substitution. This function\n|      looks in DTD attribute declaration for #FIXED or default\n|       declaration values unless DTD use has been turned off.\n|\n|  previousElementSibling(self)\n|      Finds the first closest previous sibling of the node which\n|      is an element node. Note the handling of entities\n|      references is different than in the W3C DOM element\n|      traversal spec since we don't have back reference from\n|       entities content to entities references.\n|\n|  prop(self, name)\n|      Search and get the value of an attribute associated to a\n|      node This does the entity substitution. This function looks\n|      in DTD attribute declaration for #FIXED or default\n|      declaration values unless DTD use has been turned off.\n|      NOTE: this function acts independently of namespaces\n|      associated to the attribute. Use xmlGetNsProp() or\n|       xmlGetNoNsProp() for namespace aware processing.\n|\n|  reconciliateNs(self, doc)\n|      This function checks that all the namespaces declared\n|      within the given tree are properly declared. This is needed\n|      for example after Copy or Cut and then paste operations.\n|      The subtree may still hold pointers to namespace\n|      declarations outside the subtree or invalid/masked. As much\n|      as possible the function try to reuse the existing\n|      namespaces found in the new environment. If not possible\n|      the new namespaces are redeclared on @tree at the top of\n|       the given subtree.\n|\n|  replaceNode(self, cur)\n|      Unlink the old node from its current context, prune the new\n|      one at the same place. If @cur was already inserted in a\n|       document it is first unlinked from its existing context.\n|\n|  schemaValidateOneElement(self, ctxt)\n|      Validate a branch of a tree, starting with the given @elem.\n|\n|  searchNs(self, doc, nameSpace)\n|      Search a Ns registered under a given name space for a\n|      document. recurse on the parents until it finds the defined\n|      namespace or return None otherwise. @nameSpace can be None,\n|      this is a search for the default namespace. We don't allow\n|      to cross entities boundaries. If you don't declare the\n|      namespace within those you will be in troubles !!! A\n|       warning is generated to cover this case.\n|\n|  searchNsByHref(self, doc, href)\n|      Search a Ns aliasing a given URI. Recurse on the parents\n|      until it finds the defined namespace or return None\n|       otherwise.\n|\n|  setBase(self, uri)\n|      Set (or reset) the base URI of a node, i.e. the value of\n|      the xml:base attribute.\n|\n|  setContent(self, content)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setContentLen(self, content, len)\n|      Replace the content of a node. NOTE: @content is supposed\n|      to be a piece of XML CDATA, so it allows entity references,\n|      but XML special chars need to be escaped first by using\n|       xmlEncodeEntitiesReentrant() resp. xmlEncodeSpecialChars().\n|\n|  setLang(self, lang)\n|      Set the language of a node, i.e. the values of the xml:lang\n|      attribute.\n|\n|  setListDoc(self, doc)\n|      update all nodes in the list to point to the right document\n|\n|  setName(self, name)\n|      Set (or reset) the name of a node.\n|\n|  setProp(self, name, value)\n|      Set (or reset) an attribute carried by a node. If @name has\n|      a prefix, then the corresponding namespace-binding will be\n|      used, if in scope; it is an error it there's no such\n|       ns-binding for the prefix in scope.\n|\n|  setSpacePreserve(self, val)\n|      Set (or reset) the space preserving behaviour of a node,\n|      i.e. the value of the xml:space attribute.\n|\n|  setTreeDoc(self, doc)\n|      update all nodes under the tree to point to the right\n|      document\n|\n|  shellPrintNode(self)\n|      Print node to the output FILE\n|\n|  textConcat(self, content, len)\n|      Concat the given string at the end of the existing node\n|      content\n|\n|  textMerge(self, second)\n|      Merge two text nodes into one\n|\n|  unlinkNode(self)\n|      Unlink a node from it's current context, the node is not\n|      freed If one need to free the node, use xmlFreeNode()\n|      routine after the unlink to discard it. Note that namespace\n|      nodes can't be unlinked as they do not have pointer to\n|       their parent.\n|\n|  unsetProp(self, name)\n|      Remove an attribute carried by a node. This handles only\n|      attributes in no namespace.\n|\n|  validNormalizeAttributeValue(self, doc, name, value)\n|      Does the validation related extra step of the normalization\n|      of attribute values:  If the declared value is not CDATA,\n|      then the XML processor must further process the normalized\n|      attribute value by discarding any leading and trailing\n|      space (#x20) characters, and by replacing sequences of\n|       space (#x20) characters by single space (#x20) character.\n|\n|  xincludeProcessTree(self)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xincludeProcessTreeFlags(self, flags)\n|      Implement the XInclude substitution for the given subtree\n|\n|  xpathCastNodeToNumber(self)\n|      Converts a node to its number value\n|\n|  xpathCastNodeToString(self)\n|      Converts a node to its string value.\n|\n|  xpathCmpNodes(self, node2)\n|      Compare two nodes w.r.t document order\n|\n|  xpathNewNodeSet(self)\n|      Create a new xmlXPathObjectPtr of type NodeSet and\n|      initialize it with the single Node @val\n|\n|  xpathNewValueTree(self)\n|      Create a new xmlXPathObjectPtr of type Value Tree (XSLT)\n|      and initialize it with the tree root @val\n|\n|  xpathNextAncestor(self, ctxt)\n|      Traversal function for the \"ancestor\" direction the\n|      ancestor axis contains the ancestors of the context node;\n|      the ancestors of the context node consist of the parent of\n|      context node and the parent's parent and so on; the nodes\n|      are ordered in reverse document order; thus the parent is\n|      the first node on the axis, and the parent's parent is the\n|       second node on the axis\n|\n|  xpathNextAncestorOrSelf(self, ctxt)\n|      Traversal function for the \"ancestor-or-self\" direction he\n|      ancestor-or-self axis contains the context node and\n|      ancestors of the context node in reverse document order;\n|      thus the context node is the first node on the axis, and\n|      the context node's parent the second; parent here is\n|       defined the same as with the parent axis.\n|\n|  xpathNextAttribute(self, ctxt)\n|      Traversal function for the \"attribute\" direction TODO:\n|      support DTD inherited default attributes\n|\n|  xpathNextChild(self, ctxt)\n|      Traversal function for the \"child\" direction The child axis\n|      contains the children of the context node in document order.\n|\n|  xpathNextDescendant(self, ctxt)\n|      Traversal function for the \"descendant\" direction the\n|      descendant axis contains the descendants of the context\n|      node in document order; a descendant is a child or a child\n|       of a child and so on.\n|\n|  xpathNextDescendantOrSelf(self, ctxt)\n|      Traversal function for the \"descendant-or-self\" direction\n|      the descendant-or-self axis contains the context node and\n|      the descendants of the context node in document order; thus\n|      the context node is the first node on the axis, and the\n|      first child of the context node is the second node on the\n|       axis\n|\n|  xpathNextFollowing(self, ctxt)\n|      Traversal function for the \"following\" direction The\n|      following axis contains all nodes in the same document as\n|      the context node that are after the context node in\n|      document order, excluding any descendants and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in document order\n|\n|  xpathNextFollowingSibling(self, ctxt)\n|      Traversal function for the \"following-sibling\" direction\n|      The following-sibling axis contains the following siblings\n|       of the context node in document order.\n|\n|  xpathNextNamespace(self, ctxt)\n|      Traversal function for the \"namespace\" direction the\n|      namespace axis contains the namespace nodes of the context\n|      node; the order of nodes on this axis is\n|      implementation-defined; the axis will be empty unless the\n|      context node is an element  We keep the XML namespace node\n|       at the end of the list.\n|\n|  xpathNextParent(self, ctxt)\n|      Traversal function for the \"parent\" direction The parent\n|      axis contains the parent of the context node, if there is\n|       one.\n|\n|  xpathNextPreceding(self, ctxt)\n|      Traversal function for the \"preceding\" direction the\n|      preceding axis contains all nodes in the same document as\n|      the context node that are before the context node in\n|      document order, excluding any ancestors and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in reverse document order\n|\n|  xpathNextPrecedingSibling(self, ctxt)\n|      Traversal function for the \"preceding-sibling\" direction\n|      The preceding-sibling axis contains the preceding siblings\n|      of the context node in reverse document order; the first\n|      preceding sibling is first on the axis; the sibling\n|       preceding that node is the second on the axis and so on.\n|\n|  xpathNextSelf(self, ctxt)\n|      Traversal function for the \"self\" direction The self axis\n|      contains just the context node itself\n|\n|  xpathNodeEval(self, str, ctx)\n|      Evaluate the XPath Location Path in the given context. The\n|      node 'node' is set as the context node. The context node is\n|       not restored.\n|\n|  xpointerNewCollapsedRange(self)\n|      Create a new xmlXPathObjectPtr of type range using a single\n|      nodes\n|\n|  xpointerNewContext(self, doc, origin)\n|      Create a new XPointer context\n|\n|  xpointerNewLocationSetNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type LocationSet and\n|      initialize it with the single range made of the two nodes\n|       @start and @end\n|\n|  xpointerNewRange(self, startindex, end, endindex)\n|      Create a new xmlXPathObjectPtr of type range\n|\n|  xpointerNewRangeNodes(self, end)\n|      Create a new xmlXPathObjectPtr of type range using 2 nodes\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlCore:\n|\n|  eq(self, other)\n|      Return self==value.\n|\n|  hash(self)\n|      Return hash(self).\n|\n|  iter = walkdepthfirst(self)\n|\n|  ne(self, other)\n|      Return self!=value.\n|\n|  str(self)\n|      Return str(self).\n|\n|  c14nMemory(self, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|      # Canonicalization routines:\n|      #\n|      #   nodes: the node set (tuple or list) to be included in the\n|      #     canonized image or None if all document nodes should be\n|      #     included.\n|      #   exclusive: the exclusive flag (0 - non-exclusive\n|      #     canonicalization; otherwise - exclusive canonicalization)\n|      #   prefixes: the list of inclusive namespace prefixes (strings),\n|      #     or None if there is no inclusive namespaces (only for\n|      #     exclusive canonicalization, ignored otherwise)\n|      #   withcomments: include comments in the result (!=0) or not\n|      #     (==0)\n|\n|  c14nSaveTo(self, file, nodes=None, exclusive=0, prefixes=None, withcomments=0)\n|\n|  free(self)\n|\n|  getchildren(self)\n|\n|  getcontent(self)\n|\n|  getdoc(self)\n|\n|  getlast(self)\n|\n|  getname(self)\n|\n|  getnext(self)\n|\n|  getparent(self)\n|\n|  getprev(self)\n|\n|  getproperties(self)\n|\n|  gettype(self)\n|\n|  removeNsDef(self, href)\n|      Remove a namespace definition from a node.  If href is None,\n|      remove all of the ns definitions on that node.  The removed\n|      namespaces are returned as a linked list.\n|\n|      Note: If any child nodes referred to the removed namespaces,\n|      they will be left with dangling links.  You should call\n|      renconciliateNs() to fix those pointers.\n|\n|      Note: This method does not free memory taken by the ns\n|      definitions.  You will need to free it manually with the\n|      freeNsList() method on the returns xmlNs object.\n|\n|  saveTo(self, file, encoding=None, format=0)\n|\n|  serialize(self, encoding=None, format=0)\n|      # Serialization routines, the optional arguments have the following\n|      # meaning:\n|      #     encoding: string to ask saving in a specific encoding\n|      #     indent: if 1 the serializer is asked to indent the output\n|\n|  walkbreadthfirst(self)\n|\n|  walkdepthfirst(self)\n|      # support for python2 iterators\n|\n|  xpathEval(self, expr)\n|      # Selecting nodes using XPath, a bit slow because the context\n|      # is allocated/freed every time but convenient.\n|\n|  xpathEval2(self, expr)\n|\n|  ----------------------------------------------------------------------\n|  Readonly properties inherited from xmlCore:\n|\n|  children\n|      First child node\n|\n|  content\n|      Content of this node\n|\n|  doc\n|      The document this node belongs to\n|\n|  last\n|      Last sibling node\n|\n|  name\n|      Node name\n|\n|  next\n|      Next sibling node\n|\n|  parent\n|      Parent node\n|\n|  prev\n|      Previous sibling node\n|\n|  properties\n|      List of properties\n|\n|  type\n|      Node type\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from xmlCore:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes inherited from xmlCore:\n|\n|  sys = <module 'sys' (built-in)>\n|      This module provides access to some objects used or maintained by the\n|      interpreter and to functions that interact strongly with the interpreter.\n|\n|      Dynamic objects:\n|\n|      argv -- command line arguments; argv[0] is the script pathname if known\n|      path -- module search path; path[0] is the script directory, else ''\n|      modules -- dictionary of loaded modules\n|\n|      displayhook -- called to show results in an interactive session\n|      excepthook -- called to handle any uncaught exception other than SystemExit\n|        To customize printing in an interactive session or to install a custom\n|        top-level exception handler, assign other functions to replace these.\n|\n|      stdin -- standard input file object; used by input()\n|      stdout -- standard output file object; used by print()\n|      stderr -- standard error object; used for error messages\n|        By assigning other file objects (or objects that behave like files)\n|        to these, it is possible to redirect all of the interpreter's I/O.\n|\n|      lasttype -- type of last uncaught exception\n|      lastvalue -- value of last uncaught exception\n|      lasttraceback -- traceback of last uncaught exception\n|        These three are only available in an interactive session after a\n|        traceback has been printed.\n|\n|      Static objects:\n|\n|      builtinmodulenames -- tuple of module names built into this interpreter\n|      copyright -- copyright notice pertaining to this interpreter\n|      execprefix -- prefix used to find the machine-specific Python library\n|      executable -- absolute path of the executable binary of the Python interpreter\n|      floatinfo -- a named tuple with information about the float implementation.\n|      floatreprstyle -- string indicating the style of repr() output for floats\n|      hashinfo -- a named tuple with information about the hash algorithm.\n|      hexversion -- version information encoded as a single integer\n|      implementation -- Python implementation information.\n|      intinfo -- a named tuple with information about the int implementation.\n|      maxsize -- the largest supported length of containers.\n|      maxunicode -- the value of the largest Unicode code point\n|      platform -- platform identifier\n|      prefix -- prefix used to find the Python library\n|      threadinfo -- a named tuple with information about the thread implementation.\n|      version -- the version of this interpreter as a string\n|      versioninfo -- version information as a named tuple\n|      stdin -- the original stdin; don't touch!\n|      stdout -- the original stdout; don't touch!\n|      stderr -- the original stderr; don't touch!\n|      displayhook -- the original displayhook; don't touch!\n|      excepthook -- the original excepthook; don't touch!\n|\n|      Functions:\n|\n|      displayhook() -- print an object to the screen, and save it in builtins.\n|      excepthook() -- print an exception and its traceback to sys.stderr\n|      excinfo() -- return thread-safe information about the current exception\n|      exit() -- exit the interpreter by raising SystemExit\n|      getdlopenflags() -- returns flags to be used for dlopen() calls\n|      getprofile() -- get the global profiling function\n|      getrefcount() -- return the reference count for an object (plus one :-)\n|      getrecursionlimit() -- return the max recursion depth for the interpreter\n|      getsizeof() -- return the size of an object in bytes\n|      gettrace() -- get the global debug tracing function\n|      setdlopenflags() -- set the flags to be used for dlopen() calls\n|      setprofile() -- set the global profiling function\n|      setrecursionlimit() -- set the max recursion depth for the interpreter\n|      settrace() -- set the global debug tracing function\n"
                },
                {
                    "name": "class xmlReg",
                    "content": "|  xmlReg(obj=None)\n|\n|  Methods defined here:\n|\n|  del(self)\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  regexpExec(self, content)\n|      Check if the regular expression generates the value\n|\n|  regexpIsDeterminist(self)\n|      Check if the regular expression is determinist\n|\n|  regexpPrint(self, output)\n|      Print the content of the compiled regular expression\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class xmlTextReader",
                    "content": "|  xmlTextReader(obj=None)\n|\n|  Method resolution order:\n|      xmlTextReader\n|      xmlTextReaderCore\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  AttributeCount(self)\n|      Provides the number of attributes of the current node\n|\n|  BaseUri(self)\n|      The base URI of the node.\n|\n|  ByteConsumed(self)\n|      This function provides the current index of the parser used\n|      by the reader, relative to the start of the current entity.\n|      This function actually just wraps a call to\n|      xmlBytesConsumed() for the parser context associated with\n|       the reader. See xmlBytesConsumed() for more information.\n|\n|  Close(self)\n|      This method releases any resources allocated by the current\n|      instance changes the state to Closed and close any\n|       underlying input.\n|\n|  CurrentDoc(self)\n|      Hacking interface allowing to get the xmlDocPtr\n|      corresponding to the current document being accessed by the\n|      xmlTextReader. NOTE: as a result of this call, the reader\n|      will not destroy the associated XML document and calling\n|      xmlFreeDoc() on the result is needed once the reader\n|       parsing has finished.\n|\n|  CurrentNode(self)\n|      Hacking interface allowing to get the xmlNodePtr\n|      corresponding to the current node being accessed by the\n|      xmlTextReader. This is dangerous because the underlying\n|       node may be destroyed on the next Reads.\n|\n|  Depth(self)\n|      The depth of the node in the tree.\n|\n|  Encoding(self)\n|      Determine the encoding of the document being read.\n|\n|  Expand(self)\n|      Reads the contents of the current node and the full\n|      subtree. It then makes the subtree available until the next\n|       xmlTextReaderRead() call\n|\n|  GetAttribute(self, name)\n|      Provides the value of the attribute with the specified\n|      qualified name.\n|\n|  GetAttributeNo(self, no)\n|      Provides the value of the attribute with the specified\n|      index relative to the containing element.\n|\n|  GetAttributeNs(self, localName, namespaceURI)\n|      Provides the value of the specified attribute\n|\n|  GetParserColumnNumber(self)\n|      Provide the column number of the current parsing point.\n|\n|  GetParserLineNumber(self)\n|      Provide the line number of the current parsing point.\n|\n|  GetParserProp(self, prop)\n|      Read the parser internal property.\n|\n|  GetRemainder(self)\n|      Method to get the remainder of the buffered XML. this\n|      method stops the parser, set its state to End Of File and\n|      return the input stream with what is left that the parser\n|      did not use.  The implementation is not good, the parser\n|      certainly progressed past what's left in reader->input, and\n|      there is an allocation problem. Best would be to rewrite it\n|       differently.\n|\n|  HasAttributes(self)\n|      Whether the node has attributes.\n|\n|  HasValue(self)\n|      Whether the node can have a text value.\n|\n|  IsDefault(self)\n|      Whether an Attribute  node was generated from the default\n|      value defined in the DTD or schema.\n|\n|  IsEmptyElement(self)\n|      Check if the current node is empty\n|\n|  IsNamespaceDecl(self)\n|      Determine whether the current node is a namespace\n|      declaration rather than a regular attribute.\n|\n|  IsValid(self)\n|      Retrieve the validity status from the parser context\n|\n|  LocalName(self)\n|      The local name of the node.\n|\n|  LookupNamespace(self, prefix)\n|      Resolves a namespace prefix in the scope of the current\n|      element.\n|\n|  MoveToAttribute(self, name)\n|      Moves the position of the current instance to the attribute\n|      with the specified qualified name.\n|\n|  MoveToAttributeNo(self, no)\n|      Moves the position of the current instance to the attribute\n|      with the specified index relative to the containing element.\n|\n|  MoveToAttributeNs(self, localName, namespaceURI)\n|      Moves the position of the current instance to the attribute\n|      with the specified local name and namespace URI.\n|\n|  MoveToElement(self)\n|      Moves the position of the current instance to the node that\n|      contains the current Attribute  node.\n|\n|  MoveToFirstAttribute(self)\n|      Moves the position of the current instance to the first\n|      attribute associated with the current node.\n|\n|  MoveToNextAttribute(self)\n|      Moves the position of the current instance to the next\n|      attribute associated with the current node.\n|\n|  Name(self)\n|      The qualified name of the node, equal to Prefix :LocalName.\n|\n|  NamespaceUri(self)\n|      The URI defining the namespace associated with the node.\n|\n|  NewDoc(self, cur, URL, encoding, options)\n|      Setup an xmltextReader to parse an XML in-memory document.\n|      The parsing flags @options are a combination of\n|      xmlParserOption. This reuses the existing @reader\n|       xmlTextReader.\n|\n|  NewFd(self, fd, URL, encoding, options)\n|      Setup an xmltextReader to parse an XML from a file\n|      descriptor. NOTE that the file descriptor will not be\n|      closed when the reader is closed or reset. The parsing\n|      flags @options are a combination of xmlParserOption. This\n|       reuses the existing @reader xmlTextReader.\n|\n|  NewFile(self, filename, encoding, options)\n|      parse an XML file from the filesystem or the network. The\n|      parsing flags @options are a combination of\n|      xmlParserOption. This reuses the existing @reader\n|       xmlTextReader.\n|\n|  NewMemory(self, buffer, size, URL, encoding, options)\n|      Setup an xmltextReader to parse an XML in-memory document.\n|      The parsing flags @options are a combination of\n|      xmlParserOption. This reuses the existing @reader\n|       xmlTextReader.\n|\n|  NewWalker(self, doc)\n|      Setup an xmltextReader to parse a preparsed XML document.\n|      This reuses the existing @reader xmlTextReader.\n|\n|  Next(self)\n|      Skip to the node following the current one in document\n|      order while avoiding the subtree if any.\n|\n|  NextSibling(self)\n|      Skip to the node following the current one in document\n|      order while avoiding the subtree if any. Currently\n|       implemented only for Readers built on a document\n|\n|  NodeType(self)\n|      Get the node type of the current node Reference:\n|      http://www.gnu.org/software/dotgnu/pnetlib-doc/System/Xml/Xm\n|      lNodeType.html\n|\n|  Normalization(self)\n|      The value indicating whether to normalize white space and\n|      attribute values. Since attribute value and end of line\n|      normalizations are a MUST in the XML specification only the\n|      value true is accepted. The broken behaviour of accepting\n|      out of range character entities like &#0; is of course not\n|       supported either.\n|\n|  Prefix(self)\n|      A shorthand reference to the namespace associated with the\n|      node.\n|\n|  Preserve(self)\n|      This tells the XML Reader to preserve the current node. The\n|      caller must also use xmlTextReaderCurrentDoc() to keep an\n|       handle on the resulting document once parsing has finished\n|\n|  QuoteChar(self)\n|      The quotation mark character used to enclose the value of\n|      an attribute.\n|\n|  Read(self)\n|      Moves the position of the current instance to the next node\n|      in the stream, exposing its properties.\n|\n|  ReadAttributeValue(self)\n|      Parses an attribute value into one or more Text and\n|      EntityReference nodes.\n|\n|  ReadInnerXml(self)\n|      Reads the contents of the current node, including child\n|      nodes and markup.\n|\n|  ReadOuterXml(self)\n|      Reads the contents of the current node, including child\n|      nodes and markup.\n|\n|  ReadState(self)\n|      Gets the read state of the reader.\n|\n|  ReadString(self)\n|      Reads the contents of an element or a text node as a string.\n|\n|  RelaxNGSetSchema(self, schema)\n|      Use RelaxNG to validate the document as it is processed.\n|      Activation is only possible before the first Read(). if\n|      @schema is None, then RelaxNG validation is deactivated. @\n|      The @schema should not be freed until the reader is\n|       deallocated or its use has been deactivated.\n|\n|  RelaxNGValidate(self, rng)\n|      Use RelaxNG schema to validate the document as it is\n|      processed. Activation is only possible before the first\n|      Read(). If @rng is None, then RelaxNG schema validation is\n|       deactivated.\n|\n|  RelaxNGValidateCtxt(self, ctxt, options)\n|      Use RelaxNG schema context to validate the document as it\n|      is processed. Activation is only possible before the first\n|      Read(). If @ctxt is None, then RelaxNG schema validation is\n|       deactivated.\n|\n|  SchemaValidate(self, xsd)\n|      Use W3C XSD schema to validate the document as it is\n|      processed. Activation is only possible before the first\n|      Read(). If @xsd is None, then XML Schema validation is\n|       deactivated.\n|\n|  SchemaValidateCtxt(self, ctxt, options)\n|      Use W3C XSD schema context to validate the document as it\n|      is processed. Activation is only possible before the first\n|      Read(). If @ctxt is None, then XML Schema validation is\n|       deactivated.\n|\n|  SetParserProp(self, prop, value)\n|      Change the parser processing behaviour by changing some of\n|      its internal properties. Note that some properties can only\n|       be changed before any read has been done.\n|\n|  SetSchema(self, schema)\n|      Use XSD Schema to validate the document as it is processed.\n|      Activation is only possible before the first Read(). if\n|      @schema is None, then Schema validation is deactivated. The\n|      @schema should not be freed until the reader is deallocated\n|       or its use has been deactivated.\n|\n|  Setup(self, input, URL, encoding, options)\n|      Setup an XML reader with new options\n|\n|  Standalone(self)\n|      Determine the standalone status of the document being read.\n|\n|  String(self, str)\n|      Get an interned string from the reader, allows for example\n|      to speedup string name comparisons\n|\n|  Value(self)\n|      Provides the text value of the node if present\n|\n|  XmlLang(self)\n|      The xml:lang scope within which the node resides.\n|\n|  XmlVersion(self)\n|      Determine the XML version of the document being read.\n|\n|  del(self)\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from xmlTextReaderCore:\n|\n|  GetErrorHandler(self)\n|      Return (f,arg) as previously registered with setErrorHandler\n|      or (None,None).\n|\n|  SetErrorHandler(self, f, arg)\n|      Register an error handler that will be called back as\n|      f(arg,msg,severity,locator).\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from xmlTextReaderCore:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class xmlTextReaderCore",
                    "content": "|  xmlTextReaderCore(obj=None)\n|\n|  Methods defined here:\n|\n|  GetErrorHandler(self)\n|      Return (f,arg) as previously registered with setErrorHandler\n|      or (None,None).\n|\n|  SetErrorHandler(self, f, arg)\n|      Register an error handler that will be called back as\n|      f(arg,msg,severity,locator).\n|\n|  del(self)\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class xmlTextReaderLocator",
                    "content": "|  xmlTextReaderLocator(obj=None)\n|\n|  Methods defined here:\n|\n|  BaseURI(self)\n|      Obtain the base URI for the given locator.\n|\n|  LineNumber(self)\n|      Obtain the line number for the given locator.\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class xpathContext",
                    "content": "|  xpathContext(obj=None)\n|\n|  Methods defined here:\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  contextDoc(self)\n|      Get the doc from an xpathContext\n|\n|  contextNode(self)\n|      Get the current node from an xpathContext\n|\n|  contextPosition(self)\n|      Get the current node from an xpathContext\n|\n|  contextSize(self)\n|      Get the current node from an xpathContext\n|\n|  function(self)\n|      Get the current function name xpathContext\n|\n|  functionURI(self)\n|      Get the current function name URI xpathContext\n|\n|  registerXPathFunction(self, name, nsuri, f)\n|      Register a Python written function to the XPath interpreter\n|\n|  setContextDoc(self, doc)\n|      Set the doc of an xpathContext\n|\n|  setContextNode(self, node)\n|      Set the current node of an xpathContext\n|\n|  xpathContextSetCache(self, active, value, options)\n|      Creates/frees an object cache on the XPath context. If\n|      activates XPath objects (xmlXPathObject) will be cached\n|      internally to be reused. @options: 0: This will set the\n|      XPath object caching: @value: This will set the maximum\n|      number of XPath objects to be cached per slot There are 5\n|      slots for: node-set, string, number, boolean, and misc\n|      objects. Use <0 for the default number (100). Other values\n|       for @options have currently no effect.\n|\n|  xpathEval(self, str)\n|      Evaluate the XPath Location Path in the given context.\n|\n|  xpathEvalExpression(self, str)\n|      Alias for xmlXPathEval().\n|\n|  xpathFreeContext(self)\n|      Free up an xmlXPathContext\n|\n|  xpathNewParserContext(self, str)\n|      Create a new xmlXPathParserContext\n|\n|  xpathNsLookup(self, prefix)\n|      Search in the namespace declaration array of the context\n|      for the given namespace name associated to the given prefix\n|\n|  xpathRegisterAllFunctions(self)\n|      Registers all default XPath functions in this context\n|\n|  xpathRegisterNs(self, prefix, nsuri)\n|      Register a new namespace. If @nsuri is None it unregisters\n|      the namespace\n|\n|  xpathRegisterVariable(self, name, nsuri, value)\n|      Register a variable with the XPath context\n|\n|  xpathRegisteredFuncsCleanup(self)\n|      Cleanup the XPath context data associated to registered\n|      functions\n|\n|  xpathRegisteredNsCleanup(self)\n|      Cleanup the XPath context data associated to registered\n|      variables\n|\n|  xpathRegisteredVariablesCleanup(self)\n|      Cleanup the XPath context data associated to registered\n|      variables\n|\n|  xpathVariableLookup(self, name)\n|      Search in the Variable array of the context for the given\n|      variable value.\n|\n|  xpathVariableLookupNS(self, name, nsuri)\n|      Search in the Variable array of the context for the given\n|      variable value.\n|\n|  xpointerEval(self, str)\n|      Evaluate the XPath Location Path in the given context.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                },
                {
                    "name": "class xpathError",
                    "content": "|  xpathError(msg)\n|\n|  Method resolution order:\n|      xpathError\n|      libxmlError\n|      builtins.Exception\n|      builtins.BaseException\n|      builtins.object\n|\n|  Methods defined here:\n|\n|  init(self, msg)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  str(self)\n|      Return str(self).\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from libxmlError:\n|\n|  weakref\n|      list of weak references to the object (if defined)\n|\n|  ----------------------------------------------------------------------\n|  Static methods inherited from builtins.Exception:\n|\n|  new(*args, kwargs) from builtins.type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Methods inherited from builtins.BaseException:\n|\n|  delattr(self, name, /)\n|      Implement delattr(self, name).\n|\n|  getattribute(self, name, /)\n|      Return getattr(self, name).\n|\n|  reduce(...)\n|      Helper for pickle.\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  setattr(self, name, value, /)\n|      Implement setattr(self, name, value).\n|\n|  setstate(...)\n|\n|  withtraceback(...)\n|      Exception.withtraceback(tb) --\n|      set self.traceback to tb and return self.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors inherited from builtins.BaseException:\n|\n|  cause\n|      exception cause\n|\n|  context\n|      exception context\n|\n|  dict\n|\n|  suppresscontext\n|\n|  traceback\n|\n|  args\n"
                },
                {
                    "name": "class xpathParserContext",
                    "content": "|  xpathParserContext(obj=None)\n|\n|  Methods defined here:\n|\n|  init(self, obj=None)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  context(self)\n|      Get the xpathContext from an xpathParserContext\n|\n|  xpathAddValues(self)\n|      Implement the add operation on XPath objects: The numeric\n|      operators convert their operands to numbers as if by\n|       calling the number function.\n|\n|  xpathBooleanFunction(self, nargs)\n|      Implement the boolean() XPath function boolean\n|      boolean(object) The boolean function converts its argument\n|      to a boolean as follows: - a number is true if and only if\n|      it is neither positive or negative zero nor NaN - a\n|      node-set is true if and only if it is non-empty - a string\n|       is true if and only if its length is non-zero\n|\n|  xpathCeilingFunction(self, nargs)\n|      Implement the ceiling() XPath function number\n|      ceiling(number) The ceiling function returns the smallest\n|      (closest to negative infinity) number that is not less than\n|       the argument and that is an integer.\n|\n|  xpathCompareValues(self, inf, strict)\n|      Implement the compare operation on XPath objects: @arg1 <\n|      @arg2    (1, 1, ... @arg1 <= @arg2   (1, 0, ... @arg1 >\n|      @arg2    (0, 1, ... @arg1 >= @arg2   (0, 0, ...  When\n|      neither object to be compared is a node-set and the\n|      operator is <=, <, >=, >, then the objects are compared by\n|      converted both objects to numbers and comparing the numbers\n|      according to IEEE 754. The < comparison will be true if and\n|      only if the first number is less than the second number.\n|      The <= comparison will be true if and only if the first\n|      number is less than or equal to the second number. The >\n|      comparison will be true if and only if the first number is\n|      greater than the second number. The >= comparison will be\n|      true if and only if the first number is greater than or\n|       equal to the second number.\n|\n|  xpathConcatFunction(self, nargs)\n|      Implement the concat() XPath function string concat(string,\n|      string, string*) The concat function returns the\n|       concatenation of its arguments.\n|\n|  xpathContainsFunction(self, nargs)\n|      Implement the contains() XPath function boolean\n|      contains(string, string) The contains function returns true\n|      if the first argument string contains the second argument\n|       string, and otherwise returns false.\n|\n|  xpathCountFunction(self, nargs)\n|      Implement the count() XPath function number count(node-set)\n|\n|  xpathDivValues(self)\n|      Implement the div operation on XPath objects @arg1 / @arg2:\n|      The numeric operators convert their operands to numbers as\n|       if by calling the number function.\n|\n|  xpathEqualValues(self)\n|      Implement the equal operation on XPath objects content:\n|      @arg1 == @arg2\n|\n|  xpathErr(self, error)\n|      Handle an XPath error\n|\n|  xpathEvalExpr(self)\n|      Parse and evaluate an XPath expression in the given\n|      context, then push the result on the context stack\n|\n|  xpathFalseFunction(self, nargs)\n|      Implement the false() XPath function boolean false()\n|\n|  xpathFloorFunction(self, nargs)\n|      Implement the floor() XPath function number floor(number)\n|      The floor function returns the largest (closest to positive\n|      infinity) number that is not greater than the argument and\n|       that is an integer.\n|\n|  xpathFreeParserContext(self)\n|      Free up an xmlXPathParserContext\n|\n|  xpathIdFunction(self, nargs)\n|      Implement the id() XPath function node-set id(object) The\n|      id function selects elements by their unique ID (see [5.2.1\n|      Unique IDs]). When the argument to id is of type node-set,\n|      then the result is the union of the result of applying id\n|      to the string value of each of the nodes in the argument\n|      node-set. When the argument to id is of any other type, the\n|      argument is converted to a string as if by a call to the\n|      string function; the string is split into a\n|      whitespace-separated list of tokens (whitespace is any\n|      sequence of characters matching the production S); the\n|      result is a node-set containing the elements in the same\n|      document as the context node that have a unique ID equal to\n|       any of the tokens in the list.\n|\n|  xpathLangFunction(self, nargs)\n|      Implement the lang() XPath function boolean lang(string)\n|      The lang function returns true or false depending on\n|      whether the language of the context node as specified by\n|      xml:lang attributes is the same as or is a sublanguage of\n|      the language specified by the argument string. The language\n|      of the context node is determined by the value of the\n|      xml:lang attribute on the context node, or, if the context\n|      node has no xml:lang attribute, by the value of the\n|      xml:lang attribute on the nearest ancestor of the context\n|      node that has an xml:lang attribute. If there is no such\n|       attribute, then lang\n|\n|  xpathLastFunction(self, nargs)\n|      Implement the last() XPath function number last() The last\n|      function returns the number of nodes in the context node\n|       list.\n|\n|  xpathLocalNameFunction(self, nargs)\n|      Implement the local-name() XPath function string\n|      local-name(node-set?) The local-name function returns a\n|      string containing the local part of the name of the node in\n|      the argument node-set that is first in document order. If\n|      the node-set is empty or the first node has no name, an\n|      empty string is returned. If the argument is omitted it\n|       defaults to the context node.\n|\n|  xpathModValues(self)\n|      Implement the mod operation on XPath objects: @arg1 / @arg2\n|      The numeric operators convert their operands to numbers as\n|       if by calling the number function.\n|\n|  xpathMultValues(self)\n|      Implement the multiply operation on XPath objects: The\n|      numeric operators convert their operands to numbers as if\n|       by calling the number function.\n|\n|  xpathNamespaceURIFunction(self, nargs)\n|      Implement the namespace-uri() XPath function string\n|      namespace-uri(node-set?) The namespace-uri function returns\n|      a string containing the namespace URI of the expanded name\n|      of the node in the argument node-set that is first in\n|      document order. If the node-set is empty, the first node\n|      has no name, or the expanded name has no namespace URI, an\n|      empty string is returned. If the argument is omitted it\n|       defaults to the context node.\n|\n|  xpathNextAncestor(self, cur)\n|      Traversal function for the \"ancestor\" direction the\n|      ancestor axis contains the ancestors of the context node;\n|      the ancestors of the context node consist of the parent of\n|      context node and the parent's parent and so on; the nodes\n|      are ordered in reverse document order; thus the parent is\n|      the first node on the axis, and the parent's parent is the\n|       second node on the axis\n|\n|  xpathNextAncestorOrSelf(self, cur)\n|      Traversal function for the \"ancestor-or-self\" direction he\n|      ancestor-or-self axis contains the context node and\n|      ancestors of the context node in reverse document order;\n|      thus the context node is the first node on the axis, and\n|      the context node's parent the second; parent here is\n|       defined the same as with the parent axis.\n|\n|  xpathNextAttribute(self, cur)\n|      Traversal function for the \"attribute\" direction TODO:\n|      support DTD inherited default attributes\n|\n|  xpathNextChild(self, cur)\n|      Traversal function for the \"child\" direction The child axis\n|      contains the children of the context node in document order.\n|\n|  xpathNextDescendant(self, cur)\n|      Traversal function for the \"descendant\" direction the\n|      descendant axis contains the descendants of the context\n|      node in document order; a descendant is a child or a child\n|       of a child and so on.\n|\n|  xpathNextDescendantOrSelf(self, cur)\n|      Traversal function for the \"descendant-or-self\" direction\n|      the descendant-or-self axis contains the context node and\n|      the descendants of the context node in document order; thus\n|      the context node is the first node on the axis, and the\n|      first child of the context node is the second node on the\n|       axis\n|\n|  xpathNextFollowing(self, cur)\n|      Traversal function for the \"following\" direction The\n|      following axis contains all nodes in the same document as\n|      the context node that are after the context node in\n|      document order, excluding any descendants and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in document order\n|\n|  xpathNextFollowingSibling(self, cur)\n|      Traversal function for the \"following-sibling\" direction\n|      The following-sibling axis contains the following siblings\n|       of the context node in document order.\n|\n|  xpathNextNamespace(self, cur)\n|      Traversal function for the \"namespace\" direction the\n|      namespace axis contains the namespace nodes of the context\n|      node; the order of nodes on this axis is\n|      implementation-defined; the axis will be empty unless the\n|      context node is an element  We keep the XML namespace node\n|       at the end of the list.\n|\n|  xpathNextParent(self, cur)\n|      Traversal function for the \"parent\" direction The parent\n|      axis contains the parent of the context node, if there is\n|       one.\n|\n|  xpathNextPreceding(self, cur)\n|      Traversal function for the \"preceding\" direction the\n|      preceding axis contains all nodes in the same document as\n|      the context node that are before the context node in\n|      document order, excluding any ancestors and excluding\n|      attribute nodes and namespace nodes; the nodes are ordered\n|       in reverse document order\n|\n|  xpathNextPrecedingSibling(self, cur)\n|      Traversal function for the \"preceding-sibling\" direction\n|      The preceding-sibling axis contains the preceding siblings\n|      of the context node in reverse document order; the first\n|      preceding sibling is first on the axis; the sibling\n|       preceding that node is the second on the axis and so on.\n|\n|  xpathNextSelf(self, cur)\n|      Traversal function for the \"self\" direction The self axis\n|      contains just the context node itself\n|\n|  xpathNormalizeFunction(self, nargs)\n|      Implement the normalize-space() XPath function string\n|      normalize-space(string?) The normalize-space function\n|      returns the argument string with white space normalized by\n|      stripping leading and trailing whitespace and replacing\n|      sequences of whitespace characters by a single space.\n|      Whitespace characters are the same allowed by the S\n|      production in XML. If the argument is omitted, it defaults\n|      to the context node converted to a string, in other words\n|       the value of the context node.\n|\n|  xpathNotEqualValues(self)\n|      Implement the equal operation on XPath objects content:\n|      @arg1 == @arg2\n|\n|  xpathNotFunction(self, nargs)\n|      Implement the not() XPath function boolean not(boolean) The\n|      not function returns true if its argument is false, and\n|       false otherwise.\n|\n|  xpathNumberFunction(self, nargs)\n|      Implement the number() XPath function number number(object?)\n|\n|  xpathParseNCName(self)\n|      parse an XML namespace non qualified name.  [NS 3] NCName\n|      ::= (Letter | '') (NCNameChar)*  [NS 4] NCNameChar ::=\n|       Letter | Digit | '.' | '-' | '' | CombiningChar | Extender\n|\n|  xpathParseName(self)\n|      parse an XML name  [4] NameChar ::= Letter | Digit | '.' |\n|      '-' | '' | ':' | CombiningChar | Extender  [5] Name ::=\n|       (Letter | '' | ':') (NameChar)*\n|\n|  xpathPopBoolean(self)\n|      Pops a boolean from the stack, handling conversion if\n|      needed. Check error with #xmlXPathCheckError.\n|\n|  xpathPopNumber(self)\n|      Pops a number from the stack, handling conversion if\n|      needed. Check error with #xmlXPathCheckError.\n|\n|  xpathPopString(self)\n|      Pops a string from the stack, handling conversion if\n|      needed. Check error with #xmlXPathCheckError.\n|\n|  xpathPositionFunction(self, nargs)\n|      Implement the position() XPath function number position()\n|      The position function returns the position of the context\n|      node in the context node list. The first position is 1, and\n|       so the last position will be equal to last().\n|\n|  xpathRoot(self)\n|      Initialize the context to the root of the document\n|\n|  xpathRoundFunction(self, nargs)\n|      Implement the round() XPath function number round(number)\n|      The round function returns the number that is closest to\n|      the argument and that is an integer. If there are two such\n|      numbers, then the one that is closest to positive infinity\n|       is returned.\n|\n|  xpathStartsWithFunction(self, nargs)\n|      Implement the starts-with() XPath function boolean\n|      starts-with(string, string) The starts-with function\n|      returns true if the first argument string starts with the\n|       second argument string, and otherwise returns false.\n|\n|  xpathStringFunction(self, nargs)\n|      Implement the string() XPath function string\n|      string(object?) The string function converts an object to a\n|      string as follows: - A node-set is converted to a string by\n|      returning the value of the node in the node-set that is\n|      first in document order. If the node-set is empty, an empty\n|      string is returned. - A number is converted to a string as\n|      follows + NaN is converted to the string NaN + positive\n|      zero is converted to the string 0 + negative zero is\n|      converted to the string 0 + positive infinity is converted\n|      to the string Infinity + negative infinity is converted to\n|      the string -Infinity + if the number is an integer, the\n|      number is represented in decimal form as a Number with no\n|      decimal point and no leading zeros, preceded by a minus\n|      sign (-) if the number is negative + otherwise, the number\n|      is represented in decimal form as a Number including a\n|      decimal point with at least one digit before the decimal\n|      point and at least one digit after the decimal point,\n|      preceded by a minus sign (-) if the number is negative;\n|      there must be no leading zeros before the decimal point\n|      apart possibly from the one required digit immediately\n|      before the decimal point; beyond the one required digit\n|      after the decimal point there must be as many, but only as\n|      many, more digits as are needed to uniquely distinguish the\n|      number from all other IEEE 754 numeric values. - The\n|      boolean false value is converted to the string false. The\n|      boolean true value is converted to the string true.  If the\n|      argument is omitted, it defaults to a node-set with the\n|       context node as its only member.\n|\n|  xpathStringLengthFunction(self, nargs)\n|      Implement the string-length() XPath function number\n|      string-length(string?) The string-length returns the number\n|      of characters in the string (see [3.6 Strings]). If the\n|      argument is omitted, it defaults to the context node\n|      converted to a string, in other words the value of the\n|       context node.\n|\n|  xpathSubValues(self)\n|      Implement the subtraction operation on XPath objects: The\n|      numeric operators convert their operands to numbers as if\n|       by calling the number function.\n|\n|  xpathSubstringAfterFunction(self, nargs)\n|      Implement the substring-after() XPath function string\n|      substring-after(string, string) The substring-after\n|      function returns the substring of the first argument string\n|      that follows the first occurrence of the second argument\n|      string in the first argument string, or the empty stringi\n|      if the first argument string does not contain the second\n|      argument string. For example,\n|      substring-after(\"1999/04/01\",\"/\") returns 04/01, and\n|       substring-after(\"1999/04/01\",\"19\") returns 99/04/01.\n|\n|  xpathSubstringBeforeFunction(self, nargs)\n|      Implement the substring-before() XPath function string\n|      substring-before(string, string) The substring-before\n|      function returns the substring of the first argument string\n|      that precedes the first occurrence of the second argument\n|      string in the first argument string, or the empty string if\n|      the first argument string does not contain the second\n|      argument string. For example,\n|       substring-before(\"1999/04/01\",\"/\") returns 1999.\n|\n|  xpathSubstringFunction(self, nargs)\n|      Implement the substring() XPath function string\n|      substring(string, number, number?) The substring function\n|      returns the substring of the first argument starting at the\n|      position specified in the second argument with length\n|      specified in the third argument. For example,\n|      substring(\"12345\",2,3) returns \"234\". If the third argument\n|      is not specified, it returns the substring starting at the\n|      position specified in the second argument and continuing to\n|      the end of the string. For example, substring(\"12345\",2)\n|      returns \"2345\".  More precisely, each character in the\n|      string (see [3.6 Strings]) is considered to have a numeric\n|      position: the position of the first character is 1, the\n|      position of the second character is 2 and so on. The\n|      returned substring contains those characters for which the\n|      position of the character is greater than or equal to the\n|      second argument and, if the third argument is specified,\n|      less than the sum of the second and third arguments; the\n|      comparisons and addition used for the above follow the\n|      standard IEEE 754 rules. Thus: - substring(\"12345\", 1.5,\n|      2.6) returns \"234\" - substring(\"12345\", 0, 3) returns \"12\"\n|      - substring(\"12345\", 0 div 0, 3) returns \"\" -\n|      substring(\"12345\", 1, 0 div 0) returns \"\" -\n|      substring(\"12345\", -42, 1 div 0) returns \"12345\" -\n|       substring(\"12345\", -1 div 0, 1 div 0) returns \"\"\n|\n|  xpathSumFunction(self, nargs)\n|      Implement the sum() XPath function number sum(node-set) The\n|      sum function returns the sum of the values of the nodes in\n|       the argument node-set.\n|\n|  xpathTranslateFunction(self, nargs)\n|      Implement the translate() XPath function string\n|      translate(string, string, string) The translate function\n|      returns the first argument string with occurrences of\n|      characters in the second argument string replaced by the\n|      character at the corresponding position in the third\n|      argument string. For example, translate(\"bar\",\"abc\",\"ABC\")\n|      returns the string BAr. If there is a character in the\n|      second argument string with no character at a corresponding\n|      position in the third argument string (because the second\n|      argument string is longer than the third argument string),\n|      then occurrences of that character in the first argument\n|      string are removed. For example,\n|       translate(\"--aaa--\",\"abc-\",\"ABC\")\n|\n|  xpathTrueFunction(self, nargs)\n|      Implement the true() XPath function boolean true()\n|\n|  xpathValueFlipSign(self)\n|      Implement the unary - operation on an XPath object The\n|      numeric operators convert their operands to numbers as if\n|       by calling the number function.\n|\n|  xpatherror(self, file, line, no)\n|      Formats an error message.\n|\n|  xpointerEvalRangePredicate(self)\n|      [8]   Predicate ::=   '[' PredicateExpr ']' [9]\n|      PredicateExpr ::=   Expr  Evaluate a predicate as in\n|      xmlXPathEvalPredicate() but for a Location Set instead of a\n|       node set\n|\n|  xpointerRangeToFunction(self, nargs)\n|      Implement the range-to() XPointer function  Obsolete.\n|      range-to is not a real function but a special type of\n|       location step which is handled in xpath.c.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                }
            ]
        },
        "FUNCTIONS": {
            "content": "SAXDefaultVersion(version)\nSet the default version of SAX used globally by the\nlibrary. By default, during initialization the default is\nset to 2. Note that it is generally a better coding style\nto use xmlSAXVersion() to set up the version explicitly for\na given parsing context.\n\nSAXParseFile(SAX, URI, recover)\nInterface to parse an XML file or resource pointed by an\nURI to build an event flow to the SAX object\n\nURIEscape(str)\nEscaping routine, does not do validity checks ! It will try\nto escape the chars needing this, but this is heuristic\nbased it's impossible to be sure.\n\nURIEscapeStr(str, list)\nThis routine escapes a string to hex, ignoring reserved\ncharacters (a-z) and the characters in the exception list.\n\nURIUnescapeString(str, len, target)\nUnescaping routine, but does not check that the string is\nan URI. The output is a direct unsigned char translation of\n%XX values (no encoding) Note that the length of the result\ncan only be smaller or same size as the input string.\n\nUTF8Charcmp(utf1, utf2)\ncompares the two UCS4 values\n\nUTF8Size(utf)\ncalculates the internal size of a UTF8 character\n\nUTF8Strlen(utf)\ncompute the length of an UTF8 string, it doesn't do a full\nUTF8 checking of the content of the string.\n\nUTF8Strloc(utf, utfchar)\na function to provide the relative location of a UTF8 char\n\nUTF8Strndup(utf, len)\na strndup for array of UTF8's\n\nUTF8Strpos(utf, pos)\na function to provide the equivalent of fetching a\ncharacter from a string array\n\nUTF8Strsize(utf, len)\nstorage size of an UTF8 string the behaviour is not\nguaranteed if the input string is not UTF-8\n\nUTF8Strsub(utf, start, len)\nCreate a substring from a given UTF-8 string Note:\npositions are given in units of UTF-8 chars\n",
            "subsections": [
                {
                    "name": "addEncodingAlias",
                    "content": "Registers an alias @alias for an encoding named @name.\nExisting alias will be overwritten.\n"
                },
                {
                    "name": "boolToText",
                    "content": "Convenient way to turn bool into text\n"
                },
                {
                    "name": "buildQName",
                    "content": "Builds the QName @prefix:@ncname in @memory if there is\nenough space and prefix is not None nor empty, otherwise\nallocate a new string. If prefix is None or empty it\nreturns ncname.\n"
                },
                {
                    "name": "buildRelativeURI",
                    "content": "Expresses the URI of the reference in terms relative to the\nbase.  Some examples of this operation include: base =\n\"http://site1.com/docs/book1.html\" URI input\nURI returned docs/pic1.gif                    pic1.gif\ndocs/img/pic1.gif                img/pic1.gif img/pic1.gif\n../img/pic1.gif http://site1.com/docs/pic1.gif   pic1.gif\nhttp://site2.com/docs/pic1.gif\nhttp://site2.com/docs/pic1.gif  base = \"docs/book1.html\"\nURI input                        URI returned docs/pic1.gif\npic1.gif docs/img/pic1.gif                img/pic1.gif\nimg/pic1.gif                     ../img/pic1.gif\nhttp://site1.com/docs/pic1.gif\nhttp://site1.com/docs/pic1.gif   Note: if the URI reference\nis really weird or complicated, it may be worthwhile to\nfirst convert it into a \"nice\" one by calling xmlBuildURI\n(using 'base') before calling this routine, since this\nroutine (for reasonable efficiency) assumes URI has already\nbeen through some validation.\n"
                },
                {
                    "name": "buildURI",
                    "content": "Computes he final URI of the reference done by checking\nthat the given URI is valid, and building the final URI\nusing the base URI. This is processed according to section\n5.2 of the RFC 2396  5.2. Resolving Relative References to\nAbsolute Form\n"
                },
                {
                    "name": "canonicPath",
                    "content": "Constructs a canonic path from the specified path.\n"
                },
                {
                    "name": "catalogAdd",
                    "content": "Add an entry in the catalog, it may overwrite existing but\ndifferent entries. If called before any other catalog\nroutine, allows to override the default shared catalog put\nin place by xmlInitializeCatalog();\n"
                },
                {
                    "name": "catalogCleanup",
                    "content": "Free up all the memory associated with catalogs\n"
                },
                {
                    "name": "catalogConvert",
                    "content": "Convert all the SGML catalog entries as XML ones\n"
                },
                {
                    "name": "catalogDump",
                    "content": "Dump all the global catalog content to the given file.\n"
                },
                {
                    "name": "catalogGetPublic",
                    "content": "Try to lookup the catalog reference associated to a public\nID DEPRECATED, use xmlCatalogResolvePublic()\n"
                },
                {
                    "name": "catalogGetSystem",
                    "content": "Try to lookup the catalog reference associated to a system\nID DEPRECATED, use xmlCatalogResolveSystem()\n"
                },
                {
                    "name": "catalogRemove",
                    "content": "Remove an entry from the catalog\n"
                },
                {
                    "name": "catalogResolve",
                    "content": "Do a complete resolution lookup of an External Identifier\n"
                },
                {
                    "name": "catalogResolvePublic",
                    "content": "Try to lookup the catalog reference associated to a public\nID\n"
                },
                {
                    "name": "catalogResolveSystem",
                    "content": "Try to lookup the catalog resource for a system ID\n"
                },
                {
                    "name": "catalogResolveURI",
                    "content": "Do a complete resolution lookup of an URI\n"
                },
                {
                    "name": "catalogSetDebug",
                    "content": "Used to set the debug level for catalog operation, 0\ndisable debugging, 1 enable it\n"
                },
                {
                    "name": "checkFilename",
                    "content": "function checks to see if @path is a valid source (file,\nsocket...) for XML.  if stat is not available on the target\nmachine,\n"
                },
                {
                    "name": "checkLanguageID",
                    "content": "Checks that the value conforms to the LanguageID\nproduction:  NOTE: this is somewhat deprecated, those\nproductions were removed from the XML Second edition.  [33]\nLanguageID ::= Langcode ('-' Subcode)* [34] Langcode ::=\nISO639Code |  IanaCode |  UserCode [35] ISO639Code ::=\n([a-z] | [A-Z]) ([a-z] | [A-Z]) [36] IanaCode ::= ('i' |\n'I') '-' ([a-z] | [A-Z])+ [37] UserCode ::= ('x' | 'X') '-'\n([a-z] | [A-Z])+ [38] Subcode ::= ([a-z] | [A-Z])+  The\ncurrent REC reference the successors of RFC 1766, currently\n5646  http://www.rfc-editor.org/rfc/rfc5646.txt langtag\n= language [\"-\" script] [\"-\" region] *(\"-\" variant) *(\"-\"\nextension) [\"-\" privateuse] language      = 2*3ALPHA\n; shortest ISO 639 code [\"-\" extlang]       ; sometimes\nfollowed by ; extended language subtags / 4ALPHA\n; or reserved for future use / 5*8ALPHA            ; or\nregistered language subtag  extlang       = 3ALPHA\n; selected ISO 639 codes *2(\"-\" 3ALPHA)      ; permanently\nreserved  script        = 4ALPHA              ; ISO 15924\ncode  region        = 2ALPHA              ; ISO 3166-1 code\n/ 3DIGIT              ; UN M.49 code  variant       =\n5*8alphanum         ; registered variants / (DIGIT\n3alphanum)  extension     = singleton 1*(\"-\" (2*8alphanum))\n; Single alphanumerics ; \"x\" reserved for private use\nsingleton     = DIGIT               ; 0 - 9 / %x41-57\n; A - W / %x59-5A             ; Y - Z / %x61-77\n; a - w / %x79-7A             ; y - z  it sounds right to\nstill allow Irregular i-xxx IANA and user codes too The\nparser below doesn't try to cope with extension or\nprivateuse that could be added but that's not interoperable\nanyway\n"
                },
                {
                    "name": "checkUTF8",
                    "content": "Checks @utf for being valid UTF-8. @utf is assumed to be\nnull-terminated. This function is not super-strict, as it\nwill allow longer UTF-8 sequences than necessary. Note that\nJava is capable of producing these sequences if provoked.\nAlso note, this routine checks for the 4-byte maximum size,\nbut does not check for 0x10ffff maximum value.\n"
                },
                {
                    "name": "checkVersion",
                    "content": "check the compiled lib version against the include one.\nThis can warn or immediately kill the application\n"
                },
                {
                    "name": "checkWrapper",
                    "content": "# Type of the wrapper class for the C objects wrappers\n"
                },
                {
                    "name": "cleanupCharEncodingHandlers",
                    "content": "Cleanup the memory allocated for the char encoding support,\nit unregisters all the encoding handlers and the aliases.\n"
                },
                {
                    "name": "cleanupEncodingAliases",
                    "content": "Unregisters all aliases\n"
                },
                {
                    "name": "cleanupGlobals",
                    "content": "Additional cleanup for multi-threading\n"
                },
                {
                    "name": "cleanupInputCallbacks",
                    "content": "clears the entire input callback table. this includes the\ncompiled-in I/O.\n"
                },
                {
                    "name": "cleanupOutputCallbacks",
                    "content": "clears the entire output callback table. this includes the\ncompiled-in I/O callbacks.\n"
                },
                {
                    "name": "cleanupParser",
                    "content": "# The cleanup now goes though a wrapper in libxml.c\n"
                },
                {
                    "name": "cleanupPredefinedEntities",
                    "content": "Cleanup up the predefined entities table. Deprecated call\n"
                },
                {
                    "name": "compressMode",
                    "content": "get the default compression mode used, ZLIB based.\n"
                },
                {
                    "name": "copyChar",
                    "content": "append the char value in the array\n"
                },
                {
                    "name": "copyCharMultiByte",
                    "content": "append the char value in the array\n"
                },
                {
                    "name": "createDocParserCtxt",
                    "content": "Creates a parser context for an XML in-memory document.\n"
                },
                {
                    "name": "createEntityParserCtxt",
                    "content": "Create a parser context for an external entity Automatic\nsupport for ZLIB/Compress compressed document is provided\nby default if found at compile-time.\n"
                },
                {
                    "name": "createFileParserCtxt",
                    "content": "Create a parser context for a file content. Automatic\nsupport for ZLIB/Compress compressed document is provided\nby default if found at compile-time.\n"
                },
                {
                    "name": "createInputBuffer",
                    "content": "Create a libxml2 input buffer from a Python file\n"
                },
                {
                    "name": "createMemoryParserCtxt",
                    "content": "Create a parser context for an XML in-memory document.\n"
                },
                {
                    "name": "createOutputBuffer",
                    "content": "Create a libxml2 output buffer from a Python file\n"
                },
                {
                    "name": "createPushParser",
                    "content": "Create a progressive XML parser context to build either an\nevent flow if the SAX object is not None, or a DOM tree\notherwise.\n"
                },
                {
                    "name": "createURI",
                    "content": "Simply creates an empty xmlURI\n"
                },
                {
                    "name": "createURLParserCtxt",
                    "content": "Create a parser context for a file or URL content.\nAutomatic support for ZLIB/Compress compressed document is\nprovided by default if found at compile-time and for file\naccesses\n"
                },
                {
                    "name": "debugDumpString",
                    "content": "Dumps information about the string, shorten it if necessary\n"
                },
                {
                    "name": "debugMemory",
                    "content": "Switch on the generation of line number for elements nodes.\nAlso returns the number of bytes allocated and not freed by\nlibxml2 since memory debugging was switched on.\n"
                },
                {
                    "name": "defaultSAXHandlerInit",
                    "content": "Initialize the default SAX2 handler\n"
                },
                {
                    "name": "delEncodingAlias",
                    "content": "Unregisters an encoding alias @alias\n"
                },
                {
                    "name": "dictCleanup",
                    "content": "Free the dictionary mutex. Do not call unless sure the\nlibrary is not in use anymore !\n"
                },
                {
                    "name": "docbDefaultSAXHandlerInit",
                    "content": "Initialize the default SAX handler\n"
                },
                {
                    "name": "dumpMemory",
                    "content": "dump the memory allocated in the file .memdump\n"
                },
                {
                    "name": "encodingAlias",
                    "content": "Lookup an encoding name for the given alias.\n"
                },
                {
                    "name": "fileMatch",
                    "content": "input from FILE *\n"
                },
                {
                    "name": "htmlCreateFileParserCtxt",
                    "content": "Create a parser context for a file content. Automatic\nsupport for ZLIB/Compress compressed document is provided\nby default if found at compile-time.\n"
                },
                {
                    "name": "htmlCreateMemoryParserCtxt",
                    "content": "Create a parser context for an HTML in-memory document.\n"
                },
                {
                    "name": "htmlCreatePushParser",
                    "content": "Create a progressive HTML parser context to build either an\nevent flow if the SAX object is not None, or a DOM tree\notherwise.\n"
                },
                {
                    "name": "htmlDefaultSAXHandlerInit",
                    "content": "Initialize the default SAX handler\n"
                },
                {
                    "name": "htmlHandleOmittedElem",
                    "content": "Set and return the previous value for handling HTML omitted\ntags.\n"
                },
                {
                    "name": "htmlInitAutoClose",
                    "content": "This is a no-op now.\n"
                },
                {
                    "name": "htmlIsBooleanAttr",
                    "content": "Determine if a given attribute is a boolean attribute.\n"
                },
                {
                    "name": "htmlIsScriptAttribute",
                    "content": "Check if an attribute is of content type Script\n"
                },
                {
                    "name": "htmlNewDoc",
                    "content": "Creates a new HTML document\n"
                },
                {
                    "name": "htmlNewDocNoDtD",
                    "content": "Creates a new HTML document without a DTD node if @URI and\n@ExternalID are None\n"
                },
                {
                    "name": "htmlNewParserCtxt",
                    "content": "Allocate and initialize a new parser context.\n"
                },
                {
                    "name": "htmlParseDoc",
                    "content": "parse an HTML in-memory document and build a tree.\n"
                },
                {
                    "name": "htmlParseFile",
                    "content": "parse an HTML file and build a tree. Automatic support for\nZLIB/Compress compressed document is provided by default if\nfound at compile-time.\n"
                },
                {
                    "name": "htmlReadDoc",
                    "content": "parse an XML in-memory document and build a tree.\n"
                },
                {
                    "name": "htmlReadFd",
                    "content": "parse an HTML from a file descriptor and build a tree. NOTE\nthat the file descriptor will not be closed when the reader\nis closed or reset.\n"
                },
                {
                    "name": "htmlReadFile",
                    "content": "parse an XML file from the filesystem or the network.\n"
                },
                {
                    "name": "htmlReadMemory",
                    "content": "parse an XML in-memory document and build a tree.\n"
                },
                {
                    "name": "htmlSAXParseFile",
                    "content": "Interface to parse an HTML file or resource pointed by an\nURI to build an event flow to the SAX object\n"
                },
                {
                    "name": "iOFTPMatch",
                    "content": "check if the URI matches an FTP one\n"
                },
                {
                    "name": "iOHTTPMatch",
                    "content": "check if the URI matches an HTTP one\n"
                },
                {
                    "name": "initCharEncodingHandlers",
                    "content": "Initialize the char encoding support, it registers the\ndefault encoding supported. NOTE: while public, this\nfunction usually doesn't need to be called in normal\nprocessing.\n"
                },
                {
                    "name": "initGlobals",
                    "content": "Additional initialisation for multi-threading\n"
                },
                {
                    "name": "initParser",
                    "content": "Initialization function for the XML parser. This is not\nreentrant. Call once before processing in case of use in\nmultithreaded programs.\n"
                },
                {
                    "name": "initializeCatalog",
                    "content": "Do the catalog initialization. this function is not thread\nsafe, catalog initialization should preferably be done once\nat startup\n"
                },
                {
                    "name": "initializeDict",
                    "content": "Do the dictionary mutex initialization. this function is\ndeprecated\n"
                },
                {
                    "name": "initializePredefinedEntities",
                    "content": "Set up the predefined entities. Deprecated call\n"
                },
                {
                    "name": "isBaseChar",
                    "content": "This function is DEPRECATED. Use xmlIsBaseCharch or\nxmlIsBaseCharQ instead\n"
                },
                {
                    "name": "isBlank",
                    "content": "This function is DEPRECATED. Use xmlIsBlankch or\nxmlIsBlankQ instead\n"
                },
                {
                    "name": "isChar",
                    "content": "This function is DEPRECATED. Use xmlIsCharch or xmlIsCharQ\ninstead\n"
                },
                {
                    "name": "isCombining",
                    "content": "This function is DEPRECATED. Use xmlIsCombiningQ instead\n"
                },
                {
                    "name": "isDigit",
                    "content": "This function is DEPRECATED. Use xmlIsDigitch or\nxmlIsDigitQ instead\n"
                },
                {
                    "name": "isExtender",
                    "content": "This function is DEPRECATED. Use xmlIsExtenderch or\nxmlIsExtenderQ instead\n"
                },
                {
                    "name": "isIdeographic",
                    "content": "This function is DEPRECATED. Use xmlIsIdeographicQ instead\n"
                },
                {
                    "name": "isLetter",
                    "content": "Check whether the character is allowed by the production\n[84] Letter ::= BaseChar | Ideographic\n"
                },
                {
                    "name": "isPubidChar",
                    "content": "This function is DEPRECATED. Use xmlIsPubidCharch or\nxmlIsPubidCharQ instead\n"
                },
                {
                    "name": "isXHTML",
                    "content": "Try to find if the document correspond to an XHTML DTD\n"
                },
                {
                    "name": "keepBlanksDefault",
                    "content": "Set and return the previous value for default blanks text\nnodes support. The 1.x version of the parser used an\nheuristic to try to detect ignorable white spaces. As a\nresult the SAX callback was generating\nxmlSAX2IgnorableWhitespace() callbacks instead of\ncharacters() one, and when using the DOM output text nodes\ncontaining those blanks were not generated. The 2.x and\nlater version will switch to the XML standard way and\nignorableWhitespace() are only generated when running the\nparser in validating mode and when the current element\ndoesn't allow CDATA or mixed content. This function is\nprovided as a way to force the standard behavior on 1.X\nlibs and to switch back to the old mode for compatibility\nwhen running 1.X client code on 2.X . Upgrade of 1.X code\nshould be done by using xmlIsBlankNode() commodity function\nto detect the \"empty\" nodes generated. This value also\naffect autogeneration of indentation when saving code if\nblanks sections are kept, indentation is not generated.\n"
                },
                {
                    "name": "lastError",
                    "content": "Get the last global error registered. This is per thread if\ncompiled with thread support.\n"
                },
                {
                    "name": "lineNumbersDefault",
                    "content": "Set and return the previous value for enabling line numbers\nin elements contents. This may break on old application and\nis turned off by default.\n"
                },
                {
                    "name": "loadACatalog",
                    "content": "Load the catalog and build the associated data structures.\nThis can be either an XML Catalog or an SGML Catalog It\nwill recurse in SGML CATALOG entries. On the other hand XML\nCatalogs are not handled recursively.\n"
                },
                {
                    "name": "loadCatalog",
                    "content": "Load the catalog and makes its definitions effective for\nthe default external entity loader. It will recurse in SGML\nCATALOG entries. this function is not thread safe, catalog\ninitialization should preferably be done once at startup\n"
                },
                {
                    "name": "loadCatalogs",
                    "content": "Load the catalogs and makes their definitions effective for\nthe default external entity loader. this function is not\nthread safe, catalog initialization should preferably be\ndone once at startup\n"
                },
                {
                    "name": "loadSGMLSuperCatalog",
                    "content": "Load an SGML super catalog. It won't expand CATALOG or\nDELEGATE references. This is only needed for manipulating\nSGML Super Catalogs like adding and removing CATALOG or\nDELEGATE entries.\n"
                },
                {
                    "name": "memoryUsed",
                    "content": "Returns the total amount of memory allocated by libxml2\n"
                },
                {
                    "name": "namePop",
                    "content": "Pops the top element name from the name stack\n"
                },
                {
                    "name": "namePush",
                    "content": "Pushes a new element name on top of the name stack\n"
                },
                {
                    "name": "nanoFTPCleanup",
                    "content": "Cleanup the FTP protocol layer. This cleanup proxy\ninformation.\n"
                },
                {
                    "name": "nanoFTPInit",
                    "content": "Initialize the FTP protocol layer. Currently it just checks\nfor proxy information, and get the hostname\n"
                },
                {
                    "name": "nanoFTPProxy",
                    "content": "Setup the FTP proxy information. This can also be done by\nusing ftpproxy ftpproxyuser and ftpproxypassword\nenvironment variables.\n"
                },
                {
                    "name": "nanoFTPScanProxy",
                    "content": "(Re)Initialize the FTP Proxy context by parsing the URL and\nfinding the protocol host port it indicates. Should be like\nftp://myproxy/ or ftp://myproxy:3128/ A None URL cleans up\nproxy information.\n"
                },
                {
                    "name": "nanoHTTPCleanup",
                    "content": "Cleanup the HTTP protocol layer.\n"
                },
                {
                    "name": "nanoHTTPInit",
                    "content": "Initialize the HTTP protocol layer. Currently it just\nchecks for proxy information\n"
                },
                {
                    "name": "nanoHTTPScanProxy",
                    "content": "(Re)Initialize the HTTP Proxy context by parsing the URL\nand finding the protocol host port it indicates. Should be\nlike http://myproxy/ or http://myproxy:3128/ A None URL\ncleans up proxy information.\n"
                },
                {
                    "name": "newCatalog",
                    "content": "create a new Catalog.\n"
                },
                {
                    "name": "newComment",
                    "content": "Creation of a new node containing a comment.\n"
                },
                {
                    "name": "newDoc",
                    "content": "Creates a new XML document\n"
                },
                {
                    "name": "newNode",
                    "content": "Create a new Node\n"
                },
                {
                    "name": "newPI",
                    "content": "Creation of a processing instruction element. Use\nxmlDocNewPI preferably to get string interning\n"
                },
                {
                    "name": "newParserCtxt",
                    "content": "Allocate and initialize a new parser context.\n"
                },
                {
                    "name": "newText",
                    "content": "Creation of a new text node.\n"
                },
                {
                    "name": "newTextLen",
                    "content": "Creation of a new text node with an extra parameter for the\ncontent's length\n"
                },
                {
                    "name": "newTextReaderFilename",
                    "content": "Create an xmlTextReader structure fed with the resource at\n@URI\n"
                },
                {
                    "name": "newValidCtxt",
                    "content": "Allocate a validation context structure.\n"
                },
                {
                    "name": "nodePop",
                    "content": "Pops the top element node from the node stack\n"
                },
                {
                    "name": "nodePush",
                    "content": "Pushes a new element node on top of the node stack\n"
                },
                {
                    "name": "nodeWrap",
                    "content": "# converters to present a nicer view of the XPath returns\n"
                },
                {
                    "name": "normalizeURIPath",
                    "content": "Applies the 5 normalization steps to a path string--that\nis, RFC 2396 Section 5.2, steps 6.c through 6.g.\nNormalization occurs directly on the string, no new\nallocation is done\n"
                },
                {
                    "name": "normalizeWindowsPath",
                    "content": "This function is obsolete. Please see xmlURIFromPath in\nuri.c for a better solution.\n"
                },
                {
                    "name": "parseCatalogFile",
                    "content": "parse an XML file and build a tree. It's like\nxmlParseFile() except it bypass all catalog lookups.\n"
                },
                {
                    "name": "parseDTD",
                    "content": "Load and parse an external subset.\n"
                },
                {
                    "name": "parseDoc",
                    "content": "parse an XML in-memory document and build a tree.\n"
                },
                {
                    "name": "parseEntity",
                    "content": "parse an XML external entity out of context and build a\ntree.  [78] extParsedEnt ::= TextDecl? content  This\ncorrespond to a \"Well Balanced\" chunk\n"
                },
                {
                    "name": "parseFile",
                    "content": "parse an XML file and build a tree. Automatic support for\nZLIB/Compress compressed document is provided by default if\nfound at compile-time.\n"
                },
                {
                    "name": "parseMemory",
                    "content": "parse an XML in-memory block and build a tree.\n"
                },
                {
                    "name": "parseURI",
                    "content": "Parse an URI based on RFC 3986  URI-reference = [\nabsoluteURI | relativeURI ] [ \"#\" fragment ]\n"
                },
                {
                    "name": "parseURIRaw",
                    "content": "Parse an URI but allows to keep intact the original\nfragments.  URI-reference = URI / relative-ref\n"
                },
                {
                    "name": "parserGetDirectory",
                    "content": "lookup the directory for that file\n"
                },
                {
                    "name": "pathToURI",
                    "content": "Constructs an URI expressing the existing path\n"
                },
                {
                    "name": "pedanticParserDefault",
                    "content": "Set and return the previous value for enabling pedantic\nwarnings.\n"
                },
                {
                    "name": "popInputCallbacks",
                    "content": ""
                },
                {
                    "name": "popOutputCallbacks",
                    "content": "Remove the top output callbacks from the output stack. This\nincludes the compiled-in I/O.\n"
                },
                {
                    "name": "pos_id",
                    "content": "# id() is sometimes negative ...\n"
                },
                {
                    "name": "predefinedEntity",
                    "content": "Check whether this name is an predefined entity.\n"
                },
                {
                    "name": "pythonCleanupParser",
                    "content": "Cleanup function for the XML library. It tries to reclaim\nall parsing related global memory allocated for the library\nprocessing. It doesn't deallocate any document related\nmemory. Calling this function should not prevent reusing\nthe library but one should call xmlCleanupParser() only\nwhen the process has finished using the library or XML\ndocument built with it.\n"
                },
                {
                    "name": "readDoc",
                    "content": "parse an XML in-memory document and build a tree.\n"
                },
                {
                    "name": "readFd",
                    "content": "parse an XML from a file descriptor and build a tree. NOTE\nthat the file descriptor will not be closed when the reader\nis closed or reset.\n"
                },
                {
                    "name": "readFile",
                    "content": "parse an XML file from the filesystem or the network.\n"
                },
                {
                    "name": "readMemory",
                    "content": "parse an XML in-memory document and build a tree.\n"
                },
                {
                    "name": "readerForDoc",
                    "content": "Create an xmltextReader for an XML in-memory document. The\nparsing flags @options are a combination of xmlParserOption.\n"
                },
                {
                    "name": "readerForFd",
                    "content": "Create an xmltextReader for an XML from a file descriptor.\nThe parsing flags @options are a combination of\nxmlParserOption. NOTE that the file descriptor will not be\nclosed when the reader is closed or reset.\n"
                },
                {
                    "name": "readerForFile",
                    "content": "parse an XML file from the filesystem or the network. The\nparsing flags @options are a combination of xmlParserOption.\n"
                },
                {
                    "name": "readerForMemory",
                    "content": "Create an xmltextReader for an XML in-memory document. The\nparsing flags @options are a combination of xmlParserOption.\n"
                },
                {
                    "name": "recoverDoc",
                    "content": "parse an XML in-memory document and build a tree. In the\ncase the document is not Well Formed, a attempt to build a\ntree is tried anyway\n"
                },
                {
                    "name": "recoverFile",
                    "content": "parse an XML file and build a tree. Automatic support for\nZLIB/Compress compressed document is provided by default if\nfound at compile-time. In the case the document is not Well\nFormed, it attempts to build a tree anyway\n"
                },
                {
                    "name": "recoverMemory",
                    "content": "parse an XML in-memory block and build a tree. In the case\nthe document is not Well Formed, an attempt to build a tree\nis tried anyway\n"
                },
                {
                    "name": "regexpCompile",
                    "content": "Parses a regular expression conforming to XML Schemas Part\n2 Datatype Appendix F and builds an automata suitable for\ntesting strings against that regular expression\n"
                },
                {
                    "name": "registerDefaultInputCallbacks",
                    "content": "Registers the default compiled-in I/O handlers.\n"
                },
                {
                    "name": "registerDefaultOutputCallbacks",
                    "content": "Registers the default compiled-in I/O handlers.\n"
                },
                {
                    "name": "registerErrorHandler",
                    "content": "Register a Python written function to for error reporting.\nThe function is called back as f(ctx, error).\n"
                },
                {
                    "name": "registerHTTPPostCallbacks",
                    "content": "By default, libxml submits HTTP output requests using the\n\"PUT\" method. Calling this method changes the HTTP output\nmethod to use the \"POST\" method instead.\n"
                },
                {
                    "name": "registerInputCallback",
                    "content": ""
                },
                {
                    "name": "registerXPathFunction",
                    "content": "# register an XPath function\n"
                },
                {
                    "name": "relaxNGCleanupTypes",
                    "content": "Cleanup the default Schemas type library associated to\nRelaxNG\n"
                },
                {
                    "name": "relaxNGInitTypes",
                    "content": "Initialize the default type libraries.\n"
                },
                {
                    "name": "relaxNGNewMemParserCtxt",
                    "content": "Create an XML RelaxNGs parse context for that memory buffer\nexpected to contain an XML RelaxNGs file.\n"
                },
                {
                    "name": "relaxNGNewParserCtxt",
                    "content": "Create an XML RelaxNGs parse context for that file/resource\nexpected to contain an XML RelaxNGs file.\n"
                },
                {
                    "name": "resetLastError",
                    "content": "Cleanup the last global error registered. For parsing error\nthis does not change the well-formedness result.\n"
                },
                {
                    "name": "schemaCleanupTypes",
                    "content": "Cleanup the default XML Schemas type library\n"
                },
                {
                    "name": "schemaCollapseString",
                    "content": "Removes and normalize white spaces in the string\n"
                },
                {
                    "name": "schemaInitTypes",
                    "content": "Initialize the default XML Schemas type library\n"
                },
                {
                    "name": "schemaNewMemParserCtxt",
                    "content": "Create an XML Schemas parse context for that memory buffer\nexpected to contain an XML Schemas file.\n"
                },
                {
                    "name": "schemaNewParserCtxt",
                    "content": "Create an XML Schemas parse context for that file/resource\nexpected to contain an XML Schemas file.\n"
                },
                {
                    "name": "schemaWhiteSpaceReplace",
                    "content": "Replaces 0xd, 0x9 and 0xa with a space.\n"
                },
                {
                    "name": "setCompressMode",
                    "content": "set the default compression mode used, ZLIB based Correct\nvalues: 0 (uncompressed) to 9 (max compression)\n"
                },
                {
                    "name": "setEntityLoader",
                    "content": "Set the entity resolver as a python function\n"
                },
                {
                    "name": "shellPrintXPathError",
                    "content": "Print the xpath error to libxml default error channel\n"
                },
                {
                    "name": "substituteEntitiesDefault",
                    "content": "Set and return the previous value for default entity\nsupport. Initially the parser always keep entity references\ninstead of substituting entity values in the output. This\nfunction has to be used to change the default parser\nbehavior SAX::substituteEntities() has to be used for\nchanging that on a file by file basis.\n"
                },
                {
                    "name": "thrDefDefaultBufferSize",
                    "content": ""
                },
                {
                    "name": "thrDefDoValidityCheckingDefaultValue",
                    "content": ""
                },
                {
                    "name": "thrDefGetWarningsDefaultValue",
                    "content": ""
                },
                {
                    "name": "thrDefIndentTreeOutput",
                    "content": ""
                },
                {
                    "name": "thrDefKeepBlanksDefaultValue",
                    "content": ""
                },
                {
                    "name": "thrDefLineNumbersDefaultValue",
                    "content": ""
                },
                {
                    "name": "thrDefLoadExtDtdDefaultValue",
                    "content": ""
                },
                {
                    "name": "thrDefParserDebugEntities",
                    "content": ""
                },
                {
                    "name": "thrDefPedanticParserDefaultValue",
                    "content": ""
                },
                {
                    "name": "thrDefSaveNoEmptyTags",
                    "content": ""
                },
                {
                    "name": "thrDefSubstituteEntitiesDefaultValue",
                    "content": ""
                },
                {
                    "name": "thrDefTreeIndentString",
                    "content": ""
                },
                {
                    "name": "uCSIsAegeanNumbers",
                    "content": "Check whether the character is part of AegeanNumbers UCS\nBlock\n"
                },
                {
                    "name": "uCSIsAlphabeticPresentationForms",
                    "content": "Check whether the character is part of\nAlphabeticPresentationForms UCS Block\n"
                },
                {
                    "name": "uCSIsArabic",
                    "content": "Check whether the character is part of Arabic UCS Block\n"
                },
                {
                    "name": "uCSIsArabicPresentationFormsA",
                    "content": "Check whether the character is part of\nArabicPresentationForms-A UCS Block\n"
                },
                {
                    "name": "uCSIsArabicPresentationFormsB",
                    "content": "Check whether the character is part of\nArabicPresentationForms-B UCS Block\n"
                },
                {
                    "name": "uCSIsArmenian",
                    "content": "Check whether the character is part of Armenian UCS Block\n"
                },
                {
                    "name": "uCSIsArrows",
                    "content": "Check whether the character is part of Arrows UCS Block\n"
                },
                {
                    "name": "uCSIsBasicLatin",
                    "content": "Check whether the character is part of BasicLatin UCS Block\n"
                },
                {
                    "name": "uCSIsBengali",
                    "content": "Check whether the character is part of Bengali UCS Block\n"
                },
                {
                    "name": "uCSIsBlock",
                    "content": "Check whether the character is part of the UCS Block\n"
                },
                {
                    "name": "uCSIsBlockElements",
                    "content": "Check whether the character is part of BlockElements UCS\nBlock\n"
                },
                {
                    "name": "uCSIsBopomofo",
                    "content": "Check whether the character is part of Bopomofo UCS Block\n"
                },
                {
                    "name": "uCSIsBopomofoExtended",
                    "content": "Check whether the character is part of BopomofoExtended UCS\nBlock\n"
                },
                {
                    "name": "uCSIsBoxDrawing",
                    "content": "Check whether the character is part of BoxDrawing UCS Block\n"
                },
                {
                    "name": "uCSIsBraillePatterns",
                    "content": "Check whether the character is part of BraillePatterns UCS\nBlock\n"
                },
                {
                    "name": "uCSIsBuhid",
                    "content": "Check whether the character is part of Buhid UCS Block\n"
                },
                {
                    "name": "uCSIsByzantineMusicalSymbols",
                    "content": "Check whether the character is part of\nByzantineMusicalSymbols UCS Block\n"
                },
                {
                    "name": "uCSIsCJKCompatibility",
                    "content": "Check whether the character is part of CJKCompatibility UCS\nBlock\n"
                },
                {
                    "name": "uCSIsCJKCompatibilityForms",
                    "content": "Check whether the character is part of\nCJKCompatibilityForms UCS Block\n"
                },
                {
                    "name": "uCSIsCJKCompatibilityIdeographs",
                    "content": "Check whether the character is part of\nCJKCompatibilityIdeographs UCS Block\n"
                },
                {
                    "name": "uCSIsCJKCompatibilityIdeographsSupplement",
                    "content": "Check whether the character is part of\nCJKCompatibilityIdeographsSupplement UCS Block\n"
                },
                {
                    "name": "uCSIsCJKRadicalsSupplement",
                    "content": "Check whether the character is part of\nCJKRadicalsSupplement UCS Block\n"
                },
                {
                    "name": "uCSIsCJKSymbolsandPunctuation",
                    "content": "Check whether the character is part of\nCJKSymbolsandPunctuation UCS Block\n"
                },
                {
                    "name": "uCSIsCJKUnifiedIdeographs",
                    "content": "Check whether the character is part of CJKUnifiedIdeographs\nUCS Block\n"
                },
                {
                    "name": "uCSIsCJKUnifiedIdeographsExtensionA",
                    "content": "Check whether the character is part of\nCJKUnifiedIdeographsExtensionA UCS Block\n"
                },
                {
                    "name": "uCSIsCJKUnifiedIdeographsExtensionB",
                    "content": "Check whether the character is part of\nCJKUnifiedIdeographsExtensionB UCS Block\n"
                },
                {
                    "name": "uCSIsCat",
                    "content": "Check whether the character is part of the UCS Category\n"
                },
                {
                    "name": "uCSIsCatC",
                    "content": "Check whether the character is part of C UCS Category\n"
                },
                {
                    "name": "uCSIsCatCc",
                    "content": "Check whether the character is part of Cc UCS Category\n"
                },
                {
                    "name": "uCSIsCatCf",
                    "content": "Check whether the character is part of Cf UCS Category\n"
                },
                {
                    "name": "uCSIsCatCo",
                    "content": "Check whether the character is part of Co UCS Category\n"
                },
                {
                    "name": "uCSIsCatCs",
                    "content": "Check whether the character is part of Cs UCS Category\n"
                },
                {
                    "name": "uCSIsCatL",
                    "content": "Check whether the character is part of L UCS Category\n"
                },
                {
                    "name": "uCSIsCatLl",
                    "content": "Check whether the character is part of Ll UCS Category\n"
                },
                {
                    "name": "uCSIsCatLm",
                    "content": "Check whether the character is part of Lm UCS Category\n"
                },
                {
                    "name": "uCSIsCatLo",
                    "content": "Check whether the character is part of Lo UCS Category\n"
                },
                {
                    "name": "uCSIsCatLt",
                    "content": "Check whether the character is part of Lt UCS Category\n"
                },
                {
                    "name": "uCSIsCatLu",
                    "content": "Check whether the character is part of Lu UCS Category\n"
                },
                {
                    "name": "uCSIsCatM",
                    "content": "Check whether the character is part of M UCS Category\n"
                },
                {
                    "name": "uCSIsCatMc",
                    "content": "Check whether the character is part of Mc UCS Category\n"
                },
                {
                    "name": "uCSIsCatMe",
                    "content": "Check whether the character is part of Me UCS Category\n"
                },
                {
                    "name": "uCSIsCatMn",
                    "content": "Check whether the character is part of Mn UCS Category\n"
                },
                {
                    "name": "uCSIsCatN",
                    "content": "Check whether the character is part of N UCS Category\n"
                },
                {
                    "name": "uCSIsCatNd",
                    "content": "Check whether the character is part of Nd UCS Category\n"
                },
                {
                    "name": "uCSIsCatNl",
                    "content": "Check whether the character is part of Nl UCS Category\n"
                },
                {
                    "name": "uCSIsCatNo",
                    "content": "Check whether the character is part of No UCS Category\n"
                },
                {
                    "name": "uCSIsCatP",
                    "content": "Check whether the character is part of P UCS Category\n"
                },
                {
                    "name": "uCSIsCatPc",
                    "content": "Check whether the character is part of Pc UCS Category\n"
                },
                {
                    "name": "uCSIsCatPd",
                    "content": "Check whether the character is part of Pd UCS Category\n"
                },
                {
                    "name": "uCSIsCatPe",
                    "content": "Check whether the character is part of Pe UCS Category\n"
                },
                {
                    "name": "uCSIsCatPf",
                    "content": "Check whether the character is part of Pf UCS Category\n"
                },
                {
                    "name": "uCSIsCatPi",
                    "content": "Check whether the character is part of Pi UCS Category\n"
                },
                {
                    "name": "uCSIsCatPo",
                    "content": "Check whether the character is part of Po UCS Category\n"
                },
                {
                    "name": "uCSIsCatPs",
                    "content": "Check whether the character is part of Ps UCS Category\n"
                },
                {
                    "name": "uCSIsCatS",
                    "content": "Check whether the character is part of S UCS Category\n"
                },
                {
                    "name": "uCSIsCatSc",
                    "content": "Check whether the character is part of Sc UCS Category\n"
                },
                {
                    "name": "uCSIsCatSk",
                    "content": "Check whether the character is part of Sk UCS Category\n"
                },
                {
                    "name": "uCSIsCatSm",
                    "content": "Check whether the character is part of Sm UCS Category\n"
                },
                {
                    "name": "uCSIsCatSo",
                    "content": "Check whether the character is part of So UCS Category\n"
                },
                {
                    "name": "uCSIsCatZ",
                    "content": "Check whether the character is part of Z UCS Category\n"
                },
                {
                    "name": "uCSIsCatZl",
                    "content": "Check whether the character is part of Zl UCS Category\n"
                },
                {
                    "name": "uCSIsCatZp",
                    "content": "Check whether the character is part of Zp UCS Category\n"
                },
                {
                    "name": "uCSIsCatZs",
                    "content": "Check whether the character is part of Zs UCS Category\n"
                },
                {
                    "name": "uCSIsCherokee",
                    "content": "Check whether the character is part of Cherokee UCS Block\n"
                },
                {
                    "name": "uCSIsCombiningDiacriticalMarks",
                    "content": "Check whether the character is part of\nCombiningDiacriticalMarks UCS Block\n"
                },
                {
                    "name": "uCSIsCombiningDiacriticalMarksforSymbols",
                    "content": "Check whether the character is part of\nCombiningDiacriticalMarksforSymbols UCS Block\n"
                },
                {
                    "name": "uCSIsCombiningHalfMarks",
                    "content": "Check whether the character is part of CombiningHalfMarks\nUCS Block\n"
                },
                {
                    "name": "uCSIsCombiningMarksforSymbols",
                    "content": "Check whether the character is part of\nCombiningMarksforSymbols UCS Block\n"
                },
                {
                    "name": "uCSIsControlPictures",
                    "content": "Check whether the character is part of ControlPictures UCS\nBlock\n"
                },
                {
                    "name": "uCSIsCurrencySymbols",
                    "content": "Check whether the character is part of CurrencySymbols UCS\nBlock\n"
                },
                {
                    "name": "uCSIsCypriotSyllabary",
                    "content": "Check whether the character is part of CypriotSyllabary UCS\nBlock\n"
                },
                {
                    "name": "uCSIsCyrillic",
                    "content": "Check whether the character is part of Cyrillic UCS Block\n"
                },
                {
                    "name": "uCSIsCyrillicSupplement",
                    "content": "Check whether the character is part of CyrillicSupplement\nUCS Block\n"
                },
                {
                    "name": "uCSIsDeseret",
                    "content": "Check whether the character is part of Deseret UCS Block\n"
                },
                {
                    "name": "uCSIsDevanagari",
                    "content": "Check whether the character is part of Devanagari UCS Block\n"
                },
                {
                    "name": "uCSIsDingbats",
                    "content": "Check whether the character is part of Dingbats UCS Block\n"
                },
                {
                    "name": "uCSIsEnclosedAlphanumerics",
                    "content": "Check whether the character is part of\nEnclosedAlphanumerics UCS Block\n"
                },
                {
                    "name": "uCSIsEnclosedCJKLettersandMonths",
                    "content": "Check whether the character is part of\nEnclosedCJKLettersandMonths UCS Block\n"
                },
                {
                    "name": "uCSIsEthiopic",
                    "content": "Check whether the character is part of Ethiopic UCS Block\n"
                },
                {
                    "name": "uCSIsGeneralPunctuation",
                    "content": "Check whether the character is part of GeneralPunctuation\nUCS Block\n"
                },
                {
                    "name": "uCSIsGeometricShapes",
                    "content": "Check whether the character is part of GeometricShapes UCS\nBlock\n"
                },
                {
                    "name": "uCSIsGeorgian",
                    "content": "Check whether the character is part of Georgian UCS Block\n"
                },
                {
                    "name": "uCSIsGothic",
                    "content": "Check whether the character is part of Gothic UCS Block\n"
                },
                {
                    "name": "uCSIsGreek",
                    "content": "Check whether the character is part of Greek UCS Block\n"
                },
                {
                    "name": "uCSIsGreekExtended",
                    "content": "Check whether the character is part of GreekExtended UCS\nBlock\n"
                },
                {
                    "name": "uCSIsGreekandCoptic",
                    "content": "Check whether the character is part of GreekandCoptic UCS\nBlock\n"
                },
                {
                    "name": "uCSIsGujarati",
                    "content": "Check whether the character is part of Gujarati UCS Block\n"
                },
                {
                    "name": "uCSIsGurmukhi",
                    "content": "Check whether the character is part of Gurmukhi UCS Block\n"
                },
                {
                    "name": "uCSIsHalfwidthandFullwidthForms",
                    "content": "Check whether the character is part of\nHalfwidthandFullwidthForms UCS Block\n"
                },
                {
                    "name": "uCSIsHangulCompatibilityJamo",
                    "content": "Check whether the character is part of\nHangulCompatibilityJamo UCS Block\n"
                },
                {
                    "name": "uCSIsHangulJamo",
                    "content": "Check whether the character is part of HangulJamo UCS Block\n"
                },
                {
                    "name": "uCSIsHangulSyllables",
                    "content": "Check whether the character is part of HangulSyllables UCS\nBlock\n"
                },
                {
                    "name": "uCSIsHanunoo",
                    "content": "Check whether the character is part of Hanunoo UCS Block\n"
                },
                {
                    "name": "uCSIsHebrew",
                    "content": "Check whether the character is part of Hebrew UCS Block\n"
                },
                {
                    "name": "uCSIsHighPrivateUseSurrogates",
                    "content": "Check whether the character is part of\nHighPrivateUseSurrogates UCS Block\n"
                },
                {
                    "name": "uCSIsHighSurrogates",
                    "content": "Check whether the character is part of HighSurrogates UCS\nBlock\n"
                },
                {
                    "name": "uCSIsHiragana",
                    "content": "Check whether the character is part of Hiragana UCS Block\n"
                },
                {
                    "name": "uCSIsIPAExtensions",
                    "content": "Check whether the character is part of IPAExtensions UCS\nBlock\n"
                },
                {
                    "name": "uCSIsIdeographicDescriptionCharacters",
                    "content": "Check whether the character is part of\nIdeographicDescriptionCharacters UCS Block\n"
                },
                {
                    "name": "uCSIsKanbun",
                    "content": "Check whether the character is part of Kanbun UCS Block\n"
                },
                {
                    "name": "uCSIsKangxiRadicals",
                    "content": "Check whether the character is part of KangxiRadicals UCS\nBlock\n"
                },
                {
                    "name": "uCSIsKannada",
                    "content": "Check whether the character is part of Kannada UCS Block\n"
                },
                {
                    "name": "uCSIsKatakana",
                    "content": "Check whether the character is part of Katakana UCS Block\n"
                },
                {
                    "name": "uCSIsKatakanaPhoneticExtensions",
                    "content": "Check whether the character is part of\nKatakanaPhoneticExtensions UCS Block\n"
                },
                {
                    "name": "uCSIsKhmer",
                    "content": "Check whether the character is part of Khmer UCS Block\n"
                },
                {
                    "name": "uCSIsKhmerSymbols",
                    "content": "Check whether the character is part of KhmerSymbols UCS\nBlock\n"
                },
                {
                    "name": "uCSIsLao",
                    "content": "Check whether the character is part of Lao UCS Block\n"
                },
                {
                    "name": "uCSIsLatin1Supplement",
                    "content": "Check whether the character is part of Latin-1Supplement\nUCS Block\n"
                },
                {
                    "name": "uCSIsLatinExtendedA",
                    "content": "Check whether the character is part of LatinExtended-A UCS\nBlock\n"
                },
                {
                    "name": "uCSIsLatinExtendedAdditional",
                    "content": "Check whether the character is part of\nLatinExtendedAdditional UCS Block\n"
                },
                {
                    "name": "uCSIsLatinExtendedB",
                    "content": "Check whether the character is part of LatinExtended-B UCS\nBlock\n"
                },
                {
                    "name": "uCSIsLetterlikeSymbols",
                    "content": "Check whether the character is part of LetterlikeSymbols\nUCS Block\n"
                },
                {
                    "name": "uCSIsLimbu",
                    "content": "Check whether the character is part of Limbu UCS Block\n"
                },
                {
                    "name": "uCSIsLinearBIdeograms",
                    "content": "Check whether the character is part of LinearBIdeograms UCS\nBlock\n"
                },
                {
                    "name": "uCSIsLinearBSyllabary",
                    "content": "Check whether the character is part of LinearBSyllabary UCS\nBlock\n"
                },
                {
                    "name": "uCSIsLowSurrogates",
                    "content": "Check whether the character is part of LowSurrogates UCS\nBlock\n"
                },
                {
                    "name": "uCSIsMalayalam",
                    "content": "Check whether the character is part of Malayalam UCS Block\n"
                },
                {
                    "name": "uCSIsMathematicalAlphanumericSymbols",
                    "content": "Check whether the character is part of\nMathematicalAlphanumericSymbols UCS Block\n"
                },
                {
                    "name": "uCSIsMathematicalOperators",
                    "content": "Check whether the character is part of\nMathematicalOperators UCS Block\n"
                },
                {
                    "name": "uCSIsMiscellaneousMathematicalSymbolsA",
                    "content": "Check whether the character is part of\nMiscellaneousMathematicalSymbols-A UCS Block\n"
                },
                {
                    "name": "uCSIsMiscellaneousMathematicalSymbolsB",
                    "content": "Check whether the character is part of\nMiscellaneousMathematicalSymbols-B UCS Block\n"
                },
                {
                    "name": "uCSIsMiscellaneousSymbols",
                    "content": "Check whether the character is part of MiscellaneousSymbols\nUCS Block\n"
                },
                {
                    "name": "uCSIsMiscellaneousSymbolsandArrows",
                    "content": "Check whether the character is part of\nMiscellaneousSymbolsandArrows UCS Block\n"
                },
                {
                    "name": "uCSIsMiscellaneousTechnical",
                    "content": "Check whether the character is part of\nMiscellaneousTechnical UCS Block\n"
                },
                {
                    "name": "uCSIsMongolian",
                    "content": "Check whether the character is part of Mongolian UCS Block\n"
                },
                {
                    "name": "uCSIsMusicalSymbols",
                    "content": "Check whether the character is part of MusicalSymbols UCS\nBlock\n"
                },
                {
                    "name": "uCSIsMyanmar",
                    "content": "Check whether the character is part of Myanmar UCS Block\n"
                },
                {
                    "name": "uCSIsNumberForms",
                    "content": "Check whether the character is part of NumberForms UCS Block\n"
                },
                {
                    "name": "uCSIsOgham",
                    "content": "Check whether the character is part of Ogham UCS Block\n"
                },
                {
                    "name": "uCSIsOldItalic",
                    "content": "Check whether the character is part of OldItalic UCS Block\n"
                },
                {
                    "name": "uCSIsOpticalCharacterRecognition",
                    "content": "Check whether the character is part of\nOpticalCharacterRecognition UCS Block\n"
                },
                {
                    "name": "uCSIsOriya",
                    "content": "Check whether the character is part of Oriya UCS Block\n"
                },
                {
                    "name": "uCSIsOsmanya",
                    "content": "Check whether the character is part of Osmanya UCS Block\n"
                },
                {
                    "name": "uCSIsPhoneticExtensions",
                    "content": "Check whether the character is part of PhoneticExtensions\nUCS Block\n"
                },
                {
                    "name": "uCSIsPrivateUse",
                    "content": "Check whether the character is part of PrivateUse UCS Block\n"
                },
                {
                    "name": "uCSIsPrivateUseArea",
                    "content": "Check whether the character is part of PrivateUseArea UCS\nBlock\n"
                },
                {
                    "name": "uCSIsRunic",
                    "content": "Check whether the character is part of Runic UCS Block\n"
                },
                {
                    "name": "uCSIsShavian",
                    "content": "Check whether the character is part of Shavian UCS Block\n"
                },
                {
                    "name": "uCSIsSinhala",
                    "content": "Check whether the character is part of Sinhala UCS Block\n"
                },
                {
                    "name": "uCSIsSmallFormVariants",
                    "content": "Check whether the character is part of SmallFormVariants\nUCS Block\n"
                },
                {
                    "name": "uCSIsSpacingModifierLetters",
                    "content": "Check whether the character is part of\nSpacingModifierLetters UCS Block\n"
                },
                {
                    "name": "uCSIsSpecials",
                    "content": "Check whether the character is part of Specials UCS Block\n"
                },
                {
                    "name": "uCSIsSuperscriptsandSubscripts",
                    "content": "Check whether the character is part of\nSuperscriptsandSubscripts UCS Block\n"
                },
                {
                    "name": "uCSIsSupplementalArrowsA",
                    "content": "Check whether the character is part of SupplementalArrows-A\nUCS Block\n"
                },
                {
                    "name": "uCSIsSupplementalArrowsB",
                    "content": "Check whether the character is part of SupplementalArrows-B\nUCS Block\n"
                },
                {
                    "name": "uCSIsSupplementalMathematicalOperators",
                    "content": "Check whether the character is part of\nSupplementalMathematicalOperators UCS Block\n"
                },
                {
                    "name": "uCSIsSupplementaryPrivateUseAreaA",
                    "content": "Check whether the character is part of\nSupplementaryPrivateUseArea-A UCS Block\n"
                },
                {
                    "name": "uCSIsSupplementaryPrivateUseAreaB",
                    "content": "Check whether the character is part of\nSupplementaryPrivateUseArea-B UCS Block\n"
                },
                {
                    "name": "uCSIsSyriac",
                    "content": "Check whether the character is part of Syriac UCS Block\n"
                },
                {
                    "name": "uCSIsTagalog",
                    "content": "Check whether the character is part of Tagalog UCS Block\n"
                },
                {
                    "name": "uCSIsTagbanwa",
                    "content": "Check whether the character is part of Tagbanwa UCS Block\n"
                },
                {
                    "name": "uCSIsTags",
                    "content": "Check whether the character is part of Tags UCS Block\n"
                },
                {
                    "name": "uCSIsTaiLe",
                    "content": "Check whether the character is part of TaiLe UCS Block\n"
                },
                {
                    "name": "uCSIsTaiXuanJingSymbols",
                    "content": "Check whether the character is part of TaiXuanJingSymbols\nUCS Block\n"
                },
                {
                    "name": "uCSIsTamil",
                    "content": "Check whether the character is part of Tamil UCS Block\n"
                },
                {
                    "name": "uCSIsTelugu",
                    "content": "Check whether the character is part of Telugu UCS Block\n"
                },
                {
                    "name": "uCSIsThaana",
                    "content": "Check whether the character is part of Thaana UCS Block\n"
                },
                {
                    "name": "uCSIsThai",
                    "content": "Check whether the character is part of Thai UCS Block\n"
                },
                {
                    "name": "uCSIsTibetan",
                    "content": "Check whether the character is part of Tibetan UCS Block\n"
                },
                {
                    "name": "uCSIsUgaritic",
                    "content": "Check whether the character is part of Ugaritic UCS Block\n"
                },
                {
                    "name": "uCSIsUnifiedCanadianAboriginalSyllabics",
                    "content": "Check whether the character is part of\nUnifiedCanadianAboriginalSyllabics UCS Block\n"
                },
                {
                    "name": "uCSIsVariationSelectors",
                    "content": "Check whether the character is part of VariationSelectors\nUCS Block\n"
                },
                {
                    "name": "uCSIsVariationSelectorsSupplement",
                    "content": "Check whether the character is part of\nVariationSelectorsSupplement UCS Block\n"
                },
                {
                    "name": "uCSIsYiRadicals",
                    "content": "Check whether the character is part of YiRadicals UCS Block\n"
                },
                {
                    "name": "uCSIsYiSyllables",
                    "content": "Check whether the character is part of YiSyllables UCS Block\n"
                },
                {
                    "name": "uCSIsYijingHexagramSymbols",
                    "content": "Check whether the character is part of\nYijingHexagramSymbols UCS Block\n"
                },
                {
                    "name": "validateNCName",
                    "content": "Check that a value conforms to the lexical space of NCName\n"
                },
                {
                    "name": "validateNMToken",
                    "content": "Check that a value conforms to the lexical space of NMToken\n"
                },
                {
                    "name": "validateName",
                    "content": "Check that a value conforms to the lexical space of Name\n"
                },
                {
                    "name": "validateNameValue",
                    "content": "Validate that the given value match Name production\n"
                },
                {
                    "name": "validateNamesValue",
                    "content": "Validate that the given value match Names production\n"
                },
                {
                    "name": "validateNmtokenValue",
                    "content": "Validate that the given value match Nmtoken production  [\nVC: Name Token ]\n"
                },
                {
                    "name": "validateNmtokensValue",
                    "content": "Validate that the given value match Nmtokens production  [\nVC: Name Token ]\n"
                },
                {
                    "name": "validateQName",
                    "content": "Check that a value conforms to the lexical space of QName\n"
                },
                {
                    "name": "valuePop",
                    "content": "Pops the top XPath object from the value stack\n"
                },
                {
                    "name": "xpathObjectRet",
                    "content": ""
                }
            ]
        },
        "DATA": {
            "content": "HTMLDEPRECATED = 2\nHTMLINVALID = 1\nHTMLNA = 0\nHTMLPARSECOMPACT = 65536\nHTMLPARSEIGNOREENC = 2097152\nHTMLPARSENOBLANKS = 256\nHTMLPARSENODEFDTD = 4\nHTMLPARSENOERROR = 32\nHTMLPARSENOIMPLIED = 8192\nHTMLPARSENONET = 2048\nHTMLPARSENOWARNING = 64\nHTMLPARSEPEDANTIC = 128\nHTMLPARSERECOVER = 1\nHTMLREQUIRED = 12\nHTMLVALID = 4\nPARSERDEFAULTATTRS = 2\nPARSERLOADDTD = 1\nPARSERSEVERITYERROR = 4\nPARSERSEVERITYVALIDITYERROR = 2\nPARSERSEVERITYVALIDITYWARNING = 1\nPARSERSEVERITYWARNING = 3\nPARSERSUBSTENTITIES = 4\nPARSERVALIDATE = 3\nXLINKACTUATEAUTO = 1\nXLINKACTUATENONE = 0\nXLINKACTUATEONREQUEST = 2\nXLINKSHOWEMBED = 2\nXLINKSHOWNEW = 1\nXLINKSHOWNONE = 0\nXLINKSHOWREPLACE = 3\nXLINKTYPEEXTENDED = 2\nXLINKTYPEEXTENDEDSET = 3\nXLINKTYPENONE = 0\nXLINKTYPESIMPLE = 1\nXMLATTRIBUTECDATA = 1\nXMLATTRIBUTEDECL = 16\nXMLATTRIBUTEENTITIES = 6\nXMLATTRIBUTEENTITY = 5\nXMLATTRIBUTEENUMERATION = 9\nXMLATTRIBUTEFIXED = 4\nXMLATTRIBUTEID = 2\nXMLATTRIBUTEIDREF = 3\nXMLATTRIBUTEIDREFS = 4\nXMLATTRIBUTEIMPLIED = 3\nXMLATTRIBUTENMTOKEN = 7\nXMLATTRIBUTENMTOKENS = 8\nXMLATTRIBUTENODE = 2\nXMLATTRIBUTENONE = 1\nXMLATTRIBUTENOTATION = 10\nXMLATTRIBUTEREQUIRED = 2\nXMLBUFFERALLOCBOUNDED = 6\nXMLBUFFERALLOCDOUBLEIT = 1\nXMLBUFFERALLOCEXACT = 2\nXMLBUFFERALLOCHYBRID = 5\nXMLBUFFERALLOCIMMUTABLE = 3\nXMLBUFFERALLOCIO = 4\nXMLBUFOVERFLOW = 7000\nXMLC14N10 = 0\nXMLC14N11 = 2\nXMLC14NCREATECTXT = 1950\nXMLC14NCREATESTACK = 1952\nXMLC14NEXCLUSIVE10 = 1\nXMLC14NINVALIDNODE = 1953\nXMLC14NRELATIVENAMESPACE = 1955\nXMLC14NREQUIRESUTF8 = 1951\nXMLC14NUNKNOWNODE = 1954\nXMLCATALOGENTRYBROKEN = 1651\nXMLCATALOGMISSINGATTR = 1650\nXMLCATALOGNOTCATALOG = 1653\nXMLCATALOGPREFERVALUE = 1652\nXMLCATALOGRECURSION = 1654\nXMLCATAALLOWALL = 3\nXMLCATAALLOWDOCUMENT = 2\nXMLCATAALLOWGLOBAL = 1\nXMLCATAALLOWNONE = 0\nXMLCATAPREFERNONE = 0\nXMLCATAPREFERPUBLIC = 1\nXMLCATAPREFERSYSTEM = 2\nXMLCDATASECTIONNODE = 4\nXMLCHARENCODING2022JP = 19\nXMLCHARENCODING88591 = 10\nXMLCHARENCODING88592 = 11\nXMLCHARENCODING88593 = 12\nXMLCHARENCODING88594 = 13\nXMLCHARENCODING88595 = 14\nXMLCHARENCODING88596 = 15\nXMLCHARENCODING88597 = 16\nXMLCHARENCODING88598 = 17\nXMLCHARENCODING88599 = 18\nXMLCHARENCODINGASCII = 22\nXMLCHARENCODINGEBCDIC = 6\nXMLCHARENCODINGERROR = -1\nXMLCHARENCODINGEUCJP = 21\nXMLCHARENCODINGNONE = 0\nXMLCHARENCODINGSHIFTJIS = 20\nXMLCHARENCODINGUCS2 = 9\nXMLCHARENCODINGUCS4BE = 5\nXMLCHARENCODINGUCS4LE = 4\nXMLCHARENCODINGUCS42143 = 7\nXMLCHARENCODINGUCS43412 = 8\nXMLCHARENCODINGUTF16BE = 3\nXMLCHARENCODINGUTF16LE = 2\nXMLCHARENCODINGUTF8 = 1\nXMLCHECKENTITYTYPE = 5012\nXMLCHECKFOUNDATTRIBUTE = 5001\nXMLCHECKFOUNDCDATA = 5003\nXMLCHECKFOUNDCOMMENT = 5007\nXMLCHECKFOUNDDOCTYPE = 5008\nXMLCHECKFOUNDELEMENT = 5000\nXMLCHECKFOUNDENTITY = 5005\nXMLCHECKFOUNDENTITYREF = 5004\nXMLCHECKFOUNDFRAGMENT = 5009\nXMLCHECKFOUNDNOTATION = 5010\nXMLCHECKFOUNDPI = 5006\nXMLCHECKFOUNDTEXT = 5002\nXMLCHECKNAMENOTNULL = 5037\nXMLCHECKNOTATTR = 5023\nXMLCHECKNOTATTRDECL = 5024\nXMLCHECKNOTDTD = 5022\nXMLCHECKNOTELEMDECL = 5025\nXMLCHECKNOTENTITYDECL = 5026\nXMLCHECKNOTNCNAME = 5034\nXMLCHECKNOTNSDECL = 5027\nXMLCHECKNOTUTF8 = 5032\nXMLCHECKNODICT = 5033\nXMLCHECKNODOC = 5014\nXMLCHECKNOELEM = 5016\nXMLCHECKNOHREF = 5028\nXMLCHECKNONAME = 5015\nXMLCHECKNONEXT = 5020\nXMLCHECKNOPARENT = 5013\nXMLCHECKNOPREV = 5018\nXMLCHECKNSANCESTOR = 5031\nXMLCHECKNSSCOPE = 5030\nXMLCHECKOUTSIDEDICT = 5035\nXMLCHECKUNKNOWNNODE = 5011\nXMLCHECKWRONGDOC = 5017\nXMLCHECKWRONGNAME = 5036\nXMLCHECKWRONGNEXT = 5021\nXMLCHECKWRONGPARENT = 5029\nXMLCHECKWRONGPREV = 5019\nXMLCOMMENTNODE = 8\nXMLDOCBDOCUMENTNODE = 21\nXMLDOCUMENTFRAGNODE = 11\nXMLDOCUMENTNODE = 9\nXMLDOCUMENTTYPENODE = 10\nXMLDOCDTDVALID = 8\nXMLDOCHTML = 128\nXMLDOCINTERNAL = 64\nXMLDOCNSVALID = 2\nXMLDOCOLD10 = 4\nXMLDOCUSERBUILT = 32\nXMLDOCWELLFORMED = 1\nXMLDOCXINCLUDE = 16\nXMLDTDATTRIBUTEDEFAULT = 500\nXMLDTDATTRIBUTEREDEFINED = 501\nXMLDTDATTRIBUTEVALUE = 502\nXMLDTDCONTENTERROR = 503\nXMLDTDCONTENTMODEL = 504\nXMLDTDCONTENTNOTDETERMINIST = 505\nXMLDTDDIFFERENTPREFIX = 506\nXMLDTDDUPTOKEN = 541\nXMLDTDELEMDEFAULTNAMESPACE = 507\nXMLDTDELEMNAMESPACE = 508\nXMLDTDELEMREDEFINED = 509\nXMLDTDEMPTYNOTATION = 510\nXMLDTDENTITYTYPE = 511\nXMLDTDIDFIXED = 512\nXMLDTDIDREDEFINED = 513\nXMLDTDIDSUBSET = 514\nXMLDTDINVALIDCHILD = 515\nXMLDTDINVALIDDEFAULT = 516\nXMLDTDLOADERROR = 517\nXMLDTDMISSINGATTRIBUTE = 518\nXMLDTDMIXEDCORRUPT = 519\nXMLDTDMULTIPLEID = 520\nXMLDTDNODE = 14\nXMLDTDNOTATIONREDEFINED = 526\nXMLDTDNOTATIONVALUE = 527\nXMLDTDNOTEMPTY = 528\nXMLDTDNOTPCDATA = 529\nXMLDTDNOTSTANDALONE = 530\nXMLDTDNODOC = 521\nXMLDTDNODTD = 522\nXMLDTDNOELEMNAME = 523\nXMLDTDNOPREFIX = 524\nXMLDTDNOROOT = 525\nXMLDTDROOTNAME = 531\nXMLDTDSTANDALONEDEFAULTED = 538\nXMLDTDSTANDALONEWHITESPACE = 532\nXMLDTDUNKNOWNATTRIBUTE = 533\nXMLDTDUNKNOWNELEM = 534\nXMLDTDUNKNOWNENTITY = 535\nXMLDTDUNKNOWNID = 536\nXMLDTDUNKNOWNNOTATION = 537\nXMLDTDXMLIDTYPE = 540\nXMLDTDXMLIDVALUE = 539\nXMLELEMENTCONTENTELEMENT = 2\nXMLELEMENTCONTENTMULT = 3\nXMLELEMENTCONTENTONCE = 1\nXMLELEMENTCONTENTOPT = 2\nXMLELEMENTCONTENTOR = 4\nXMLELEMENTCONTENTPCDATA = 1\nXMLELEMENTCONTENTPLUS = 4\nXMLELEMENTCONTENTSEQ = 3\nXMLELEMENTDECL = 15\nXMLELEMENTNODE = 1\nXMLELEMENTTYPEANY = 2\nXMLELEMENTTYPEELEMENT = 4\nXMLELEMENTTYPEEMPTY = 1\nXMLELEMENTTYPEMIXED = 3\nXMLELEMENTTYPEUNDEFINED = 0\nXMLENTITYDECL = 17\nXMLENTITYNODE = 6\nXMLENTITYREFNODE = 5\nXMLERRATTLISTNOTFINISHED = 51\nXMLERRATTLISTNOTSTARTED = 50\nXMLERRATTRIBUTENOTFINISHED = 40\nXMLERRATTRIBUTENOTSTARTED = 39\nXMLERRATTRIBUTEREDEFINED = 42\nXMLERRATTRIBUTEWITHOUTVALUE = 41\nXMLERRCDATANOTFINISHED = 63\nXMLERRCHARREFATEOF = 10\nXMLERRCHARREFINDTD = 13\nXMLERRCHARREFINEPILOG = 12\nXMLERRCHARREFINPROLOG = 11\nXMLERRCOMMENTNOTFINISHED = 45\nXMLERRCONDSECINVALID = 83\nXMLERRCONDSECINVALIDKEYWORD = 95\nXMLERRCONDSECNOTFINISHED = 59\nXMLERRCONDSECNOTSTARTED = 58\nXMLERRDOCTYPENOTFINISHED = 61\nXMLERRDOCUMENTEMPTY = 4\nXMLERRDOCUMENTEND = 5\nXMLERRDOCUMENTSTART = 3\nXMLERRELEMCONTENTNOTFINISHED = 55\nXMLERRELEMCONTENTNOTSTARTED = 54\nXMLERRENCODINGNAME = 79\nXMLERRENTITYREFATEOF = 14\nXMLERRENTITYREFINDTD = 17\nXMLERRENTITYREFINEPILOG = 16\nXMLERRENTITYREFINPROLOG = 15\nXMLERRENTITYREFNONAME = 22\nXMLERRENTITYREFSEMICOLMISSING = 23\nXMLERRENTITYBOUNDARY = 90\nXMLERRENTITYCHARERROR = 87\nXMLERRENTITYISEXTERNAL = 29\nXMLERRENTITYISPARAMETER = 30\nXMLERRENTITYLOOP = 89\nXMLERRENTITYNOTFINISHED = 37\nXMLERRENTITYNOTSTARTED = 36\nXMLERRENTITYPEINTERNAL = 88\nXMLERRENTITYPROCESSING = 104\nXMLERREQUALREQUIRED = 75\nXMLERRERROR = 2\nXMLERREXTRACONTENT = 86\nXMLERREXTENTITYSTANDALONE = 82\nXMLERREXTSUBSETNOTFINISHED = 60\nXMLERRFATAL = 3\nXMLERRGTREQUIRED = 73\nXMLERRHYPHENINCOMMENT = 80\nXMLERRINTERNALERROR = 1\nXMLERRINVALIDCHAR = 9\nXMLERRINVALIDCHARREF = 8\nXMLERRINVALIDDECCHARREF = 7\nXMLERRINVALIDENCODING = 81\nXMLERRINVALIDHEXCHARREF = 6\nXMLERRINVALIDURI = 91\nXMLERRLITERALNOTFINISHED = 44\nXMLERRLITERALNOTSTARTED = 43\nXMLERRLTSLASHREQUIRED = 74\nXMLERRLTINATTRIBUTE = 38\nXMLERRLTREQUIRED = 72\nXMLERRMISPLACEDCDATAEND = 62\nXMLERRMISSINGENCODING = 101\nXMLERRMIXEDNOTFINISHED = 53\nXMLERRMIXEDNOTSTARTED = 52\nXMLERRNAMEREQUIRED = 68\nXMLERRNAMETOOLONG = 110\nXMLERRNMTOKENREQUIRED = 67\nXMLERRNONE = 0\nXMLERRNOTATIONNOTFINISHED = 49\nXMLERRNOTATIONNOTSTARTED = 48\nXMLERRNOTATIONPROCESSING = 105\nXMLERRNOTSTANDALONE = 103\nXMLERRNOTWELLBALANCED = 85\nXMLERRNODTD = 94\nXMLERRNOMEMORY = 2\nXMLERRNSDECLERROR = 35\nXMLERROK = 0\nXMLERRPCDATAREQUIRED = 69\nXMLERRPEREFATEOF = 18\nXMLERRPEREFINEPILOG = 20\nXMLERRPEREFININTSUBSET = 21\nXMLERRPEREFINPROLOG = 19\nXMLERRPEREFNONAME = 24\nXMLERRPEREFSEMICOLMISSING = 25\nXMLERRPINOTFINISHED = 47\nXMLERRPINOTSTARTED = 46\nXMLERRPUBIDREQUIRED = 71\nXMLERRRESERVEDXMLNAME = 64\nXMLERRSEPARATORREQUIRED = 66\nXMLERRSPACEREQUIRED = 65\nXMLERRSTANDALONEVALUE = 78\nXMLERRSTRINGNOTCLOSED = 34\nXMLERRSTRINGNOTSTARTED = 33\nXMLERRTAGNAMEMISMATCH = 76\nXMLERRTAGNOTFINISHED = 77\nXMLERRUNDECLAREDENTITY = 26\nXMLERRUNKNOWNENCODING = 31\nXMLERRUNKNOWNVERSION = 108\nXMLERRUNPARSEDENTITY = 28\nXMLERRUNSUPPORTEDENCODING = 32\nXMLERRURIFRAGMENT = 92\nXMLERRURIREQUIRED = 70\nXMLERRUSERSTOP = 111\nXMLERRVALUEREQUIRED = 84\nXMLERRVERSIONMISMATCH = 109\nXMLERRVERSIONMISSING = 96\nXMLERRWARNING = 1\nXMLERRXMLDECLNOTFINISHED = 57\nXMLERRXMLDECLNOTSTARTED = 56\nXMLEXPATOM = 2\nXMLEXPCOUNT = 5\nXMLEXPEMPTY = 0\nXMLEXPFORBID = 1\nXMLEXPOR = 4\nXMLEXPSEQ = 3\nXMLEXTERNALGENERALPARSEDENTITY = 2\nXMLEXTERNALGENERALUNPARSEDENTITY = 3\nXMLEXTERNALPARAMETERENTITY = 5\nXMLFROMBUFFER = 29\nXMLFROMC14N = 21\nXMLFROMCATALOG = 20\nXMLFROMCHECK = 24\nXMLFROMDATATYPE = 15\nXMLFROMDTD = 4\nXMLFROMFTP = 9\nXMLFROMHTML = 5\nXMLFROMHTTP = 10\nXMLFROMI18N = 27\nXMLFROMIO = 8\nXMLFROMMEMORY = 6\nXMLFROMMODULE = 26\nXMLFROMNAMESPACE = 3\nXMLFROMNONE = 0\nXMLFROMOUTPUT = 7\nXMLFROMPARSER = 1\nXMLFROMREGEXP = 14\nXMLFROMRELAXNGP = 18\nXMLFROMRELAXNGV = 19\nXMLFROMSCHEMASP = 16\nXMLFROMSCHEMASV = 17\nXMLFROMSCHEMATRONV = 28\nXMLFROMTREE = 2\nXMLFROMURI = 30\nXMLFROMVALID = 23\nXMLFROMWRITER = 25\nXMLFROMXINCLUDE = 11\nXMLFROMXPATH = 12\nXMLFROMXPOINTER = 13\nXMLFROMXSLT = 22\nXMLFTPACCNT = 2002\nXMLFTPEPSVANSWER = 2001\nXMLFTPPASVANSWER = 2000\nXMLFTPURLSYNTAX = 2003\nXMLHTMLDOCUMENTNODE = 13\nXMLHTMLSTRUCUREERROR = 800\nXMLHTMLUNKNOWNTAG = 801\nXMLHTTPUNKNOWNHOST = 2022\nXMLHTTPURLSYNTAX = 2020\nXMLHTTPUSEIP = 2021\nXMLI18NCONVFAILED = 6003\nXMLI18NEXCESSHANDLER = 6002\nXMLI18NNOHANDLER = 6001\nXMLI18NNONAME = 6000\nXMLI18NNOOUTPUT = 6004\nXMLINTERNALGENERALENTITY = 1\nXMLINTERNALPARAMETERENTITY = 4\nXMLINTERNALPREDEFINEDENTITY = 6\nXMLIOBUFFERFULL = 1548\nXMLIOEACCES = 1501\nXMLIOEADDRINUSE = 1554\nXMLIOEAFNOSUPPORT = 1556\nXMLIOEAGAIN = 1502\nXMLIOEALREADY = 1555\nXMLIOEBADF = 1503\nXMLIOEBADMSG = 1504\nXMLIOEBUSY = 1505\nXMLIOECANCELED = 1506\nXMLIOECHILD = 1507\nXMLIOECONNREFUSED = 1552\nXMLIOEDEADLK = 1508\nXMLIOEDOM = 1509\nXMLIOEEXIST = 1510\nXMLIOEFAULT = 1511\nXMLIOEFBIG = 1512\nXMLIOEINPROGRESS = 1513\nXMLIOEINTR = 1514\nXMLIOEINVAL = 1515\nXMLIOEIO = 1516\nXMLIOEISCONN = 1551\nXMLIOEISDIR = 1517\nXMLIOEMFILE = 1518\nXMLIOEMLINK = 1519\nXMLIOEMSGSIZE = 1520\nXMLIOENAMETOOLONG = 1521\nXMLIOENCODER = 1544\nXMLIOENETUNREACH = 1553\nXMLIOENFILE = 1522\nXMLIOENODEV = 1523\nXMLIOENOENT = 1524\nXMLIOENOEXEC = 1525\nXMLIOENOLCK = 1526\nXMLIOENOMEM = 1527\nXMLIOENOSPC = 1528\nXMLIOENOSYS = 1529\nXMLIOENOTDIR = 1530\nXMLIOENOTEMPTY = 1531\nXMLIOENOTSOCK = 1550\nXMLIOENOTSUP = 1532\nXMLIOENOTTY = 1533\nXMLIOENXIO = 1534\nXMLIOEPERM = 1535\nXMLIOEPIPE = 1536\nXMLIOERANGE = 1537\nXMLIOEROFS = 1538\nXMLIOESPIPE = 1539\nXMLIOESRCH = 1540\nXMLIOETIMEDOUT = 1541\nXMLIOEXDEV = 1542\nXMLIOFLUSH = 1545\nXMLIOLOADERROR = 1549\nXMLIONETWORKATTEMPT = 1543\nXMLIONOINPUT = 1547\nXMLIOUNKNOWN = 1500\nXMLIOWRITE = 1546\nXMLMODULECLOSE = 4901\nXMLMODULELAZY = 1\nXMLMODULELOCAL = 2\nXMLMODULEOPEN = 4900\nXMLNAMESPACEDECL = 18\nXMLNOTATIONNODE = 12\nXMLNSERRATTRIBUTEREDEFINED = 203\nXMLNSERRCOLON = 205\nXMLNSERREMPTY = 204\nXMLNSERRQNAME = 202\nXMLNSERRUNDEFINEDNAMESPACE = 201\nXMLNSERRXMLNAMESPACE = 200\nXMLPARSERATTRIBUTEVALUE = 12\nXMLPARSERCDATASECTION = 8\nXMLPARSERCOMMENT = 5\nXMLPARSERCONTENT = 7\nXMLPARSERDEFAULTATTRS = 2\nXMLPARSERDTD = 3\nXMLPARSERENDTAG = 9\nXMLPARSERENTITYDECL = 10\nXMLPARSERENTITYVALUE = 11\nXMLPARSEREOF = -1\nXMLPARSEREPILOG = 14\nXMLPARSERIGNORE = 15\nXMLPARSERLOADDTD = 1\nXMLPARSERMISC = 1\nXMLPARSERPI = 2\nXMLPARSERPROLOG = 4\nXMLPARSERPUBLICLITERAL = 16\nXMLPARSERSEVERITYERROR = 4\nXMLPARSERSEVERITYVALIDITYERROR = 2\nXMLPARSERSEVERITYVALIDITYWARNING = 1\nXMLPARSERSEVERITYWARNING = 3\nXMLPARSERSTART = 0\nXMLPARSERSTARTTAG = 6\nXMLPARSERSUBSTENTITIES = 4\nXMLPARSERSYSTEMLITERAL = 13\nXMLPARSERVALIDATE = 3\nXMLPARSEBIGLINES = 4194304\nXMLPARSECOMPACT = 65536\nXMLPARSEDOM = 1\nXMLPARSEDTDATTR = 8\nXMLPARSEDTDLOAD = 4\nXMLPARSEDTDVALID = 16\nXMLPARSEHUGE = 524288\nXMLPARSEIGNOREENC = 2097152\nXMLPARSENOBASEFIX = 262144\nXMLPARSENOBLANKS = 256\nXMLPARSENOCDATA = 16384\nXMLPARSENODICT = 4096\nXMLPARSENOENT = 2\nXMLPARSENOERROR = 32\nXMLPARSENONET = 2048\nXMLPARSENOWARNING = 64\nXMLPARSENOXINCNODE = 32768\nXMLPARSENSCLEAN = 8192\nXMLPARSEOLD10 = 131072\nXMLPARSEOLDSAX = 1048576\nXMLPARSEPEDANTIC = 128\nXMLPARSEPUSHDOM = 3\nXMLPARSEPUSHSAX = 4\nXMLPARSEREADER = 5\nXMLPARSERECOVER = 1\nXMLPARSESAX = 2\nXMLPARSESAX1 = 512\nXMLPARSEUNKNOWN = 0\nXMLPARSEXINCLUDE = 1024\nXMLPATTERNDEFAULT = 0\nXMLPATTERNXPATH = 1\nXMLPATTERNXSFIELD = 4\nXMLPATTERNXSSEL = 2\nXMLPINODE = 7\nXMLREADERTYPEATTRIBUTE = 2\nXMLREADERTYPECDATA = 4\nXMLREADERTYPECOMMENT = 8\nXMLREADERTYPEDOCUMENT = 9\nXMLREADERTYPEDOCUMENTFRAGMENT = 11\nXMLREADERTYPEDOCUMENTTYPE = 10\nXMLREADERTYPEELEMENT = 1\nXMLREADERTYPEENDELEMENT = 15\nXMLREADERTYPEENDENTITY = 16\nXMLREADERTYPEENTITY = 6\nXMLREADERTYPEENTITYREFERENCE = 5\nXMLREADERTYPENONE = 0\nXMLREADERTYPENOTATION = 12\nXMLREADERTYPEPROCESSINGINSTRUCTION = 7\nXMLREADERTYPESIGNIFICANTWHITESPACE = 14\nXMLREADERTYPETEXT = 3\nXMLREADERTYPEWHITESPACE = 13\nXMLREADERTYPEXMLDECLARATION = 17\nXMLREGEXPCOMPILEERROR = 1450\nXMLRELAXNGPCRNG = 2\nXMLRELAXNGPFREEDOC = 1\nXMLRELAXNGPNONE = 0\nXMLRELAXNGERRATTREXTRANS = 20\nXMLRELAXNGERRATTRNAME = 14\nXMLRELAXNGERRATTRNONS = 16\nXMLRELAXNGERRATTRVALID = 24\nXMLRELAXNGERRATTRWRONGNS = 18\nXMLRELAXNGERRCONTENTVALID = 25\nXMLRELAXNGERRDATAELEM = 28\nXMLRELAXNGERRDATATYPE = 31\nXMLRELAXNGERRDUPID = 4\nXMLRELAXNGERRELEMEXTRANS = 19\nXMLRELAXNGERRELEMNAME = 13\nXMLRELAXNGERRELEMNONS = 15\nXMLRELAXNGERRELEMNOTEMPTY = 21\nXMLRELAXNGERRELEMWRONG = 38\nXMLRELAXNGERRELEMWRONGNS = 17\nXMLRELAXNGERREXTRACONTENT = 26\nXMLRELAXNGERREXTRADATA = 35\nXMLRELAXNGERRINTEREXTRA = 12\nXMLRELAXNGERRINTERNAL = 37\nXMLRELAXNGERRINTERNODATA = 10\nXMLRELAXNGERRINTERSEQ = 11\nXMLRELAXNGERRINVALIDATTR = 27\nXMLRELAXNGERRLACKDATA = 36\nXMLRELAXNGERRLIST = 33\nXMLRELAXNGERRLISTELEM = 30\nXMLRELAXNGERRLISTEMPTY = 9\nXMLRELAXNGERRLISTEXTRA = 8\nXMLRELAXNGERRMEMORY = 1\nXMLRELAXNGERRNODEFINE = 7\nXMLRELAXNGERRNOELEM = 22\nXMLRELAXNGERRNOGRAMMAR = 34\nXMLRELAXNGERRNOSTATE = 6\nXMLRELAXNGERRNOTELEM = 23\nXMLRELAXNGERRTEXTWRONG = 39\nXMLRELAXNGERRTYPE = 2\nXMLRELAXNGERRTYPECMP = 5\nXMLRELAXNGERRTYPEVAL = 3\nXMLRELAXNGERRVALELEM = 29\nXMLRELAXNGERRVALUE = 32\nXMLRELAXNGOK = 0\nXMLRNGPANYNAMEATTRANCESTOR = 1000\nXMLRNGPATTRIBUTECHILDREN = 1002\nXMLRNGPATTRIBUTECONTENT = 1003\nXMLRNGPATTRIBUTEEMPTY = 1004\nXMLRNGPATTRIBUTENOOP = 1005\nXMLRNGPATTRCONFLICT = 1001\nXMLRNGPCHOICECONTENT = 1006\nXMLRNGPCHOICEEMPTY = 1007\nXMLRNGPCREATEFAILURE = 1008\nXMLRNGPDATACONTENT = 1009\nXMLRNGPDEFINECREATEFAILED = 1011\nXMLRNGPDEFINEEMPTY = 1012\nXMLRNGPDEFINEMISSING = 1013\nXMLRNGPDEFINENAMEMISSING = 1014\nXMLRNGPDEFCHOICEANDINTERLEAVE = 1010\nXMLRNGPELEMENTCONTENT = 1018\nXMLRNGPELEMENTEMPTY = 1017\nXMLRNGPELEMENTNAME = 1019\nXMLRNGPELEMENTNOCONTENT = 1020\nXMLRNGPELEMCONTENTEMPTY = 1015\nXMLRNGPELEMCONTENTERROR = 1016\nXMLRNGPELEMTEXTCONFLICT = 1021\nXMLRNGPEMPTY = 1022\nXMLRNGPEMPTYCONSTRUCT = 1023\nXMLRNGPEMPTYCONTENT = 1024\nXMLRNGPEMPTYNOTEMPTY = 1025\nXMLRNGPERRORTYPELIB = 1026\nXMLRNGPEXCEPTEMPTY = 1027\nXMLRNGPEXCEPTMISSING = 1028\nXMLRNGPEXCEPTMULTIPLE = 1029\nXMLRNGPEXCEPTNOCONTENT = 1030\nXMLRNGPEXTERNALREFEMTPY = 1031\nXMLRNGPEXTERNALREFRECURSE = 1033\nXMLRNGPEXTERNALREFFAILURE = 1032\nXMLRNGPFORBIDDENATTRIBUTE = 1034\nXMLRNGPFOREIGNELEMENT = 1035\nXMLRNGPGRAMMARCONTENT = 1036\nXMLRNGPGRAMMAREMPTY = 1037\nXMLRNGPGRAMMARMISSING = 1038\nXMLRNGPGRAMMARNOSTART = 1039\nXMLRNGPGROUPATTRCONFLICT = 1040\nXMLRNGPHREFERROR = 1041\nXMLRNGPINCLUDEEMPTY = 1042\nXMLRNGPINCLUDEFAILURE = 1043\nXMLRNGPINCLUDERECURSE = 1044\nXMLRNGPINTERLEAVEADD = 1045\nXMLRNGPINTERLEAVECREATEFAILED = 1046\nXMLRNGPINTERLEAVEEMPTY = 1047\nXMLRNGPINTERLEAVENOCONTENT = 1048\nXMLRNGPINVALIDDEFINENAME = 1049\nXMLRNGPINVALIDURI = 1050\nXMLRNGPINVALIDVALUE = 1051\nXMLRNGPMISSINGHREF = 1052\nXMLRNGPNAMEMISSING = 1053\nXMLRNGPNEEDCOMBINE = 1054\nXMLRNGPNOTALLOWEDNOTEMPTY = 1055\nXMLRNGPNSNAMEATTRANCESTOR = 1056\nXMLRNGPNSNAMENONS = 1057\nXMLRNGPPARAMFORBIDDEN = 1058\nXMLRNGPPARAMNAMEMISSING = 1059\nXMLRNGPPARENTREFCREATEFAILED = 1060\nXMLRNGPPARENTREFNAMEINVALID = 1061\nXMLRNGPPARENTREFNOTEMPTY = 1064\nXMLRNGPPARENTREFNONAME = 1062\nXMLRNGPPARENTREFNOPARENT = 1063\nXMLRNGPPARSEERROR = 1065\nXMLRNGPPATANYNAMEEXCEPTANYNAME = 1066\nXMLRNGPPATATTRATTR = 1067\nXMLRNGPPATATTRELEM = 1068\nXMLRNGPPATDATAEXCEPTATTR = 1069\nXMLRNGPPATDATAEXCEPTELEM = 1070\nXMLRNGPPATDATAEXCEPTEMPTY = 1071\nXMLRNGPPATDATAEXCEPTGROUP = 1072\nXMLRNGPPATDATAEXCEPTINTERLEAVE = 1073\nXMLRNGPPATDATAEXCEPTLIST = 1074\nXMLRNGPPATDATAEXCEPTONEMORE = 1075\nXMLRNGPPATDATAEXCEPTREF = 1076\nXMLRNGPPATDATAEXCEPTTEXT = 1077\nXMLRNGPPATLISTATTR = 1078\nXMLRNGPPATLISTELEM = 1079\nXMLRNGPPATLISTINTERLEAVE = 1080\nXMLRNGPPATLISTLIST = 1081\nXMLRNGPPATLISTREF = 1082\nXMLRNGPPATLISTTEXT = 1083\nXMLRNGPPATNSNAMEEXCEPTANYNAME = 1084\nXMLRNGPPATNSNAMEEXCEPTNSNAME = 1085\nXMLRNGPPATONEMOREGROUPATTR = 1086\nXMLRNGPPATONEMOREINTERLEAVEATTR = 1087\nXMLRNGPPATSTARTATTR = 1088\nXMLRNGPPATSTARTDATA = 1089\nXMLRNGPPATSTARTEMPTY = 1090\nXMLRNGPPATSTARTGROUP = 1091\nXMLRNGPPATSTARTINTERLEAVE = 1092\nXMLRNGPPATSTARTLIST = 1093\nXMLRNGPPATSTARTONEMORE = 1094\nXMLRNGPPATSTARTTEXT = 1095\nXMLRNGPPATSTARTVALUE = 1096\nXMLRNGPPREFIXUNDEFINED = 1097\nXMLRNGPREFCREATEFAILED = 1098\nXMLRNGPREFCYCLE = 1099\nXMLRNGPREFNAMEINVALID = 1100\nXMLRNGPREFNOTEMPTY = 1103\nXMLRNGPREFNODEF = 1101\nXMLRNGPREFNONAME = 1102\nXMLRNGPSTARTCHOICEANDINTERLEAVE = 1104\nXMLRNGPSTARTCONTENT = 1105\nXMLRNGPSTARTEMPTY = 1106\nXMLRNGPSTARTMISSING = 1107\nXMLRNGPTEXTEXPECTED = 1108\nXMLRNGPTEXTHASCHILD = 1109\nXMLRNGPTYPEMISSING = 1110\nXMLRNGPTYPENOTFOUND = 1111\nXMLRNGPTYPEVALUE = 1112\nXMLRNGPUNKNOWNATTRIBUTE = 1113\nXMLRNGPUNKNOWNCOMBINE = 1114\nXMLRNGPUNKNOWNCONSTRUCT = 1115\nXMLRNGPUNKNOWNTYPELIB = 1116\nXMLRNGPURIFRAGMENT = 1117\nXMLRNGPURINOTABSOLUTE = 1118\nXMLRNGPVALUEEMPTY = 1119\nXMLRNGPVALUENOCONTENT = 1120\nXMLRNGPXMLNSNAME = 1121\nXMLRNGPXMLNS = 1122\nXMLSAVEASHTML = 64\nXMLSAVEASXML = 32\nXMLSAVECHARINVALID = 1401\nXMLSAVEFORMAT = 1\nXMLSAVENOTUTF8 = 1400\nXMLSAVENODECL = 2\nXMLSAVENODOCTYPE = 1402\nXMLSAVENOEMPTY = 4\nXMLSAVENOXHTML = 8\nXMLSAVEUNKNOWNENCODING = 1403\nXMLSAVEWSNONSIG = 128\nXMLSAVEXHTML = 16\nXMLSCHEMAPAGPROPSCORRECT = 3087\nXMLSCHEMAPATTRFORMDEFAULTVALUE = 1701\nXMLSCHEMAPATTRGRPNONAMENOREF = 1702\nXMLSCHEMAPATTRNONAMENOREF = 1703\nXMLSCHEMAPAUPROPSCORRECT = 3089\nXMLSCHEMAPAUPROPSCORRECT2 = 3078\nXMLSCHEMAPAPROPSCORRECT2 = 3079\nXMLSCHEMAPAPROPSCORRECT3 = 3090\nXMLSCHEMAPCOMPLEXTYPENONAMENOREF = 1704\nXMLSCHEMAPCOSALLLIMITED = 3091\nXMLSCHEMAPCOSCTEXTENDS11 = 3063\nXMLSCHEMAPCOSCTEXTENDS12 = 3088\nXMLSCHEMAPCOSCTEXTENDS13 = 1800\nXMLSCHEMAPCOSSTDERIVEDOK21 = 3031\nXMLSCHEMAPCOSSTDERIVEDOK22 = 3032\nXMLSCHEMAPCOSSTRESTRICTS11 = 3011\nXMLSCHEMAPCOSSTRESTRICTS12 = 3012\nXMLSCHEMAPCOSSTRESTRICTS131 = 3013\nXMLSCHEMAPCOSSTRESTRICTS132 = 3014\nXMLSCHEMAPCOSSTRESTRICTS21 = 3015\nXMLSCHEMAPCOSSTRESTRICTS2311 = 3016\nXMLSCHEMAPCOSSTRESTRICTS2312 = 3017\nXMLSCHEMAPCOSSTRESTRICTS2321 = 3018\nXMLSCHEMAPCOSSTRESTRICTS2322 = 3019\nXMLSCHEMAPCOSSTRESTRICTS2323 = 3020\nXMLSCHEMAPCOSSTRESTRICTS2324 = 3021\nXMLSCHEMAPCOSSTRESTRICTS2325 = 3022\nXMLSCHEMAPCOSSTRESTRICTS31 = 3023\nXMLSCHEMAPCOSSTRESTRICTS331 = 3024\nXMLSCHEMAPCOSSTRESTRICTS3312 = 3025\nXMLSCHEMAPCOSSTRESTRICTS3321 = 3027\nXMLSCHEMAPCOSSTRESTRICTS3322 = 3026\nXMLSCHEMAPCOSSTRESTRICTS3323 = 3028\nXMLSCHEMAPCOSSTRESTRICTS3324 = 3029\nXMLSCHEMAPCOSSTRESTRICTS3325 = 3030\nXMLSCHEMAPCOSVALIDDEFAULT1 = 3058\nXMLSCHEMAPCOSVALIDDEFAULT21 = 3059\nXMLSCHEMAPCOSVALIDDEFAULT221 = 3060\nXMLSCHEMAPCOSVALIDDEFAULT222 = 3061\nXMLSCHEMAPCTPROPSCORRECT1 = 1782\nXMLSCHEMAPCTPROPSCORRECT2 = 1783\nXMLSCHEMAPCTPROPSCORRECT3 = 1784\nXMLSCHEMAPCTPROPSCORRECT4 = 1785\nXMLSCHEMAPCTPROPSCORRECT5 = 1786\nXMLSCHEMAPCVCSIMPLETYPE = 3062\nXMLSCHEMAPCPROPSCORRECT = 3080\nXMLSCHEMAPDEFANDPREFIX = 1768\nXMLSCHEMAPDERIVATIONOKRESTRICTION1 = 1787\nXMLSCHEMAPDERIVATIONOKRESTRICTION211 = 1788\nXMLSCHEMAPDERIVATIONOKRESTRICTION212 = 1789\nXMLSCHEMAPDERIVATIONOKRESTRICTION213 = 3077\nXMLSCHEMAPDERIVATIONOKRESTRICTION22 = 1790\nXMLSCHEMAPDERIVATIONOKRESTRICTION3 = 1791\nXMLSCHEMAPDERIVATIONOKRESTRICTION41 = 1797\nXMLSCHEMAPDERIVATIONOKRESTRICTION42 = 1798\nXMLSCHEMAPDERIVATIONOKRESTRICTION43 = 1799\nXMLSCHEMAPELEMFORMDEFAULTVALUE = 1705\nXMLSCHEMAPELEMDEFAULTFIXED = 1755\nXMLSCHEMAPELEMNONAMENOREF = 1706\nXMLSCHEMAPEXTENSIONNOBASE = 1707\nXMLSCHEMAPEPROPSCORRECT2 = 3045\nXMLSCHEMAPEPROPSCORRECT3 = 3046\nXMLSCHEMAPEPROPSCORRECT4 = 3047\nXMLSCHEMAPEPROPSCORRECT5 = 3048\nXMLSCHEMAPEPROPSCORRECT6 = 3049\nXMLSCHEMAPFACETNOVALUE = 1708\nXMLSCHEMAPFAILEDBUILDIMPORT = 1709\nXMLSCHEMAPFAILEDLOAD = 1757\nXMLSCHEMAPFAILEDPARSE = 1766\nXMLSCHEMAPGROUPNONAMENOREF = 1710\nXMLSCHEMAPIMPORTNAMESPACENOTURI = 1711\nXMLSCHEMAPIMPORTREDEFINENSNAME = 1712\nXMLSCHEMAPIMPORTSCHEMANOTURI = 1713\nXMLSCHEMAPINCLUDESCHEMANOTURI = 1770\nXMLSCHEMAPINCLUDESCHEMANOURI = 1771\nXMLSCHEMAPINTERNAL = 3069\nXMLSCHEMAPINTERSECTIONNOTEXPRESSIBLE = 1793\nXMLSCHEMAPINVALIDATTRCOMBINATION = 1777\nXMLSCHEMAPINVALIDATTRINLINECOMBINATION = 1778\nXMLSCHEMAPINVALIDATTRNAME = 1780\nXMLSCHEMAPINVALIDATTRUSE = 1774\nXMLSCHEMAPINVALIDBOOLEAN = 1714\nXMLSCHEMAPINVALIDENUM = 1715\nXMLSCHEMAPINVALIDFACET = 1716\nXMLSCHEMAPINVALIDFACETVALUE = 1717\nXMLSCHEMAPINVALIDMAXOCCURS = 1718\nXMLSCHEMAPINVALIDMINOCCURS = 1719\nXMLSCHEMAPINVALIDREFANDSUBTYPE = 1720\nXMLSCHEMAPINVALIDWHITESPACE = 1721\nXMLSCHEMAPMGPROPSCORRECT1 = 3074\nXMLSCHEMAPMGPROPSCORRECT2 = 3075\nXMLSCHEMAPMISSINGSIMPLETYPECHILD = 1779\nXMLSCHEMAPNOATTRNOREF = 1722\nXMLSCHEMAPNOROOT = 1759\nXMLSCHEMAPNOTATIONNONAME = 1723\nXMLSCHEMAPNOTHINGTOPARSE = 1758\nXMLSCHEMAPNOTYPENOREF = 1724\nXMLSCHEMAPNOTDETERMINISTIC = 3070\nXMLSCHEMAPNOTSCHEMA = 1772\nXMLSCHEMAPNOXMLNS = 3056\nXMLSCHEMAPNOXSI = 3057\nXMLSCHEMAPPREFIXUNDEFINED = 1700\nXMLSCHEMAPPPROPSCORRECT1 = 3042\nXMLSCHEMAPPPROPSCORRECT21 = 3043\nXMLSCHEMAPPPROPSCORRECT22 = 3044\nXMLSCHEMAPRECURSIVE = 1775\nXMLSCHEMAPREDEFINEDATTR = 1764\nXMLSCHEMAPREDEFINEDATTRGROUP = 1763\nXMLSCHEMAPREDEFINEDELEMENT = 1762\nXMLSCHEMAPREDEFINEDGROUP = 1760\nXMLSCHEMAPREDEFINEDNOTATION = 1765\nXMLSCHEMAPREDEFINEDTYPE = 1761\nXMLSCHEMAPREFANDCONTENT = 1781\nXMLSCHEMAPREFANDSUBTYPE = 1725\nXMLSCHEMAPREGEXPINVALID = 1756\nXMLSCHEMAPRESTRICTIONNONAMENOREF = 1726\nXMLSCHEMAPS4SATTRINVALIDVALUE = 3037\nXMLSCHEMAPS4SATTRMISSING = 3036\nXMLSCHEMAPS4SATTRNOTALLOWED = 3035\nXMLSCHEMAPS4SELEMMISSING = 3034\nXMLSCHEMAPS4SELEMNOTALLOWED = 3033\nXMLSCHEMAPSIMPLETYPENONAME = 1727\nXMLSCHEMAPSRCATTRIBUTE1 = 3051\nXMLSCHEMAPSRCATTRIBUTE2 = 3052\nXMLSCHEMAPSRCATTRIBUTE31 = 3053\nXMLSCHEMAPSRCATTRIBUTE32 = 3054\nXMLSCHEMAPSRCATTRIBUTE4 = 3055\nXMLSCHEMAPSRCATTRIBUTEGROUP1 = 3071\nXMLSCHEMAPSRCATTRIBUTEGROUP2 = 3072\nXMLSCHEMAPSRCATTRIBUTEGROUP3 = 3073\nXMLSCHEMAPSRCCT1 = 3076\nXMLSCHEMAPSRCELEMENT1 = 3038\nXMLSCHEMAPSRCELEMENT21 = 3039\nXMLSCHEMAPSRCELEMENT22 = 3040\nXMLSCHEMAPSRCELEMENT3 = 3041\nXMLSCHEMAPSRCIMPORT = 3082\nXMLSCHEMAPSRCIMPORT11 = 3064\nXMLSCHEMAPSRCIMPORT12 = 3065\nXMLSCHEMAPSRCIMPORT2 = 3066\nXMLSCHEMAPSRCIMPORT21 = 3067\nXMLSCHEMAPSRCIMPORT22 = 3068\nXMLSCHEMAPSRCIMPORT31 = 1795\nXMLSCHEMAPSRCIMPORT32 = 1796\nXMLSCHEMAPSRCINCLUDE = 3050\nXMLSCHEMAPSRCLISTITEMTYPEORSIMPLETYPE = 3006\nXMLSCHEMAPSRCREDEFINE = 3081\nXMLSCHEMAPSRCRESOLVE = 3004\nXMLSCHEMAPSRCRESTRICTIONBASEORSIMPLETYPE = 3005\nXMLSCHEMAPSRCSIMPLETYPE1 = 3000\nXMLSCHEMAPSRCSIMPLETYPE2 = 3001\nXMLSCHEMAPSRCSIMPLETYPE3 = 3002\nXMLSCHEMAPSRCSIMPLETYPE4 = 3003\nXMLSCHEMAPSRCUNIONMEMBERTYPESORSIMPLETYPES = 3007\nXMLSCHEMAPSTPROPSCORRECT1 = 3008\nXMLSCHEMAPSTPROPSCORRECT2 = 3009\nXMLSCHEMAPSTPROPSCORRECT3 = 3010\nXMLSCHEMAPSUPERNUMEROUSLISTITEMTYPE = 1776\nXMLSCHEMAPTYPEANDSUBTYPE = 1728\nXMLSCHEMAPUNIONNOTEXPRESSIBLE = 1794\nXMLSCHEMAPUNKNOWNALLCHILD = 1729\nXMLSCHEMAPUNKNOWNANYATTRIBUTECHILD = 1730\nXMLSCHEMAPUNKNOWNATTRGRPCHILD = 1732\nXMLSCHEMAPUNKNOWNATTRIBUTEGROUP = 1733\nXMLSCHEMAPUNKNOWNATTRCHILD = 1731\nXMLSCHEMAPUNKNOWNBASETYPE = 1734\nXMLSCHEMAPUNKNOWNCHOICECHILD = 1735\nXMLSCHEMAPUNKNOWNCOMPLEXCONTENTCHILD = 1736\nXMLSCHEMAPUNKNOWNCOMPLEXTYPECHILD = 1737\nXMLSCHEMAPUNKNOWNELEMCHILD = 1738\nXMLSCHEMAPUNKNOWNEXTENSIONCHILD = 1739\nXMLSCHEMAPUNKNOWNFACETCHILD = 1740\nXMLSCHEMAPUNKNOWNFACETTYPE = 1741\nXMLSCHEMAPUNKNOWNGROUPCHILD = 1742\nXMLSCHEMAPUNKNOWNIMPORTCHILD = 1743\nXMLSCHEMAPUNKNOWNINCLUDECHILD = 1769\nXMLSCHEMAPUNKNOWNLISTCHILD = 1744\nXMLSCHEMAPUNKNOWNMEMBERTYPE = 1773\nXMLSCHEMAPUNKNOWNNOTATIONCHILD = 1745\nXMLSCHEMAPUNKNOWNPREFIX = 1767\nXMLSCHEMAPUNKNOWNPROCESSCONTENTCHILD = 1746\nXMLSCHEMAPUNKNOWNREF = 1747\nXMLSCHEMAPUNKNOWNRESTRICTIONCHILD = 1748\nXMLSCHEMAPUNKNOWNSCHEMASCHILD = 1749\nXMLSCHEMAPUNKNOWNSEQUENCECHILD = 1750\nXMLSCHEMAPUNKNOWNSIMPLECONTENTCHILD = 1751\nXMLSCHEMAPUNKNOWNSIMPLETYPECHILD = 1752\nXMLSCHEMAPUNKNOWNTYPE = 1753\nXMLSCHEMAPUNKNOWNUNIONCHILD = 1754\nXMLSCHEMAPWARNATTRPOINTLESSPROH = 3086\nXMLSCHEMAPWARNATTRREDECLPROH = 3085\nXMLSCHEMAPWARNSKIPSCHEMA = 3083\nXMLSCHEMAPWARNUNLOCATEDSCHEMA = 3084\nXMLSCHEMAPWILDCARDINVALIDNSMEMBER = 1792\nXMLSCHEMASANYSIMPLETYPE = 46\nXMLSCHEMASANYTYPE = 45\nXMLSCHEMASANYURI = 29\nXMLSCHEMASBASE64BINARY = 44\nXMLSCHEMASBOOLEAN = 15\nXMLSCHEMASBYTE = 41\nXMLSCHEMASDATE = 10\nXMLSCHEMASDATETIME = 11\nXMLSCHEMASDECIMAL = 3\nXMLSCHEMASDOUBLE = 14\nXMLSCHEMASDURATION = 12\nXMLSCHEMASENTITIES = 27\nXMLSCHEMASENTITY = 26\nXMLSCHEMASERR = 24\nXMLSCHEMASERRATTRINVALID = 21\nXMLSCHEMASERRATTRUNKNOWN = 20\nXMLSCHEMASERRCONSTRUCT = 17\nXMLSCHEMASERRELEMCONT = 10\nXMLSCHEMASERREXTRACONTENT = 13\nXMLSCHEMASERRFACET = 23\nXMLSCHEMASERRHAVEDEFAULT = 11\nXMLSCHEMASERRINTERNAL = 18\nXMLSCHEMASERRINVALIDATTR = 14\nXMLSCHEMASERRINVALIDELEM = 15\nXMLSCHEMASERRISABSTRACT = 8\nXMLSCHEMASERRMISSING = 4\nXMLSCHEMASERRNOROLLBACK = 7\nXMLSCHEMASERRNOROOT = 1\nXMLSCHEMASERRNOTDETERMINIST = 16\nXMLSCHEMASERRNOTEMPTY = 9\nXMLSCHEMASERRNOTNILLABLE = 12\nXMLSCHEMASERRNOTSIMPLE = 19\nXMLSCHEMASERRNOTTOPLEVEL = 3\nXMLSCHEMASERRNOTYPE = 6\nXMLSCHEMASERROK = 0\nXMLSCHEMASERRUNDECLAREDELEM = 2\nXMLSCHEMASERRVALUE = 22\nXMLSCHEMASERRWRONGELEM = 5\nXMLSCHEMASERRXXX = 25\nXMLSCHEMASFLOAT = 13\nXMLSCHEMASGDAY = 5\nXMLSCHEMASGMONTH = 6\nXMLSCHEMASGMONTHDAY = 7\nXMLSCHEMASGYEAR = 8\nXMLSCHEMASGYEARMONTH = 9\nXMLSCHEMASHEXBINARY = 43\nXMLSCHEMASID = 23\nXMLSCHEMASIDREF = 24\nXMLSCHEMASIDREFS = 25\nXMLSCHEMASINT = 35\nXMLSCHEMASINTEGER = 30\nXMLSCHEMASLANGUAGE = 17\nXMLSCHEMASLONG = 37\nXMLSCHEMASNAME = 20\nXMLSCHEMASNCNAME = 22\nXMLSCHEMASNINTEGER = 32\nXMLSCHEMASNMTOKEN = 18\nXMLSCHEMASNMTOKENS = 19\nXMLSCHEMASNNINTEGER = 33\nXMLSCHEMASNORMSTRING = 2\nXMLSCHEMASNOTATION = 28\nXMLSCHEMASNPINTEGER = 31\nXMLSCHEMASPINTEGER = 34\nXMLSCHEMASQNAME = 21\nXMLSCHEMASSHORT = 39\nXMLSCHEMASSTRING = 1\nXMLSCHEMASTIME = 4\nXMLSCHEMASTOKEN = 16\nXMLSCHEMASUBYTE = 42\nXMLSCHEMASUINT = 36\nXMLSCHEMASULONG = 38\nXMLSCHEMASUNKNOWN = 0\nXMLSCHEMASUSHORT = 40\nXMLSCHEMATRONVASSERT = 4000\nXMLSCHEMATRONVREPORT = 4001\nXMLSCHEMATRONOUTBUFFER = 512\nXMLSCHEMATRONOUTERROR = 8\nXMLSCHEMATRONOUTFILE = 256\nXMLSCHEMATRONOUTIO = 1024\nXMLSCHEMATRONOUTQUIET = 1\nXMLSCHEMATRONOUTTEXT = 2\nXMLSCHEMATRONOUTXML = 4\nXMLSCHEMAVATTRINVALID = 1821\nXMLSCHEMAVATTRUNKNOWN = 1820\nXMLSCHEMAVCONSTRUCT = 1817\nXMLSCHEMAVCVCATTRIBUTE1 = 1861\nXMLSCHEMAVCVCATTRIBUTE2 = 1862\nXMLSCHEMAVCVCATTRIBUTE3 = 1863\nXMLSCHEMAVCVCATTRIBUTE4 = 1864\nXMLSCHEMAVCVCAU = 1874\nXMLSCHEMAVCVCCOMPLEXTYPE1 = 1873\nXMLSCHEMAVCVCCOMPLEXTYPE21 = 1841\nXMLSCHEMAVCVCCOMPLEXTYPE22 = 1842\nXMLSCHEMAVCVCCOMPLEXTYPE23 = 1843\nXMLSCHEMAVCVCCOMPLEXTYPE24 = 1844\nXMLSCHEMAVCVCCOMPLEXTYPE31 = 1865\nXMLSCHEMAVCVCCOMPLEXTYPE321 = 1866\nXMLSCHEMAVCVCCOMPLEXTYPE322 = 1867\nXMLSCHEMAVCVCCOMPLEXTYPE4 = 1868\nXMLSCHEMAVCVCCOMPLEXTYPE51 = 1869\nXMLSCHEMAVCVCCOMPLEXTYPE52 = 1870\nXMLSCHEMAVCVCDATATYPEVALID121 = 1824\nXMLSCHEMAVCVCDATATYPEVALID122 = 1825\nXMLSCHEMAVCVCDATATYPEVALID123 = 1826\nXMLSCHEMAVCVCELT1 = 1845\nXMLSCHEMAVCVCELT2 = 1846\nXMLSCHEMAVCVCELT31 = 1847\nXMLSCHEMAVCVCELT321 = 1848\nXMLSCHEMAVCVCELT322 = 1849\nXMLSCHEMAVCVCELT41 = 1850\nXMLSCHEMAVCVCELT42 = 1851\nXMLSCHEMAVCVCELT43 = 1852\nXMLSCHEMAVCVCELT511 = 1853\nXMLSCHEMAVCVCELT512 = 1854\nXMLSCHEMAVCVCELT521 = 1855\nXMLSCHEMAVCVCELT5221 = 1856\nXMLSCHEMAVCVCELT52221 = 1857\nXMLSCHEMAVCVCELT52222 = 1858\nXMLSCHEMAVCVCELT6 = 1859\nXMLSCHEMAVCVCELT7 = 1860\nXMLSCHEMAVCVCENUMERATIONVALID = 1840\nXMLSCHEMAVCVCFACETVALID = 1829\nXMLSCHEMAVCVCFRACTIONDIGITSVALID = 1838\nXMLSCHEMAVCVCIDC = 1877\nXMLSCHEMAVCVCLENGTHVALID = 1830\nXMLSCHEMAVCVCMAXEXCLUSIVEVALID = 1836\nXMLSCHEMAVCVCMAXINCLUSIVEVALID = 1834\nXMLSCHEMAVCVCMAXLENGTHVALID = 1832\nXMLSCHEMAVCVCMINEXCLUSIVEVALID = 1835\nXMLSCHEMAVCVCMININCLUSIVEVALID = 1833\nXMLSCHEMAVCVCMINLENGTHVALID = 1831\nXMLSCHEMAVCVCPATTERNVALID = 1839\nXMLSCHEMAVCVCTOTALDIGITSVALID = 1837\nXMLSCHEMAVCVCTYPE1 = 1875\nXMLSCHEMAVCVCTYPE2 = 1876\nXMLSCHEMAVCVCTYPE311 = 1827\nXMLSCHEMAVCVCTYPE312 = 1828\nXMLSCHEMAVCVCWILDCARD = 1878\nXMLSCHEMAVDOCUMENTELEMENTMISSING = 1872\nXMLSCHEMAVELEMCONT = 1810\nXMLSCHEMAVELEMENTCONTENT = 1871\nXMLSCHEMAVEXTRACONTENT = 1813\nXMLSCHEMAVFACET = 1823\nXMLSCHEMAVHAVEDEFAULT = 1811\nXMLSCHEMAVINTERNAL = 1818\nXMLSCHEMAVINVALIDATTR = 1814\nXMLSCHEMAVINVALIDELEM = 1815\nXMLSCHEMAVISABSTRACT = 1808\nXMLSCHEMAVMISC = 1879\nXMLSCHEMAVMISSING = 1804\nXMLSCHEMAVNOROLLBACK = 1807\nXMLSCHEMAVNOROOT = 1801\nXMLSCHEMAVNOTDETERMINIST = 1816\nXMLSCHEMAVNOTEMPTY = 1809\nXMLSCHEMAVNOTNILLABLE = 1812\nXMLSCHEMAVNOTSIMPLE = 1819\nXMLSCHEMAVNOTTOPLEVEL = 1803\nXMLSCHEMAVNOTYPE = 1806\nXMLSCHEMAVUNDECLAREDELEM = 1802\nXMLSCHEMAVVALUE = 1822\nXMLSCHEMAVWRONGELEM = 1805\nXMLSCHEMACONTENTANY = 7\nXMLSCHEMACONTENTBASIC = 6\nXMLSCHEMACONTENTELEMENTS = 2\nXMLSCHEMACONTENTEMPTY = 1\nXMLSCHEMACONTENTMIXED = 3\nXMLSCHEMACONTENTMIXEDORELEMENTS = 5\nXMLSCHEMACONTENTSIMPLE = 4\nXMLSCHEMACONTENTUNKNOWN = 0\nXMLSCHEMAEXTRAATTRUSEPROHIB = 2001\nXMLSCHEMAEXTRAQNAMEREF = 2000\nXMLSCHEMAFACETENUMERATION = 1007\nXMLSCHEMAFACETFRACTIONDIGITS = 1005\nXMLSCHEMAFACETLENGTH = 1009\nXMLSCHEMAFACETMAXEXCLUSIVE = 1003\nXMLSCHEMAFACETMAXINCLUSIVE = 1002\nXMLSCHEMAFACETMAXLENGTH = 1010\nXMLSCHEMAFACETMINEXCLUSIVE = 1001\nXMLSCHEMAFACETMININCLUSIVE = 1000\nXMLSCHEMAFACETMINLENGTH = 1011\nXMLSCHEMAFACETPATTERN = 1006\nXMLSCHEMAFACETTOTALDIGITS = 1004\nXMLSCHEMAFACETWHITESPACE = 1008\nXMLSCHEMATYPEALL = 8\nXMLSCHEMATYPEANY = 2\nXMLSCHEMATYPEANYATTRIBUTE = 21\nXMLSCHEMATYPEATTRIBUTE = 15\nXMLSCHEMATYPEATTRIBUTEGROUP = 16\nXMLSCHEMATYPEATTRIBUTEUSE = 26\nXMLSCHEMATYPEBASIC = 1\nXMLSCHEMATYPECHOICE = 7\nXMLSCHEMATYPECOMPLEX = 5\nXMLSCHEMATYPECOMPLEXCONTENT = 10\nXMLSCHEMATYPEELEMENT = 14\nXMLSCHEMATYPEEXTENSION = 13\nXMLSCHEMATYPEFACET = 3\nXMLSCHEMATYPEGROUP = 17\nXMLSCHEMATYPEIDCKEY = 23\nXMLSCHEMATYPEIDCKEYREF = 24\nXMLSCHEMATYPEIDCUNIQUE = 22\nXMLSCHEMATYPELIST = 19\nXMLSCHEMATYPENOTATION = 18\nXMLSCHEMATYPEPARTICLE = 25\nXMLSCHEMATYPERESTRICTION = 12\nXMLSCHEMATYPESEQUENCE = 6\nXMLSCHEMATYPESIMPLE = 4\nXMLSCHEMATYPESIMPLECONTENT = 9\nXMLSCHEMATYPEUNION = 20\nXMLSCHEMATYPEUR = 11\nXMLSCHEMAVALVCICREATE = 1\nXMLSCHEMAWHITESPACECOLLAPSE = 3\nXMLSCHEMAWHITESPACEPRESERVE = 1\nXMLSCHEMAWHITESPACEREPLACE = 2\nXMLSCHEMAWHITESPACEUNKNOWN = 0\nXMLTEXTREADERMODECLOSED = 4\nXMLTEXTREADERMODEEOF = 3\nXMLTEXTREADERMODEERROR = 2\nXMLTEXTREADERMODEINITIAL = 0\nXMLTEXTREADERMODEINTERACTIVE = 1\nXMLTEXTREADERMODEREADING = 5\nXMLTEXTNODE = 3\nXMLTREEINVALIDDEC = 1301\nXMLTREEINVALIDHEX = 1300\nXMLTREENOTUTF8 = 1303\nXMLTREEUNTERMINATEDENTITY = 1302\nXMLWARCATALOGPI = 93\nXMLWARENTITYREDEFINED = 107\nXMLWARLANGVALUE = 98\nXMLWARNSCOLUMN = 106\nXMLWARNSURI = 99\nXMLWARNSURIRELATIVE = 100\nXMLWARSPACEVALUE = 102\nXMLWARUNDECLAREDENTITY = 27\nXMLWARUNKNOWNVERSION = 97\nXMLWITHAUTOMATA = 23\nXMLWITHC14N = 14\nXMLWITHCATALOG = 15\nXMLWITHDEBUG = 28\nXMLWITHDEBUGMEM = 29\nXMLWITHDEBUGRUN = 30\nXMLWITHEXPR = 24\nXMLWITHFTP = 9\nXMLWITHHTML = 12\nXMLWITHHTTP = 10\nXMLWITHICONV = 19\nXMLWITHICU = 32\nXMLWITHISO8859X = 20\nXMLWITHLEGACY = 13\nXMLWITHLZMA = 33\nXMLWITHMODULES = 27\nXMLWITHNONE = 99999\nXMLWITHOUTPUT = 3\nXMLWITHPATTERN = 6\nXMLWITHPUSH = 4\nXMLWITHREADER = 5\nXMLWITHREGEXP = 22\nXMLWITHSAX1 = 8\nXMLWITHSCHEMAS = 25\nXMLWITHSCHEMATRON = 26\nXMLWITHTHREAD = 1\nXMLWITHTREE = 2\nXMLWITHUNICODE = 21\nXMLWITHVALID = 11\nXMLWITHWRITER = 7\nXMLWITHXINCLUDE = 18\nXMLWITHXPATH = 16\nXMLWITHXPTR = 17\nXMLWITHZLIB = 31\nXMLXINCLUDEBUILDFAILED = 1609\nXMLXINCLUDEDEPRECATEDNS = 1617\nXMLXINCLUDEEND = 20\nXMLXINCLUDEENTITYDEFMISMATCH = 1602\nXMLXINCLUDEFALLBACKSININCLUDE = 1615\nXMLXINCLUDEFALLBACKNOTININCLUDE = 1616\nXMLXINCLUDEFRAGMENTID = 1618\nXMLXINCLUDEHREFURI = 1605\nXMLXINCLUDEINCLUDEININCLUDE = 1614\nXMLXINCLUDEINVALIDCHAR = 1608\nXMLXINCLUDEMULTIPLEROOT = 1611\nXMLXINCLUDENOFALLBACK = 1604\nXMLXINCLUDENOHREF = 1603\nXMLXINCLUDEPARSEVALUE = 1601\nXMLXINCLUDERECURSION = 1600\nXMLXINCLUDESTART = 19\nXMLXINCLUDETEXTDOCUMENT = 1607\nXMLXINCLUDETEXTFRAGMENT = 1606\nXMLXINCLUDEUNKNOWNENCODING = 1610\nXMLXINCLUDEXPTRFAILED = 1612\nXMLXINCLUDEXPTRRESULT = 1613\nXMLXPATHENCODINGERROR = 1220\nXMLXPATHEXPRESSIONOK = 1200\nXMLXPATHEXPRERROR = 1207\nXMLXPATHINVALIDARITY = 1212\nXMLXPATHINVALIDCHARERROR = 1221\nXMLXPATHINVALIDCTXTPOSITION = 1214\nXMLXPATHINVALIDCTXTSIZE = 1213\nXMLXPATHINVALIDOPERAND = 1210\nXMLXPATHINVALIDPREDICATEERROR = 1206\nXMLXPATHINVALIDTYPE = 1211\nXMLXPATHMEMORYERROR = 1215\nXMLXPATHNUMBERERROR = 1201\nXMLXPATHSTARTLITERALERROR = 1203\nXMLXPATHUNCLOSEDERROR = 1208\nXMLXPATHUNDEFPREFIXERROR = 1219\nXMLXPATHUNDEFVARIABLEERROR = 1205\nXMLXPATHUNFINISHEDLITERALERROR = 1202\nXMLXPATHUNKNOWNFUNCERROR = 1209\nXMLXPATHVARIABLEREFERROR = 1204\nXMLXPTRCHILDSEQSTART = 1901\nXMLXPTREVALFAILED = 1902\nXMLXPTREXTRAOBJECTS = 1903\nXMLXPTRRESOURCEERROR = 1217\nXMLXPTRSUBRESOURCEERROR = 1218\nXMLXPTRSYNTAXERROR = 1216\nXMLXPTRUNKNOWNSCHEME = 1900\nXPATHBOOLEAN = 2\nXPATHENCODINGERROR = 20\nXPATHEXPRESSIONOK = 0\nXPATHEXPRERROR = 7\nXPATHFORBIDVARIABLEERROR = 24\nXPATHINVALIDARITY = 12\nXPATHINVALIDCHARERROR = 21\nXPATHINVALIDCTXT = 22\nXPATHINVALIDCTXTPOSITION = 14\nXPATHINVALIDCTXTSIZE = 13\nXPATHINVALIDOPERAND = 10\nXPATHINVALIDPREDICATEERROR = 6\nXPATHINVALIDTYPE = 11\nXPATHLOCATIONSET = 7\nXPATHMEMORYERROR = 15\nXPATHNODESET = 1\nXPATHNUMBER = 3\nXPATHNUMBERERROR = 1\nXPATHOPLIMITEXCEEDED = 25\nXPATHPOINT = 5\nXPATHRANGE = 6\nXPATHRECURSIONLIMITEXCEEDED = 26\nXPATHSTACKERROR = 23\nXPATHSTARTLITERALERROR = 3\nXPATHSTRING = 4\nXPATHUNCLOSEDERROR = 8\nXPATHUNDEFINED = 0\nXPATHUNDEFPREFIXERROR = 19\nXPATHUNDEFVARIABLEERROR = 5\nXPATHUNFINISHEDLITERALERROR = 2\nXPATHUNKNOWNFUNCERROR = 9\nXPATHUSERS = 8\nXPATHVARIABLEREFERROR = 4\nXPATHXSLTTREE = 9\nXPTRRESOURCEERROR = 17\nXPTRSUBRESOURCEERROR = 18\nXPTRSYNTAXERROR = 16\n",
            "subsections": []
        },
        "FILE": {
            "content": "/usr/lib/python3/dist-packages/libxml2.py\n\n",
            "subsections": []
        }
    },
    "summary": "libxml2",
    "flags": [],
    "examples": [],
    "see_also": []
}