2003
DOI: 10.1007/978-3-540-39429-7_9
|View full text |Cite
|
Sign up to set email alerts
|

XViz: A Tool for Visualizing XPath Expressions

Abstract: Abstract. We describe a visualization tool for XPath expressions called XViz. Starting from a workload of XQueries, the tool extracts the set of all XPath expressions, and displays them together with some relationships. XViz is intended to be used by an XML database administrator in order to assist her in performing routine tasks such as database tuning, performance debugging, comparison between versions, etc. Two kinds of semantic relationships are computed and displayed by XViz, ancestor/descendant and conta… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2006
2006
2007
2007

Publication Types

Select...
2

Relationship

0
2

Authors

Journals

citations
Cited by 2 publications
(2 citation statements)
references
References 12 publications
0
2
0
Order By: Relevance
“…private static final LOCATION_ID = 13546343; [4] [5] request(Location->LocationExt location, AddressExt<-Address addr) : [6] body(/newLocation/Location, location) && body(/newLocation/Location/Address, addr) [7] { [8] locationPrime.setLine1(location.getLine1()); [9] //Elided, similar to above, copy over identical fields [10] locationPrime.setLocationID(LOCATION_ID); */Fill in missing locationID*/ [11] locationPrime.setAddress(addr); /*addr is of type AddressExt*/…”
Section: Xpathmentioning
confidence: 99%
See 1 more Smart Citation
“…private static final LOCATION_ID = 13546343; [4] [5] request(Location->LocationExt location, AddressExt<-Address addr) : [6] body(/newLocation/Location, location) && body(/newLocation/Location/Address, addr) [7] { [8] locationPrime.setLine1(location.getLine1()); [9] //Elided, similar to above, copy over identical fields [10] locationPrime.setLocationID(LOCATION_ID); */Fill in missing locationID*/ [11] locationPrime.setAddress(addr); /*addr is of type AddressExt*/…”
Section: Xpathmentioning
confidence: 99%
“…In this situation a dominating advice matches some element, B, but that element doesn't appear until after the advice has 3 Checking of containment is achieved by a call to an external tool called xviz [9]. finished executing.…”
Section: Inter(intra)-advice Missed Activationmentioning
confidence: 99%