fop 0.95

Uses of Class
org.apache.fop.util.QName

Packages that use QName
org.apache.fop.area FOP's area tree. 
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.extensions Base classes for implementing extensions to XSL-FO. 
org.apache.fop.render.xml Area Tree XML Renderer. 
 

Uses of QName in org.apache.fop.area
 

Methods in org.apache.fop.area with parameters of type QName
 java.lang.String AreaTreeObject.getForeignAttributeValue(QName name)
          Returns the value of a foreign attribute on the area.
 void AreaTreeObject.setForeignAttribute(QName name, java.lang.String value)
          Sets a foreign attribute.
 

Uses of QName in org.apache.fop.fo
 

Methods in org.apache.fop.fo with parameters of type QName
 void FObj.addForeignAttribute(QName attributeName, java.lang.String value)
          Adds a foreign attribute to this FObj.
 boolean ElementMapping.isAttributeProperty(QName attributeName)
          Indicates whether a particular attribute of the namespace is a property, i.e.
 boolean FOElementMapping.isAttributeProperty(QName attributeName)
          Indicates whether a particular attribute of the namespace is a property, i.e.
 

Uses of QName in org.apache.fop.fo.extensions
 

Methods in org.apache.fop.fo.extensions with parameters of type QName
 boolean ExtensionElementMapping.isAttributeProperty(QName attributeName)
          Indicates whether a particular attribute of the namespace is a property, i.e.
 

Uses of QName in org.apache.fop.render.xml
 

Methods in org.apache.fop.render.xml with parameters of type QName
protected  void XMLRenderer.addAttribute(QName name, java.lang.String value)
          Adds a new attribute to the protected member variable "atts".
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.