Uses of Class
freemarker.ext.dom.NodeModel
Packages that use NodeModel
Package
Description
Exposes DOM XML nodes to templates as easily traversable trees;
see in the Manual.
-
Uses of NodeModel in freemarker.ext.dom
Methods in freemarker.ext.dom that return NodeModelModifier and TypeMethodDescriptionstatic NodeModelSame asparse(source, true, true), but loads from aFile; don't miss the security warnings documented there.static NodeModelSame asparse(InputSource, boolean, boolean), but loads from aFile; don't miss the security warnings documented there.static NodeModelNodeModel.parse(InputSource is) Same asparse(is, true, true); don't miss the security warnings documented there.static NodeModelNodeModel.parse(InputSource is, boolean removeComments, boolean removePIs) Convenience method to create aNodeModelfrom a SAXInputSource; please see the security warning further down.static NodeModel