sk.uniba.euromath.document.schema
Class ElementLoc

java.lang.Object
  extended by sk.uniba.euromath.document.schema.ElementLoc

public final class ElementLoc
extends Object

Mutable instance, representing element locator. This element can be inserted amongst children of some element.

Author:
Martin Vysny

Field Summary
 sk.baka.ikslibs.ptr.DOMPoint ip
          Returns point, where the element can be inserted.
 INameList<NewElementRule> nameList
          Returns namelist for element, that can be inserted at specified position.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ip

public final sk.baka.ikslibs.ptr.DOMPoint ip
Returns point, where the element can be inserted.


nameList

public INameList<NewElementRule> nameList
Returns namelist for element, that can be inserted at specified position.



Copyright © 2003-2006 null. All Rights Reserved.