357358359360361362363
return splitter; } public XmlLocation getEditorLocation() { return new XmlLocation( getCurrentLine() + 1, getCurrentColumn() ); }
688689690691692693694
return splitter; } public XmlLocation getEditorLocation() { return new XmlLocation(getCurrentLine() + 1, getCurrentColumn()); }