Class
ElementLoc
ElementLoc
QuickLinks
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| child | Element | readwrite | |
| offset | int | readwrite | |
| parent | Element | readwrite |
Methods
Constructor
ElementLoc ElementLoc (parent: Element, child: Element, offset: int)
| Parameter | Type | Description |
|---|---|---|
| parent | Element | |
| child | Element | |
| offset | int |
| Example | new ElementLoc() |
Element of
ElementRange.beg
ElementRange.end
Used in:
Book.NewBookComponentInHierarchy (compName: string, elemLoc: ElementLoc)
Book.NewBookComponentOfTypeInHierarchy (compName: string, compType: int, elemLoc: ElementLoc)
TextLoc Doc.ElementLocToTextLoc (eloc: ElementLoc)
ElementDef.NewElementInHierarchy (elemLoc: ElementLoc)
ElementRange ElementRange.ElementRange (beg: ElementLoc, end: ElementLoc)
Return
ElementLoc Doc.TextLocToElementLoc (tloc: TextLoc)
ElementLoc ElementLoc.ElementLoc (parent: Element, child: Element, offset: int)
| Jongware, 31-Oct-2011 v3.0.3f | Contents :: Index |