parrotcode: PHP xmlreader Library | |
Contents | Language Implementations | Pipp |
php_xmlreader.pir - PHP xmlreader Library
boolean XMLReader::XML(string source [, string encoding [, int options]])
boolean XMLReader::close()
boolean XMLReader::expand()
string XMLReader::getAttribute(string name)
string XMLReader::getAttributeNo(int index)
string XMLReader::getAttributeNs(string name, string namespaceURI)
boolean XMLReader::getParserProperty(int property)
boolean XMLReader::isValid()
string XMLReader::lookupNamespace(string prefix)
boolean XMLReader::moveToAttribute(string name)
boolean XMLReader::moveToAttributeNo(int index)
boolean XMLReader::moveToAttributeNs(string name, string namespaceURI)
boolean XMLReader::moveToElement()
boolean XMLReader::moveToFirstAttribute()
boolean XMLReader::moveToNextAttribute()
boolean XMLReader::next([string localname])
boolean XMLReader::open(string URI [, string encoding [, int options]])
boolean XMLReader::read()
boolean XMLReader::readInnerXml()
boolean XMLReader::readOuterXml()
boolean XMLReader::readString()
boolean XMLReader::setParserProperty(int property, boolean value)
boolean XMLReader::setRelaxNGSchema(string filename)
boolean XMLReader::setRelaxNGSchemaSource(string source)
boolean XMLReader::setSchema(string filename)
|