com.cc.framework.util.parser
Interface HtmlAttributes

All Known Implementing Classes:
HtmlParser.AttributesImpl

public interface HtmlAttributes

Attribute collection of an element

Author:
P001002

Method Summary
 java.lang.String getName(int index)
          Retrieves the attribute name for the attribute with the given index
 java.lang.String getValue(int index)
          Retrieves the attribute value for the attribute with the given index
 java.lang.String getWhitespace(int index)
           
 int size()
           
 

Method Detail

size

public int size()
Returns:
returns the number of attributes

getName

public java.lang.String getName(int index)
Retrieves the attribute name for the attribute with the given index

Parameters:
index - 0 based attribute index
Returns:
name

getValue

public java.lang.String getValue(int index)
Retrieves the attribute value for the attribute with the given index

Parameters:
index - 0 based attribute index
Returns:
value

getWhitespace

public java.lang.String getWhitespace(int index)
Parameters:
index - 0 based attribute index
Returns:
returns the leading whitespace characters


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.