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.0| Modifier 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 XMLProcessorDetails.true if syntax check passesBuilt on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.