Searched refs:subnode (Results 1 - 6 of 6) sorted by relevance

/external/markdown/markdown/
H A Dtreeprocessors.py100 def __processElementText(self, node, subnode, isText=True):
108 * subnode: processing node
115 text = subnode.text
116 subnode.text = None
118 text = subnode.tail
119 subnode.tail = None
121 childResult = self.__processPlaceholders(text, subnode)
123 if not isText and node is not subnode:
124 pos = node.getchildren().index(subnode)
125 node.remove(subnode)
[all...]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
H A DSafeConstructor.java111 for (Node subnode : vals) {
112 if (!(subnode instanceof MappingNode)) {
116 + subnode.getNodeId(), subnode.getStartMark());
118 MappingNode mnode = (MappingNode) subnode;
384 for (Node subnode : snode.getValue()) {
385 if (!(subnode instanceof MappingNode)) {
388 + subnode.getNodeId(), subnode.getStartMark());
390 MappingNode mnode = (MappingNode) subnode;
[all...]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLigatureTree.java49 Lignode subnode(int c) method in class:LigatureTree.Lignode
/external/opencv3/3rdparty/jinja2/
H A Dcompiler.py298 for subnode in nodes:
299 self.visit(subnode)
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...

Completed in 284 milliseconds