Oxygen XML Editor 11.2 Author API

Deprecated API


Contents
Deprecated Fields
ro.sync.ecss.extensions.api.AuthorConstants.POSITION_INSIDE
          Use the constant POSITION_INSIDE_FIRST instead. 
 

Deprecated Methods
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.addAuthorListener(AuthorListener)
          Use AuthorDocumentController.addAuthorListener(AuthorListener) intead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.chooseFile(String, String[], String)
          Use Workspace.chooseURL(String, String[], String) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.chooseFile(String, String[], String, boolean)
          Use Workspace.chooseFile(String, String[], String, boolean) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.chooseURL(String, String[], String)
          Use Workspace.chooseURL(String, String[], String) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.correctURL(String)
          Use UtilAccess.correctURL(String) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.deleteSelection()
          Use WSTextBasedEditorPage.deleteSelection() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.escapeAttributeValue(String)
          Use AuthorUtilAccess.escapeAttributeValue(String) instead. 
ro.sync.ecss.extensions.api.access.AuthorUtilAccess.escapeAttributeValue(String)
          Use the method from the AuthorXMLUtilAccess class. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.evaluateXPath(String, boolean, boolean, boolean)
          Use AuthorDocumentController.evaluateXPath(String, boolean, boolean, boolean) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.findNodesByXPath(String, boolean, boolean, boolean)
          Use AuthorDocumentController.findNodesByXPath(String, boolean, boolean, boolean) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getCaretOffset()
          Use WSTextBasedEditorPage.getCaretOffset() instead. 
ro.sync.ecss.extensions.api.node.AuthorElement.getChild(String)
          Use AuthorElement.getElementsByLocalName(String)[0] instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getEditorLocation()
          Use WSEditorBase.getEditorLocation() instead. 
ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter.getLastResult()
          Will be removed in a future version 
ro.sync.ecss.extensions.api.access.AuthorEditorAccess.getLocationOnScreen(int, int)
          Use the getLocationOnScreenAsPoint(int x, int y) method instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getParentFrame()
          Use Workspace.getParentFrame() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getSelectedText()
          Use WSTextBasedEditorPage.getSelectedText() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getSelectionEnd()
          Use WSTextBasedEditorPage.getSelectionEnd() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getSelectionStart()
          Use WSTextBasedEditorPage.getSelectionStart() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableCellAbove(AuthorElement)
          Use AuthorTableAccess.getTableCellAbove(AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableCellAt(int, int, AuthorElement)
          Use AuthorTableAccess.getTableCellAt(int, int, AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableCellBelow(AuthorElement)
          Use AuthorTableAccess.getTableCellBelow(AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableCellIndex(AuthorElement)
          Use AuthorTableAccess.getTableCellIndex(AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableColSpanIndices(AuthorElement)
          Use AuthorTableAccess.getTableColSpanIndices(AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableNumberOfColumns(AuthorElement)
          Use AuthorTableAccess.getTableNumberOfColumns(AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableRow(int, AuthorElement)
          Use AuthorTableAccess.getTableRow(int, AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getTableRowCount(AuthorElement)
          Use AuthorTableAccess.getTableRowCount(AuthorElement) instead. 
ro.sync.ecss.extensions.api.AuthorDocumentController.getText(int, int)
          Use the API based on the AuthorNode to get only the displayed text without mark-up markers. 
ro.sync.ecss.extensions.api.AuthorDocumentController.getTextContentLength()
          Use the API based on the AuthorNode to get the length of the displayed text only, without mark-up markers. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.getWordAtCaret()
          Use WSTextBasedEditorPage.getWordAtCaret() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.hasSelection()
          Use WSTextBasedEditorPage.hasSelection() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.inInlineContext(int)
          Use AuthorDocumentController.inInlineContext(int) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.insertMultipleElements(AuthorElement, String[], int[], String)
          Use AuthorDocumentController.insertMultipleElements(AuthorElement, String[], int[], String) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.insertText(String, int)
          Use AuthorDocumentController.insertText(int, String) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.insertXMLFragment(String, int)
          Use AuthorDocumentController.insertXMLFragment(String, int) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.insertXMLFragment(String, String, String)
          Use AuthorDocumentController.insertXMLFragment(String, String, String) instead. 
ro.sync.ecss.extensions.api.DocumentContentChangedEvent.isSimpleTextEdit()
          Use DocumentContentChangedEvent.getType() to determine the type of edit. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.isStandalone()
          Use Workspace.isStandalone() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.isTrackingChanges()
          Use AuthorChangeTrackingController.isTrackingChanges() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.locateFile(URL)
          Use UtilAccess.locateFile(URL) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.makeRelative(URL, URL)
          Use UtilAccess.makeRelative(URL, URL) instead. 
ro.sync.ecss.extensions.api.access.AuthorEditorAccess.modelToView(int)
          use modelToViewRectangle(int offset) instead 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.multipleDelete(AuthorElement, int[], int[])
          Use AuthorDocumentController.multipleDelete(AuthorElement, int[], int[]) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.newNonValidatingXMLReader()
          Use AuthorUtilAccess.newNonValidatingXMLReader() instead. 
ro.sync.ecss.extensions.api.access.AuthorUtilAccess.newNonValidatingXMLReader()
          Use the method from the AuthorXMLUtilAccess class. 
ro.sync.ecss.extensions.api.access.AuthorWorkspaceAccess.open(File)
          Use Workspace.open(URL) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.removeAuthorListener(AuthorListener)
          Use AuthorDocumentController.removeAuthorListener(AuthorListener) intead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.removeClonedElementAttribute(AuthorElement, String)
          Use AuthorElement.removeAttribute(String) instead. 
ro.sync.ecss.extensions.api.access.AuthorUtilAccess.resetXMLCatalogs()
          Use the method from the AuthorXMLUtilAccess class. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.resolvePath(URL, String, boolean, boolean)
          Use AuthorUtilAccess.resolvePath(URL, String, boolean, boolean) instead. 
ro.sync.ecss.extensions.api.access.AuthorUtilAccess.resolvePath(URL, String, boolean, boolean)
          Use the method from the AuthorXMLUtilAccess class. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.select(int, int)
          Use WSTextBasedEditorPage.select(int, int) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.selectWord()
          Use WSTextBasedEditorPage.selectWord() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.setCaretPosition(int)
          Use WSTextBasedEditorPage.setCaretPosition(int) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.setClonedElementAttribute(AuthorElement, String, AttrValue)
          Use AuthorElement.setAttribute(String, AttrValue) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.showConfirmDialog(String, String, String[], int[])
          Use Workspace.showConfirmDialog(String, String, String[], int[]) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.showErrorMessage(String)
          Use Workspace.showErrorMessage(String) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.surroundInFragment(String, int, int)
          Use AuthorDocumentController.surroundInFragment(String, int, int) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.surroundInText(String, String, int, int)
          Use AuthorDocumentController.surroundInText(String, String, int, int) instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.toggleTrackChanges()
          Use AuthorChangeTrackingController.toggleTrackChanges() instead. 
ro.sync.ecss.extensions.api.AuthorAccessDeprecated.viewToModel(int, int)
          Use WSAuthorEditorPageBase.viewToModel(int, int) instead. 
 


Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.