jd.xml.xpath.model.build
Class ElementInfo

java.lang.Object
  extended byjd.xml.xpath.model.build.ElementInfo

public class ElementInfo
extends Object

A helper class to pass information about a parsed element to the ModelBuilder.


Field Summary
 int attrCount
           
 NodeName[] attrNames
           
 String[] attrValues
           
 String idValue
           
 NodeName name
           
 boolean preserveSpace
           
 
Constructor Summary
ElementInfo()
           
 
Method Summary
 void addAttribute(NodeName name, String value, String type)
           
 void ensureAttrCapacity(int count)
           
 void setName(NodeName name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public NodeName name

attrCount

public int attrCount

attrNames

public NodeName[] attrNames

attrValues

public String[] attrValues

idValue

public String idValue

preserveSpace

public boolean preserveSpace
Constructor Detail

ElementInfo

public ElementInfo()
Method Detail

ensureAttrCapacity

public void ensureAttrCapacity(int count)

setName

public void setName(NodeName name)

addAttribute

public void addAttribute(NodeName name,
                         String value,
                         String type)