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

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

Uses of DocumentElement in org.apache.wicket.protocol.http.documentvalidation
 

Classes in org.apache.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 org.apache.wicket.protocol.http.documentvalidation that return types with arguments of type DocumentElement
 List<DocumentElement> Tag.getExpectedChildren()
          Get the list of expected children.
 

Methods in org.apache.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-2011 Apache Software Foundation. All Rights Reserved.