Ejemplo n.º 1
0
 /* (non-Javadoc)
  * @see com.itextpdf.styledxmlparser.html.node.IElementNode#getAttribute(java.lang.String)
  */
 public virtual String GetAttribute(String key)
 {
     return(attributes.GetAttribute(key));
 }