|
org.netbeans.api.xml/1 1.14 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CheckXMLCookie
Fast (and preferably standalone mode) XML parsed entity syntax checker.
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.0Method Summary | |
---|---|
boolean |
checkXML(CookieObserver observer)
Check XML parsed entity for syntax wellformedness. |
Method Detail |
---|
boolean checkXML(CookieObserver observer)
observer
- optional listener (null
allowed)
giving judgement details via XMLProcessorDetail
s.
true
if syntax check passes
|
org.netbeans.api.xml/1 1.14 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |