The methods of the HTMLparser class are listed below. For a complete list of HTMLparser class members, see the HTMLparser Members topic.
Public Static Methods
![]() ![]() | Parses WIDTH param and calculates width |
![]() ![]() | This function will decode any entities found in a string - not fast! |
![]() ![]() | Checks if first font is bigger than the second |
![]() ![]() | Checks if first font is equal or bigger than the second |
![]() ![]() | Parses font's tag size param |
Public Instance Methods
![]() | Parses line and changes known entiry characters into proper HTML entiries |
![]() | Cleans up parser in preparation for next parsing |
![]() | Closes object and releases all allocated resources |
![]() | |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Overloaded. Initialises parses with HTML to be parsed from provided string |
![]() | Inits mini-entities mode: only "nbsp" will be converted into space, all other entities will be left as is |
![]() | Loads HTML from file |
![]() | Parses next chunk and returns it with |
![]() | Returns next tag or null if end of document, text will be ignored completely |
![]() | Resets current parsed data to start |
![]() | Sets chunk param hash mode |
![]() | Overloaded. Sets encoding |
![]() | Sets oHTML variable in a chunk to the raw HTML that was parsed for that chunk. |
![]() | Returns a String that represents the current Object. |
Protected Instance Methods
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
See Also
HTMLparser Class | Majestic12 Namespace