com.caucho.quercus.lib.simplexml
Class SimpleXMLModule
java.lang.Object
com.caucho.quercus.module.AbstractQuercusModule
com.caucho.quercus.lib.simplexml.SimpleXMLModule
- All Implemented Interfaces:
- QuercusModule
public class SimpleXMLModule
- extends AbstractQuercusModule
PHP SimpleXML
Method Summary |
java.lang.String[] |
getLoadedExtensions()
Returns the extensions loaded by the module. |
SimpleXMLElement |
simplexml_import_dom(Env env)
|
Value |
simplexml_load_file(Env env,
StringValue file,
java.lang.String className,
int options,
Value namespaceV,
boolean isPrefix)
|
Value |
simplexml_load_string(Env env,
Value data,
java.lang.String className,
int options,
Value namespaceV,
boolean isPrefix)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleXMLModule
public SimpleXMLModule()
getLoadedExtensions
public java.lang.String[] getLoadedExtensions()
- Description copied from class:
AbstractQuercusModule
- Returns the extensions loaded by the module.
- Specified by:
getLoadedExtensions
in interface QuercusModule
- Overrides:
getLoadedExtensions
in class AbstractQuercusModule
simplexml_load_string
public Value simplexml_load_string(Env env,
Value data,
java.lang.String className,
int options,
Value namespaceV,
boolean isPrefix)
simplexml_load_file
public Value simplexml_load_file(Env env,
StringValue file,
java.lang.String className,
int options,
Value namespaceV,
boolean isPrefix)
simplexml_import_dom
public SimpleXMLElement simplexml_import_dom(Env env)