sk.uniba.euromath.document.schema.plug
Interface IElementLocP

All Known Implementing Classes:
ElementLocImpl

public interface IElementLocP

Interface representing element locator. This element can be inserted amongst children of some element.

Author:
Martin Vysny

Method Summary
 sk.baka.ikslibs.ptr.DOMPoint getDOMPoint()
          Returns point, where the element can be inserted.
 INameListP<INewElementRuleP> getNameList()
          Returns namelist for element, that can be inserted at specified position.
 

Method Detail

getDOMPoint

sk.baka.ikslibs.ptr.DOMPoint getDOMPoint()
Returns point, where the element can be inserted.

Returns:
point of insertion.

getNameList

INameListP<INewElementRuleP> getNameList()
Returns namelist for element, that can be inserted at specified position.

Returns:
the namelist of insertable qnames.


Copyright © 2003-2006 null. All Rights Reserved.