|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.editor.wizards.document.ElementLoc
public final class ElementLoc
Represents an instance of element and an insertpoint, where the element should be inserted.
Field Summary | |
---|---|
Element |
parent
The parent element. |
Constructor Summary | |
---|---|
ElementLoc(XMLAccess xmlAccess,
Element parent,
List<Element> elements,
List<DOMPoint> ip)
Constructor. |
Method Summary | |
---|---|
List<Element> |
getElements()
Returns list of elements. |
List<DOMPoint> |
getLocations()
Returns list of insertpoints. |
void |
insert()
Inserts the elements into their locations. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Element parent
Constructor Detail |
---|
public ElementLoc(XMLAccess xmlAccess, Element parent, List<Element> elements, List<DOMPoint> ip)
xmlAccess
- the document instance.parent
- the parent element where given elements shall be inserted.elements
- the list of elementsip
- the list of insertpointsMethod Detail |
---|
public List<Element> getElements()
null
.public List<DOMPoint> getLocations()
null
.public void insert() throws ExportException
ExportException
- if error occurs during document modification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |