HTMLchunk Methods
From Majestic12
The methods of the HTMLchunk class are listed below. For a complete list of HTMLchunk class members, see the HTMLchunk Members topic.
Public Static Methods
| Makes parameter value safe to be used in param - this will check for any conflicting quote chars, but not full entity-encoding |
Public Instance Methods
| Adds tag parameter to the chunk | |
| Clears chunk preparing it for | |
| This function will convert parameters stored in sParams/sValues arrays into oParams hash Useful if generally parsing is done when bHashMode is FALSE. Hash operations are not the fastest, so its best not to use this function. | |
| Determines whether the specified Object is equal to the current Object. | |
| Generates HTML based on current chunk's data Note: this is not a high performance method and if you want ORIGINAL HTML that was parsed to create this chunk then use relevant HTMLparser method to obtain such HTML | |
| Generates HTML for param/value pair | |
| Generates HTML for params in this chunk | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Returns value of a parameter | |
| Gets the Type of the current instance. | |
| Sets encoding to be used for conversion of binary data into string | |
| 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
HTMLchunk Class | Majestic12 Namespace