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
LaTeXML::Core::Definition::Constructor(3) User Contributed Perl Documentation LaTeXML::Core::Definition::Constructor(3)

"LaTeXML::Core::Definition::Constructor" - Control sequence definitions.

This class represents control sequences that contribute arbitrary XML fragments to the document tree. During digestion, a "LaTeXML::Core::Definition::Constuctor" records the arguments used in the invocation to produce a LaTeXML::Core::Whatsit. The resulting LaTeXML::Core::Whatsit (usually) generates an XML document fragment when absorbed by an instance of LaTeXML::Core::Document. Additionally, a "LaTeXML::Core::Definition::Constructor" may have beforeDigest and afterDigest daemons defined which are executed for side effect, or for adding additional boxes to the output.

It extends LaTeXML::Core::Definition.

More documentation needed, but see LaTeXML::Package for the main user access to these.

A constructor has as it's "replacement" a subroutine or a string pattern representing the XML fragment it should generate. In the case of a string pattern, the pattern is compiled into a subroutine on first usage by the internal class "LaTeXML::Core::Definition::ConstructorCompiler". Like primitives, constructors may have "beforeDigest" and "afterDigest".

Bruce Miller <bruce.miller@nist.gov>

Public domain software, produced as part of work done by the United States Government & not subject to copyright in the US.
2021-06-07 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.