Oxygen XML Editor 15.0 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

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 15.0 Author API

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