GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HTML::Tidy::Message(3) User Contributed Perl Documentation HTML::Tidy::Message(3)

HTML::Tidy::Message - Message object for the Tidy functionality

See HTML::Tidy for all the gory details.

None. It's all object-based.

Almost everything is an accessor.

Create an object. It's not very exciting.

Returns a formatted string that describes where in the file the error has occurred.

For example,

    (14:23)

for line 14, column 23.

The terrible thing about this function is that it's both a plain ol' formatting function as in

    my $str = where( 14, 23 );

AND it's an object method, as in:

    my $str = $error->where();

I don't know what I was thinking when I set it up this way, but it's bad practice.

Returns a nicely-formatted string for printing out to stdout or some similar user thing.

Returns the filename of the error, as set by the caller.

Returns the type of the error. This will either be "TIDY_ERROR", or "TIDY_WARNING".

Returns the line number of the error, or 0 if there isn't an applicable line number.

Returns the column number, or 0 if there isn't an applicable column number.

Returns the text of the message. This does not include a type string, like "Info: ".

Copyright 2005-2017 Andy Lester.

This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License v2.0.

Andy Lester, "<andy@petdance.com>"
2017-09-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.