Uses of Class
com.caucho.quercus.lib.xml.LibXmlError

Packages that use LibXmlError
com.caucho.quercus.lib.xml   
 

Uses of LibXmlError in com.caucho.quercus.lib.xml
 

Methods in com.caucho.quercus.lib.xml that return LibXmlError
static LibXmlError XmlModule.libxml_get_last_error(Env env)
           
 

Methods in com.caucho.quercus.lib.xml that return types with arguments of type LibXmlError
static java.util.ArrayList<LibXmlError> XmlModule.libxml_get_errors(Env env)
           
 

Methods in com.caucho.quercus.lib.xml with parameters of type LibXmlError
protected static void XmlModule.recordError(Env env, LibXmlError error)