XMLReader.js
Summary
No overview generated for 'XMLReader.js'
function XMLReader(url) {}
XMLReader.prototype.attributeCount = 0;
XMLReader.prototype.baseURI = null;
XMLReader.prototype.depth = 0;
XMLReader.prototype.EOF = false;
XMLReader.prototype.hasAttributes = false;
XMLReader.prototype.hasValue = false;
XMLReader.prototype.isDefault = false;
XMLReader.prototype.isEmptyElement = false;
XMLReader.prototype.localName = null;
XMLReader.prototype.name = null;
XMLReader.prototype.namespaceURI = null;
XMLReader.prototype.nodeType = 0;
XMLReader.prototype.prefix = null;
XMLReader.prototype.quoteChar = null;
XMLReader.prototype.readState = 0;
XMLReader.prototype.value = null;
XMLReader.prototype.XMLLang = null;
XMLReader.prototype.setProperty = function(propName, propValue) {};
XMLReader.prototype.getProperty = function(propName) {};
XMLReader.prototype.read = function() {};
XMLReader.prototype.readInnerXML = function() {};
XMLReader.prototype.readOuterXML = function() {};
XMLReader.prototype.readString = function() {};
XMLReader.prototype.readAttributeValue = function() {};
XMLReader.prototype.moveToElement = function() {};
XMLReader.prototype.moveToAttribute = function(qName) {};
XMLReader.prototype.moveToAttributeNS = function(localName, nsURI) {};
XMLReader.prototype.moveToFirstAttribute = function() {};
XMLReader.prototype.moveToNextAttribute = function() {};
XMLReader.prototype.moveToAttributeAtIndex = function(index) {};
XMLReader.prototype.close = function() {};
XMLReader.prototype.getAttribute = function(qName) {};
XMLReader.prototype.getAttributeNS = function(localName, nsURI) {};
XMLReader.prototype.getAttributeAtIndex = function(index) {};
XMLReader.prototype.isValid = function() {};
XMLReader.prototype.normalization = function() {};
XMLReader.prototype.encoding = function() {};
XMLReader.prototype.skip = function() {};
XMLReader.prototype.lookupNamespace = function(prefix) {};
XMLReader.prototype.toString = function() {};
Documentation generated by
JSDoc on Wed Aug 1 10:08:42 2007