Uses of Interface
wicket.protocol.http.documentvalidation.DocumentElement

Packages that use DocumentElement
wicket.protocol.http.documentvalidation Test support for the HTTP implementation. 
 

Uses of DocumentElement in wicket.protocol.http.documentvalidation
 

Classes in wicket.protocol.http.documentvalidation that implement DocumentElement
 class Comment
          Class representing a comment in an HTML document.
 class Tag
          Class representing an element in a document.
 class TextContent
          Class representing text content that can appear within an element.
 

Methods in wicket.protocol.http.documentvalidation with parameters of type DocumentElement
 Tag Tag.addExpectedChild(DocumentElement e)
          Add an expected child to this tag.
 void HtmlDocumentValidator.addRootElement(DocumentElement e)
          Add a root element to the validator.
 



Copyright © 2004-2005 Wicket developers. All Rights Reserved.