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 August 25 2014. | Portions Copyright 1997-2014 Oracle. All rights reserved.