BuildDOM Property
When True, an internal object model of the XML document is created.
Object Oriented Interface
public function getBuildDOM(); public function setBuildDOM($value);
Procedural Interface
ipworks_xmlp_get($res, 1 ); ipworks_xmlp_set($res, 1, $value );
Default Value
true
Remarks
Set BuildDOM to True when you need to browse the current document through XPath.
Validate is automatically set to True when BuildDOM is set to True.
Data Type
Boolean