org.netbeans.api.xml/1 1.26.1

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.26.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.