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 LocatorItem. getLocator()Gets the locator of this item.Methods in org.zkoss.idom with parameters of type Locator Modifier and Type Method Description voidItem. 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 LocatorAbstractItem. getLocator()Methods in org.zkoss.idom.impl with parameters of type Locator Modifier and Type Method Description voidAbstractItem. 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.StringLocators. format(java.lang.String message, Locator loc)Formats the message with the location information.static LocationLocators. toLocation(Locator loc)
-