Oxygen XML Editor 14.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

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

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