Class Index | File Index

Classes


File Index

bind.js

Class implements data binding for the model-view-controller.

instance.js

Class implements data instance component for the model-view-controller.

component.js

An abstract class which represents a component of the model-view-controller.

model.js

A class which represents the model of the model-view-controller.

controller.js

A class representing the controller of the model-view-controller.

xrx.js

The XRX++ main class.

i18n.js


func.js

A collection of custom XRX++ XPath functions.

richxml.js

A user interface component to visually edit XML Mixed Content like in a Rich Text Editor.

textarea.js

A class which implements a multi-line text control.

control.js

Abstract class which represents a control of the model-view-controller.

console.js

Class implements a XML console to pretty print XML instances in the browser.

richxmlTagname.js

A tag-name UI component used by xrx.richxml.

ouput.js

Class implements an output control.

input.js

A class which implements a single-line input control.

codemirror.js

A utility class which provides common functions for all controls that use CodeMirror.

view.js

A class which represents the view of the model-view-controller.

location.js

A class which represents the location of a token in a XML stream.

nsUri.js

Class represents the namespace URI token.

root.js

Class represents the root token.

startTag.js

Class represents the start-tag token.

startEmptyTag.js

Class represents a generic token called start-empty-tag.

notTag.js

Class represents a generic token called not-tag.

nsPrefix.js

Class represents the namespace prefix token.

tagName.js

Class represents the tag-name token.

attrName.js

Class represents the attribute-name token.

emptyTag.js

Class represents the empty tag token.

tag.js

Class represents a generic token for tags of any kind.

attrValue.js

Class represents the attribute-value token.

endTag.js

Class represents the end-tag token.

attribute.js

Class represents the attribute token.

namespace.js

Class represents the namespace token.

token.js

A class representing the tokens of a XML stream.

serialize.js

Class for XML serialization.

stream.js

A class to stream over XML documents or XML fragments.

reader.js

Helper class for class xrx.stream.

pilot.js

A class representing a pilot to traverse the tokens of a XML tree.

update.js

A class implementing low-level update operations on XML tokens.

label.js

A class representing a numeric, array like XML labeling scheme.

alltests.js

An array of all JSUnit test files.

filterExpr.js

A class representing operations on filter expressions.

dataType.js

Enumeration of internal data types.

expr.js

An abstract class representing basic expressions.

number.js

A class representing number literals.

nameTest.js

A class implementing the XPath NameTest construct.

unionExpr.js

A class representing operations on union expressions.

unaryExpr.js

A class representing operations on unary expressions.

function.js

An abstract class which allows custom functions for the XPath processor.

step.js

Class for a step in a path expression.

comment.js

A class representing the comment node of the XDM interface.

xdm.js

XPath Data Model 3.0 interface (XDM).

node.js

A class which implements and extends the xrx.xdm interface.

attribute.js

A class representing the attribute node of the XDM interface.

namespace.js

A class representing the namespace node of the XDM interface.

document.js

A class representing the document node of the XDM interface.

text.js

A class representing the text node of the XDM interface.

processingInstruction.js

A class representing the processing instruction node of the XDM interface.

element.js

A class representing the element node of the XDM interface.

binaryExpr.js

A class representing operations on binary expressions.

pathExpr.js

A class representing operations on path expressions.

functionCall.js

A function call expression.

parser.js

A recursive descent Parser.

xpath.js

A streaming XPath 3.0 implementation forked from Google's Wicked Good XPath library. The implementation is not yet complete.

test.js

Utilities for XPath JSUnit tests.

nodeset.js

Context information about nodes in their node-set.

predicates.js

An abstract class representing expressions with predicates. baseExprWithPredictes are immutable objects that evaluate their predicates against nodesets and return the modified nodesets.

context.js

Context information about nodes in their nodeset.

literal.js

A class representing the string literals.

lexer.js

The lexer class for tokenizing xpath expressions.

nodeTest.js

An interface for the NodeTest construct.

kindTest.js

A class implementing the xpath 1.0 subset of the KindTest construct.

./src/client.js


./src/deps.js


./src/view/richxmlCursor.js


./src/view/richxmlMode.js


Documentation generated by JsDoc Toolkit 2.4.0 on Thu Oct 17 2013 17:08:44 GMT+0200 (MESZ)