org.exist.util.serializer
Class AttrList
java.lang.Object
org.exist.util.serializer.AttrList
public class AttrList
- extends 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
AttrList
public AttrList()
addAttribute
public void addAttribute(QName name,
String value)
addAttribute
public void addAttribute(QName name,
String value,
int attrType)
getLength
public int getLength()
getQName
public QName getQName(int pos)
getValue
public String getValue(int pos)
getValue
public String getValue(QName name)
getType
public int getType(int pos)
Copyright (C) Wolfgang Meier. All rights reserved.