|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.document.schema.impl.export.ElementLocImpl
public final class ElementLocImpl
Immutable instance, representing element locator. This element can be inserted amongst children of some element.
Constructor Summary | |
---|---|
ElementLocImpl(sk.baka.ikslibs.ptr.DOMPoint ip,
NameListImpl<INewElementRuleP> nameList)
Constructs new instance and initialize it. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
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. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementLocImpl(sk.baka.ikslibs.ptr.DOMPoint ip, NameListImpl<INewElementRuleP> nameList)
ip
- element can be inserted after this InsertPoint. This field may
be InsertPoint.FIRST
- element can be inserted before
first node.nameList
- namelist for this element.Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public sk.baka.ikslibs.ptr.DOMPoint getDOMPoint()
IElementLocP
getDOMPoint
in interface IElementLocP
public INameListP<INewElementRuleP> getNameList()
IElementLocP
getNameList
in interface IElementLocP
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |