org.netbeans.api.xml.cookies
public interface CheckXMLCookie extends Node.Cookie
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.
ValidateXMLCookie
,
XML 1.0Modifier and Type | Method and Description |
---|---|
boolean |
checkXML(CookieObserver observer)
Check XML parsed entity for syntax wellformedness.
|
boolean checkXML(CookieObserver observer)
observer
- optional listener (null
allowed)
giving judgement details via XMLProcessorDetail
s.true
if syntax check passesBuilt on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.