org.thymeleaf.util
Class DOMUtils

Object
  extended by org.thymeleaf.util.DOMUtils

public final class DOMUtils
extends Object

Since:
1.1.2
Author:
Daniel Fernández

Method Summary
static Node extractFragmentByAttributevalue(Document document, String tagName, String attributeName, String attributeValue)
           
static Attr findAttribute(String normalizedAttrName, Element element)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

extractFragmentByAttributevalue

public static Node extractFragmentByAttributevalue(Document document,
                                                   String tagName,
                                                   String attributeName,
                                                   String attributeValue)

findAttribute

public static Attr findAttribute(String normalizedAttrName,
                                 Element element)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.