public interface IUnknownFeatureHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleUnknownFeature(java.lang.String pPrefix,
java.lang.String pName,
boolean pIsElement,
org.eclipse.emf.ecore.EObject pPeekObject,
java.lang.String pValue)
Attempts to handle the unknown feature e.g.
|
boolean handleUnknownFeature(java.lang.String pPrefix,
java.lang.String pName,
boolean pIsElement,
org.eclipse.emf.ecore.EObject pPeekObject,
java.lang.String pValue)
XMLHandler and won't be serialized again.pPrefix - feature prefixpName - feature namepIsElement - whether the peek object is an elementpPeekObject - the object that is currently parsedpValue - the feature valuetrue if the feature was handled and can now be
ignored. Returning false will cause an unknown
feature exception to be thrown (which may lead to a model
conversion attempt)Copyright © 2015 Micro Focus GmbH. All rights reserved.