Oxygen XML Editor 15.0 Author API

ro.sync.contentcompletion.xml
Class SchemaManagerFilterBase

java.lang.Object
  extended by ro.sync.contentcompletion.xml.SchemaManagerFilterBase
All Implemented Interfaces:
SchemaManagerFilter, ro.sync.ecss.extensions.api.Extension
Direct Known Subclasses:
StyleGuideSchemaManagerFilterBase

@API(type=EXTENDABLE,
     src=PUBLIC)
public abstract class SchemaManagerFilterBase
extends java.lang.Object
implements SchemaManagerFilter

Base class for objects used to filter the editor content completion schema manager proposals. This should be implemented if the list of content completion proposals must be filtered based on some criteria or some new entries need to be added.

Since:
15

*********************************
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
SchemaManagerFilterBase()
           
 
Method Summary
 ro.sync.contentcompletion.xml.CIElement getElementDescription(ro.sync.contentcompletion.xml.CIElement element, ro.sync.contentcompletion.xml.Context ctxt)
          Get an element's description in a certain context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ro.sync.contentcompletion.xml.SchemaManagerFilter
filterAttributes, filterAttributeValues, filterElements, filterElementValues
 
Methods inherited from interface ro.sync.ecss.extensions.api.Extension
getDescription
 

Constructor Detail

SchemaManagerFilterBase

public SchemaManagerFilterBase()
Method Detail

getElementDescription

public ro.sync.contentcompletion.xml.CIElement getElementDescription(ro.sync.contentcompletion.xml.CIElement element,
                                                                     ro.sync.contentcompletion.xml.Context ctxt)
Get an element's description in a certain context.

Parameters:
element - The element description which has been computed in the context by the default schema manager implementation.
ctxt - The context.
Returns:
The element description which could be changed by this implementation or the same description.

Oxygen XML Editor 15.0 Author API

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