|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
build::Wx::XSP::Node(3) User Contributed Perl Documentation build::Wx::XSP::Node(3)
Wx::XSP::Node
Base class for the parser output.
Wx::XSP::Node::print
Return a string to be output in the final XS file. Every class must override this method.
Wx::XSP::Node::Raw
Contains data that should be output "as is" in the destination file.
Wx::XSP::Node::Raw::rows
Returns an array reference holding the rows to be output in the final file.
Wx::XSP::Node::Class
A class.
Wx::XSP::Node::Class::cpp_name
Returns the C++ name for the class.
Wx::XSP::Node::Class::perl_name
Returns the Perl name for the class.
Wx::XSP::Node::Class::methods
Wx::XSP::Node::Function
A function; this is also a base class for "Method".
Wx::XSP::Node::Function::cpp_name
Wx::XSP::Node::Function::perl_name
Wx::XSP::Node::Function::arguments
Wx::XSP::Node::Function::ret_type
Wx::XSP::Node::Function::code
Wx::XSP::Node::Function::cleanup
perl v5.8.8 2007-03-10 build::Wx::XSP::Node(3)
|
|