vdom Module
This module provides the following classes:
This module is a rollup of the following modules:
-
attribute-extractor
Exports
htmlToVNodes
which transforms html-text into vnodes. Copyright (c) 2014 ITSA - https://github.com/itsa
New BSD License - http://choosealicense.com/licenses/bsd-3-clause/ -
element-array
Extends Array into an array with special utility-methods that can be applied upon its members. The membres should be vElement's Copyright (c) 2014 ITSA - https://github.com/itsa
New BSD License - http://choosealicense.com/licenses/bsd-3-clause/ -
extend-document
Provides several methods that override native document-methods to work with the vdom. Copyright (c) 2014 ITSA - https://github.com/itsa
New BSD License - http://choosealicense.com/licenses/bsd-3-clause/ -
extend-element
Provides several methods that override native Element-methods to work with the vdom. Copyright (c) 2014 ITSA - https://github.com/itsa
New BSD License - http://choosealicense.com/licenses/bsd-3-clause/ -
html-parser
Exports
htmlToVNodes
which transforms html-text into vnodes. Copyright (c) 2014 ITSA - https://github.com/itsa
New BSD License - http://choosealicense.com/licenses/bsd-3-clause/ -
node-parser
Exports
domNodeToVNode
which transforms dom-nodes into vnodes. Copyright (c) 2014 ITSA - https://github.com/itsa
New BSD License - http://choosealicense.com/licenses/bsd-3-clause/ -
vdom-ns
Creates a Namespace that can be used accros multiple vdom-modules to share information. Copyright (c) 2014 ITSA - https://github.com/itsa
New BSD License - http://choosealicense.com/licenses/bsd-3-clause/ -
vnode
Delivers the
vnode
prototype object, which is a virtualisation of anElement
inside the Dom. These Elements work smoothless with the vdom (see ...). vnodes are much quicker to access and walk through than native dom-nodes. However, this is a module you don't need by itself:Element
-types use these features under the hood. Copyright (c) 2014 ITSA - https://github.com/itsa
New BSD License - http://choosealicense.com/licenses/bsd-3-clause/