com.cc.framework.util.parser
Class HtmlParser.Attribute

java.lang.Object
  extended bycom.cc.framework.util.parser.HtmlParser.Attribute
Enclosing class:
HtmlParser

private static class HtmlParser.Attribute
extends java.lang.Object

A single Attribute definition


Field Summary
private  java.lang.String name
          The attribute name
private  java.lang.String value
          optional attribute value
private  java.lang.String whitespace
          Leading whitespace characters
 
Constructor Summary
HtmlParser.Attribute(java.lang.String name, java.lang.String value, java.lang.String whitespace)
          Constructor
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 java.lang.String getWhitespace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

whitespace

private java.lang.String whitespace
Leading whitespace characters


name

private java.lang.String name
The attribute name


value

private java.lang.String value
optional attribute value

Constructor Detail

HtmlParser.Attribute

public HtmlParser.Attribute(java.lang.String name,
                            java.lang.String value,
                            java.lang.String whitespace)
Constructor

Parameters:
name - the attribute name
value - optional attribute value
whitespace - leading whitespace characters
Method Detail

getName

public java.lang.String getName()
Returns:
the name

getValue

public java.lang.String getValue()
Returns:
the value

getWhitespace

public java.lang.String getWhitespace()
Returns:
returns the leading whitespace characters


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