///|
/// TextNode represents a text node in the DOM
#external
pub type Text

///|
pub fn Text::as_any(self : Text) -> @core.Any = "%identity"

///|
pub fn Text::as_event_target(self : Text) -> @event.EventTarget = "%identity"

///|
pub fn Text::as_node(self : Text) -> Node = "%identity"

///|