Class HTMLChunkImpl

  • Direct Known Subclasses:
    HTMLPageImpl

    public class HTMLChunkImpl
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String content  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected HTMLChunkImpl()  
      protected HTMLChunkImpl​(java.lang.String _content)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContent()  
      protected java.lang.String[] getTags​(java.lang.String tag_name)
      this just returns the tags themselves.
      protected void setContent​(java.lang.String str)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • content

        java.lang.String content
    • Constructor Detail

      • HTMLChunkImpl

        protected HTMLChunkImpl()
      • HTMLChunkImpl

        protected HTMLChunkImpl​(java.lang.String _content)
    • Method Detail

      • setContent

        protected void setContent​(java.lang.String str)
      • getTags

        protected java.lang.String[] getTags​(java.lang.String tag_name)
        this just returns the tags themselves.
        Parameters:
        tag -
        Returns:
      • getContent

        public java.lang.String getContent()