org.exist.util.serializer
Class AttrList
java.lang.Object
org.exist.util.serializer.AttrList
- public class AttrList
- extends java.lang.Object
Represents a list of attributes. Each attribute is defined by
a QName and a value. Instances
of this class can be passed to
Receiver.startElement(QName, AttrList).
- Author:
- wolf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
names
protected QName[] names
values
protected java.lang.String[] values
size
protected int size
AttrList
public AttrList()
addAttribute
public void addAttribute(QName name,
java.lang.String value)
getLength
public int getLength()
getQName
public QName getQName(int pos)
getValue
public java.lang.String getValue(int pos)
getValue
public java.lang.String getValue(QName name)
<oXygen/>
XML Editor
provides support for editing and debugging XQuery
expressions against the eXist XML Database.