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

CheckXMLCookie (XML Tools API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.xml/1 1.14

org.netbeans.api.xml.cookies
Interface CheckXMLCookie

All Superinterfaces:
Node.Cookie
All Known Implementing Classes:
CheckXMLSupport

public interface CheckXMLCookie
extends Node.Cookie

Fast (and preferably standalone mode) XML parsed entity syntax checker.

Implemenmtation should follow XML specification for non-validating processors. Implementation is allowed to support any XML parsed entities. It must not change UI state.

It should be gracefully served by all data objects and explorer nodes representing non-validateable XML resources.

See Also:
ValidateXMLCookie, XML 1.0

Method Summary
 boolean checkXML(CookieObserver observer)
          Check XML parsed entity for syntax wellformedness.
 

Method Detail

checkXML

boolean checkXML(CookieObserver observer)
Check XML parsed entity for syntax wellformedness.

Parameters:
observer - optional listener (null allowed) giving judgement details via XMLProcessorDetails.
Returns:
true if syntax check passes

org.netbeans.api.xml/1 1.14

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