308309310311312313314315316317318
final SetFactory<String> rootsFactory = SetFactory.start(); operation.visit ( "RootElements/Name", new PropertyVisitor() { @Override public boolean visit( final Value<?> property ) { rootsFactory.add( property.text() );
9293949596979899100101102
if( ! element.disposed() ) { element.visit ( this.path, new PropertyVisitor() { @Override public boolean visit( final Value<?> property ) { final String text = property.text();