| java.lang.Object freemarker.ext.dom.NodeModel freemarker.ext.dom.ElementModel
get | public TemplateModel get(String key) throws TemplateModelException(Code) | | An Element node supports various hash keys.
Any key that corresponds to the tag name of any child elements
returns a sequence of those elements. The special key "*" returns
all the element's direct children.
The "**" key return all the element's descendants in the order they
occur in the document.
Any key starting with '@' is taken to be the name of an element attribute.
The special key "@@" returns a hash of all the element's attributes.
The special key "/" returns the root document node associated with this element.
|
isEmpty | public boolean isEmpty()(Code) | | |
Methods inherited from freemarker.ext.dom.NodeModel | public boolean equals(Object other)(Code)(Java Doc) public TemplateModel exec(List args) throws TemplateModelException(Code)(Java Doc) public TemplateModel get(String key) throws TemplateModelException(Code)(Java Doc) final public TemplateModel get(int i)(Code)(Java Doc) public Object getAdaptedObject(Class hint)(Code)(Java Doc) public TemplateSequenceModel getChildNodes()(Code)(Java Doc) public static DocumentBuilderFactory getDocumentBuilderFactory()(Code)(Java Doc) NodeModel getDocumentNodeModel()(Code)(Java Doc) public Node getNode()(Code)(Java Doc) public String getNodeNamespace()(Code)(Java Doc) final public String getNodeType() throws TemplateModelException(Code)(Java Doc) public TemplateNodeModel getParentNode()(Code)(Java Doc) String getQualifiedName() throws TemplateModelException(Code)(Java Doc) public Object getWrappedObject()(Code)(Java Doc) XPathSupport getXPathSupport()(Code)(Java Doc) public static Class getXPathSupportClass()(Code)(Java Doc) final public int hashCode()(Code)(Java Doc) public static void mergeAdjacentText(Node node)(Code)(Java Doc) public static NodeModel parse(InputSource is, boolean removeComments, boolean removePIs) throws SAXException, IOException, ParserConfigurationException(Code)(Java Doc) public static NodeModel parse(InputSource is) throws SAXException, IOException, ParserConfigurationException(Code)(Java Doc) public static NodeModel parse(File f, boolean removeComments, boolean removePIs) throws SAXException, IOException, ParserConfigurationException(Code)(Java Doc) public static NodeModel parse(File f) throws SAXException, IOException, ParserConfigurationException(Code)(Java Doc) public static void removeComments(Node node)(Code)(Java Doc) public static void removePIs(Node node)(Code)(Java Doc) public static void setDocumentBuilderFactory(DocumentBuilderFactory docBuilderFactory)(Code)(Java Doc) public static void setErrorHandler(ErrorHandler errorHandler)(Code)(Java Doc) public static void setXPathSupportClass(Class cl)(Code)(Java Doc) public static void simplify(Node node)(Code)(Java Doc) final public int size()(Code)(Java Doc) public static void useDefaultXPathSupport()(Code)(Java Doc) public static void useJaxenXPathSupport() throws Exception(Code)(Java Doc) public static void useXalanXPathSupport() throws Exception(Code)(Java Doc) public static NodeModel wrap(Node node)(Code)(Java Doc)
|
|
|