class: XMLStack
protected class: XMLStack
Author:
franke (initial creation)
Project:
Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates:
Created: 16.07.2009 15:15:02; Modified: 16.07.2009 15:15:02;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{ED9A9BB7-D68E-4b6e-91AE-94585629B51E}
A {@link Stack} extension to facilitate XML navigation.
Goto:
Custom Properties
,
Methods
See also:
ShortContentHandler
Appears in:
test
Connections
Association link from class
[test].ShortContentHandler
Custom Properties
XMLStack
Methods
Operation
Details
public
toString
():String
Sequential
Tags:
annotations=@Override
Notes:
Returns a String representation of the Stack in an XPath like way (e.g. "root/subtag/subsub"):
class: XMLStack