Changes

Jump to navigation Jump to search
99 bytes added ,  07:28, 22 September 2011
no edit summary
<table cellpadding="0" cellspacing="0"><tr><td valign="top" width="49%">
[[Image:TextView.jpg|thumb|Text View]]
==='''Text==='''
:Displays query results and other textual output. Query results can be saved in a file.
</td><td valign="top" width="2%">&nbsp;</td><td valign="top" width="49%">
[[Image:MapView.jpg|thumb|Map View]]
==='''Map==='''
:This visualization represents all data in a TreeMap. All nodes of the XML document are represented as rectangles, filling the complete area. You can choose one of the following layout algorithms in the Menu ''Options'' → ''Map Layout'': Split, Strip, Squarified, Slice&Dice and Binary Layout.
</td></tr><tr><td valign="top">
[[Image:TreeView.jpg|thumb|Tree View]]
==='''Tree==='''
:This visualization displays all XML nodes in a top down tree with edges and nodes. You can change some settings of the Tree in the Menu ''Options'' → ''Tree Options''.
</td><td valign="top" width="2%">&nbsp;</td><td valign="top" width="49%">
[[Image:FolderView.jpg|thumb|Folder View]]
==='''Folder==='''
:This visualization displays all nodes in a usual folder view.
</td></tr><tr><td valign="top">
[[Image:Scatterplot.jpg|thumb|Scatterplot View]]
==='''Plot==='''
:This visualization displays all nodes in a scatterplot. There are drop down menus to configure the allocation of the Y- and X-axis.
</td><td valign="top" width="2%">&nbsp;</td><td valign="top" width="49%">
[[Image:TableView.jpg|thumb|The Table View]]
==='''Table==='''
:This visualization displays all nodes in a table with rows and columns.
</td></tr><tr><td valign="top">
[[Image:ExplorerView.jpg|thumb|Explorer View]]
==='''Explorer==='''
:With this visualization you can explore the contents of your database via drop-down menus, search fields and some sliders.
</td><td valign="top" width="2%">&nbsp;</td><td valign="top" width="49%">
[[Image:InfoView.png|thumb|Info View]]
==='''Info==='''
:This visualization gives details on the execution of database commands and XQuery expressions.
</td></tr></table>
To return all cities of the resulting element node, the query can be extended by a trailing <code>//city</code> path:
 
<code> //country[name = "Switzerland"]//city</code>
==Realtime Options==
 
Via the ''Options'' menu, you can change the way how queries are executed and visualized:
* '''Realtime Execution''': If realtime execution is enabled, the entered query (if valid) will be executed on the fly and the results will be immediately shown. So if you aren't interested in partial results of your query disable this option, because it can lead to delays during entering your query.
* '''Realtime Filtering''': If enabled, all visualizations directly show the query results while entering the query. If this feature is disabled, the query results are highlighted in the visualizations and can be ecplicitly filtered using the 'Filter' button.
[[Category:GUI]]
 
<code> //country[name = "Switzerland"]//city</code>
== What's Next? ==
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu