xmldatasource.js
No description.

File Location

/goog/datasource/xmldatasource.js

Classes

goog.ds.XmlDataSource
Data source whose backing is an xml node
goog.ds.XmlHttpDataSource
Data source whose backing is an XMLHttpRequest, A URI of an empty string will mean that no request is made and the data source will be a single, empty node.

Public Protected Private

Global Functions

goog.ds.XmlDataSource.createChildlessDocument_() Document
Creates an XML document with one empty node. Useful for places where you need a node that can be queried against.
Returns: Document  Document with one empty node.
code »
goog.ds.XmlDataSource.isEmptyTextNodeValue_(str) boolean
Check whether a node is an empty text node. Nodes consisting of only white space (#x20, #xD, #xA, #x9) can generally be collapsed to a zero length text string.
Arguments:
str : string
String to match.
Returns: boolean  True if string equates to empty text node.
code »

Directory datasource

File Reference