Searched refs:subnode (Results 1 – 6 of 6) sorted by relevance
100 def __processElementText(self, node, subnode, isText=True): argument115 text = subnode.text116 subnode.text = None118 text = subnode.tail119 subnode.tail = None121 childResult = self.__processPlaceholders(text, subnode)123 if not isText and node is not subnode:124 pos = node.getchildren().index(subnode)125 node.remove(subnode)
111 for (Node subnode : vals) { in mergeNode()112 if (!(subnode instanceof MappingNode)) { in mergeNode()116 + subnode.getNodeId(), subnode.getStartMark()); in mergeNode()118 MappingNode mnode = (MappingNode) subnode; in mergeNode()384 for (Node subnode : snode.getValue()) { in construct()385 if (!(subnode instanceof MappingNode)) { in construct()388 + subnode.getNodeId(), subnode.getStartMark()); in construct()390 MappingNode mnode = (MappingNode) subnode; in construct()417 for (Node subnode : snode.getValue()) { in construct()418 if (!(subnode instanceof MappingNode)) { in construct()[all …]
49 Lignode subnode(int c) in subnode() method in LigatureTree.Lignode
298 for subnode in nodes:299 self.visit(subnode)
META-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
META-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...