Uses of Interface
org.xembly.Directive
-
-
Uses of Directive in org.xembly
Methods in org.xembly that return types with arguments of type Directive Modifier and Type Method Description static Iterable<Directive>Directives. copyOf(Node node)Create a collection of directives, which can create a copy of provided node.Iterator<Directive>Directives. iterator()Method parameters in org.xembly with type arguments of type Directive Modifier and Type Method Description DirectivesDirectives. append(Iterable<Directive> dirs)Append all directives.Constructor parameters in org.xembly with type arguments of type Directive Constructor Description Directives(Iterable<Directive> dirs)Public ctor.Xembler(Iterable<Directive> dirs)Public ctor.Xembler(Iterable<Directive> directives, Transformers transformers)Public ctor.
-