Uses of Class
sk.uniba.euromath.document.schema.ElementLoc

Packages that use ElementLoc
sk.uniba.euromath.document.schema Helps with the document modification. 
 

Uses of ElementLoc in sk.uniba.euromath.document.schema
 

Methods in sk.uniba.euromath.document.schema that return ElementLoc
 ElementLoc InsertList.get(int index)
           
 ElementLoc InsertList.getFirstAt(sk.baka.ikslibs.ptr.DOMPoint ip, QName qname)
          Finds first elementloc bound to be inserted at given position.
 ElementLoc InsertList.remove(int index)
           
 ElementLoc InsertList.set(int index, ElementLoc element)
           
 

Methods in sk.uniba.euromath.document.schema that return types with arguments of type ElementLoc
 Iterator<ElementLoc> InsertList.iterator()
           
 ListIterator<ElementLoc> InsertList.listIterator()
           
 ListIterator<ElementLoc> InsertList.listIterator(int index)
           
 List<ElementLoc> InsertList.subList(int fromIndex, int toIndex)
           
 

Methods in sk.uniba.euromath.document.schema with parameters of type ElementLoc
 boolean InsertList.add(ElementLoc o)
           
 void InsertList.add(int index, ElementLoc element)
           
 ElementLoc InsertList.set(int index, ElementLoc element)
           
 

Method parameters in sk.uniba.euromath.document.schema with type arguments of type ElementLoc
 boolean InsertList.addAll(Collection<? extends ElementLoc> c)
           
 boolean InsertList.addAll(int index, Collection<? extends ElementLoc> c)
           
 



Copyright © 2003-2006 null. All Rights Reserved.