Uses of Interface
org.zkoss.xml.Locator
-
Packages that use Locator Package Description org.zkoss.idom org.zkoss.idom.impl org.zkoss.xml -
-
Uses of Locator in org.zkoss.idom
Methods in org.zkoss.idom that return Locator Modifier and Type Method Description Locator
Item. getLocator()
Gets the locator of this item.Methods in org.zkoss.idom with parameters of type Locator Modifier and Type Method Description 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 Modifier and Type Method Description Locator
AbstractItem. getLocator()
Methods in org.zkoss.idom.impl with parameters of type Locator Modifier and Type Method Description void
AbstractItem. setLocator(Locator loc)
-
Uses of Locator in org.zkoss.xml
Methods in org.zkoss.xml with parameters of type Locator Modifier and Type Method Description 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)
-