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.0| Modifier 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 XMLProcessorDetails.Built on August 25 2014. | Portions Copyright 1997-2014 Oracle. All rights reserved.