Package groovy.util.slurpersupport
Class NodeParents
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.util.slurpersupport.GPathResult
groovy.util.slurpersupport.NodeChildren
groovy.util.slurpersupport.NodeParents
- All Implemented Interfaces:
- Buildable,- GroovyObject,- Writable,- java.lang.Iterable
@Deprecated public class NodeParents extends NodeChildren
Deprecated.
Lazy evaluated representation of parent nodes without duplicates
- 
Field SummaryFields inherited from class groovy.util.slurpersupport.GPathResultname, namespaceMap, namespacePrefix, namespaceTagHints, parent
- 
Constructor SummaryConstructors Constructor Description NodeParents(GPathResult parent, java.util.Map<java.lang.String,java.lang.String> namespaceTagHints)Deprecated.
- 
Method SummaryModifier and Type Method Description java.util.IteratornodeIterator()Deprecated.Methods inherited from class groovy.util.slurpersupport.NodeChildrenappendNode, build, childNodes, find, findAll, iterator, parents, replaceBody, replaceNode, size, text, writeToMethods inherited from class groovy.util.slurpersupport.GPathResultbreadthFirst, children, createIterator, declareNamespace, depthFirst, equals, getAt, getAt, getBody, getProperty, hashCode, isEmpty, leftShift, list, lookupNamespace, name, parent, plus, pop, putAt, setMetaClass, setProperty, toBigDecimal, toBigInteger, toBoolean, toDouble, toFloat, toInteger, toLong, toString, toURI, toURLMethods inherited from class groovy.lang.GroovyObjectSupportgetMetaClassMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObjectinvokeMethodMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
NodeParentspublic NodeParents(GPathResult parent, java.util.Map<java.lang.String,java.lang.String> namespaceTagHints)Deprecated.- Parameters:
- parent- the GPathResult prior to the application of the expression creating this GPathResult
- namespaceTagHints- the known tag to namespace mappings
 
 
- 
- 
Method Details- 
nodeIteratorpublic java.util.Iterator nodeIterator()Deprecated.- Overrides:
- nodeIteratorin class- NodeChildren
 
 
-