Method Parser.XML.Tree.parse_input()
- Method parse_input
RootNodeparse_input(stringdata,void|boolno_fallback,void|boolforce_lowercase,void|mapping(string:string)predefined_entities,void|boolparse_namespaces,ParseFlags|voidflags)- Description
Takes an XML string and produces a node tree.
- Note
flagsis not used forPARSE_WANT_ERROR_CONTEXT,PARSE_FORCE_LOWERCASEorPARSE_ENABLE_NAMESPACESsince they are covered by the separate flag arguments.