Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


org.eclipse.emf.validation.xml
Interface IXmlConstraintParser

All Superinterfaces:
IConstraintParser

Deprecated. Use the IParameterizedConstraintParser interface, instead. Note that the provided implementations of this interface (for OCL, Java, and EMF languages) also implement IParameterizedConstraintParser.



@Deprecated
public interface IXmlConstraintParser
extends IConstraintParser

Interface implemented by objects that know how to create the constraint implementation described by a constraint descriptor.

This interface is intended to be implemented by plug-ins that supply constraint parsers via the constraintParsers extension point.


Method Summary
  IModelConstraint parseConstraint ( IXmlConstraintDescriptor descriptor)
          Deprecated. Parses the XML content of a constraint descriptor to create an implementation of the model constraint interface.
 

Method Detail

parseConstraint


IModelConstraint parseConstraint(
IXmlConstraintDescriptor descriptor)
                                 throws 
ConstraintParserException
Deprecated. 
Parses the XML content of a constraint descriptor to create an implementation of the model constraint interface.

Parameters:
descriptor - the constraint descriptor containing XML data in the form of IConfigurationElements
Returns:
a constraint, if one can be created
Throws:
ConstraintParserException - if a constraint cannot be created from this descriptor

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire