Class FastPageParser.Tag

  • Enclosing class:
    FastPageParser

    private class FastPageParser.Tag
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int nameEndIdx  
      java.util.Map properties  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Tag()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • Tag

        private 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.