Uses of Class
org.gcube.data.trees.data.Nodes.Attribute

Packages that use Nodes.Attribute
org.gcube.data.trees.data   
 

Uses of Nodes.Attribute in org.gcube.data.trees.data
 

Methods in org.gcube.data.trees.data that return Nodes.Attribute
static Nodes.Attribute Nodes.a(QName name, Object v)
          Returns an Nodes.Attribute with a given name and a given value.
static Nodes.Attribute Nodes.a(String name, Object v)
          Returns an Nodes.Attribute with a given name and a given value.
 

Methods in org.gcube.data.trees.data with parameters of type Nodes.Attribute
static
<N extends Node>
N
Nodes.attr(N n, Nodes.Attribute attribute, Nodes.Attribute... attributes)
          Returns a Node annotated with one or more attributes.
static
<N extends Node>
N
Nodes.attr(N n, Nodes.Attribute attribute, Nodes.Attribute... attributes)
          Returns a Node annotated with one or more attributes.
 



Copyright © 2013. All Rights Reserved.