Home | History | Annotate | Download | only in xpath

Lines Matching refs:kind

22 	/** kind of the path segment */
23 private int kind;
45 * @param kind the kind of the segment
47 public XMPPathSegment(String name, int kind)
50 this.kind = kind;
55 * @return Returns the kind.
59 return kind;
64 * @param kind The kind to set.
66 public void setKind(int kind)
68 this.kind = kind;
131 switch (kind)