| 1 |
site_name: Simple HTML DOM documentation |
| 2 |
site_url: http://simplehtmldom.sourceforge.net/ |
| 3 |
site_description: A simple HTML DOM parser written in PHP |
| 4 |
|
| 5 |
repo_name: SourceForge |
| 6 |
repo_url: https://sourceforge.net/projects/simplehtmldom/ |
| 7 |
|
| 8 |
theme: |
| 9 |
name: readthedocs |
| 10 |
custom_dir: 'custom_theme/' |
| 11 |
|
| 12 |
google_analytics: ['UA-3452027-2', 'simplehtmldom.sourceforge.net'] |
| 13 |
|
| 14 |
extra_css: [extra.css] |
| 15 |
|
| 16 |
nav: |
| 17 |
- 'index.md' |
| 18 |
- 'requirements.md' |
| 19 |
- 'quick-start.md' |
| 20 |
- 'faq.md' |
| 21 |
- Manual: |
| 22 |
- 'manual/creating-dom-objects.md' |
| 23 |
- 'manual/finding-html-elements.md' |
| 24 |
- 'manual/accessing-element-attributes.md' |
| 25 |
- 'manual/traversing-dom-tree.md' |
| 26 |
- 'manual/saving-dom-objects.md' |
| 27 |
- 'manual/customizing-parsing-behavior.md' |
| 28 |
- 'manual/adding-nodes.md' |
| 29 |
- API: |
| 30 |
- 'api/api.md' |
| 31 |
- 'api/constants.md' |
| 32 |
- 'api/definitions.md' |
| 33 |
- 'api/str_get_html.md' |
| 34 |
- 'api/file_get_html.md' |
| 35 |
- simple_html_dom: |
| 36 |
- 'api/simple_html_dom/simple_html_dom.md' |
| 37 |
- 'api/simple_html_dom/__construct.md' |
| 38 |
- 'api/simple_html_dom/__destruct.md' |
| 39 |
- 'api/simple_html_dom/load.md' |
| 40 |
- 'api/simple_html_dom/load_file.md' |
| 41 |
- 'api/simple_html_dom/set_callback.md' |
| 42 |
- 'api/simple_html_dom/remove_callback.md' |
| 43 |
- 'api/simple_html_dom/save.md' |
| 44 |
- 'api/simple_html_dom/find.md' |
| 45 |
- 'api/simple_html_dom/clear.md' |
| 46 |
- 'api/simple_html_dom/dump.md' |
| 47 |
- 'api/simple_html_dom/prepare.md' |
| 48 |
- 'api/simple_html_dom/parse.md' |
| 49 |
- 'api/simple_html_dom/parse_charset.md' |
| 50 |
- 'api/simple_html_dom/read_tag.md' |
| 51 |
- 'api/simple_html_dom/parse_attr.md' |
| 52 |
- 'api/simple_html_dom/link_nodes.md' |
| 53 |
- 'api/simple_html_dom/as_text_node.md' |
| 54 |
- 'api/simple_html_dom/skip.md' |
| 55 |
- 'api/simple_html_dom/copy_skip.md' |
| 56 |
- 'api/simple_html_dom/copy_until.md' |
| 57 |
- 'api/simple_html_dom/copy_until_char.md' |
| 58 |
- 'api/simple_html_dom/remove_noise.md' |
| 59 |
- 'api/simple_html_dom/restore_noise.md' |
| 60 |
- 'api/simple_html_dom/search_noise.md' |
| 61 |
- 'api/simple_html_dom/__toString.md' |
| 62 |
- 'api/simple_html_dom/__get.md' |
| 63 |
- 'api/simple_html_dom/childNodes.md' |
| 64 |
- 'api/simple_html_dom/firstChild.md' |
| 65 |
- 'api/simple_html_dom/lastChild.md' |
| 66 |
- 'api/simple_html_dom/createElement.md' |
| 67 |
- 'api/simple_html_dom/createTextNode.md' |
| 68 |
- 'api/simple_html_dom/getElementById.md' |
| 69 |
- 'api/simple_html_dom/getElementsById.md' |
| 70 |
- 'api/simple_html_dom/getElementByTagName.md' |
| 71 |
- 'api/simple_html_dom/getElementsByTagName.md' |
| 72 |
- 'api/simple_html_dom/loadFile.md' |
| 73 |
- simple_html_dom_node: |
| 74 |
- 'api/simple_html_dom_node/simple_html_dom_node.md' |
| 75 |
- 'api/simple_html_dom_node/__construct.md' |
| 76 |
- 'api/simple_html_dom_node/__destruct.md' |
| 77 |
- 'api/simple_html_dom_node/__get.md' |
| 78 |
- 'api/simple_html_dom_node/__isset.md' |
| 79 |
- 'api/simple_html_dom_node/__set.md' |
| 80 |
- 'api/simple_html_dom_node/__toString.md' |
| 81 |
- 'api/simple_html_dom_node/__unset.md' |
| 82 |
- 'api/simple_html_dom_node/addClass.md' |
| 83 |
- 'api/simple_html_dom_node/appendChild.md' |
| 84 |
- 'api/simple_html_dom_node/childNodes.md' |
| 85 |
- 'api/simple_html_dom_node/children.md' |
| 86 |
- 'api/simple_html_dom_node/clear.md' |
| 87 |
- 'api/simple_html_dom_node/convert_text.md' |
| 88 |
- 'api/simple_html_dom_node/dump.md' |
| 89 |
- 'api/simple_html_dom_node/dump_node.md' |
| 90 |
- 'api/simple_html_dom_node/find.md' |
| 91 |
- 'api/simple_html_dom_node/find_ancestor_tag.md' |
| 92 |
- 'api/simple_html_dom_node/first_child.md' |
| 93 |
- 'api/simple_html_dom_node/firstChild.md' |
| 94 |
- 'api/simple_html_dom_node/get_display_size.md' |
| 95 |
- 'api/simple_html_dom_node/getAllAttributes.md' |
| 96 |
- 'api/simple_html_dom_node/getAttribute.md' |
| 97 |
- 'api/simple_html_dom_node/getElementById.md' |
| 98 |
- 'api/simple_html_dom_node/getElementByTagName.md' |
| 99 |
- 'api/simple_html_dom_node/getElementsById.md' |
| 100 |
- 'api/simple_html_dom_node/getElementsByTagName.md' |
| 101 |
- 'api/simple_html_dom_node/has_child.md' |
| 102 |
- 'api/simple_html_dom_node/hasAttribute.md' |
| 103 |
- 'api/simple_html_dom_node/hasChildNodes.md' |
| 104 |
- 'api/simple_html_dom_node/hasClass.md' |
| 105 |
- 'api/simple_html_dom_node/innertext.md' |
| 106 |
- 'api/simple_html_dom_node/is_utf8.md' |
| 107 |
- 'api/simple_html_dom_node/last_child.md' |
| 108 |
- 'api/simple_html_dom_node/lastChild.md' |
| 109 |
- 'api/simple_html_dom_node/makeup.md' |
| 110 |
- 'api/simple_html_dom_node/match.md' |
| 111 |
- 'api/simple_html_dom_node/next_sibling.md' |
| 112 |
- 'api/simple_html_dom_node/nextSibling.md' |
| 113 |
- 'api/simple_html_dom_node/nodeName.md' |
| 114 |
- 'api/simple_html_dom_node/outertext.md' |
| 115 |
- 'api/simple_html_dom_node/parent.md' |
| 116 |
- 'api/simple_html_dom_node/parentNode.md' |
| 117 |
- 'api/simple_html_dom_node/parse_selector.md' |
| 118 |
- 'api/simple_html_dom_node/prev_sibling.md' |
| 119 |
- 'api/simple_html_dom_node/prevSibling.md' |
| 120 |
- 'api/simple_html_dom_node/remove.md' |
| 121 |
- 'api/simple_html_dom_node/removeAttribute.md' |
| 122 |
- 'api/simple_html_dom_node/removeChild.md' |
| 123 |
- 'api/simple_html_dom_node/removeClass.md' |
| 124 |
- 'api/simple_html_dom_node/save.md' |
| 125 |
- 'api/simple_html_dom_node/seek.md' |
| 126 |
- 'api/simple_html_dom_node/setAttribute.md' |
| 127 |
- 'api/simple_html_dom_node/text.md' |
| 128 |
- 'api/simple_html_dom_node/xmltext.md' |
| 129 |
|
| 130 |
docs_dir: 'docs' |