public class CPluginCustomization
extends java.lang.Object
Plugins.| Modifier and Type | Field | Description |
|---|---|---|
org.w3c.dom.Element |
element |
The annotation found in a schema (or in an external binding file.)
Always non-null.
|
org.xml.sax.Locator |
locator |
The source location where this customization is placed.
|
| Constructor | Description |
|---|---|
CPluginCustomization(org.w3c.dom.Element element,
org.xml.sax.Locator locator) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isAcknowledged() |
|
void |
markAsAcknowledged() |
When a
Plugin "uses" this annotation, call this method
to mark it. |
public final org.w3c.dom.Element element
public final org.xml.sax.Locator locator
When an error is found in this customization, this information should be used to point the user to the source of the problem. Always non-nul.
public CPluginCustomization(org.w3c.dom.Element element,
org.xml.sax.Locator locator)
public void markAsAcknowledged()
Plugin "uses" this annotation, call this method
to mark it.
CPluginCustomizations that are not marked will be
reporeted as an error to users. This allows us to catch
customizations that are not used by anybody.
public boolean isAcknowledged()
Copyright © 2017 Oracle Corporation. All rights reserved.