jd.xml.xpath.model.build
Class ElementInfo
java.lang.Object
jd.xml.xpath.model.build.ElementInfo
- public class ElementInfo
- extends Object
A helper class to pass information about a parsed element to
the ModelBuilder.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public NodeName name
attrCount
public int attrCount
attrNames
public NodeName[] attrNames
attrValues
public String[] attrValues
idValue
public String idValue
preserveSpace
public boolean preserveSpace
ElementInfo
public ElementInfo()
ensureAttrCapacity
public void ensureAttrCapacity(int count)
setName
public void setName(NodeName name)
addAttribute
public void addAttribute(NodeName name,
String value,
String type)