net.sourceforge.jeuclid.fop
Class JEuclidObj

java.lang.Object
  extended by org.apache.fop.fo.FONode
      extended by org.apache.fop.fo.XMLObj
          extended by net.sourceforge.jeuclid.fop.JEuclidObj
All Implemented Interfaces:
Cloneable, 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
 
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, parent, siblings
 
Constructor Summary
JEuclidObj(org.apache.fop.fo.FONode parent)
          Default constructor.
 
Method Summary
 String getNamespaceURI()
          
 String getNormalNamespacePrefix()
          
 
Methods inherited from class org.apache.fop.fo.XMLObj
addCharacters, addChildNode, addElement, buildTopLevel, createBasicDocument, getDimension, getDOMDocument, getIntrinsicAlignmentAdjust, getLocalName, notifyObjectBuilt, processNode, validateChildNode
 
Methods inherited from class org.apache.fop.fo.FONode
attachSiblings, attributeError, attributeWarning, bind, canHaveMarkers, charIterator, clone, clone, createPropertyList, decorateWithContextInfo, endOfNode, errorText, gatherContextInfo, getChildNodes, getChildNodes, getContentHandlerFactory, getContextInfo, getExtensionAttachment, getFOEventHandler, getLocator, getLocatorString, getLogger, getName, getName, getNameId, getNodeString, getParent, getRoot, getUserAgent, inMarker, invalidChildError, invalidChildError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, removeChild, setLocator, startOfNode, 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 String getNamespaceURI()

Overrides:
getNamespaceURI in class org.apache.fop.fo.FONode

getNormalNamespacePrefix

public String getNormalNamespacePrefix()

Specified by:
getNormalNamespacePrefix in class org.apache.fop.fo.FONode


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.