org.thymeleaf.templateparser.xmldom
Class AbstractValidatingDOMTemplateParser
Object
org.thymeleaf.templateparser.xmldom.AbstractNonValidatingDOMTemplateParser
org.thymeleaf.templateparser.xmldom.AbstractValidatingDOMTemplateParser
- All Implemented Interfaces:
- ITemplateParser
- Direct Known Subclasses:
- XhtmlValidatingDOMTemplateParser, XmlValidatingDOMTemplateParser
Deprecated. DOM parsers are not supported anymore. Use SAX equivalents instead. Will be removed in 3.0.
@Deprecated
public abstract class AbstractValidatingDOMTemplateParser
- extends AbstractNonValidatingDOMTemplateParser
Parses XML documents, using a standard validating DOM parser.
This implementation first builds a DOM tree using the
standard DOM API, and then translates this tree into a
Thymeleaf-specific one. It also populates tree nodes with
basic location information (document name only).
- Since:
- 2.0.0
- Author:
- Daniel Fernández
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractValidatingDOMTemplateParser
protected AbstractValidatingDOMTemplateParser(int poolSize)
- Deprecated.
getPool
protected ResourcePool<javax.xml.parsers.DocumentBuilder> getPool()
- Deprecated.
- Overrides:
getPool
in class AbstractNonValidatingDOMTemplateParser
shouldAddThymeleafRootToParser
protected boolean shouldAddThymeleafRootToParser()
- Deprecated.
- Overrides:
shouldAddThymeleafRootToParser
in class AbstractNonValidatingDOMTemplateParser
Copyright © 2013 The THYMELEAF team. All Rights Reserved.