站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

org.netbeans.api.xml.cookies (XML Tools API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.xml/1 1.14

Package org.netbeans.api.xml.cookies

XML data objects polymorphism cookies.

See:
          Description

Interface Summary
CheckXMLCookie Fast (and preferably standalone mode) XML parsed entity syntax checker.
CookieObserver Cookie observer interface.
TransformableCookie Transform this object by XSL Transformation.
ValidateXMLCookie Validate XML document entity (in polyform manner).
 

Class Summary
CookieMessage Extensible and immutable CookieObserver message.
XMLProcessorDetail It is structured XML processor CookieMessage detail.
 

Package org.netbeans.api.xml.cookies Description

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.


org.netbeans.api.xml/1 1.14

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.