public class LocationStack extends Object
Constructor and Description |
---|
LocationStack() |
Modifier and Type | Method and Description |
---|---|
void |
enterLocation(String location)
Add a new location into location stack.
|
String |
getCurrentLocation()
Gets string representation for top-level location which is consider as actual location.
|
String |
getFullStack()
Gets string representation full location stack.
|
void |
leaveLocation()
Removes top-level location from location stack.
|
public void enterLocation(String location)
location
- is a string representation of the new location
public void leaveLocation()
public String getCurrentLocation()
public String getFullStack()
Copyright © 1998–2022 iText Group NV. All rights reserved.