com.opensymphony.module.sitemesh.parser
Class FastPageParser.Tag

java.lang.Object
  extended by com.opensymphony.module.sitemesh.parser.FastPageParser.Tag
Enclosing class:
FastPageParser

private class FastPageParser.Tag
extends java.lang.Object


Field Summary
 int nameEndIdx
           
 java.util.Map properties
           
 
Constructor Summary
private FastPageParser.Tag()
           
 
Method Summary
 void addProperty(java.lang.String name, java.lang.String value)
          Adds a name/value property pair to this tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameEndIdx

public int nameEndIdx

properties

public java.util.Map properties
Constructor Detail

FastPageParser.Tag

private FastPageParser.Tag()
Method Detail

addProperty

public void addProperty(java.lang.String name,
                        java.lang.String value)
Adds a name/value property pair to this tag. Each property that is added represents a property that was parsed from the tag's HTML.


www.opensymphony.com/sitemesh/