com.berryworks.edireader
Class EDIAttributes

java.lang.Object
  extended by org.xml.sax.helpers.AttributesImpl
      extended by com.berryworks.edireader.EDIAttributes
All Implemented Interfaces:
org.xml.sax.Attributes

public class EDIAttributes
extends org.xml.sax.helpers.AttributesImpl

Provide convenience methods to simplify the construction of XML attributes.


Constructor Summary
EDIAttributes()
           
EDIAttributes(org.xml.sax.Attributes fromAttributes)
           
 
Method Summary
 void addCDATA(java.lang.String name, int value)
           
 void addCDATA(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class org.xml.sax.helpers.AttributesImpl
addAttribute, clear, getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue, removeAttribute, setAttribute, setAttributes, setLocalName, setQName, setType, setURI, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EDIAttributes

public EDIAttributes()

EDIAttributes

public EDIAttributes(org.xml.sax.Attributes fromAttributes)
Method Detail

addCDATA

public void addCDATA(java.lang.String name,
                     java.lang.String value)

addCDATA

public void addCDATA(java.lang.String name,
                     int value)