Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » xml » [javadoc | source]
com.lowagie.text.xml
class: TagMap.AttributeHandler [javadoc | source]
java.lang.Object
   org.xml.sax.helpers.DefaultHandler
      com.lowagie.text.xml.TagMap$AttributeHandler

All Implemented Interfaces:
    ErrorHandler, EntityResolver, ContentHandler, DTDHandler

Field Summary
public static final  String TAG    This is a tag 
public static final  String ATTRIBUTE    This is a tag 
public static final  String NAME    This is an attribute 
public static final  String ALIAS    This is an attribute 
public static final  String VALUE    This is an attribute 
public static final  String CONTENT    This is an attribute 
Constructor:
 public AttributeHandler(HashMap tagMap) 
    Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document-object.
    Parameters:
    tagMap - A Hashmap containing XmlPeer-objects
Method from com.lowagie.text.xml.TagMap$AttributeHandler Summary:
characters,   endElement,   ignorableWhitespace,   startElement
Methods from org.xml.sax.helpers.DefaultHandler:
characters,   endDocument,   endElement,   endPrefixMapping,   error,   fatalError,   ignorableWhitespace,   notationDecl,   processingInstruction,   resolveEntity,   setDocumentLocator,   skippedEntity,   startDocument,   startElement,   startPrefixMapping,   unparsedEntityDecl,   warning
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.xml.TagMap$AttributeHandler Detail:
 public  void characters(char[] ch,
    int start,
    int length) 
    This method gets called when characters are encountered.
 public  void endElement(String uri,
    String lname,
    String tag) 
    This method gets called when an end tag is encountered.
 public  void ignorableWhitespace(char[] ch,
    int start,
    int length) 
    This method gets called when ignorable white space encountered.
 public  void startElement(String uri,
    String lname,
    String tag,
    Attributes attrs) 
    This method gets called when a start tag is encountered.