- hashCode() - Method in class org.jamplate.impl.model.FileDocument
-
- hashCode() - Method in class org.jamplate.impl.model.PseudoDocument
-
- hashCode() - Method in interface org.jamplate.model.Document
-
Calculate the hash code of this document.
- hashCode() - Method in class org.jamplate.model.Reference
-
The hash code of a reference is calculated as follows.
- hashCode() - Method in class org.jamplate.model.Tree
-
- hierarchy(File) - Static method in class org.jamplate.impl.model.FileDocument
-
Return an array of all the document in the hierarchy of the given file
(including itself).
- HierarchyParser - Class in org.jamplate.impl.parser
-
A parser that attempt to parse every tree in the hierarchy of the tree provided to it
(including the tree itself) and parses using another parser.
- HierarchyParser(Parser) - Constructor for class org.jamplate.impl.parser.HierarchyParser
-
Construct a new hierarchy parser that uses the given parser
.
- hierarchySet(File) - Static method in class org.jamplate.impl.model.FileDocument
-
Return a set of all the document in the hierarchy of the given file
(including itself).