{"nodes": [{"id": "c_xampp_htdocs_addfirst_vendor_nunomaduro_termwind_src_valueobjects_node_php", "label": "Node.php", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L1"}, {"id": "valueobjects_node_node", "label": "Node", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L12"}, {"id": "valueobjects_node_node_construct", "label": ".__construct()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L17"}, {"id": "valueobjects_node_node_getvalue", "label": ".getValue()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L22"}, {"id": "valueobjects_node_node_getchildnodes", "label": ".getChildNodes()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L32"}, {"id": "valueobjects_node_node_istext", "label": ".isText()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L42"}, {"id": "valueobjects_node_node_iscomment", "label": ".isComment()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L50"}, {"id": "valueobjects_node_node_isname", "label": ".isName()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L58"}, {"id": "valueobjects_node_node_getname", "label": ".getName()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L66"}, {"id": "valueobjects_node_node_getclassattribute", "label": ".getClassAttribute()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L74"}, {"id": "valueobjects_node_node_getattribute", "label": ".getAttribute()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L82"}, {"id": "valueobjects_node_node_isempty", "label": ".isEmpty()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L94"}, {"id": "valueobjects_node_node_getprevioussibling", "label": ".getPreviousSibling()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L102"}, {"id": "valueobjects_node_node_getnextsibling", "label": ".getNextSibling()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L128"}, {"id": "valueobjects_node_node_isfirstchild", "label": ".isFirstChild()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L154"}, {"id": "valueobjects_node_node_gethtml", "label": ".getHtml()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L162"}, {"id": "valueobjects_node_node_tostring", "label": ".__toString()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L177"}], "edges": [{"source": "c_xampp_htdocs_addfirst_vendor_nunomaduro_termwind_src_valueobjects_node_php", "target": "generator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L7", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_vendor_nunomaduro_termwind_src_valueobjects_node_php", "target": "valueobjects_node_node", "relation": "contains", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L12", "weight": 1.0}, {"source": "valueobjects_node_node", "target": "valueobjects_node_node_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L17", "weight": 1.0}, {"source": "valueobjects_node_node", "target": "valueobjects_node_node_getvalue", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L22", "weight": 1.0}, {"source": "valueobjects_node_node", "target": "valueobjects_node_node_getchildnodes", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L32", "weight": 1.0}, {"source": "valueobjects_node_node", "target": "valueobjects_node_node_istext", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L42", "weight": 1.0}, {"source": "valueobjects_node_node", "target": "valueobjects_node_node_iscomment", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L50", "weight": 1.0}, {"source": "valueobjects_node_node", "target": "valueobjects_node_node_isname", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L58", "weight": 1.0}, {"source": "valueobjects_node_node", "target": "valueobjects_node_node_getname", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L66", "weight": 1.0}, {"source": "valueobjects_node_node", "target": "valueobjects_node_node_getclassattribute", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L74", "weight": 1.0}, {"source": "valueobjects_node_node", "target": "valueobjects_node_node_getattribute", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L82", "weight": 1.0}, {"source": "valueobjects_node_node", "target": "valueobjects_node_node_isempty", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L94", "weight": 1.0}, {"source": "valueobjects_node_node", "target": "valueobjects_node_node_getprevioussibling", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L102", "weight": 1.0}, {"source": "valueobjects_node_node", "target": "valueobjects_node_node_getnextsibling", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L128", "weight": 1.0}, {"source": "valueobjects_node_node", "target": "valueobjects_node_node_isfirstchild", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L154", "weight": 1.0}, {"source": "valueobjects_node_node", "target": "valueobjects_node_node_gethtml", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L162", "weight": 1.0}, {"source": "valueobjects_node_node", "target": "valueobjects_node_node_tostring", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L177", "weight": 1.0}, {"source": "valueobjects_node_node_isname", "target": "valueobjects_node_node_getname", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L60", "weight": 1.0}, {"source": "valueobjects_node_node_getclassattribute", "target": "valueobjects_node_node_getattribute", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L76", "weight": 1.0}, {"source": "valueobjects_node_node_isempty", "target": "valueobjects_node_node_istext", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L96", "weight": 1.0}, {"source": "valueobjects_node_node_isempty", "target": "valueobjects_node_node_getvalue", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L96", "weight": 1.0}, {"source": "valueobjects_node_node_getprevioussibling", "target": "valueobjects_node_node_isempty", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L109", "weight": 1.0}, {"source": "valueobjects_node_node_getprevioussibling", "target": "valueobjects_node_node_iscomment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L115", "weight": 1.0}, {"source": "valueobjects_node_node_getnextsibling", "target": "valueobjects_node_node_isempty", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L135", "weight": 1.0}, {"source": "valueobjects_node_node_getnextsibling", "target": "valueobjects_node_node_iscomment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L141", "weight": 1.0}, {"source": "valueobjects_node_node_isfirstchild", "target": "valueobjects_node_node_getprevioussibling", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L156", "weight": 1.0}, {"source": "valueobjects_node_node_tostring", "target": "valueobjects_node_node_iscomment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L179", "weight": 1.0}, {"source": "valueobjects_node_node_tostring", "target": "valueobjects_node_node_getvalue", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L183", "weight": 1.0}, {"source": "valueobjects_node_node_tostring", "target": "valueobjects_node_node_isempty", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L187", "weight": 1.0}, {"source": "valueobjects_node_node_tostring", "target": "valueobjects_node_node_getprevioussibling", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L193", "weight": 1.0}, {"source": "valueobjects_node_node_tostring", "target": "valueobjects_node_node_getnextsibling", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L197", "weight": 1.0}], "raw_calls": [{"caller_nid": "valueobjects_node_node_isempty", "callee": "preg_replace", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L96"}, {"caller_nid": "valueobjects_node_node_getprevioussibling", "callee": "is_null", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L122"}, {"caller_nid": "valueobjects_node_node_getnextsibling", "callee": "is_null", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L148"}, {"caller_nid": "valueobjects_node_node_isfirstchild", "callee": "is_null", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L156"}, {"caller_nid": "valueobjects_node_node_gethtml", "callee": "saveXML", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L167"}, {"caller_nid": "valueobjects_node_node_gethtml", "callee": "html_entity_decode", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L171"}, {"caller_nid": "valueobjects_node_node_tostring", "callee": "preg_replace", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L191"}, {"caller_nid": "valueobjects_node_node_tostring", "callee": "is_null", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L193"}, {"caller_nid": "valueobjects_node_node_tostring", "callee": "ltrim", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L194"}, {"caller_nid": "valueobjects_node_node_tostring", "callee": "is_null", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L197"}, {"caller_nid": "valueobjects_node_node_tostring", "callee": "rtrim", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\nunomaduro\\termwind\\src\\ValueObjects\\Node.php", "source_location": "L198"}]}