Oxygen XML Editor 14.2 Author API

ro.sync.exml.workspace.api.editor.page.text.xml
Interface WSXMLTextNodeRange


@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public interface WSXMLTextNodeRange

The range of an XML node.

Since:
14

*********************************
EXPERIMENTAL - Subject to change
********************************

Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.


Method Summary
 int getEndColumn()
          Get the end column, 1 based.
 int getEndLine()
          Get the end line, 1 based.
 int getStartColumn()
          Get the start column, 1 based.
 int getStartLine()
          Get the start line, 1 based.
 

Method Detail

getStartLine

int getStartLine()
Get the start line, 1 based.

Returns:
The start line, 1 based

getStartColumn

int getStartColumn()
Get the start column, 1 based.

Returns:
The start column, 1 based

getEndLine

int getEndLine()
Get the end line, 1 based.

Returns:
The end line, 1 based

getEndColumn

int getEndColumn()
Get the end column, 1 based.

Returns:
The end column, 1 based

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.