public class Element extends Object implements WikittyConstants, Serializable
| Modifier and Type | Field and Description |
|---|---|
static ElementField |
ALL_FIELD |
static ElementExtension |
EXTENSION |
static ElementId |
ID |
static ElementNode |
NODE_DEPTH
utilise pour creer une condition sur la profondeur d'un noeud (root=1)
|
static ElementNode |
NODE_PATH
utilise pour creer une condition sur un noeud ou un de ses peres (le chemin d'acces a un noeud)
|
static ElementNode |
NODE_ROOT
utilise pour creer une condition sur le noeud root de l'arbre
|
protected String |
value |
FQ_FIELD_NAME_SEPARATOR, FQ_FIELD_NAME_SEPARATOR_REGEX, FQ_META_EXTENSION_SEPARATOR, FQ_META_EXTENSION_SEPARATOR_REGEXpublic static final ElementNode NODE_ROOT
public static final ElementNode NODE_PATH
public static final ElementNode NODE_DEPTH
public static final ElementId ID
public static final ElementExtension EXTENSION
public static final ElementField ALL_FIELD
protected String value
public Element()
public Element(String value)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.