|
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 ValidateXMLCookie
Validate XML document entity (in polyform manner).
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.0Method Summary | |
---|---|
boolean |
validateXML(CookieObserver observer)
Validate XML document entity. |
Method Detail |
---|
boolean validateXML(CookieObserver observer)
observer
- Optional listener (null
allowed)
giving judgement details via XMLProcessorDetail
s.
|
org.netbeans.api.xml/1 1.14 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |