Uses of Class
org.thymeleaf.dom.Element.RepresentationInTemplate

Packages that use Element.RepresentationInTemplate
org.thymeleaf.dom   
 

Uses of Element.RepresentationInTemplate in org.thymeleaf.dom
 

Methods in org.thymeleaf.dom that return Element.RepresentationInTemplate
 Element.RepresentationInTemplate Element.getRepresentationInTemplate()
           Optionally specifies whether this element is written at the original document as a standalone element, an open element with a closing tag, or just an open element (non-XML-well-formed).
static Element.RepresentationInTemplate Element.RepresentationInTemplate.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Element.RepresentationInTemplate[] Element.RepresentationInTemplate.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.thymeleaf.dom with parameters of type Element.RepresentationInTemplate
 void Element.setRepresentationInTemplate(Element.RepresentationInTemplate representationInTemplate)
           Sets a new value to the 'representationInTemplate' property.
 

Constructors in org.thymeleaf.dom with parameters of type Element.RepresentationInTemplate
Element(String name, Element.RepresentationInTemplate representationInTemplate)
           
Element(String name, String documentName, Element.RepresentationInTemplate representationInTemplate)
           
Element(String name, String documentName, Integer lineNumber, Element.RepresentationInTemplate representationInTemplate)
           
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.