Class Mpadded

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.batik.dom.AbstractElement

        org.apache.batik.dom.AbstractElement.ElementTypeInfo, org.apache.batik.dom.AbstractElement.Entry, org.apache.batik.dom.AbstractElement.NamedNodeHashMap
      • Nested classes/interfaces inherited from class org.apache.batik.dom.AbstractParentNode

        org.apache.batik.dom.AbstractParentNode.ChildNodes, org.apache.batik.dom.AbstractParentNode.ElementsByTagName, org.apache.batik.dom.AbstractParentNode.ElementsByTagNameNS
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ATTR_DEPTH
      constant for depth attribute.
      static java.lang.String ATTR_HEIGHT
      constant for height attribute.
      static java.lang.String ATTR_LSPACE
      constant for lspace attribute.
      static java.lang.String ATTR_WIDTH
      constant for width attribute.
      static java.lang.String ELEMENT
      The MathML element name for this class.
      • Fields inherited from class org.apache.batik.dom.GenericElementNS

        nodeName, readonly
      • Fields inherited from class org.apache.batik.dom.AbstractElementNS

        namespaceURI
      • Fields inherited from class org.apache.batik.dom.AbstractElement

        attributes, typeInfo
      • Fields inherited from class org.apache.batik.dom.AbstractParentChildNode

        nextSibling, parentNode, previousSibling
      • Fields inherited from class org.apache.batik.dom.AbstractParentNode

        childNodes
      • Fields inherited from class org.apache.batik.dom.AbstractNode

        DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, EMPTY_NODE_LIST, eventSupport, managerData, ownerDocument, userData, userDataHandlers
      • Fields inherited from interface org.w3c.dom.Node

        ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
    • Constructor Summary

      Constructors 
      Constructor Description
      Mpadded​(java.lang.String qname, org.apache.batik.dom.AbstractDocument odoc)
      Default constructor.
    • Field Detail

      • ATTR_DEPTH

        public static final java.lang.String ATTR_DEPTH
        constant for depth attribute.
        See Also:
        Constant Field Values
      • ATTR_HEIGHT

        public static final java.lang.String ATTR_HEIGHT
        constant for height attribute.
        See Also:
        Constant Field Values
      • ATTR_LSPACE

        public static final java.lang.String ATTR_LSPACE
        constant for lspace attribute.
        See Also:
        Constant Field Values
      • ATTR_WIDTH

        public static final java.lang.String ATTR_WIDTH
        constant for width attribute.
        See Also:
        Constant Field Values
      • ELEMENT

        public static final java.lang.String ELEMENT
        The MathML element name for this class.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Mpadded

        public Mpadded​(java.lang.String qname,
                       org.apache.batik.dom.AbstractDocument odoc)
        Default constructor. Sets MathML Namespace.
        Parameters:
        qname - Qualified name.
        odoc - Owner Document.
    • Method Detail

      • newNode

        protected org.w3c.dom.Node newNode()
        Overrides:
        newNode in class org.apache.batik.dom.GenericElementNS
      • getDepth

        public java.lang.String getDepth()
        A string representing the depth beneath the baseline of the mpadded element, if specified. See also the discussion of this attribute.
        Specified by:
        getDepth in interface MathMLPaddedElement
        Returns:
        value of the depth attribute.
      • getHeight

        public java.lang.String getHeight()
        A string representing the height above the baseline of the mpadded element, if specified. See also the discussion of this attribute.
        Specified by:
        getHeight in interface MathMLPaddedElement
        Returns:
        value of the height attribute.
      • getLspace

        public java.lang.String getLspace()
        A string representing the lspace attribute - the additional space to the left - of the mpadded element, if specified. See also the discussion of this attribute.
        Specified by:
        getLspace in interface MathMLPaddedElement
        Returns:
        value of the lspace attribute.
      • getWidth

        public java.lang.String getWidth()
        A string representing the total width of the mpadded element, if specified. See also the discussion of this attribute.
        Specified by:
        getWidth in interface MathMLPaddedElement
        Returns:
        value of the width attribute.