Class JEuclidObj

  • All Implemented Interfaces:
    java.lang.Cloneable, java.util.EventListener, org.apache.fop.util.ContentHandlerFactory.ObjectBuiltListener
    Direct Known Subclasses:
    JEuclidElement

    public class JEuclidObj
    extends org.apache.fop.fo.XMLObj
    Catch all MathML objects as default element.
    Version:
    $Revision: 8afef6dd0d58 $
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.fop.fo.FONode

        org.apache.fop.fo.FONode.FONodeIterator, org.apache.fop.fo.FONode.GatherContextInfoFunction
    • Field Summary

      • Fields inherited from class org.apache.fop.fo.XMLObj

        doc, element, name
      • Fields inherited from class org.apache.fop.fo.FONode

        FO_URI, FOX_URI, locator, log, nodeChangeBarList, parent, siblings, startOfNodeChangeBarList
    • Constructor Summary

      Constructors 
      Constructor Description
      JEuclidObj​(org.apache.fop.fo.FONode parent)
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNamespaceURI()
      java.lang.String getNormalNamespacePrefix()
      • Methods inherited from class org.apache.fop.fo.XMLObj

        addChildNode, addElement, buildTopLevel, characters, createBasicDocument, getDimension, getDOMDocument, getIntrinsicAlignmentAdjust, getLocalName, notifyObjectBuilt, processNode, validateChildNode
      • Methods inherited from class org.apache.fop.fo.FONode

        addCharacters, attachSiblings, bind, canHaveMarkers, charIterator, clone, clone, collectDelimitedTextRanges, collectDelimitedTextRanges, createPropertyList, decorateWithContextInfo, endOfNode, errorText, finalizeNode, gatherContextInfo, getBuilderContext, getChangeBarList, getChildNodes, getChildNodes, getContentHandlerFactory, getContextInfo, getContextInfoAlt, getExtensionAttachment, getFOEventHandler, getFOValidationEventProducer, getLocator, getLocatorString, getLogger, getName, getName, getNameId, getNodePrefix, getNodeString, getParent, getRoot, getStructureTreeElement, getUserAgent, inMarker, invalidChildError, invalidChildError, invalidPropertyValueError, isBidiRangeBlockItem, isChangeBarElement, isDelimitedTextRangeBoundary, missingChildElementError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, nodesOutOfOrderError, notSupportedChildError, removeChild, setLocator, setStructureTreeElement, startOfNode, tooManyNodesError, tooManyNodesError, tooManyNodesError, validateChildNode, warningText
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JEuclidObj

        public JEuclidObj​(org.apache.fop.fo.FONode parent)
        Default constructor.
        Parameters:
        parent - Parent node in FO Tree
    • Method Detail

      • getNamespaceURI

        public java.lang.String getNamespaceURI()
        Overrides:
        getNamespaceURI in class org.apache.fop.fo.FONode
      • getNormalNamespacePrefix

        public java.lang.String getNormalNamespacePrefix()
        Specified by:
        getNormalNamespacePrefix in class org.apache.fop.fo.FONode