|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Locator | |
|---|---|
| org.zkoss.idom | The iDOM representation of XML DOM tree. |
| org.zkoss.idom.impl | Implementation of iDOM. |
| org.zkoss.xml | Utilities for handling XML. |
| Uses of Locator in org.zkoss.idom |
|---|
| Methods in org.zkoss.idom that return Locator | |
|---|---|
Locator |
Item.getLocator()
Gets the locator of this item. |
| Methods in org.zkoss.idom with parameters of type Locator | |
|---|---|
void |
Item.setLocator(Locator loc)
Sets the locator of this item. |
| Uses of Locator in org.zkoss.idom.impl |
|---|
| Methods in org.zkoss.idom.impl that return Locator | |
|---|---|
Locator |
AbstractItem.getLocator()
|
| Methods in org.zkoss.idom.impl with parameters of type Locator | |
|---|---|
void |
AbstractItem.setLocator(Locator loc)
|
| Uses of Locator in org.zkoss.xml |
|---|
| Methods in org.zkoss.xml with parameters of type Locator | |
|---|---|
static java.lang.String |
Locators.format(java.lang.String message,
Locator loc)
Formats the message with the location information. |
static Location |
Locators.toLocation(Locator loc)
Converts an instance of Locator to Location. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||