org.netbeans.api.xml.cookies
public interface ValidateXMLCookie extends Node.Cookie
Implemenmtation must follow XML 1.0 specification for processors conformance. It is allowed to extend the contract to support domain specifics semantics checks (i.e. XML Schema). It must not change UI state.
It should be gracefully served by all data objects and explorer nodes representing validateable XML resources.
CheckXMLCookie
,
XML 1.0Modifier and Type | Method and Description |
---|---|
boolean |
validateXML(CookieObserver observer)
Validate XML document entity.
|
boolean validateXML(CookieObserver observer)
observer
- Optional listener (null
allowed)
giving judgement details via XMLProcessorDetail
s.Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.