Oxygen XML Editor 13.2 Author API

ro.sync.exml.workspace.api.editor.validation
Class ValidationProblemsFilter

java.lang.Object
  extended by ro.sync.exml.workspace.api.editor.validation.ValidationProblemsFilter

@API(type=EXTENDABLE,
     src=PUBLIC)
public class ValidationProblemsFilter
extends java.lang.Object

Filter which can be used by the user to ignore (or add) to the list of validation problems found by the validation process (manual or automatic) for a certain file.

Since:
13

*********************************
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.


Constructor Summary
ValidationProblemsFilter()
           
 
Method Summary
 void filterValidationProblems(ValidationProblems validationProblems)
          Callback received before (automatic or manual) validation problems are reported by Oxygen in the GUI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationProblemsFilter

public ValidationProblemsFilter()
Method Detail

filterValidationProblems

public void filterValidationProblems(ValidationProblems validationProblems)
Callback received before (automatic or manual) validation problems are reported by Oxygen in the GUI.

Parameters:
validationProblems - The problems found by Oxygen.

Oxygen XML Editor 13.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2012.