The DOM node type
The DOM text node type
The DOM document type
The OutputJax type
The Wrapper type
The WrapperFactory type
The WrapperClass type
The CharOptions type
The VariantData type
The DelimiterData type
The FontData type
The FontDataClass type
Protected
_The cached number of linebreaks
Readonly
baseThe index of the base of the root in childNodes
The bounding box for this node
Protected
bboxWhether the bounding box has been computed yet
The children of this node
The DOM tree generated for this wrapper
The factory used to create more wrappers
Easy access to the font parameters
Sizes of lines into which the element is broken
The parent of this node
Styles that must be handled directly by the wrappers (mostly having to do with fonts)
Readonly
rootThe index of the root in childNodes (or null if none)
Delimiter data for stretching this node (NOSTRETCH means not yet determined)
The padding and border information from the style attribute
The explicit styles set by the node
The surd node
The requested height of the stretched surd character
The mathvariant for this node
The number of breakpoints in the node
Easy access to the container width
The container width
True if children with percentage widths should be resolved by this container
Easy access to the linebreak options
The linebreak options
Protected
addThe bounding box where left borders are to be added
Protected
addThe bounding box where top and bottom borders are to be added
Protected
addThe bounding box where right borders are to be added
The width to use for linebreaking
The direction to stretch this node
Whether the node can stretch in that direction
Protected
computeThe bounding box to modify (either this.bbox, or an empty one)
True if we are recomputing due to changes in children that have percentage widths
Protected
computeCompute the bounding box for the i-th line (for when it is not in the cache).
The number of the line whose sizes are to be obtained
The bounding box of the specified segment
Protected
copyThe wrapper for this node's core node
The cumulative relative scaling for an embellised mo's core mo
Protected
createProtected
emA number to be shown in ems
The number with units of ems
Protected
embellishedGet the bounding box for the i-th line of an embellished mo
The line number
The bounding box for that line
Protected
explicitSet the CSS for a token element having an explicit font (rather than regular mathvariant).
The font family to use
The font weight to use
The font style to use
The explicit font marker
Protected
getThe alignment and indentation shift for the expression
Protected
getThe total width
The bbox to be aligned
How to align (left, center, right)
The x position of the aligned width
Protected
getThe total height
The total depth
The height to be aligned
The depth to be aligned
How to align (top, bottom, center, axis, baseline)
The y position of the aligned baseline
Return the wrapped node's bounding box, either the cached one, if it exists, or computed directly if not.
Whether to cache the bbox or not (used for stretchy elements)
The computed bounding box
The index of the child element whose alignment is needed
The alignment child element
Protected
getGet the bounding box for the i-th line (first and last may be part of a surrounding line). Get the bbox from the lineBBox cache, or compute it, as needed.
The number of the segment whose sizes are to be obtained
The bounding box of the specified segment
Protected
getGet the spacing using MathML rules based on the core MO
Return the wrapped node's bounding box that includes borders and padding
Whether to cache the bbox or not (used for stretchy elements)
The computed bounding box
The bounding box for the surd character
The p, q, and x values for the TeX layout computations
The bounding box of the surd
The height of the root as a whole
The x offset of the surd, and the height, x offset, and scale of the root
The cumulative relative scale from the root to the current node
Protected
getDetermine the scaling factor to use for this wrapped node, and set the styles for it.
Protected
getSets the spacing based on TeX or MathML algorithm
Set the size of the surd to enclose the base
Protected
getGather the data about borders and padding from the styles attribute
Protected
getAdd the style attribute, but remove any font-related styles (since these are handled separately by the variant)
Protected
getGet the spacing using the TeX rules
True when this is a top-level embellished operator
True when there is an explicit or inherited 'form' attribute
For a token node, the combined text content of the node's children
The height and depth without linebreaks
The height and depth
Protected
getGet the mathvariant (or construct one, if needed).
Protected
getThe variant in which to look for the character
The number of the character to look up
The full CharData object, with CharOptions guaranteed to be defined
The index of the child element whose container is needed
The inner width as a container (for percentage widths)
The tag name of the HTML node to be created
The properties to set for the created node
The child nodes for the created HTML node
The generated HTML tree
Mark BBox to be computed again (e.g., when an mo has stretched)
True to invalidate parent BBoxes
Protected
isTrue if this is the top-most container of an embellished operator that is itself an embellished operator (the maximal embellished operator for its core)
Protected
length2emA dimension (giving number and units) or number to be converted to ems
The default size of the dimension (for percentage values)
The current scaling factor (to handle absolute units)
The dimension converted to ems
The text from which to create a TextNode object
The TextNode with the given text
Protected
percentA number to be shown as a percent
The number m as a percent
The indentalign to process
The indentshift to process
The default alignment for 'auto'
The default indentshift for 'auto'
The container width for relative shifts
The alignment and indentation shift (normal and last) for the Mo
Protected
pxA number of em's to be shown as pixels
The minimum number of pixels to allow
The number with units of px
The array of unicode character numbers to remap
The converted array
The (approximate) width of the surd with its root
Recursively resolve any percentage widths in the child nodes using the given container width (or the child width, if none was passed). Overriden for mtables in order to compute the width.
True if we are recomputing due to changes in children
The width of the container (from which percentages are computed)
True if pwidth marker is to be cleared
True if a percentage width was found
Protected
unicodeThe text to turn into unicode locations
The name of the variant for the characters
Array of numbers represeting the string's unicode character positions
Optional
data: any
The CommonMroot interface