org.netbeans.api.xml.cookies |
XML data objects polymorphism cookies.
XML Tools Cookies API
XML tools API supports XML polymorfic nature by defining a set of XML related
cookies.
This approach allows to define actual data object independent actions etc.
No UI Interaction Pattern
Most XML cookie interfaces use no UI interaction pattern.
It means that a cookie specification states that its implementation cannot
change UI state. UI is responsibity of cookie client that is
supported by the cookie with provided notification interface.
Plans
Once a MDR will be ready we can add model access cookies if not covered by
MDR integration module.
|
Java Source File Name | Type | Comment |
CheckXMLCookie.java | Interface | Fast (and preferably standalone mode) XML parsed entity syntax checker.
Implemenmtation should follow XML specification for non-validating
processors. |
CookieMessage.java | Class | Extensible and immutable CookieObserver message. |
CookieObserver.java | Interface | Cookie observer interface. |
TransformableCookie.java | Interface | Transform this object by XSL Transformation. |
ValidateXMLCookie.java | Interface | Validate XML document entity (in polyform manner).
Implemenmtation must follow XML 1.0 specification for processors
conformance. |
XMLProcessorDetail.java | Class | It is structured XML processor
CookieMessage detail. |