Class FastPageParser.Tag

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

private class FastPageParser.Tag extends Object
  • Field Details

    • nameEndIdx

      public int nameEndIdx
    • properties

      public Map properties
  • Constructor Details

    • Tag

      private Tag()
  • Method Details

    • addProperty

      public void addProperty(String name, 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.