|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Atts | |
|---|---|
| org.basex.build | Contains classes for creating new database instances. |
| org.basex.data | Contains BaseX data types, including the
internal table representation in the Data class. |
| org.basex.query.xquery.expr | Contains XQuery 1.0 expressions. |
| org.basex.query.xquery.item | Contains XQuery 1.0 data types. |
| org.basex.query.xquery.util | Contains XQuery utility classes. |
| org.basex.util | Provides utility classes. |
| Uses of Atts in org.basex.build |
|---|
| Fields in org.basex.build declared as Atts | |
|---|---|
Atts |
Parser.atts
Temporary attribute array. |
| Methods in org.basex.build with parameters of type Atts | |
|---|---|
void |
Builder.emptyElem(byte[] tag,
Atts att)
Stores an empty element. |
void |
Builder.nodeAndText(byte[] tag,
Atts att,
byte[] txt)
Convenience method for adding an element and text node. |
int |
Builder.startElem(byte[] tag,
Atts att)
Opens a new element node. |
| Uses of Atts in org.basex.data |
|---|
| Fields in org.basex.data declared as Atts | |
|---|---|
Atts |
Serializer.ns
Namespaces. |
| Uses of Atts in org.basex.query.xquery.expr |
|---|
| Constructors in org.basex.query.xquery.expr with parameters of type Atts | |
|---|---|
CElem(Expr t,
Expr[] cont,
Atts ns)
Constructor. |
|
| Uses of Atts in org.basex.query.xquery.item |
|---|
| Methods in org.basex.query.xquery.item that return Atts | |
|---|---|
Atts |
Nod.ns()
Returns a namespace array. |
Atts |
FElem.ns()
|
Atts |
DNode.ns()
|
| Constructors in org.basex.query.xquery.item with parameters of type Atts | |
|---|---|
FElem(QNm n,
NodIter ch,
NodIter at,
byte[] b,
Atts ns,
Nod p)
Constructor. |
|
| Uses of Atts in org.basex.query.xquery.util |
|---|
| Fields in org.basex.query.xquery.util declared as Atts | |
|---|---|
Atts |
NSLocal.atts
Namespaces. |
| Uses of Atts in org.basex.util |
|---|
| Methods in org.basex.util that return Atts | |
|---|---|
Atts |
Atts.add(byte[] k,
byte[] v)
Adds next value. |
Atts |
Atts.reset()
Resets the integer list. |
Atts |
Atts.set(byte[] k,
byte[] v)
Sets the specified value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||