Binary compatibility report for the Cocoon library between 1.8 and 1.8.2 versions

Test Info


Library NameCocoon
Version #11.8
Version #21.8.2

Test Results


Total Java ARchives9
Total Methods / Classes14456 / 1254
VerdictIncompatible
(7.1%)

Problem Summary


SeverityCount
Added Methods-5615
Removed MethodsHigh889
Problems with
Data Types
High243
Medium33
Low133
Problems with
Methods
High2
Medium0
Low4
Other Changes
in Data Types
-54

Added Methods (5615)


fesi.jar, ArrayObject.class
package FESI.Data
ArrayObject.callFunction ( ESObject p1, ESValue[ ] p2 )  :  ESValue
ArrayObject.doConstruct ( ESObject p1, ESValue[ ] p2 )  :  ESObject
ArrayObject.makeArrayObject ( FESI.Interpreter.Evaluator p1, ObjectPrototype p2, FunctionPrototype p3 ) [static]  :  ArrayObject

fesi.jar, ArrayPrototype.class
package FESI.Data
ArrayPrototype.ArrayPrototype ( ESObject p1, FESI.Interpreter.Evaluator p2 )
ArrayPrototype.getAllProperties ( )  :  Enumeration
ArrayPrototype.getESClassName ( )  :  String
ArrayPrototype.getProperties ( )  :  Enumeration
ArrayPrototype.getProperty ( int p1 )  :  ESValue
ArrayPrototype.getProperty ( String p1, int p2 )  :  ESValue
ArrayPrototype.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 )  :  ESValue
ArrayPrototype.getSpecialPropertyNames ( )  :  String[ ]
ArrayPrototype.hasProperty ( String p1, int p2 )  :  boolean
ArrayPrototype.putProperty ( int p1, ESValue p2 )  :  void
ArrayPrototype.putProperty ( String p1, ESValue p2, int p3 )  :  void
ArrayPrototype.reverse ( )  :  ESValue
ArrayPrototype.setElementAt ( ESValue p1, int p2 )  :  void
ArrayPrototype.setSize ( int p1 )  :  void
ArrayPrototype.size ( )  :  int
ArrayPrototype.sort ( ESValue p1 )  :  ESValue
ArrayPrototype.toDetailString ( )  :  String
ArrayPrototype.toJavaArray ( Class p1 )  :  Object

fesi.jar, ASCII_CharStream.class
package FESI.Parser
ASCII_CharStream.adjustBeginLineColumn ( int p1, int p2 )  :  void
ASCII_CharStream.ASCII_CharStream ( InputStream p1, int p2, int p3 )
ASCII_CharStream.ASCII_CharStream ( InputStream p1, int p2, int p3, int p4 )
ASCII_CharStream.ASCII_CharStream ( Reader p1, int p2, int p3 )
ASCII_CharStream.ASCII_CharStream ( Reader p1, int p2, int p3, int p4 )
ASCII_CharStream.backup ( int p1 )  :  void
ASCII_CharStream.BeginToken ( )  :  char
ASCII_CharStream.Done ( )  :  void
ASCII_CharStream.getBeginColumn ( )  :  int
ASCII_CharStream.getBeginLine ( )  :  int
ASCII_CharStream.getColumn ( )  :  int *DEPRECATED*
ASCII_CharStream.getEndColumn ( )  :  int
ASCII_CharStream.getEndLine ( )  :  int
ASCII_CharStream.GetImage ( )  :  String
ASCII_CharStream.getLine ( )  :  int *DEPRECATED*
ASCII_CharStream.GetSuffix ( int p1 )  :  char[ ]
ASCII_CharStream.readChar ( )  :  char
ASCII_CharStream.ReInit ( InputStream p1, int p2, int p3 )  :  void
ASCII_CharStream.ReInit ( InputStream p1, int p2, int p3, int p4 )  :  void
ASCII_CharStream.ReInit ( Reader p1, int p2, int p3 )  :  void
ASCII_CharStream.ReInit ( Reader p1, int p2, int p3, int p4 )  :  void

fesi.jar, ASTAllocationExpression.class
package FESI.AST
ASTAllocationExpression.ASTAllocationExpression ( FESI.Parser.EcmaScript p1, int p2 )
ASTAllocationExpression.ASTAllocationExpression ( int p1 )
ASTAllocationExpression.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTAllocationExpression.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTAllocationExpression.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTAndExpressionSequence.class
package FESI.AST
ASTAndExpressionSequence.ASTAndExpressionSequence ( FESI.Parser.EcmaScript p1, int p2 )
ASTAndExpressionSequence.ASTAndExpressionSequence ( int p1 )
ASTAndExpressionSequence.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTAndExpressionSequence.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTAndExpressionSequence.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTAssignmentExpression.class
package FESI.AST
ASTAssignmentExpression.ASTAssignmentExpression ( FESI.Parser.EcmaScript p1, int p2 )
ASTAssignmentExpression.ASTAssignmentExpression ( int p1 )
ASTAssignmentExpression.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTAssignmentExpression.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTAssignmentExpression.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTBinaryExpressionSequence.class
package FESI.AST
ASTBinaryExpressionSequence.ASTBinaryExpressionSequence ( FESI.Parser.EcmaScript p1, int p2 )
ASTBinaryExpressionSequence.ASTBinaryExpressionSequence ( int p1 )
ASTBinaryExpressionSequence.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTBinaryExpressionSequence.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTBinaryExpressionSequence.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTBreakStatement.class
package FESI.AST
ASTBreakStatement.ASTBreakStatement ( FESI.Parser.EcmaScript p1, int p2 )
ASTBreakStatement.ASTBreakStatement ( int p1 )
ASTBreakStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTBreakStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTBreakStatement.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTCompositeReference.class
package FESI.AST
ASTCompositeReference.ASTCompositeReference ( FESI.Parser.EcmaScript p1, int p2 )
ASTCompositeReference.ASTCompositeReference ( int p1 )
ASTCompositeReference.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTCompositeReference.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTCompositeReference.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTConditionalExpression.class
package FESI.AST
ASTConditionalExpression.ASTConditionalExpression ( FESI.Parser.EcmaScript p1, int p2 )
ASTConditionalExpression.ASTConditionalExpression ( int p1 )
ASTConditionalExpression.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTConditionalExpression.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTConditionalExpression.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTContinueStatement.class
package FESI.AST
ASTContinueStatement.ASTContinueStatement ( FESI.Parser.EcmaScript p1, int p2 )
ASTContinueStatement.ASTContinueStatement ( int p1 )
ASTContinueStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTContinueStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTContinueStatement.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTEmptyExpression.class
package FESI.AST
ASTEmptyExpression.ASTEmptyExpression ( FESI.Parser.EcmaScript p1, int p2 )
ASTEmptyExpression.ASTEmptyExpression ( int p1 )
ASTEmptyExpression.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTEmptyExpression.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTEmptyExpression.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTExpressionList.class
package FESI.AST
ASTExpressionList.ASTExpressionList ( FESI.Parser.EcmaScript p1, int p2 )
ASTExpressionList.ASTExpressionList ( int p1 )
ASTExpressionList.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTExpressionList.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTExpressionList.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTForInStatement.class
package FESI.AST
ASTForInStatement.ASTForInStatement ( FESI.Parser.EcmaScript p1, int p2 )
ASTForInStatement.ASTForInStatement ( int p1 )
ASTForInStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTForInStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTForInStatement.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTFormalParameterList.class
package FESI.AST
ASTFormalParameterList.ASTFormalParameterList ( FESI.Parser.EcmaScript p1, int p2 )
ASTFormalParameterList.ASTFormalParameterList ( int p1 )
ASTFormalParameterList.getArguments ( )  :  String[ ]
ASTFormalParameterList.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTFormalParameterList.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTFormalParameterList.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTForStatement.class
package FESI.AST
ASTForStatement.ASTForStatement ( FESI.Parser.EcmaScript p1, int p2 )
ASTForStatement.ASTForStatement ( int p1 )
ASTForStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTForStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTForStatement.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTForVarInStatement.class
package FESI.AST
ASTForVarInStatement.ASTForVarInStatement ( FESI.Parser.EcmaScript p1, int p2 )
ASTForVarInStatement.ASTForVarInStatement ( int p1 )
ASTForVarInStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTForVarInStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTForVarInStatement.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTForVarStatement.class
package FESI.AST
ASTForVarStatement.ASTForVarStatement ( FESI.Parser.EcmaScript p1, int p2 )
ASTForVarStatement.ASTForVarStatement ( int p1 )
ASTForVarStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTForVarStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTForVarStatement.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTFunctionCallParameters.class
package FESI.AST
ASTFunctionCallParameters.ASTFunctionCallParameters ( FESI.Parser.EcmaScript p1, int p2 )
ASTFunctionCallParameters.ASTFunctionCallParameters ( int p1 )
ASTFunctionCallParameters.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTFunctionCallParameters.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTFunctionCallParameters.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTFunctionDeclaration.class
package FESI.AST
ASTFunctionDeclaration.ASTFunctionDeclaration ( FESI.Parser.EcmaScript p1, int p2 )
ASTFunctionDeclaration.ASTFunctionDeclaration ( int p1 )
ASTFunctionDeclaration.getSourceString ( )  :  String
ASTFunctionDeclaration.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTFunctionDeclaration.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTFunctionDeclaration.jjtCreate ( int p1 ) [static]  :  Node
ASTFunctionDeclaration.setSourceString ( String p1 )  :  void

fesi.jar, ASTIdentifier.class
package FESI.AST
ASTIdentifier.ASTIdentifier ( FESI.Parser.EcmaScript p1, int p2 )
ASTIdentifier.ASTIdentifier ( int p1 )
ASTIdentifier.getName ( )  :  String
ASTIdentifier.hashCode ( )  :  int
ASTIdentifier.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTIdentifier.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTIdentifier.jjtCreate ( int p1 ) [static]  :  Node
ASTIdentifier.setName ( String p1 )  :  void
ASTIdentifier.toString ( )  :  String

fesi.jar, ASTIfStatement.class
package FESI.AST
ASTIfStatement.ASTIfStatement ( FESI.Parser.EcmaScript p1, int p2 )
ASTIfStatement.ASTIfStatement ( int p1 )
ASTIfStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTIfStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTIfStatement.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTLiteral.class
package FESI.AST
ASTLiteral.ASTLiteral ( FESI.Parser.EcmaScript p1, int p2 )
ASTLiteral.ASTLiteral ( int p1 )
ASTLiteral.getValue ( )  :  FESI.Data.ESValue
ASTLiteral.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTLiteral.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTLiteral.jjtCreate ( int p1 ) [static]  :  Node
ASTLiteral.setBooleanValue ( boolean p1 )  :  void
ASTLiteral.setDecimalValue ( String p1 )  :  void
ASTLiteral.setFloatingPointValue ( String p1 )  :  void
ASTLiteral.setHexValue ( String p1 )  :  void
ASTLiteral.setNullValue ( )  :  void
ASTLiteral.setOctalValue ( String p1 )  :  void
ASTLiteral.setStringValue ( String p1 )  :  void
ASTLiteral.toString ( )  :  String

fesi.jar, ASTOperator.class
package FESI.AST
ASTOperator.ASTOperator ( FESI.Parser.EcmaScript p1, int p2 )
ASTOperator.ASTOperator ( int p1 )
ASTOperator.getOperator ( )  :  int
ASTOperator.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTOperator.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTOperator.jjtCreate ( int p1 ) [static]  :  Node
ASTOperator.setOperator ( int p1 )  :  void
ASTOperator.toString ( )  :  String

fesi.jar, ASTOrExpressionSequence.class
package FESI.AST
ASTOrExpressionSequence.ASTOrExpressionSequence ( FESI.Parser.EcmaScript p1, int p2 )
ASTOrExpressionSequence.ASTOrExpressionSequence ( int p1 )
ASTOrExpressionSequence.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTOrExpressionSequence.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTOrExpressionSequence.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTPostfixExpression.class
package FESI.AST
ASTPostfixExpression.ASTPostfixExpression ( FESI.Parser.EcmaScript p1, int p2 )
ASTPostfixExpression.ASTPostfixExpression ( int p1 )
ASTPostfixExpression.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTPostfixExpression.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTPostfixExpression.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTProgram.class
package FESI.AST
ASTProgram.ASTProgram ( FESI.Parser.EcmaScript p1, int p2 )
ASTProgram.ASTProgram ( int p1 )
ASTProgram.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTProgram.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTProgram.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTPropertyIdentifierReference.class
package FESI.AST
ASTPropertyIdentifierReference.ASTPropertyIdentifierReference ( FESI.Parser.EcmaScript p1, int p2 )
ASTPropertyIdentifierReference.ASTPropertyIdentifierReference ( int p1 )
ASTPropertyIdentifierReference.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTPropertyIdentifierReference.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTPropertyIdentifierReference.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTPropertyValueReference.class
package FESI.AST
ASTPropertyValueReference.ASTPropertyValueReference ( FESI.Parser.EcmaScript p1, int p2 )
ASTPropertyValueReference.ASTPropertyValueReference ( int p1 )
ASTPropertyValueReference.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTPropertyValueReference.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTPropertyValueReference.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTReturnStatement.class
package FESI.AST
ASTReturnStatement.ASTReturnStatement ( FESI.Parser.EcmaScript p1, int p2 )
ASTReturnStatement.ASTReturnStatement ( int p1 )
ASTReturnStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTReturnStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTReturnStatement.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTStatement.class
package FESI.AST
ASTStatement.ASTStatement ( FESI.Parser.EcmaScript p1, int p2 )
ASTStatement.ASTStatement ( int p1 )
ASTStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTStatement.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTStatementList.class
package FESI.AST
ASTStatementList.ASTStatementList ( FESI.Parser.EcmaScript p1, int p2 )
ASTStatementList.ASTStatementList ( int p1 )
ASTStatementList.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTStatementList.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTStatementList.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTThisReference.class
package FESI.AST
ASTThisReference.ASTThisReference ( FESI.Parser.EcmaScript p1, int p2 )
ASTThisReference.ASTThisReference ( int p1 )
ASTThisReference.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTThisReference.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTThisReference.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTUnaryExpression.class
package FESI.AST
ASTUnaryExpression.ASTUnaryExpression ( FESI.Parser.EcmaScript p1, int p2 )
ASTUnaryExpression.ASTUnaryExpression ( int p1 )
ASTUnaryExpression.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTUnaryExpression.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTUnaryExpression.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTVariableDeclaration.class
package FESI.AST
ASTVariableDeclaration.ASTVariableDeclaration ( FESI.Parser.EcmaScript p1, int p2 )
ASTVariableDeclaration.ASTVariableDeclaration ( int p1 )
ASTVariableDeclaration.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTVariableDeclaration.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTVariableDeclaration.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTWhileStatement.class
package FESI.AST
ASTWhileStatement.ASTWhileStatement ( FESI.Parser.EcmaScript p1, int p2 )
ASTWhileStatement.ASTWhileStatement ( int p1 )
ASTWhileStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTWhileStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTWhileStatement.jjtCreate ( int p1 ) [static]  :  Node

fesi.jar, ASTWithStatement.class
package FESI.AST
ASTWithStatement.ASTWithStatement ( FESI.Parser.EcmaScript p1, int p2 )
ASTWithStatement.ASTWithStatement ( int p1 )
ASTWithStatement.getEvaluationSource ( )  :  Object
ASTWithStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
ASTWithStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static]  :  Node
ASTWithStatement.jjtCreate ( int p1 ) [static]  :  Node
ASTWithStatement.setEvaluationSource ( Object p1 )  :  void

fesi.jar, AwtConfirmationBox.class
package FESI.awtgui
AwtConfirmationBox.AwtConfirmationBox ( String p1, String p2 )
AwtConfirmationBox.waitYesOrNo ( )  :  boolean

fesi.jar, AwtConsole.class
package FESI.awtgui
AwtConsole.AwtConsole ( FESI.gui.InterpreterCommands p1, String p2, int p3, int p4 )
AwtConsole.clear ( )  :  void
AwtConsole.createEditor ( String p1 )  :  void
AwtConsole.displayAbout ( )  :  void
AwtConsole.displayHelpText ( )  :  void
AwtConsole.displayHelpWindow ( )  :  void
AwtConsole.getConsoleIn ( )  :  InputStream
AwtConsole.getConsoleOut ( )  :  PrintStream
AwtConsole.supportsEditing ( )  :  boolean

fesi.jar, AwtGuiFactory.class
package FESI.awtgui
AwtGuiFactory.AwtGuiFactory ( )
AwtGuiFactory.displayMessageBox ( String p1, String p2 )  :  FESI.gui.MessageBox
AwtGuiFactory.makeConsole ( FESI.gui.InterpreterCommands p1, String p2, int p3, int p4 )  :  FESI.gui.Console

fesi.jar, AwtMessageBox.class
package FESI.awtgui
AwtMessageBox.AwtMessageBox ( String p1, String p2 )
AwtMessageBox.waitOK ( )  :  void

fesi.jar, AwtPromptBox.class
package FESI.awtgui
AwtPromptBox.AwtPromptBox ( String p1, String p2, String p3 )
AwtPromptBox.waitResponse ( )  :  String

fesi.jar, BasicIO.class
package FESI.Extensions
BasicIO.BasicIO ( )
BasicIO.getDocument ( )  :  FESI.Data.ESObject
BasicIO.initializeExtension ( FESI.Interpreter.Evaluator p1 )  :  void

fesi.jar, BasicIOInterface.class
package FESI.Extensions
BasicIOInterface.getDocument ( ) [abstract]  :  FESI.Data.ESObject

fesi.jar, BasicIOs.class
package FESI.Extensions
BasicIOs.BasicIOs ( )
BasicIOs.getDocument ( )  :  FESI.Data.ESObject
BasicIOs.initializeExtension ( FESI.Interpreter.Evaluator p1 )  :  void

fesi.jar, BasicIOw.class
package FESI.Extensions
BasicIOw.BasicIOw ( )
BasicIOw.getDocument ( )  :  FESI.Data.ESObject
BasicIOw.initializeExtension ( FESI.Interpreter.Evaluator p1 )  :  void

fesi.jar, BooleanObject.class
package FESI.Data
BooleanObject.callFunction ( ESObject p1, ESValue[ ] p2 )  :  ESValue
BooleanObject.doConstruct ( ESObject p1, ESValue[ ] p2 )  :  ESObject
BooleanObject.makeBooleanObject ( FESI.Interpreter.Evaluator p1, ObjectPrototype p2, FunctionPrototype p3 ) [static]  :  BooleanObject
BooleanObject.toString ( )  :  String

fesi.jar, BuiltinFunctionObject.class
package FESI.Data
BuiltinFunctionObject.BuiltinFunctionObject ( ESObject p1, FESI.Interpreter.Evaluator p2, String p3, int p4 )
BuiltinFunctionObject.getFunctionImplementationString ( )  :  String
BuiltinFunctionObject.getFunctionParametersString ( )  :  String
BuiltinFunctionObject.putProperty ( String p1, ESValue p2, int p3 )  :  void
BuiltinFunctionObject.toString ( )  :  String

fesi.jar, ClassInfo.class
package FESI.Interpreter
ClassInfo.lookupBeanField ( String p1, Class p2 ) [static]  :  PropertyDescriptor
ClassInfo.lookupBeanMethod ( String p1, Class p2 ) [static]  :  Method[ ]
ClassInfo.lookupPublicMethod ( String p1, Class p2 ) [static]  :  Method[ ]

fesi.jar, ConfirmationBox.class
package FESI.gui
ConfirmationBox.waitYesOrNo ( ) [abstract]  :  boolean

fesi.jar, Console.class
package FESI.gui
Console.clear ( ) [abstract]  :  void
Console.createEditor ( String p1 ) [abstract]  :  void
Console.displayAbout ( ) [abstract]  :  void
Console.displayHelpText ( ) [abstract]  :  void
Console.displayHelpWindow ( ) [abstract]  :  void
Console.dispose ( ) [abstract]  :  void
Console.getConsoleIn ( ) [abstract]  :  InputStream
Console.getConsoleOut ( ) [abstract]  :  PrintStream
Console.supportsEditing ( ) [abstract]  :  boolean

fesi.jar, ConstructedFunctionObject.class
package FESI.Data
ConstructedFunctionObject.callFunction ( ESObject p1, ESValue[ ] p2 )  :  ESValue
ConstructedFunctionObject.doConstruct ( ESObject p1, ESValue[ ] p2 )  :  ESObject
ConstructedFunctionObject.getFunctionImplementationString ( )  :  String
ConstructedFunctionObject.getFunctionParametersString ( )  :  String
ConstructedFunctionObject.getLocalVariableNames ( )  :  Vector
ConstructedFunctionObject.getProperty ( String p1, int p2 )  :  ESValue
ConstructedFunctionObject.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 )  :  ESValue
ConstructedFunctionObject.hasProperty ( String p1, int p2 )  :  boolean
ConstructedFunctionObject.makeNewConstructedFunction ( FESI.Interpreter.Evaluator p1, String p2, FESI.Interpreter.EvaluationSource p3, String p4, String[ ] p5, Vector p6, FESI.AST.ASTStatementList p7 ) [static]  :  ConstructedFunctionObject
ConstructedFunctionObject.putProperty ( String p1, ESValue p2, int p3 )  :  void
ConstructedFunctionObject.toDetailString ( )  :  String
ConstructedFunctionObject.toString ( )  :  String

fesi.jar, CopyAction.class
package FESI.swinggui
JConsoleArea.CopyAction.actionPerformed ( ActionEvent p1 )  :  void
JConsoleArea.CopyAction.JConsoleArea.CopyAction ( )

fesi.jar, CutAction.class
package FESI.swinggui
JConsoleArea.CutAction.actionPerformed ( ActionEvent p1 )  :  void
JConsoleArea.CutAction.JConsoleArea.CutAction ( )

fesi.jar, Database.class
package FESI.Extensions
Database.Database ( )
Database.initializeExtension ( FESI.Interpreter.Evaluator p1 )  :  void

fesi.jar, DateObject.class
package FESI.Data
DateObject.callFunction ( ESObject p1, ESValue[ ] p2 )  :  ESValue
DateObject.doConstruct ( ESObject p1, ESValue[ ] p2 )  :  ESObject
DateObject.makeDateObject ( FESI.Interpreter.Evaluator p1, ObjectPrototype p2, FunctionPrototype p3 ) [static]  :  DateObject
DateObject.toString ( )  :  String

fesi.jar, DatePrototype.class
package FESI.Data
DatePrototype.DatePrototype ( FESI.Interpreter.Evaluator p1, Date p2 )
DatePrototype.DatePrototype ( FESI.Interpreter.Evaluator p1, long p2 )
DatePrototype.get ( int p1 )  :  ESValue
DatePrototype.getDefaultValue ( )  :  ESValue
DatePrototype.getESClassName ( )  :  String
DatePrototype.getUTC ( int p1 )  :  ESValue
DatePrototype.setTime ( ESValue[ ] p1, int[ ] p2 )  :  ESValue
DatePrototype.setUTCTime ( ESValue[ ] p1, int[ ] p2 )  :  ESValue
DatePrototype.setYear ( ESValue[ ] p1 )  :  ESValue
DatePrototype.toDetailString ( )  :  String
DatePrototype.toJavaObject ( )  :  Object
DatePrototype.toString ( )  :  String

fesi.jar, DefaultKeyTypedAction.class
package FESI.swinggui
JConsoleArea.DefaultKeyTypedAction.actionPerformed ( ActionEvent p1 )  :  void
JConsoleArea.DefaultKeyTypedAction.JConsoleArea.DefaultKeyTypedAction ( JConsoleArea p1 )

fesi.jar, EcmaScript.class
package FESI.Parser
EcmaScript.AdditiveExpression ( )  :  void
EcmaScript.AddOp ( )  :  void
EcmaScript.AllocationExpression ( )  :  void
EcmaScript.ArgumentList ( )  :  void
EcmaScript.Arguments ( )  :  void
EcmaScript.AssignementOperator ( )  :  void
EcmaScript.AssignmentExpression ( )  :  void
EcmaScript.BitwiseANDExpression ( )  :  void
EcmaScript.BitwiseANDOp ( )  :  void
EcmaScript.BitwiseORExpression ( )  :  void
EcmaScript.BitwiseOROp ( )  :  void
EcmaScript.BitwiseXORExpression ( )  :  void
EcmaScript.BitwiseXOROp ( )  :  void
EcmaScript.Block ( )  :  void
EcmaScript.BreakStatement ( )  :  void
EcmaScript.ConditionalExpression ( )  :  void
EcmaScript.ContinueStatement ( )  :  void
EcmaScript.disable_tracing ( )  :  void
EcmaScript.EcmaScript ( EcmaScriptTokenManager p1 )
EcmaScript.EcmaScript ( InputStream p1 )
EcmaScript.EcmaScript ( Reader p1 )
EcmaScript.EmptyStatement ( )  :  void
EcmaScript.enable_tracing ( )  :  void
EcmaScript.EqualityExpression ( )  :  void
EcmaScript.EqualOp ( )  :  void
EcmaScript.Expression ( )  :  void
EcmaScript.ExpressionStatement ( )  :  void
EcmaScript.ForInStatement ( )  :  void
EcmaScript.FormalParameterList ( )  :  FESI.AST.SimpleNode
EcmaScript.ForStatement ( )  :  void
EcmaScript.ForVarInStatement ( )  :  void
EcmaScript.ForVarStatement ( )  :  void
EcmaScript.FunctionDeclaration ( )  :  void
EcmaScript.generateParseException ( )  :  ParseException
EcmaScript.getNextToken ( )  :  Token
EcmaScript.getToken ( int p1 )  :  Token
EcmaScript.Identifier ( )  :  void
EcmaScript.IfStatement ( )  :  void
EcmaScript.Initializer ( )  :  void
EcmaScript.IterationStatement ( )  :  void
EcmaScript.Literal ( )  :  void
EcmaScript.LogicalANDExpression ( )  :  void
EcmaScript.LogicalORExpression ( )  :  void
EcmaScript.main ( String[ ] p1 ) [static]  :  void
EcmaScript.MulOp ( )  :  void
EcmaScript.MultiplicativeExpression ( )  :  void
EcmaScript.NewSuffix ( )  :  void
EcmaScript.PostfixExpression ( )  :  void
EcmaScript.PostfixOp ( )  :  void
EcmaScript.PrimaryExpression ( )  :  void
EcmaScript.PrimarySuffix ( )  :  void
EcmaScript.Program ( )  :  FESI.AST.SimpleNode
EcmaScript.ReInit ( EcmaScriptTokenManager p1 )  :  void
EcmaScript.ReInit ( InputStream p1 )  :  void
EcmaScript.ReInit ( Reader p1 )  :  void
EcmaScript.RelationalExpression ( )  :  void
EcmaScript.RelOp ( )  :  void
EcmaScript.ReturnStatement ( )  :  void
EcmaScript.ShiftExpression ( )  :  void
EcmaScript.ShiftOp ( )  :  void
EcmaScript.SourceElement ( )  :  void
EcmaScript.Statement ( )  :  void
EcmaScript.StatementList ( )  :  FESI.AST.SimpleNode
EcmaScript.UnaryExpression ( )  :  void
EcmaScript.UnaryOp ( )  :  void
EcmaScript.VariableDeclaration ( )  :  void
EcmaScript.VariableDeclarationList ( )  :  void
EcmaScript.VariableStatement ( )  :  void
EcmaScript.WhileStatement ( )  :  void
EcmaScript.WithStatement ( )  :  void

fesi.jar, EcmaScriptDumpVisitor.class
package FESI.AST
EcmaScriptDumpVisitor.EcmaScriptDumpVisitor ( )
EcmaScriptDumpVisitor.visit ( ASTAllocationExpression p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTAndExpressionSequence p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTAssignmentExpression p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTBinaryExpressionSequence p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTBreakStatement p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTCompositeReference p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTConditionalExpression p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTContinueStatement p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTEmptyExpression p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTExpressionList p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTForInStatement p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTFormalParameterList p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTForStatement p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTForVarInStatement p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTForVarStatement p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTFunctionCallParameters p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTFunctionDeclaration p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTIdentifier p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTIfStatement p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTLiteral p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTOperator p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTOrExpressionSequence p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTPostfixExpression p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTProgram p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTPropertyIdentifierReference p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTPropertyValueReference p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTReturnStatement p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTStatement p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTStatementList p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTThisReference p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTUnaryExpression p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTVariableDeclaration p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTWhileStatement p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( ASTWithStatement p1, Object p2 )  :  Object
EcmaScriptDumpVisitor.visit ( SimpleNode p1, Object p2 )  :  Object

fesi.jar, EcmaScriptEvaluateVisitor.class
package FESI.Interpreter
EcmaScriptEvaluateVisitor.acceptNull ( Object p1 ) [static]  :  FESI.Data.ESValue
EcmaScriptEvaluateVisitor.EcmaScriptEvaluateVisitor ( Evaluator p1 )
EcmaScriptEvaluateVisitor.evaluateFunction ( FESI.AST.ASTStatementList p1, EvaluationSource p2 )  :  FESI.Data.ESValue
EcmaScriptEvaluateVisitor.evaluateProgram ( FESI.AST.ASTProgram p1, EvaluationSource p2 )  :  FESI.Data.ESValue
EcmaScriptEvaluateVisitor.evaluateWith ( FESI.AST.ASTStatement p1, EvaluationSource p2 )  :  FESI.Data.ESValue
EcmaScriptEvaluateVisitor.getCompletionCode ( )  :  int
EcmaScriptEvaluateVisitor.getCompletionCodeString ( )  :  String
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTAllocationExpression p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTAndExpressionSequence p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTAssignmentExpression p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTBinaryExpressionSequence p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTBreakStatement p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTCompositeReference p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTConditionalExpression p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTContinueStatement p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTEmptyExpression p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTExpressionList p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTForInStatement p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTFormalParameterList p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTForStatement p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTForVarInStatement p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTForVarStatement p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTFunctionCallParameters p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTFunctionDeclaration p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTIdentifier p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTIfStatement p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTLiteral p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTOperator p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTOrExpressionSequence p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTPostfixExpression p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTProgram p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTPropertyIdentifierReference p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTPropertyValueReference p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTReturnStatement p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTStatement p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTStatementList p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTThisReference p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTUnaryExpression p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTVariableDeclaration p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTWhileStatement p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTWithStatement p1, Object p2 )  :  Object
EcmaScriptEvaluateVisitor.visit ( FESI.AST.SimpleNode p1, Object p2 )  :  Object

fesi.jar, EcmaScriptException.class
package FESI.Exceptions
EcmaScriptException.appendEvaluationSource ( FESI.Interpreter.EvaluationSource p1 )  :  void
EcmaScriptException.EcmaScriptException ( String p1 )
EcmaScriptException.EcmaScriptException ( String p1, Throwable p2 )
EcmaScriptException.getLineNumber ( )  :  int
EcmaScriptException.getMessage ( )  :  String
EcmaScriptException.getOriginatingException ( )  :  Throwable
EcmaScriptException.isIncomplete ( )  :  boolean
EcmaScriptException.printStackTrace ( )  :  void
EcmaScriptException.printStackTrace ( PrintStream p1 )  :  void
EcmaScriptException.printStackTrace ( PrintWriter p1 )  :  void

fesi.jar, EcmaScriptFunctionVisitor.class
package FESI.Interpreter
EcmaScriptFunctionVisitor.EcmaScriptFunctionVisitor ( Evaluator p1 )
EcmaScriptFunctionVisitor.processFunctionDeclarations ( FESI.AST.ASTProgram p1, EvaluationSource p2 )  :  void
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTAllocationExpression p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTAndExpressionSequence p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTAssignmentExpression p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTBinaryExpressionSequence p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTBreakStatement p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTCompositeReference p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTConditionalExpression p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTContinueStatement p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTEmptyExpression p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTExpressionList p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTForInStatement p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTFormalParameterList p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTForStatement p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTForVarInStatement p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTForVarStatement p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTFunctionCallParameters p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTFunctionDeclaration p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTIdentifier p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTIfStatement p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTLiteral p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTOperator p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTOrExpressionSequence p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTPostfixExpression p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTProgram p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTPropertyIdentifierReference p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTPropertyValueReference p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTReturnStatement p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTStatement p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTStatementList p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTThisReference p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTUnaryExpression p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTVariableDeclaration p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTWhileStatement p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTWithStatement p1, Object p2 )  :  Object
EcmaScriptFunctionVisitor.visit ( FESI.AST.SimpleNode p1, Object p2 )  :  Object

fesi.jar, EcmaScriptLexicalException.class
package FESI.Exceptions
EcmaScriptLexicalException.EcmaScriptLexicalException ( FESI.Parser.TokenMgrError p1, FESI.Interpreter.EvaluationSource p2 )
EcmaScriptLexicalException.getLineNumber ( )  :  int
EcmaScriptLexicalException.getMessage ( )  :  String
EcmaScriptLexicalException.isIncomplete ( )  :  boolean

fesi.jar, EcmaScriptParseException.class
package FESI.Exceptions
EcmaScriptParseException.EcmaScriptParseException ( FESI.Parser.ParseException p1, FESI.Interpreter.EvaluationSource p2 )
EcmaScriptParseException.getLineNumber ( )  :  int
EcmaScriptParseException.getMessage ( )  :  String
EcmaScriptParseException.isIncomplete ( )  :  boolean
EcmaScriptParseException.setNeverIncomplete ( )  :  void

fesi.jar, EcmaScriptTokenManager.class
package FESI.Parser
EcmaScriptTokenManager.EcmaScriptTokenManager ( ASCII_CharStream p1 )
EcmaScriptTokenManager.EcmaScriptTokenManager ( ASCII_CharStream p1, int p2 )
EcmaScriptTokenManager.getNextToken ( )  :  Token
EcmaScriptTokenManager.ReInit ( ASCII_CharStream p1 )  :  void
EcmaScriptTokenManager.ReInit ( ASCII_CharStream p1, int p2 )  :  void
EcmaScriptTokenManager.SwitchTo ( int p1 )  :  void

fesi.jar, EcmaScriptVariableVisitor.class
package FESI.Interpreter
EcmaScriptVariableVisitor.EcmaScriptVariableVisitor ( Evaluator p1 )
EcmaScriptVariableVisitor.processVariableDeclarations ( FESI.AST.ASTProgram p1, EvaluationSource p2 )  :  Vector
EcmaScriptVariableVisitor.processVariableDeclarations ( FESI.AST.ASTStatementList p1, EvaluationSource p2 )  :  Vector
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTAllocationExpression p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTAndExpressionSequence p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTAssignmentExpression p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTBinaryExpressionSequence p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTBreakStatement p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTCompositeReference p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTConditionalExpression p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTContinueStatement p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTEmptyExpression p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTExpressionList p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTForInStatement p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTFormalParameterList p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTForStatement p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTForVarInStatement p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTForVarStatement p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTFunctionCallParameters p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTFunctionDeclaration p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTIdentifier p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTIfStatement p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTLiteral p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTOperator p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTOrExpressionSequence p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTPostfixExpression p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTProgram p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTPropertyIdentifierReference p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTPropertyValueReference p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTReturnStatement p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTStatement p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTStatementList p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTThisReference p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTUnaryExpression p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTVariableDeclaration p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTWhileStatement p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTWithStatement p1, Object p2 )  :  Object
EcmaScriptVariableVisitor.visit ( FESI.AST.SimpleNode p1, Object p2 )  :  Object

fesi.jar, EcmaScriptVisitor.class
package FESI.AST
EcmaScriptVisitor.visit ( ASTAllocationExpression p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTAndExpressionSequence p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTAssignmentExpression p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTBinaryExpressionSequence p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTBreakStatement p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTCompositeReference p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTConditionalExpression p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTContinueStatement p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTEmptyExpression p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTExpressionList p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTForInStatement p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTFormalParameterList p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTForStatement p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTForVarInStatement p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTForVarStatement p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTFunctionCallParameters p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTFunctionDeclaration p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTIdentifier p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTIfStatement p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTLiteral p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTOperator p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTOrExpressionSequence p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTPostfixExpression p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTProgram p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTPropertyIdentifierReference p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTPropertyValueReference p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTReturnStatement p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTStatement p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTStatementList p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTThisReference p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTUnaryExpression p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTVariableDeclaration p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTWhileStatement p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( ASTWithStatement p1, Object p2 ) [abstract]  :  Object
EcmaScriptVisitor.visit ( SimpleNode p1, Object p2 ) [abstract]  :  Object

fesi.jar, Editor.class
package FESI.swinggui
Editor.createMenubar ( )  :  JMenuBar
Editor.getFrame ( )  :  Frame
Editor.getMenubar ( )  :  JMenuBar
Editor.getWindowBaseTitle ( )  :  String
Editor.getWindowTitle ( )  :  String
Editor.loadFile ( File p1 )  :  void
Editor.saveFile ( File p1 )  :  void

fesi.jar, ESArguments.class
package FESI.Data
ESArguments.deleteProperty ( String p1, int p2 )  :  boolean
ESArguments.doIndirectCallInScope ( FESI.Interpreter.Evaluator p1, FESI.Interpreter.ScopeChain p2, ESObject p3, String p4, int p5, ESValue[ ] p6 )  :  ESValue
ESArguments.getDefaultValue ( FESI.Interpreter.Evaluator p1, int p2 )  :  ESValue
ESArguments.getProperty ( int p1 )  :  ESValue
ESArguments.getProperty ( String p1, int p2 )  :  ESValue
ESArguments.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 )  :  ESValue
ESArguments.getSpecialPropertyNames ( )  :  String[ ]
ESArguments.getTypeOf ( )  :  int
ESArguments.getTypeofString ( )  :  String
ESArguments.hasProperty ( String p1, int p2 )  :  boolean
ESArguments.makeNewESArguments ( FESI.Interpreter.Evaluator p1, ESObject p2, String[ ] p3, ESValue[ ] p4 ) [static]  :  ESArguments
ESArguments.toDetailString ( )  :  String
ESArguments.toJavaObject ( )  :  Object
ESArguments.toString ( )  :  String

fesi.jar, ESArrayWrapper.class
package FESI.Data
ESArrayWrapper.booleanValue ( )  :  boolean
ESArrayWrapper.deleteProperty ( String p1, int p2 )  :  boolean
ESArrayWrapper.doubleValue ( )  :  double
ESArrayWrapper.ESArrayWrapper ( Object p1, FESI.Interpreter.Evaluator p2 )
ESArrayWrapper.getAllProperties ( )  :  Enumeration
ESArrayWrapper.getDefaultValue ( )  :  ESValue
ESArrayWrapper.getDefaultValue ( int p1 )  :  ESValue
ESArrayWrapper.getESClassName ( )  :  String
ESArrayWrapper.getProperties ( )  :  Enumeration
ESArrayWrapper.getProperty ( int p1 )  :  ESValue
ESArrayWrapper.getProperty ( String p1, int p2 )  :  ESValue
ESArrayWrapper.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 )  :  ESValue
ESArrayWrapper.getPrototype ( )  :  ESObject
ESArrayWrapper.getSpecialPropertyNames ( )  :  String[ ]
ESArrayWrapper.getTypeOf ( )  :  int
ESArrayWrapper.hasProperty ( String p1, int p2 )  :  boolean
ESArrayWrapper.isHiddenProperty ( String p1, int p2 )  :  boolean
ESArrayWrapper.putHiddenProperty ( String p1, ESValue p2 )  :  void
ESArrayWrapper.putProperty ( int p1, ESValue p2 )  :  void
ESArrayWrapper.putProperty ( String p1, ESValue p2, int p3 )  :  void
ESArrayWrapper.toDetailString ( )  :  String
ESArrayWrapper.toJavaObject ( )  :  Object
ESArrayWrapper.toString ( )  :  String

fesi.jar, ESBeans.class
package FESI.Data
ESBeans.callFunction ( ESObject p1, ESValue[ ] p2 )  :  ESValue
ESBeans.doConstruct ( ESObject p1, ESValue[ ] p2 )  :  ESObject
ESBeans.ESBeans ( FESI.Interpreter.Evaluator p1 )
ESBeans.ESBeans ( String p1, ESBeans p2, FESI.Interpreter.LocalClassLoader p3, FESI.Interpreter.Evaluator p4 )
ESBeans.getESClassName ( )  :  String
ESBeans.getProperty ( String p1, int p2 )  :  ESValue
ESBeans.getPrototype ( )  :  ESObject
ESBeans.getTypeofString ( )  :  String
ESBeans.toDetailString ( )  :  String

fesi.jar, ESBoolean.class
package FESI.Data
ESBoolean.booleanValue ( )  :  boolean
ESBoolean.doubleValue ( )  :  double
ESBoolean.getTypeOf ( )  :  int
ESBoolean.getTypeofString ( )  :  String
ESBoolean.isBooleanValue ( )  :  boolean
ESBoolean.makeBoolean ( boolean p1 ) [static]  :  ESBoolean
ESBoolean.toDetailString ( )  :  String
ESBoolean.toESBoolean ( )  :  ESValue
ESBoolean.toESObject ( FESI.Interpreter.Evaluator p1 )  :  ESValue
ESBoolean.toJavaObject ( )  :  Object
ESBoolean.toString ( )  :  String

fesi.jar, ESLoader.class
package FESI.Data
ESLoader.booleanValue ( )  :  boolean
ESLoader.buildPrefix ( )  :  String
ESLoader.deleteProperty ( String p1, int p2 )  :  boolean
ESLoader.doConstruct ( ESObject p1, ESValue[ ] p2 )  :  ESObject
ESLoader.doubleValue ( )  :  double
ESLoader.ESLoader ( FESI.Interpreter.Evaluator p1 )
ESLoader.ESLoader ( String p1, ESLoader p2, FESI.Interpreter.LocalClassLoader p3, FESI.Interpreter.Evaluator p4 )
ESLoader.getDefaultValue ( )  :  ESValue
ESLoader.getDefaultValue ( int p1 )  :  ESValue
ESLoader.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 )  :  ESValue
ESLoader.getPrototype ( )  :  ESObject
ESLoader.getTypeOf ( )  :  int
ESLoader.hasProperty ( String p1, int p2 )  :  boolean
ESLoader.isDebugJavaAccess ( ) [static]  :  boolean
ESLoader.isDebugLoader ( ) [static]  :  boolean
ESLoader.isHiddenProperty ( String p1, int p2 )  :  boolean
ESLoader.normalizeObject ( Object p1, FESI.Interpreter.Evaluator p2 ) [static]  :  ESObject
ESLoader.normalizeValue ( Object p1, FESI.Interpreter.Evaluator p2 ) [static]  :  ESValue
ESLoader.putHiddenProperty ( String p1, ESValue p2 )  :  void
ESLoader.putProperty ( String p1, ESValue p2, int p3 )  :  void
ESLoader.setDebugJavaAccess ( boolean p1 ) [static]  :  void
ESLoader.setDebugLoader ( boolean p1 ) [static]  :  void
ESLoader.toString ( )  :  String
ESLoader.typeName ( Class p1 ) [static]  :  String

fesi.jar, ESNull.class
package FESI.Data
ESNull.booleanValue ( )  :  boolean
ESNull.doubleValue ( )  :  double
ESNull.getTypeOf ( )  :  int
ESNull.getTypeofString ( )  :  String
ESNull.toDetailString ( )  :  String
ESNull.toJavaObject ( )  :  Object
ESNull.toString ( )  :  String

fesi.jar, ESNumber.class
package FESI.Data
ESNumber.booleanValue ( )  :  boolean
ESNumber.doubleValue ( )  :  double
ESNumber.ESNumber ( double p1 )
ESNumber.getTypeOf ( )  :  int
ESNumber.getTypeofString ( )  :  String
ESNumber.isNumberValue ( )  :  boolean
ESNumber.toDetailString ( )  :  String
ESNumber.toESNumber ( )  :  ESValue
ESNumber.toESObject ( FESI.Interpreter.Evaluator p1 )  :  ESValue
ESNumber.toJavaObject ( )  :  Object
ESNumber.toString ( )  :  String

fesi.jar, ESObject.class
package FESI.Data
ESObject.booleanValue ( )  :  boolean
ESObject.callFunction ( ESObject p1, ESValue[ ] p2 )  :  ESValue
ESObject.deleteProperty ( String p1, int p2 )  :  boolean
ESObject.doConstruct ( ESObject p1, ESValue[ ] p2 )  :  ESObject
ESObject.doIndirectCall ( FESI.Interpreter.Evaluator p1, ESObject p2, String p3, ESValue[ ] p4 )  :  ESValue
ESObject.doIndirectCallInScope ( FESI.Interpreter.Evaluator p1, FESI.Interpreter.ScopeChain p2, ESObject p3, String p4, int p5, ESValue[ ] p6 )  :  ESValue
ESObject.doubleValue ( )  :  double
ESObject.ESObject ( ESObject p1, FESI.Interpreter.Evaluator p2 )
ESObject.ESObject ( ESObject p1, FESI.Interpreter.Evaluator p2, int p3 )
ESObject.getAllDescriptions ( )  :  Enumeration
ESObject.getAllProperties ( )  :  Enumeration
ESObject.getDefaultValue ( )  :  ESValue
ESObject.getDefaultValue ( int p1 )  :  ESValue
ESObject.getDescription ( String p1 )  :  ValueDescription
ESObject.getESClassName ( )  :  String
ESObject.getEvaluator ( )  :  FESI.Interpreter.Evaluator
ESObject.getProperties ( )  :  Enumeration
ESObject.getProperty ( int p1 )  :  ESValue
ESObject.getProperty ( String p1, int p2 )  :  ESValue
ESObject.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 )  :  ESValue
ESObject.getPrototype ( )  :  ESObject
ESObject.getSpecialPropertyNames ( )  :  String[ ]
ESObject.getTypeOf ( )  :  int
ESObject.getTypeofString ( )  :  String
ESObject.hasProperty ( String p1, int p2 )  :  boolean
ESObject.isComposite ( )  :  boolean
ESObject.isDirectEnumerator ( )  :  boolean
ESObject.isHiddenProperty ( String p1, int p2 )  :  boolean
ESObject.isPrimitive ( )  :  boolean
ESObject.putHiddenProperty ( String p1, ESValue p2 )  :  void
ESObject.putProperty ( int p1, ESValue p2 )  :  void
ESObject.putProperty ( String p1, ESValue p2, int p3 )  :  void
ESObject.toDetailString ( )  :  String
ESObject.toESObject ( FESI.Interpreter.Evaluator p1 )  :  ESValue
ESObject.toESPrimitive ( )  :  ESValue
ESObject.toESPrimitive ( int p1 )  :  ESValue
ESObject.toJavaObject ( )  :  Object
ESObject.toString ( )  :  String

fesi.jar, ESPackages.class
package FESI.Data
ESPackages.callFunction ( ESObject p1, ESValue[ ] p2 )  :  ESValue
ESPackages.ESPackages ( FESI.Interpreter.Evaluator p1 )
ESPackages.ESPackages ( String p1, ESPackages p2, FESI.Interpreter.LocalClassLoader p3, FESI.Interpreter.Evaluator p4 )
ESPackages.getESClassName ( )  :  String
ESPackages.getProperty ( String p1, int p2 )  :  ESValue
ESPackages.getPrototype ( )  :  ESObject
ESPackages.getTypeofString ( )  :  String
ESPackages.toDetailString ( )  :  String

fesi.jar, ESPrimitive.class
package FESI.Data
ESPrimitive.ESPrimitive ( )
ESPrimitive.getDescription ( String p1 )  :  ValueDescription
ESPrimitive.isComposite ( )  :  boolean
ESPrimitive.isPrimitive ( )  :  boolean
ESPrimitive.toESPrimitive ( )  :  ESValue
ESPrimitive.toESPrimitive ( int p1 )  :  ESValue

fesi.jar, ESReference.class
package FESI.Data
ESReference.ESReference ( ESValue p1, String p2, int p3 )
ESReference.getBase ( )  :  ESValue
ESReference.getPropertyName ( )  :  String
ESReference.getValue ( )  :  ESValue
ESReference.putValue ( ESObject p1, ESValue p2 )  :  void
ESReference.toDetailString ( )  :  String
ESReference.toString ( )  :  String

fesi.jar, ESString.class
package FESI.Data
ESString.booleanValue ( )  :  boolean
ESString.doubleValue ( )  :  double
ESString.ESString ( String p1 )
ESString.getStringLength ( )  :  int
ESString.getTypeOf ( )  :  int
ESString.getTypeofString ( )  :  String
ESString.isStringValue ( )  :  boolean
ESString.toDetailString ( )  :  String
ESString.toESObject ( FESI.Interpreter.Evaluator p1 )  :  ESValue
ESString.toESString ( )  :  ESValue
ESString.toJavaObject ( )  :  Object
ESString.toString ( )  :  String

fesi.jar, ESUndefined.class
package FESI.Data
ESUndefined.booleanValue ( )  :  boolean
ESUndefined.callFunction ( ESObject p1, ESValue[ ] p2 )  :  ESValue
ESUndefined.doConstruct ( ESObject p1, ESValue[ ] p2 )  :  ESObject
ESUndefined.doubleValue ( )  :  double
ESUndefined.getTypeOf ( )  :  int
ESUndefined.getTypeofString ( )  :  String
ESUndefined.toDetailString ( )  :  String
ESUndefined.toJavaObject ( )  :  Object
ESUndefined.toString ( )  :  String

fesi.jar, ESValue.class
package FESI.Data
ESValue.booleanValue ( )  :  boolean
ESValue.callFunction ( ESObject p1, ESValue[ ] p2 )  :  ESValue
ESValue.doConstruct ( ESObject p1, ESValue[ ] p2 )  :  ESObject
ESValue.doubleValue ( )  :  double
ESValue.ESValue ( )
ESValue.getAllDescriptions ( )  :  Enumeration
ESValue.getDescription ( )  :  ValueDescription
ESValue.getDescription ( String p1 ) [abstract]  :  ValueDescription
ESValue.getTypeOf ( ) [abstract]  :  int
ESValue.getTypeofString ( ) [abstract]  :  String
ESValue.isBooleanValue ( )  :  boolean
ESValue.isComposite ( ) [abstract]  :  boolean
ESValue.isNumberValue ( )  :  boolean
ESValue.isPrimitive ( ) [abstract]  :  boolean
ESValue.isStringValue ( )  :  boolean
ESValue.toDetailString ( ) [abstract]  :  String
ESValue.toESBoolean ( )  :  ESValue
ESValue.toESNumber ( )  :  ESValue
ESValue.toESObject ( FESI.Interpreter.Evaluator p1 )  :  ESValue
ESValue.toESPrimitive ( ) [abstract]  :  ESValue
ESValue.toESPrimitive ( int p1 ) [abstract]  :  ESValue
ESValue.toESString ( )  :  ESValue
ESValue.toInt32 ( )  :  int
ESValue.toInteger ( )  :  double
ESValue.toJavaObject ( ) [abstract]  :  Object
ESValue.toUInt16 ( )  :  short
ESValue.toUInt32 ( )  :  int

fesi.jar, ESWrapper.class
package FESI.Data
ESWrapper.booleanValue ( )  :  boolean
ESWrapper.callFunction ( ESObject p1, ESValue[ ] p2 )  :  ESValue
ESWrapper.deleteProperty ( String p1, int p2 )  :  boolean
ESWrapper.dispatchEvent ( Object[ ] p1, Class p2, Method p3 )  :  void
ESWrapper.doConstruct ( ESObject p1, ESValue[ ] p2 )  :  ESObject
ESWrapper.doIndirectCall ( FESI.Interpreter.Evaluator p1, ESObject p2, String p3, ESValue[ ] p4 )  :  ESValue
ESWrapper.doIndirectCallInScope ( FESI.Interpreter.Evaluator p1, FESI.Interpreter.ScopeChain p2, ESObject p3, String p4, int p5, ESValue[ ] p6 )  :  ESValue
ESWrapper.doubleValue ( )  :  double
ESWrapper.ESWrapper ( Object p1, FESI.Interpreter.Evaluator p2 )
ESWrapper.ESWrapper ( Object p1, FESI.Interpreter.Evaluator p2, boolean p3 )
ESWrapper.getAllDescriptions ( )  :  Enumeration
ESWrapper.getAllProperties ( )  :  Enumeration
ESWrapper.getDefaultValue ( )  :  ESValue
ESWrapper.getDefaultValue ( int p1 )  :  ESValue
ESWrapper.getDescription ( String p1 )  :  ValueDescription
ESWrapper.getESClassName ( )  :  String
ESWrapper.getJavaObject ( )  :  Object
ESWrapper.getProperties ( )  :  Enumeration
ESWrapper.getProperty ( String p1, int p2 )  :  ESValue
ESWrapper.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 )  :  ESValue
ESWrapper.getPrototype ( )  :  ESObject
ESWrapper.getTypeOf ( )  :  int
ESWrapper.hasProperty ( String p1, int p2 )  :  boolean
ESWrapper.isBean ( )  :  boolean
ESWrapper.isDebugEvent ( ) [static]  :  boolean
ESWrapper.isDirectEnumerator ( )  :  boolean
ESWrapper.isHiddenProperty ( String p1, int p2 )  :  boolean
ESWrapper.putHiddenProperty ( String p1, ESValue p2 )  :  void
ESWrapper.putProperty ( String p1, ESValue p2, int p3 )  :  void
ESWrapper.setDebugEvent ( boolean p1 ) [static]  :  void
ESWrapper.toDetailString ( )  :  String
ESWrapper.toJavaObject ( )  :  Object
ESWrapper.toString ( )  :  String

fesi.jar, EvaluationSource.class
package FESI.Interpreter
EvaluationSource.EvaluationSource ( EvaluationSource p1 )
EvaluationSource.getEvaluationSourceText ( ) [abstract]  :  String
EvaluationSource.getLineNumber ( )  :  int
EvaluationSource.toString ( )  :  String

fesi.jar, Evaluator.class
package FESI.Interpreter
Evaluator.addExtension ( String p1 )  :  Object
Evaluator.addMandatoryExtension ( String p1 )  :  Object
Evaluator.addMandatoryExtension ( String p1, FESI.jslib.JSExtension p2 )  :  Object
Evaluator.createVariable ( String p1, int p2 )  :  void
Evaluator.doIndirectCall ( FESI.Data.ESObject p1, String p2, int p3, FESI.Data.ESValue[ ] p4 )  :  FESI.Data.ESValue
Evaluator.evaluate ( ParsedProgram p1, FESI.Data.ESObject p2, boolean p3 )  :  FESI.Data.ESValue
Evaluator.evaluate ( File p1 )  :  FESI.Data.ESValue
Evaluator.evaluate ( File p1, FESI.Data.ESObject p2 )  :  FESI.Data.ESValue
Evaluator.evaluate ( Reader p1 )  :  FESI.Data.ESValue
Evaluator.evaluate ( Reader p1, FESI.Data.ESObject p2 )  :  FESI.Data.ESValue
Evaluator.evaluate ( Reader p1, FESI.Data.ESObject p2, EvaluationSource p3, boolean p4 )  :  FESI.Data.ESValue
Evaluator.evaluate ( String p1 )  :  FESI.Data.ESValue
Evaluator.evaluate ( String p1, FESI.Data.ESObject p2, boolean p3 )  :  FESI.Data.ESValue
Evaluator.evaluate ( String p1, String p2 )  :  FESI.Data.ESValue
Evaluator.evaluateEvalString ( String p1 )  :  FESI.Data.ESValue
Evaluator.evaluateEvent ( FESI.Data.ESWrapper p1, FESI.Data.ESObject p2, Object[ ] p3 )  :  void
Evaluator.evaluateFunction ( FESI.AST.ASTStatementList p1, EvaluationSource p2, FESI.Data.ESObject p3, Vector p4, FESI.Data.ESObject p5 )  :  FESI.Data.ESValue
Evaluator.evaluateLoadFile ( File p1 )  :  FESI.Data.ESValue
Evaluator.evaluateLoadModule ( String p1 )  :  FESI.Data.ESValue
Evaluator.evaluateWith ( FESI.AST.ASTStatement p1, FESI.Data.ESObject p2, EvaluationSource p3 )  :  FESI.Data.ESValue
Evaluator.Evaluator ( )
Evaluator.getArrayPrototype ( )  :  FESI.Data.ESObject
Evaluator.getBooleanPrototype ( )  :  FESI.Data.ESObject
Evaluator.getDatePrototype ( )  :  FESI.Data.ESObject
Evaluator.getExtension ( String p1 )  :  FESI.Extensions.Extension
Evaluator.getExtensions ( )  :  Enumeration
Evaluator.getFunctionObject ( )  :  FESI.Data.ESObject
Evaluator.getFunctionPrototype ( )  :  FESI.Data.ESObject
Evaluator.getGlobalObject ( )  :  FESI.Data.GlobalObject
Evaluator.getNumberPrototype ( )  :  FESI.Data.ESObject
Evaluator.getObjectPrototype ( )  :  FESI.Data.ESObject
Evaluator.getPackageObject ( )  :  FESI.Data.ESObject
Evaluator.getReference ( String p1 )  :  FESI.Data.ESReference
Evaluator.getReference ( String p1, int p2 )  :  FESI.Data.ESReference
Evaluator.getStringPrototype ( )  :  FESI.Data.ESObject
Evaluator.getThisObject ( )  :  FESI.Data.ESObject
Evaluator.getValue ( String p1 )  :  FESI.Data.ESValue
Evaluator.getValue ( String p1, int p2 )  :  FESI.Data.ESValue
Evaluator.getVarDeclarationVisitor ( )  :  EcmaScriptVariableVisitor
Evaluator.getVersion ( ) [static]  :  String
Evaluator.getWelcomeText ( ) [static]  :  String
Evaluator.isDebugParse ( )  :  boolean
Evaluator.putValue ( FESI.Data.ESReference p1, FESI.Data.ESValue p2 )  :  void
Evaluator.reset ( )  :  void
Evaluator.setArrayPrototype ( FESI.Data.ESObject p1 )  :  void
Evaluator.setBooleanPrototype ( FESI.Data.ESObject p1 )  :  void
Evaluator.setDatePrototype ( FESI.Data.ESObject p1 )  :  void
Evaluator.setDebugParse ( boolean p1 )  :  void
Evaluator.setFunctionObject ( FESI.Data.ESObject p1 )  :  void
Evaluator.setFunctionPrototype ( FESI.Data.ESObject p1 )  :  void
Evaluator.setNumberPrototype ( FESI.Data.ESObject p1 )  :  void
Evaluator.setObjectPrototype ( FESI.Data.ESObject p1 )  :  void
Evaluator.setStringPrototype ( FESI.Data.ESObject p1 )  :  void

fesi.jar, EventAdaptor.class
package FESI.Interpreter
EventAdaptor.addAdaptorToSource ( )  :  void
EventAdaptor.EventAdaptor ( )
EventAdaptor.fire ( EventObject p1, Method p2 )  :  void
EventAdaptor.fire ( Object[ ] p1, Method p2 )  :  void
EventAdaptor.getEventAdaptor ( Class p1, Object p2, FESI.Data.ESWrapper p3 ) [static]  :  EventAdaptor
EventAdaptor.getEventAdaptorClass ( Class p1 ) [static]  :  Class
EventAdaptor.getListenerClass ( ) [abstract]  :  Class
EventAdaptor.getListenerClassName ( )  :  String
EventAdaptor.getSource ( )  :  Object
EventAdaptor.getWarepper ( )  :  FESI.Data.ESWrapper
EventAdaptor.removeAdaptorFromSource ( )  :  void
EventAdaptor.setSource ( Object p1 )  :  void
EventAdaptor.setWrapper ( FESI.Data.ESWrapper p1 )  :  void

fesi.jar, EventAdaptorClassFile.class
package FESI.ClassFile
EventAdaptorClassFile.EventAdaptorClassFile ( String p1, OutputStream p2 )

fesi.jar, EventAdaptorGenerator.class
package FESI.Interpreter
EventAdaptorGenerator.getBaseNameFromAdaptorName ( String p1 ) [static]  :  String
EventAdaptorGenerator.loadClass ( String p1, boolean p2 )  :  Class

fesi.jar, Extension.class
package FESI.Extensions
Extension.Extension ( )
Extension.initializeExtension ( FESI.Interpreter.Evaluator p1 ) [abstract]  :  void

fesi.jar, FesiHashtable.class
package FESI.Interpreter
FesiHashtable.clear ( )  :  void
FesiHashtable.clone ( )  :  Object
FesiHashtable.containsKey ( String p1, int p2 )  :  boolean
FesiHashtable.elements ( )  :  Enumeration
FesiHashtable.FesiHashtable ( )
FesiHashtable.FesiHashtable ( int p1 )
FesiHashtable.FesiHashtable ( int p1, float p2 )
FesiHashtable.get ( String p1, int p2 )  :  FESI.Data.ESValue
FesiHashtable.isEmpty ( )  :  boolean
FesiHashtable.isHidden ( String p1, int p2 )  :  boolean
FesiHashtable.isReadonly ( String p1, int p2 )  :  boolean
FesiHashtable.keys ( )  :  Enumeration
FesiHashtable.put ( String p1, int p2, boolean p3, boolean p4, FESI.Data.ESValue p5 )  :  FESI.Data.ESValue
FesiHashtable.rehash ( )  :  void
FesiHashtable.remove ( String p1, int p2 )  :  FESI.Data.ESValue
FesiHashtable.size ( )  :  int
FesiHashtable.toString ( )  :  String

fesi.jar, FESIResourceConnection.class
package FESI.Interpreter
FESIResourceConnection.connect ( )  :  void
FESIResourceConnection.FESIResourceConnection ( URL p1 )
FESIResourceConnection.getContent ( )  :  Object
FESIResourceConnection.getInputStream ( )  :  InputStream

fesi.jar, FileEvaluationSource.class
package FESI.Interpreter
FileEvaluationSource.FileEvaluationSource ( String p1, EvaluationSource p2 )
FileEvaluationSource.getEvaluationSourceText ( )  :  String

fesi.jar, FileIO.class
package FESI.Extensions
FileIO.FileIO ( )
FileIO.initializeExtension ( FESI.Interpreter.Evaluator p1 )  :  void

fesi.jar, FunctionEvaluationSource.class
package FESI.Interpreter
FunctionEvaluationSource.FunctionEvaluationSource ( EvaluationSource p1, String p2 )
FunctionEvaluationSource.getEvaluationSourceText ( )  :  String

fesi.jar, FunctionObject.class
package FESI.Data
FunctionObject.callFunction ( ESObject p1, ESValue[ ] p2 )  :  ESValue
FunctionObject.doConstruct ( ESObject p1, ESValue[ ] p2 )  :  ESObject
FunctionObject.getESClassName ( )  :  String
FunctionObject.toString ( )  :  String

fesi.jar, FunctionPrototype.class
package FESI.Data
FunctionPrototype.callFunction ( ESObject p1, ESValue[ ] p2 )  :  ESValue
FunctionPrototype.getESClassName ( )  :  String
FunctionPrototype.getFunctionImplementationString ( )  :  String
FunctionPrototype.getFunctionName ( )  :  String
FunctionPrototype.getFunctionParametersString ( )  :  String
FunctionPrototype.getLengthProperty ( )  :  int
FunctionPrototype.getProperty ( String p1, int p2 )  :  ESValue
FunctionPrototype.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 )  :  ESValue
FunctionPrototype.getSpecialPropertyNames ( )  :  String[ ]
FunctionPrototype.getTypeofString ( )  :  String
FunctionPrototype.hasProperty ( String p1, int p2 )  :  boolean
FunctionPrototype.putProperty ( String p1, ESValue p2, int p3 )  :  void
FunctionPrototype.toString ( )  :  String

fesi.jar, GlobalObject.class
package FESI.Data
GlobalObject.makeGlobalObject ( FESI.Interpreter.Evaluator p1 ) [static]  :  GlobalObject

fesi.jar, GNURegExp.class
package FESI.Extensions
GNURegExp.GNURegExp ( )
GNURegExp.initializeExtension ( FESI.Interpreter.Evaluator p1 )  :  void

fesi.jar, GuiFactory.class
package FESI.gui
GuiFactory.displayMessageBox ( String p1, String p2 ) [abstract]  :  MessageBox
GuiFactory.GuiFactory ( )
GuiFactory.makeConsole ( InterpreterCommands p1, String p2, int p3, int p4 ) [abstract]  :  Console

fesi.jar, Handler.class
package FESI.Interpreter.fesiresource
Handler.Handler ( )
Handler.openConnection ( URL p1 )  :  URLConnection

fesi.jar, HelpWindow.class
package FESI.swinggui
HelpWindow.addHistory ( URL p1 )  :  void
HelpWindow.backHistory ( )  :  void
HelpWindow.gotoContentPage ( )  :  void
HelpWindow.hyperlinkUpdate ( HyperlinkEvent p1 )  :  void

fesi.jar, HtmlPane.class
package FESI.swinggui
HtmlPane.HtmlPane ( HelpWindow p1, URL p2 )
HtmlPane.processMouseEvent ( MouseEvent p1 )  :  void

fesi.jar, InsideValue.class
package FESI.Tests
TestInterface.InsideValue.create ( ) [static]  :  TestInterface.InsideValue
TestInterface.InsideValue.increment ( int p1 )  :  int
TestInterface.InsideValue.TestInterface.InsideValue ( )

fesi.jar, Interpret.class
package FESI.Interpreter
Interpret.clearConsole ( )  :  void
Interpret.describe ( String p1 )  :  void
Interpret.displayAboutText ( )  :  void
Interpret.displayHelpText ( )  :  void
Interpret.doExpand ( String p1 )  :  void
Interpret.doLoad ( String p1 )  :  void
Interpret.doLoadFile ( String p1 )  :  void
Interpret.doPath ( )  :  void
Interpret.doPwd ( )  :  void
Interpret.doTest ( String p1 )  :  void
Interpret.doWork ( String[ ] p1 )  :  void
Interpret.errorExit ( )  :  void
Interpret.executeString ( String p1, String p2 )  :  int
Interpret.exit ( )  :  void
Interpret.finalMessage ( String p1 )  :  void
Interpret.getTitle ( )  :  String
Interpret.Interpret ( )
Interpret.listAllProperties ( String p1 )  :  void
Interpret.listExtensions ( )  :  void
Interpret.listMemory ( )  :  void
Interpret.listProperties ( String p1 )  :  void
Interpret.loadCommonExtensions ( )  :  void
Interpret.loadFile ( String p1, String p2 )  :  void
Interpret.main ( String[ ] p1 ) [static]  :  void
Interpret.printAbout ( )  :  void
Interpret.printDetail ( )  :  void
Interpret.printHelp ( )  :  void
Interpret.printVersion ( )  :  void
Interpret.reset ( )  :  void
Interpret.resetEvaluator ( )  :  void
Interpret.setupCommands ( )  :  void
Interpret.testString ( String p1, String p2, File p3 )  :  boolean
Interpret.toggleDebugEvent ( )  :  void
Interpret.toggleDebugJavaAccess ( )  :  void
Interpret.toggleDebugLoader ( )  :  void
Interpret.toggleDebugParse ( )  :  void
Interpret.usage ( )  :  void

fesi.jar, InterpreterCommands.class
package FESI.gui
InterpreterCommands.displayAboutText ( ) [abstract]  :  void
InterpreterCommands.displayHelpText ( ) [abstract]  :  void
InterpreterCommands.executeString ( String p1, String p2 ) [abstract]  :  int
InterpreterCommands.exit ( ) [abstract]  :  void
InterpreterCommands.loadFile ( String p1, String p2 ) [abstract]  :  void

fesi.jar, JarEvaluationSource.class
package FESI.Interpreter
JarEvaluationSource.getEvaluationSourceText ( )  :  String
JarEvaluationSource.JarEvaluationSource ( String p1, String p2, EvaluationSource p3 )

fesi.jar, JavaAccess.class
package FESI.Extensions
JavaAccess.initializeExtension ( FESI.Interpreter.Evaluator p1 )  :  void
JavaAccess.JavaAccess ( )

fesi.jar, JConsoleArea.class
package FESI.swinggui
JConsoleArea.append ( String p1 )  :  void
JConsoleArea.atEnd ( )  :  void
JConsoleArea.getFirstInputLocation ( )  :  int
JConsoleArea.paste ( )  :  void
JConsoleArea.resetFirstInputLocation ( )  :  void
JConsoleArea.setFirstInputLocation ( int p1 )  :  void

fesi.jar, JJTEcmaScriptState.class
package FESI.AST
JJTEcmaScriptState.clearNodeScope ( Node p1 )  :  void
JJTEcmaScriptState.closeNodeScope ( Node p1, boolean p2 )  :  void
JJTEcmaScriptState.closeNodeScope ( Node p1, int p2 )  :  void
JJTEcmaScriptState.JJTEcmaScriptState ( )
JJTEcmaScriptState.nodeArity ( )  :  int
JJTEcmaScriptState.nodeCreated ( )  :  boolean
JJTEcmaScriptState.openNodeScope ( Node p1 )  :  void
JJTEcmaScriptState.peekNode ( )  :  Node
JJTEcmaScriptState.popNode ( )  :  Node
JJTEcmaScriptState.pushNode ( Node p1 )  :  void
JJTEcmaScriptState.reset ( )  :  void
JJTEcmaScriptState.rootNode ( )  :  Node

fesi.jar, JSException.class
package FESI.jslib
JSException.getOriginatingException ( )  :  Throwable
JSException.JSException ( String p1 )
JSException.JSException ( String p1, Throwable p2 )
JSException.printStackTrace ( )  :  void
JSException.printStackTrace ( PrintStream p1 )  :  void
JSException.printStackTrace ( PrintWriter p1 )  :  void

fesi.jar, JSExtension.class
package FESI.jslib
JSExtension.initializeExtension ( JSGlobalObject p1 ) [abstract]  :  void

fesi.jar, JSFunction.class
package FESI.jslib
JSFunction.doCall ( JSObject p1, Object[ ] p2 ) [abstract]  :  Object
JSFunction.doNew ( JSObject p1, Object[ ] p2 ) [abstract]  :  Object

fesi.jar, JSFunctionAdapter.class
package FESI.jslib
JSFunctionAdapter.doCall ( JSObject p1, Object[ ] p2 )  :  Object
JSFunctionAdapter.doNew ( JSObject p1, Object[ ] p2 )  :  Object
JSFunctionAdapter.JSFunctionAdapter ( )

fesi.jar, JSGlobalObject.class
package FESI.jslib
JSGlobalObject.makeBeanWrapper ( Object p1 ) [abstract]  :  Object
JSGlobalObject.makeJSArrayObject ( ) [abstract]  :  JSObject
JSGlobalObject.makeJSObject ( ) [abstract]  :  JSObject
JSGlobalObject.makeJSObject ( JSObject p1 ) [abstract]  :  JSObject
JSGlobalObject.makeObjectWrapper ( Object p1 ) [abstract]  :  JSObject

fesi.jar, JSGlobalWrapper.class
package FESI.Data
JSGlobalWrapper.JSGlobalWrapper ( GlobalObject p1, FESI.Interpreter.Evaluator p2 )
JSGlobalWrapper.makeBeanWrapper ( Object p1 )  :  Object
JSGlobalWrapper.makeJSArrayObject ( )  :  FESI.jslib.JSObject
JSGlobalWrapper.makeJSObject ( )  :  FESI.jslib.JSObject
JSGlobalWrapper.makeJSObject ( FESI.jslib.JSObject p1 )  :  FESI.jslib.JSObject
JSGlobalWrapper.makeObjectWrapper ( Object p1 )  :  FESI.jslib.JSObject
JSGlobalWrapper.toString ( )  :  String

fesi.jar, JSObject.class
package FESI.jslib
JSObject.call ( String p1, Object[ ] p2 ) [abstract]  :  Object
JSObject.eval ( Reader p1, String p2 ) [abstract]  :  Object
JSObject.eval ( String p1 ) [abstract]  :  Object
JSObject.evalAsFunction ( String p1 ) [abstract]  :  Object
JSObject.evalAsFunction ( String p1, String[ ] p2, Object[ ] p3 ) [abstract]  :  Object
JSObject.getGlobalObject ( ) [abstract]  :  JSGlobalObject
JSObject.getMember ( String p1 ) [abstract]  :  Object
JSObject.getSlot ( int p1 ) [abstract]  :  Object
JSObject.removeMember ( String p1 ) [abstract]  :  void
JSObject.setMember ( String p1, Object p2 ) [abstract]  :  void
JSObject.setSlot ( int p1, Object p2 ) [abstract]  :  void

fesi.jar, JSUtil.class
package FESI.jslib
JSUtil.getVersion ( ) [static]  :  String
JSUtil.getWelcomeText ( ) [static]  :  String
JSUtil.JSUtil ( )
JSUtil.makeEvaluator ( ) [static]  :  JSGlobalObject
JSUtil.makeEvaluator ( String[ ] p1 ) [static]  :  JSGlobalObject

fesi.jar, JSWrapper.class
package FESI.Data
JSWrapper.call ( String p1, Object[ ] p2 )  :  Object
JSWrapper.eval ( Reader p1, String p2 )  :  Object
JSWrapper.eval ( String p1 )  :  Object
JSWrapper.evalAsFunction ( Reader p1, String p2 )  :  Object
JSWrapper.evalAsFunction ( Reader p1, String p2, String[ ] p3, Object[ ] p4 )  :  Object
JSWrapper.evalAsFunction ( String p1 )  :  Object
JSWrapper.evalAsFunction ( String p1, String[ ] p2, Object[ ] p3 )  :  Object
JSWrapper.getESObject ( )  :  ESObject
JSWrapper.getGlobalObject ( )  :  FESI.jslib.JSGlobalObject
JSWrapper.getMember ( String p1 )  :  Object
JSWrapper.getSlot ( int p1 )  :  Object
JSWrapper.JSWrapper ( ESObject p1, FESI.Interpreter.Evaluator p2 )
JSWrapper.makeEvaluator ( ) [static]  :  FESI.jslib.JSGlobalObject
JSWrapper.makeEvaluator ( String[ ] p1 ) [static]  :  FESI.jslib.JSGlobalObject
JSWrapper.removeMember ( String p1 )  :  void
JSWrapper.setMember ( String p1, Object p2 )  :  void
JSWrapper.setSlot ( int p1, Object p2 )  :  void
JSWrapper.toString ( )  :  String
JSWrapper.wrapJSFunction ( FESI.Interpreter.Evaluator p1, FESI.jslib.JSFunction p2 ) [static]  :  ESObject

fesi.jar, LineEvaluationSource.class
package FESI.Interpreter
LineEvaluationSource.getEvaluationSourceText ( )  :  String
LineEvaluationSource.getLineNumber ( )  :  int
LineEvaluationSource.LineEvaluationSource ( int p1, EvaluationSource p2 )

fesi.jar, LineInputStream.class
package FESI.awtgui
AwtConsole.LineInputStream.available ( )  :  int
AwtConsole.LineInputStream.AwtConsole.LineInputStream ( AwtConsole p1, InputStream p2 )
AwtConsole.LineInputStream.read ( )  :  int
AwtConsole.LineInputStream.read ( byte[ ] p1, int p2, int p3 )  :  int
AwtConsole.LineInputStream.readLine ( )  :  byte[ ]
package FESI.swinggui
SwingConsole.LineInputStream.available ( )  :  int
SwingConsole.LineInputStream.read ( )  :  int
SwingConsole.LineInputStream.read ( byte[ ] p1, int p2, int p3 )  :  int
SwingConsole.LineInputStream.readLine ( )  :  byte[ ]
SwingConsole.LineInputStream.SwingConsole.LineInputStream ( SwingConsole p1, InputStream p2 )

fesi.jar, LocalClassLoader.class
package FESI.Interpreter
LocalClassLoader.getLocalResource ( String p1, String p2 ) [static]  :  Object
LocalClassLoader.getLocalResourceAsStream ( String p1, String p2 ) [static]  :  InputStream
LocalClassLoader.getResource ( String p1 )  :  URL
LocalClassLoader.getResourceAsStream ( String p1 )  :  InputStream
LocalClassLoader.loadClass ( String p1 )  :  Class
LocalClassLoader.loadClass ( String p1, boolean p2 )  :  Class
LocalClassLoader.makeLocalClassLoader ( String p1 ) [static]  :  LocalClassLoader
LocalClassLoader.toString ( )  :  String

fesi.jar, MathObject.class
package FESI.Data
MathObject.getESClassName ( )  :  String
MathObject.makeMathObject ( FESI.Interpreter.Evaluator p1, ObjectPrototype p2, FunctionPrototype p3 ) [static]  :  ESObject

fesi.jar, MessageBox.class
package FESI.gui
MessageBox.waitOK ( ) [abstract]  :  void

fesi.jar, Node.class
package FESI.AST
Node.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) [abstract]  :  Object
Node.jjtAddChild ( Node p1, int p2 ) [abstract]  :  void
Node.jjtClose ( ) [abstract]  :  void
Node.jjtGetChild ( int p1 ) [abstract]  :  Node
Node.jjtGetNumChildren ( ) [abstract]  :  int
Node.jjtGetParent ( ) [abstract]  :  Node
Node.jjtOpen ( ) [abstract]  :  void
Node.jjtSetParent ( Node p1 ) [abstract]  :  void

fesi.jar, NumberObject.class
package FESI.Data
NumberObject.callFunction ( ESObject p1, ESValue[ ] p2 )  :  ESValue
NumberObject.doConstruct ( ESObject p1, ESValue[ ] p2 )  :  ESObject
NumberObject.makeNumberObject ( FESI.Interpreter.Evaluator p1, ObjectPrototype p2, FunctionPrototype p3 ) [static]  :  NumberObject
NumberObject.toString ( )  :  String

fesi.jar, ObjectObject.class
package FESI.Data
ObjectObject.callFunction ( ESObject p1, ESValue[ ] p2 )  :  ESValue
ObjectObject.createObject ( FESI.Interpreter.Evaluator p1 ) [static]  :  ObjectPrototype
ObjectObject.doConstruct ( ESObject p1, ESValue[ ] p2 )  :  ESObject
ObjectObject.ObjectObject ( ESObject p1, FESI.Interpreter.Evaluator p2 )
ObjectObject.toString ( )  :  String

fesi.jar, ObjectPrototype.class
package FESI.Data
ObjectPrototype.ObjectPrototype ( ESObject p1, FESI.Interpreter.Evaluator p2 )

fesi.jar, OptionalRegExp.class
package FESI.Extensions
OptionalRegExp.initializeExtension ( FESI.Interpreter.Evaluator p1 )  :  void
OptionalRegExp.OptionalRegExp ( )

fesi.jar, ORORegExp.class
package FESI.Extensions
ORORegExp.initializeExtension ( FESI.Interpreter.Evaluator p1 )  :  void
ORORegExp.ORORegExp ( )

fesi.jar, ParsedProgram.class
package FESI.Interpreter
ParsedProgram.getEvaluationSource ( )  :  EvaluationSource
ParsedProgram.getProgramNode ( )  :  FESI.AST.ASTProgram
ParsedProgram.getVariableNames ( )  :  Vector
ParsedProgram.ParsedProgram ( FESI.AST.ASTProgram p1, Vector p2, EvaluationSource p3 )

fesi.jar, ParseException.class
package FESI.Parser
ParseException.add_escapes ( String p1 )  :  String
ParseException.getMessage ( )  :  String
ParseException.ParseException ( )
ParseException.ParseException ( Token p1, int[ ][ ] p2, String[ ] p3 )
ParseException.ParseException ( String p1 )

fesi.jar, PasteAction.class
package FESI.swinggui
JConsoleArea.PasteAction.actionPerformed ( ActionEvent p1 )  :  void
JConsoleArea.PasteAction.JConsoleArea.PasteAction ( JConsoleArea p1 )

fesi.jar, ProgrammingError.class
package FESI.Exceptions
ProgrammingError.getMessage ( )  :  String
ProgrammingError.ProgrammingError ( )
ProgrammingError.ProgrammingError ( String p1 )

fesi.jar, PromptBox.class
package FESI.gui
PromptBox.waitResponse ( ) [abstract]  :  String

fesi.jar, RE.class
package gnu.regexp
RE.getAllMatches ( Object p1 )  :  REMatch[ ]
RE.getAllMatches ( Object p1, int p2 )  :  REMatch[ ]
RE.getAllMatches ( Object p1, int p2, int p3 )  :  REMatch[ ]
RE.getMatch ( Object p1 )  :  REMatch
RE.getMatch ( Object p1, int p2 )  :  REMatch
RE.getMatch ( Object p1, int p2, int p3 )  :  REMatch
RE.getMatch ( Object p1, int p2, int p3, StringBuffer p4 )  :  REMatch
RE.getMatchEnumeration ( Object p1 )  :  REMatchEnumeration
RE.getMatchEnumeration ( Object p1, int p2 )  :  REMatchEnumeration
RE.getMatchEnumeration ( Object p1, int p2, int p3 )  :  REMatchEnumeration
RE.getMinimumLength ( )  :  int
RE.getNumSubs ( )  :  int
RE.isMatch ( Object p1 )  :  boolean
RE.isMatch ( Object p1, int p2 )  :  boolean
RE.isMatch ( Object p1, int p2, int p3 )  :  boolean
RE.RE ( Object p1 )
RE.RE ( Object p1, int p2 )
RE.RE ( Object p1, int p2, RESyntax p3 )
RE.substitute ( Object p1, String p2 )  :  String
RE.substitute ( Object p1, String p2, int p3 )  :  String
RE.substitute ( Object p1, String p2, int p3, int p4 )  :  String
RE.substituteAll ( Object p1, String p2 )  :  String
RE.substituteAll ( Object p1, String p2, int p3 )  :  String
RE.substituteAll ( Object p1, String p2, int p3, int p4 )  :  String
RE.toString ( )  :  String
RE.version ( ) [static]  :  String

fesi.jar, REException.class
package gnu.regexp
REException.getMessage ( )  :  String
REException.getPosition ( )  :  int
REException.getType ( )  :  int

fesi.jar, REFilterInputStream.class
package gnu.regexp
REFilterInputStream.markSupported ( )  :  boolean
REFilterInputStream.read ( )  :  int
REFilterInputStream.read ( byte[ ] p1 )  :  int
REFilterInputStream.read ( byte[ ] p1, int p2, int p3 )  :  int
REFilterInputStream.REFilterInputStream ( InputStream p1, RE p2, String p3 )

fesi.jar, REMatch.class
package gnu.regexp
REMatch.getEndIndex ( )  :  int
REMatch.getStartIndex ( )  :  int
REMatch.getSubEndIndex ( int p1 )  :  int
REMatch.getSubStartIndex ( int p1 )  :  int
REMatch.substituteInto ( String p1 )  :  String
REMatch.toString ( )  :  String
REMatch.toString ( int p1 )  :  String

fesi.jar, REMatchEnumeration.class
package gnu.regexp
REMatchEnumeration.hasMoreElements ( )  :  boolean
REMatchEnumeration.hasMoreMatches ( )  :  boolean
REMatchEnumeration.hasMoreMatches ( StringBuffer p1 )  :  boolean
REMatchEnumeration.nextElement ( )  :  Object
REMatchEnumeration.nextMatch ( )  :  REMatch

fesi.jar, RESyntax.class
package gnu.regexp
RESyntax.get ( int p1 )  :  boolean
RESyntax.RESyntax ( )
RESyntax.RESyntax ( RESyntax p1 )
RESyntax.set ( int p1 )  :  RESyntax

fesi.jar, ReturnKeyTypedAction.class
package FESI.swinggui
JConsoleArea.ReturnKeyTypedAction.actionPerformed ( ActionEvent p1 )  :  void
JConsoleArea.ReturnKeyTypedAction.JConsoleArea.ReturnKeyTypedAction ( JConsoleArea p1 )

fesi.jar, ScopeChain.class
package FESI.Interpreter
ScopeChain.doIndirectCall ( Evaluator p1, FESI.Data.ESObject p2, String p3, int p4, FESI.Data.ESValue[ ] p5 )  :  FESI.Data.ESValue
ScopeChain.getReference ( String p1 )  :  FESI.Data.ESReference
ScopeChain.getReference ( String p1, int p2 )  :  FESI.Data.ESReference
ScopeChain.getValue ( String p1 )  :  FESI.Data.ESValue
ScopeChain.getValue ( String p1, int p2 )  :  FESI.Data.ESValue

fesi.jar, SimpleNode.class
package FESI.AST
SimpleNode.assertFourChildren ( )  :  void
SimpleNode.assertNoChildren ( )  :  void
SimpleNode.assertOneChild ( )  :  void
SimpleNode.assertThreeChildren ( )  :  void
SimpleNode.assertTwoChildren ( )  :  void
SimpleNode.childrenAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
SimpleNode.dump ( String p1 )  :  void
SimpleNode.getLineNumber ( )  :  int
SimpleNode.jjtAccept ( EcmaScriptVisitor p1, Object p2 )  :  Object
SimpleNode.jjtAddChild ( Node p1, int p2 )  :  void
SimpleNode.jjtClose ( )  :  void
SimpleNode.jjtGetChild ( int p1 )  :  Node
SimpleNode.jjtGetNumChildren ( )  :  int
SimpleNode.jjtGetParent ( )  :  Node
SimpleNode.jjtOpen ( )  :  void
SimpleNode.jjtSetParent ( Node p1 )  :  void
SimpleNode.setLineNumber ( int p1 )  :  void
SimpleNode.SimpleNode ( FESI.Parser.EcmaScript p1, int p2 )
SimpleNode.SimpleNode ( int p1 )
SimpleNode.toString ( )  :  String
SimpleNode.toString ( String p1 )  :  String

fesi.jar, StringEvaluationSource.class
package FESI.Interpreter
StringEvaluationSource.getEvaluationSourceText ( )  :  String
StringEvaluationSource.StringEvaluationSource ( String p1, EvaluationSource p2 )

fesi.jar, StringObject.class
package FESI.Data
StringObject.callFunction ( ESObject p1, ESValue[ ] p2 )  :  ESValue
StringObject.doConstruct ( ESObject p1, ESValue[ ] p2 )  :  ESObject
StringObject.makeStringObject ( FESI.Interpreter.Evaluator p1, ObjectPrototype p2, FunctionPrototype p3 ) [static]  :  StringObject
StringObject.toString ( )  :  String

fesi.jar, SwingConfirmationBox.class
package FESI.swinggui
SwingConfirmationBox.SwingConfirmationBox ( String p1, String p2 )
SwingConfirmationBox.waitYesOrNo ( )  :  boolean

fesi.jar, SwingConsole.class
package FESI.swinggui
SwingConsole.clear ( )  :  void
SwingConsole.commandExit ( )  :  void
SwingConsole.commandLoad ( )  :  void
SwingConsole.commandNew ( )  :  void
SwingConsole.commandOpen ( )  :  void
SwingConsole.createEditor ( String p1 )  :  void
SwingConsole.displayAbout ( )  :  void
SwingConsole.displayHelpText ( )  :  void
SwingConsole.displayHelpWindow ( )  :  void
SwingConsole.getConsoleIn ( )  :  InputStream
SwingConsole.getConsoleOut ( )  :  PrintStream
SwingConsole.send ( String p1 )  :  void
SwingConsole.supportsEditing ( )  :  boolean
SwingConsole.SwingConsole ( FESI.gui.InterpreterCommands p1, String p2, int p3, int p4 )

fesi.jar, SwingGuiFactory.class
package FESI.swinggui
SwingGuiFactory.displayMessageBox ( String p1, String p2 )  :  FESI.gui.MessageBox
SwingGuiFactory.makeConsole ( FESI.gui.InterpreterCommands p1, String p2, int p3, int p4 )  :  FESI.gui.Console
SwingGuiFactory.SwingGuiFactory ( )

fesi.jar, SwingMessageBox.class
package FESI.swinggui
SwingMessageBox.SwingMessageBox ( String p1, String p2 )
SwingMessageBox.waitOK ( )  :  void

fesi.jar, SwingPromptBox.class
package FESI.swinggui
SwingPromptBox.SwingPromptBox ( String p1, String p2, String p3 )
SwingPromptBox.waitResponse ( )  :  String

fesi.jar, Test.class
Test.main ( String[ ] p1 ) [static]  :  void
Test.Test ( )

fesi.jar, TestDescrBean.class
package FESI.Tests
TestDescrBean.getAValue ( )  :  int
TestDescrBean.getIntArray ( )  :  int[ ]
TestDescrBean.getIntArrayWithIndex ( int p1 )  :  int
TestDescrBean.getIntIndexed ( int p1 )  :  int
TestDescrBean.setAValue ( int p1 )  :  void
TestDescrBean.setIntArray ( int[ ] p1 )  :  void
TestDescrBean.setIntArrayWithIndex ( int p1, int p2 )  :  void
TestDescrBean.setIntIndexed ( int p1, int p2 )  :  void
TestDescrBean.TestDescrBean ( )
TestDescrBean.toString ( )  :  String

fesi.jar, TestDescrBeanBeanInfo.class
package FESI.Tests
TestDescrBeanBeanInfo.getBeanDescriptor ( )  :  BeanDescriptor
TestDescrBeanBeanInfo.getPropertyDescriptors ( )  :  PropertyDescriptor[ ]
TestDescrBeanBeanInfo.TestDescrBeanBeanInfo ( )

fesi.jar, TestEngine.class
package FESI.Tests.dan
TestEngine.main ( String[ ] p1 ) [static]  :  void
TestEngine.TestEngine ( )
package FESI.Tests.vivek
TestEngine.main ( String[ ] p1 ) [static]  :  void
TestEngine.TestEngine ( )

fesi.jar, TestInterface.class
package FESI.Tests
TestInterface.getData ( ) [abstract]  :  int

fesi.jar, TestJavaAccess.class
package FESI.Tests
TestJavaAccess.checkWidening ( byte p1 )  :  String
TestJavaAccess.checkWidening ( double p1 )  :  String
TestJavaAccess.checkWidening ( float p1 )  :  String
TestJavaAccess.checkWidening ( int p1 )  :  String
TestJavaAccess.checkWidening ( long p1 )  :  String
TestJavaAccess.checkWidening ( short p1 )  :  String
TestJavaAccess.corba ( )  :  int
TestJavaAccess.corba ( int p1 )  :  void
TestJavaAccess.getArray ( )  :  byte[ ]
TestJavaAccess.getImages ( )  :  Enumeration
TestJavaAccess.getIntField ( )  :  int
TestJavaAccess.getPrivateIntField ( )  :  int
TestJavaAccess.getStaticIntField ( ) [static]  :  int
TestJavaAccess.getSubInterfaceData ( )  :  LocalForInterface
TestJavaAccess.makeBean ( FESI.jslib.JSObject p1 )  :  void
TestJavaAccess.makeObj ( FESI.jslib.JSObject p1 )  :  void
TestJavaAccess.makeStuff ( )  :  SomeLocalStuff
TestJavaAccess.makeStuffElement ( FESI.jslib.JSObject p1 )  :  void
TestJavaAccess.makeSub ( )  :  SomeLocalSubclass
TestJavaAccess.meanArray ( byte[ ] p1 )  :  double
TestJavaAccess.run ( )  :  void
TestJavaAccess.setPrivateIntField ( int p1 )  :  void
TestJavaAccess.testInterface ( Runnable p1 )  :  boolean
TestJavaAccess.TestJavaAccess ( )
TestJavaAccess.TestJavaAccess ( byte p1 )
TestJavaAccess.TestJavaAccess ( double p1 )
TestJavaAccess.TestJavaAccess ( float p1 )
TestJavaAccess.TestJavaAccess ( int p1 )
TestJavaAccess.TestJavaAccess ( long p1 )
TestJavaAccess.TestJavaAccess ( short p1 )
TestJavaAccess.testJS ( FESI.jslib.JSObject p1 )  :  Object
TestJavaAccess.testJSObject ( FESI.jslib.JSObject p1 )  :  Object
TestJavaAccess.whichOne ( )  :  String

fesi.jar, TestJavaBean.class
package FESI.Tests
TestJavaBean.getBoth ( )  :  int
TestJavaBean.getHidden ( )  :  int
TestJavaBean.setBoth ( int p1 )  :  void
TestJavaBean.setHidden ( int p1 )  :  void
TestJavaBean.TestJavaBean ( )
TestJavaBean.toString ( )  :  String

fesi.jar, TestJSE.class
package FESI.Test
TestJSE.initializeExtension ( FESI.jslib.JSGlobalObject p1 )  :  void
TestJSE.main ( String[ ] p1 ) [static]  :  void
TestJSE.TestJSE ( )
TestJSE.testJSE ( FESI.jslib.JSObject p1 )  :  Object

fesi.jar, TestSubInterface.class
package FESI.Tests
TestSubInterface.getSubData ( ) [abstract]  :  int
TestSubInterface.getSubData ( int p1 ) [abstract]  :  int

fesi.jar, TextAreaInputStream.class
package FESI.awtgui
AwtConsole.TextAreaInputStream.AwtConsole.TextAreaInputStream ( AwtConsole p1, TextArea p2 )
AwtConsole.TextAreaInputStream.keyPressed ( KeyEvent p1 )  :  void
AwtConsole.TextAreaInputStream.keyReleased ( KeyEvent p1 )  :  void
AwtConsole.TextAreaInputStream.keyTyped ( KeyEvent p1 )  :  void
package FESI.swinggui
SwingConsole.TextAreaInputStream.SwingConsole.TextAreaInputStream ( SwingConsole p1, JConsoleArea p2 )

fesi.jar, TextAreaOutputStream.class
package FESI.awtgui
AwtConsole.TextAreaOutputStream.AwtConsole.TextAreaOutputStream ( AwtConsole p1, TextArea p2 )
AwtConsole.TextAreaOutputStream.flush ( )  :  void
AwtConsole.TextAreaOutputStream.write ( int p1 )  :  void
package FESI.swinggui
SwingConsole.TextAreaOutputStream.flush ( )  :  void
SwingConsole.TextAreaOutputStream.SwingConsole.TextAreaOutputStream ( SwingConsole p1, JConsoleArea p2 )
SwingConsole.TextAreaOutputStream.write ( int p1 )  :  void

fesi.jar, Token.class
package FESI.Parser
Token.newToken ( int p1 ) [static]  :  Token
Token.Token ( )
Token.toString ( )  :  String

fesi.jar, TokenMgrError.class
package FESI.Parser
TokenMgrError.addEscapes ( String p1 ) [static]  :  String
TokenMgrError.getMessage ( )  :  String
TokenMgrError.TokenMgrError ( )
TokenMgrError.TokenMgrError ( boolean p1, int p2, int p3, int p4, String p5, char p6, int p7 )
TokenMgrError.TokenMgrError ( String p1, int p2 )

fesi.jar, UserEvaluationSource.class
package FESI.Interpreter
UserEvaluationSource.getEvaluationSourceText ( )  :  String
UserEvaluationSource.UserEvaluationSource ( String p1, EvaluationSource p2 )

fesi.jar, ValueDescription.class
package FESI.Data
ValueDescription.toString ( )  :  String
ValueDescription.ValueDescription ( String p1, String p2 )
ValueDescription.ValueDescription ( String p1, String p2, String p3 )

fop_0_15_0.jar, A.class
package org.apache.fop.svg
A.A ( FObj p1, PropertyList p2 )
A.createGraphic ( )  :  SVGElement
A.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, AbsFunction.class
package org.apache.fop.fo.expr
AbsFunction.AbsFunction ( )
AbsFunction.eval ( Property[ ] p1, PropertyInfo p2 )  :  Property
AbsFunction.nbArgs ( )  :  int

fop_0_15_0.jar, AbstractFopImage.class
package org.apache.fop.image
AbstractFopImage.AbstractFopImage ( URL p1 )
AbstractFopImage.AbstractFopImage ( URL p1, ImageReader p2 )
AbstractFopImage.close ( )  :  void
AbstractFopImage.getBitmaps ( )  :  byte[ ]
AbstractFopImage.getBitmapsSize ( )  :  int
AbstractFopImage.getBitsPerPixel ( )  :  int
AbstractFopImage.getColorSpace ( )  :  ColorSpace
AbstractFopImage.getHeight ( )  :  int
AbstractFopImage.getPDFFilter ( )  :  PDFFilter
AbstractFopImage.getRessourceBytes ( )  :  byte[ ]
AbstractFopImage.getRessourceBytesSize ( )  :  int
AbstractFopImage.getTransparentColor ( )  :  PDFColor
AbstractFopImage.getURL ( )  :  String
AbstractFopImage.getWidth ( )  :  int
AbstractFopImage.isTransparent ( )  :  boolean
AbstractFopImage.loadImage ( ) [abstract]  :  void

fop_0_15_0.jar, AbstractImageReader.class
package org.apache.fop.image.analyser
AbstractImageReader.AbstractImageReader ( )
AbstractImageReader.getHeight ( )  :  int
AbstractImageReader.getInputStream ( )  :  BufferedInputStream
AbstractImageReader.getMimeType ( ) [abstract]  :  String
AbstractImageReader.getWidth ( )  :  int
AbstractImageReader.verifySignature ( BufferedInputStream p1 ) [abstract]  :  boolean

fop_0_15_0.jar, AltGlyph.class
package org.apache.fop.svg
AltGlyph.AltGlyph ( FObj p1, PropertyList p2 )
AltGlyph.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, Animate.class
package org.apache.fop.svg
Animate.Animate ( FObj p1, PropertyList p2 )
Animate.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, AnimateColor.class
package org.apache.fop.svg
AnimateColor.AnimateColor ( FObj p1, PropertyList p2 )
AnimateColor.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, AnimateMotion.class
package org.apache.fop.svg
AnimateMotion.AnimateMotion ( FObj p1, PropertyList p2 )
AnimateMotion.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, AnimateTransform.class
package org.apache.fop.svg
AnimateTransform.AnimateTransform ( FObj p1, PropertyList p2 )
AnimateTransform.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, Area.class
package org.apache.fop.layout
Area.getAbsoluteHeight ( )  :  int
Area.getIDReferences ( )  :  IDReferences
Area.getTableCellXOffset ( )  :  int
Area.increaseAbsoluteHeight ( int p1 )  :  void
Area.setAbsoluteHeight ( int p1 )  :  void
Area.setIDReferences ( IDReferences p1 )  :  void
Area.setTableCellXOffset ( int p1 )  :  void

fop_0_15_0.jar, AreaContainer.class
package org.apache.fop.layout
AreaContainer.setXPosition ( int p1 )  :  void

fop_0_15_0.jar, AreaTree.class
package org.apache.fop.layout
AreaTree.getIDReferences ( )  :  IDReferences

fop_0_15_0.jar, AWTFontMetrics.class
package org.apache.fop.render.awt
AWTFontMetrics.AWTFontMetrics ( Component p1 )
AWTFontMetrics.getAscender ( String p1, int p2, int p3 )  :  int
AWTFontMetrics.getCapHeight ( String p1, int p2, int p3 )  :  int
AWTFontMetrics.getDescender ( String p1, int p2, int p3 )  :  int
AWTFontMetrics.getFont ( String p1, int p2, int p3 )  :  Font
AWTFontMetrics.getWidths ( String p1, int p2, int p3 )  :  int[ ]
AWTFontMetrics.getXHeight ( String p1, int p2, int p3 )  :  int
AWTFontMetrics.width ( int p1, String p2, int p3, int p4 )  :  int

fop_0_15_0.jar, AWTRenderer.class
package org.apache.fop.render.awt
AWTRenderer.convertPath ( SVGPathElementImpl p1, float p2, float p3 )  :  GeneralPath
AWTRenderer.convertPolygon ( SVGPolygonElementImpl p1, int p2, int p3 )  :  Polygon
AWTRenderer.createInstruction ( GraphicImpl p1, Hashtable p2 )  :  AWTRenderer.DrawingInstruction
AWTRenderer.drawShape ( Shape p1, AWTRenderer.DrawingInstruction p2 )  :  void
AWTRenderer.renderElement ( SVGArea p1, GraphicImpl p2, int p3, int p4, Vector p5 )  :  void
AWTRenderer.renderForeignObjectArea ( ForeignObjectArea p1 )  :  void
AWTRenderer.renderGArea ( SVGArea p1, SVGGElementImpl p2, int p3, int p4 )  :  void
AWTRenderer.renderGArea ( SVGArea p1, SVGGElementImpl p2, int p3, int p4, Vector p5 )  :  void
AWTRenderer.renderImage ( String p1, float p2, float p3, float p4, float p5, Vector p6 )  :  void
AWTRenderer.renderLeaderArea ( LeaderArea p1 )  :  void
AWTRenderer.renderSVGArea ( SVGArea p1 )  :  void
AWTRenderer.setComponent ( Component p1 )  :  void
AWTRenderer.transformShape ( Vector p1, Shape p2 )  :  Shape

fop_0_15_0.jar, BackgroundColorMaker.class
package org.apache.fop.fo.properties
BackgroundColorMaker.BackgroundColorMaker ( String p1 )
BackgroundColorMaker.isInherited ( )  :  boolean
BackgroundColorMaker.make ( PropertyList p1, boolean p2 )  :  Property
BackgroundColorMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, BasicLink.class
package org.apache.fop.fo.flow
BasicLink.BasicLink ( FObj p1, PropertyList p2 )
BasicLink.layout ( Area p1 )  :  Status
BasicLink.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, BlankOrNotBlankMaker.class
package org.apache.fop.fo.properties
BlankOrNotBlankMaker.BlankOrNotBlankMaker ( String p1 )
BlankOrNotBlankMaker.findConstant ( String p1 )  :  Property
BlankOrNotBlankMaker.isInherited ( )  :  boolean
BlankOrNotBlankMaker.make ( PropertyList p1, boolean p2 )  :  Property
BlankOrNotBlankMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, Block.class
package org.apache.fop.fo.flow
Block.getContentWidth ( )  :  int

fop_0_15_0.jar, BlockArea.class
package org.apache.fop.layout
BlockArea.addLeader ( FontState p1, float p2, float p3, float p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, int p12 )  :  int
BlockArea.addPageNumberCitation ( FontState p1, float p2, float p3, float p4, int p5, LinkSet p6, int p7, String p8 )  :  int
BlockArea.addText ( FontState p1, float p2, float p3, float p4, int p5, LinkSet p6, int p7, char[ ] p8, int p9, int p10, boolean p11 )  :  int
BlockArea.getHalfLeading ( )  :  int

fop_0_15_0.jar, BlockContainer.class
package org.apache.fop.fo.flow
BlockContainer.getContentWidth ( )  :  int

fop_0_15_0.jar, BmpImage.class
package org.apache.fop.image
BmpImage.BmpImage ( URL p1 )
BmpImage.BmpImage ( URL p1, ImageReader p2 )
BmpImage.loadImage ( )  :  void

fop_0_15_0.jar, BMPReader.class
package org.apache.fop.image.analyser
BMPReader.BMPReader ( )
BMPReader.getMimeType ( )  :  String
BMPReader.setDefaultHeader ( )  :  void
BMPReader.setDimension ( )  :  void
BMPReader.verifySignature ( BufferedInputStream p1 )  :  boolean

fop_0_15_0.jar, BorderAfterColorMaker.class
package org.apache.fop.fo.properties
BorderAfterColorMaker.BorderAfterColorMaker ( String p1 )
BorderAfterColorMaker.isInherited ( )  :  boolean
BorderAfterColorMaker.make ( PropertyList p1, boolean p2 )  :  Property
BorderAfterColorMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, BorderBeforeColorMaker.class
package org.apache.fop.fo.properties
BorderBeforeColorMaker.BorderBeforeColorMaker ( String p1 )
BorderBeforeColorMaker.isInherited ( )  :  boolean
BorderBeforeColorMaker.make ( PropertyList p1, boolean p2 )  :  Property
BorderBeforeColorMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, BorderBottomColorMaker.class
package org.apache.fop.fo.properties
BorderBottomColorMaker.BorderBottomColorMaker ( String p1 )
BorderBottomColorMaker.isInherited ( )  :  boolean
BorderBottomColorMaker.make ( PropertyList p1, boolean p2 )  :  Property
BorderBottomColorMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, BorderBottomMaker.class
package org.apache.fop.fo.properties
BorderBottomMaker.BorderBottomMaker ( String p1 )
BorderBottomMaker.isInherited ( )  :  boolean
BorderBottomMaker.make ( PropertyList p1, boolean p2 )  :  Property
BorderBottomMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, BorderColorMaker.class
package org.apache.fop.fo.properties
BorderColorMaker.BorderColorMaker ( String p1 )
BorderColorMaker.isInherited ( )  :  boolean
BorderColorMaker.make ( PropertyList p1, boolean p2 )  :  Property
BorderColorMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, BorderEndColorMaker.class
package org.apache.fop.fo.properties
BorderEndColorMaker.BorderEndColorMaker ( String p1 )
BorderEndColorMaker.isInherited ( )  :  boolean
BorderEndColorMaker.make ( PropertyList p1, boolean p2 )  :  Property
BorderEndColorMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, BorderLeftColorMaker.class
package org.apache.fop.fo.properties
BorderLeftColorMaker.BorderLeftColorMaker ( String p1 )
BorderLeftColorMaker.isInherited ( )  :  boolean
BorderLeftColorMaker.make ( PropertyList p1, boolean p2 )  :  Property
BorderLeftColorMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, BorderLeftMaker.class
package org.apache.fop.fo.properties
BorderLeftMaker.BorderLeftMaker ( String p1 )
BorderLeftMaker.isInherited ( )  :  boolean
BorderLeftMaker.make ( PropertyList p1, boolean p2 )  :  Property
BorderLeftMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, BorderRightColorMaker.class
package org.apache.fop.fo.properties
BorderRightColorMaker.BorderRightColorMaker ( String p1 )
BorderRightColorMaker.isInherited ( )  :  boolean
BorderRightColorMaker.make ( PropertyList p1, boolean p2 )  :  Property
BorderRightColorMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, BorderRightMaker.class
package org.apache.fop.fo.properties
BorderRightMaker.BorderRightMaker ( String p1 )
BorderRightMaker.isInherited ( )  :  boolean
BorderRightMaker.make ( PropertyList p1, boolean p2 )  :  Property
BorderRightMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, BorderStartColorMaker.class
package org.apache.fop.fo.properties
BorderStartColorMaker.BorderStartColorMaker ( String p1 )
BorderStartColorMaker.isInherited ( )  :  boolean
BorderStartColorMaker.make ( PropertyList p1, boolean p2 )  :  Property
BorderStartColorMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, BorderTopColorMaker.class
package org.apache.fop.fo.properties
BorderTopColorMaker.BorderTopColorMaker ( String p1 )
BorderTopColorMaker.isInherited ( )  :  boolean
BorderTopColorMaker.make ( PropertyList p1, boolean p2 )  :  Property
BorderTopColorMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, BorderTopMaker.class
package org.apache.fop.fo.properties
BorderTopMaker.BorderTopMaker ( String p1 )
BorderTopMaker.isInherited ( )  :  boolean
BorderTopMaker.make ( PropertyList p1, boolean p2 )  :  Property
BorderTopMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, BorderWidthMaker.class
package org.apache.fop.fo.properties
BorderWidthMaker.BorderWidthMaker ( String p1 )
BorderWidthMaker.isInherited ( )  :  boolean
BorderWidthMaker.make ( PropertyList p1, boolean p2 )  :  Property
BorderWidthMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, BottomMaker.class
package org.apache.fop.fo.properties
BottomMaker.BottomMaker ( String p1 )
BottomMaker.isAutoLengthAllowed ( )  :  boolean
BottomMaker.isInherited ( )  :  boolean
BottomMaker.make ( PropertyList p1, boolean p2 )  :  Property
BottomMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, CharacterDataImpl.class
package org.apache.fop.dom
CharacterDataImpl.appendData ( String p1 )  :  void
CharacterDataImpl.CharacterDataImpl ( )
CharacterDataImpl.deleteData ( int p1, int p2 )  :  void
CharacterDataImpl.getData ( )  :  String
CharacterDataImpl.getLength ( )  :  int
CharacterDataImpl.insertData ( int p1, String p2 )  :  void
CharacterDataImpl.replaceData ( int p1, int p2, String p3 )  :  void
CharacterDataImpl.setData ( String p1 )  :  void
CharacterDataImpl.substringData ( int p1, int p2 )  :  String
CharacterDataImpl.toString ( )  :  String

fop_0_15_0.jar, Circle.class
package org.apache.fop.svg
Circle.Circle ( FObj p1, PropertyList p2 )
Circle.createGraphic ( )  :  SVGElement
Circle.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, ClipPath.class
package org.apache.fop.svg
ClipPath.addChild ( FONode p1 )  :  void
ClipPath.ClipPath ( FObj p1, PropertyList p2 )
ClipPath.createGraphic ( )  :  SVGElement
ClipPath.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, ColorMaker.class
package org.apache.fop.fo.properties
ColorMaker.ColorMaker ( String p1 )
ColorMaker.isInherited ( )  :  boolean
ColorMaker.make ( PropertyList p1, boolean p2 )  :  Property
ColorMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, ColorType.class
package org.apache.fop.datatypes
ColorType.ColorType ( float p1, float p2, float p3 )

fop_0_15_0.jar, ColorTypeProperty.class
package org.apache.fop.fo
ColorTypeProperty.ColorTypeProperty ( ColorType p1 )
ColorTypeProperty.getColorType ( )  :  ColorType
ColorTypeProperty.getObject ( )  :  Object

fop_0_15_0.jar, ColumnNumberMaker.class
package org.apache.fop.fo.properties
ColumnNumberMaker.ColumnNumberMaker ( String p1 )
ColumnNumberMaker.isInherited ( )  :  boolean
ColumnNumberMaker.make ( PropertyList p1, boolean p2 )  :  Property
ColumnNumberMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, ColumnWidthMaker.class
package org.apache.fop.fo.properties
ColumnWidthMaker.ColumnWidthMaker ( String p1 )
ColumnWidthMaker.isInherited ( )  :  boolean
ColumnWidthMaker.make ( PropertyList p1, boolean p2 )  :  Property
ColumnWidthMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, CommandLine.class
package org.apache.fop.apps
CommandLine.CommandLine ( String[ ] p1 )
CommandLine.printUsage ( String p1 )  :  void
CommandLine.run ( )  :  void

fop_0_15_0.jar, ConditionalPageMasterReference.class
package org.apache.fop.fo.pagination
ConditionalPageMasterReference.ConditionalPageMasterReference ( FObj p1, PropertyList p2 )
ConditionalPageMasterReference.getBlankOrNotBlank ( )  :  int
ConditionalPageMasterReference.getElementName ( )  :  String
ConditionalPageMasterReference.getMasterName ( )  :  String
ConditionalPageMasterReference.getOddOrEven ( )  :  int
ConditionalPageMasterReference.getPagePosition ( )  :  int
ConditionalPageMasterReference.isValid ( int p1, boolean p2, boolean p3 )  :  boolean
ConditionalPageMasterReference.maker ( ) [static]  :  FObj.Maker
ConditionalPageMasterReference.setBlankOrNotBlank ( int p1 )  :  void
ConditionalPageMasterReference.setMasterName ( String p1 )  :  void
ConditionalPageMasterReference.setOddOrEven ( int p1 )  :  void
ConditionalPageMasterReference.setPagePosition ( int p1 )  :  void
ConditionalPageMasterReference.validateParent ( FObj p1 )  :  void

fop_0_15_0.jar, CondLength.class
package org.apache.fop.datatypes
CondLength.CondLength ( Length p1 )
CondLength.getConditionality ( )  :  String
CondLength.getLength ( )  :  Length
CondLength.isDiscard ( )  :  boolean
CondLength.setConditionality ( String p1 )  :  void
CondLength.setLength ( Length p1 )  :  void

fop_0_15_0.jar, CondLengthProperty.class
package org.apache.fop.fo
CondLengthProperty.CondLengthProperty ( CondLength p1 )
CondLengthProperty.getCondLength ( )  :  CondLength

fop_0_15_0.jar, ContentHeightMaker.class
package org.apache.fop.fo.properties
ContentHeightMaker.ContentHeightMaker ( String p1 )
ContentHeightMaker.isAutoLengthAllowed ( )  :  boolean
ContentHeightMaker.isInherited ( )  :  boolean
ContentHeightMaker.make ( PropertyList p1, boolean p2 )  :  Property
ContentHeightMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, ContentWidthMaker.class
package org.apache.fop.fo.properties
ContentWidthMaker.ContentWidthMaker ( String p1 )
ContentWidthMaker.isAutoLengthAllowed ( )  :  boolean
ContentWidthMaker.isInherited ( )  :  boolean
ContentWidthMaker.make ( PropertyList p1, boolean p2 )  :  Property
ContentWidthMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, Courier.class
package org.apache.fop.render.pdf.fonts
Courier.getAscender ( int p1 )  :  int
Courier.getCapHeight ( int p1 )  :  int
Courier.getDescender ( int p1 )  :  int
Courier.getFirstChar ( )  :  int
Courier.getLastChar ( )  :  int
Courier.getWidths ( int p1 )  :  int[ ]
Courier.getXHeight ( int p1 )  :  int
Courier.width ( int p1, int p2 )  :  int

fop_0_15_0.jar, CourierBold.class
package org.apache.fop.render.pdf.fonts
CourierBold.getAscender ( int p1 )  :  int
CourierBold.getCapHeight ( int p1 )  :  int
CourierBold.getDescender ( int p1 )  :  int
CourierBold.getFirstChar ( )  :  int
CourierBold.getLastChar ( )  :  int
CourierBold.getWidths ( int p1 )  :  int[ ]
CourierBold.getXHeight ( int p1 )  :  int
CourierBold.width ( int p1, int p2 )  :  int

fop_0_15_0.jar, CourierBoldOblique.class
package org.apache.fop.render.pdf.fonts
CourierBoldOblique.getAscender ( int p1 )  :  int
CourierBoldOblique.getCapHeight ( int p1 )  :  int
CourierBoldOblique.getDescender ( int p1 )  :  int
CourierBoldOblique.getFirstChar ( )  :  int
CourierBoldOblique.getLastChar ( )  :  int
CourierBoldOblique.getWidths ( int p1 )  :  int[ ]
CourierBoldOblique.getXHeight ( int p1 )  :  int
CourierBoldOblique.width ( int p1, int p2 )  :  int

fop_0_15_0.jar, CourierOblique.class
package org.apache.fop.render.pdf.fonts
CourierOblique.getAscender ( int p1 )  :  int
CourierOblique.getCapHeight ( int p1 )  :  int
CourierOblique.getDescender ( int p1 )  :  int
CourierOblique.getFirstChar ( )  :  int
CourierOblique.getLastChar ( )  :  int
CourierOblique.getWidths ( int p1 )  :  int[ ]
CourierOblique.getXHeight ( int p1 )  :  int
CourierOblique.width ( int p1, int p2 )  :  int

fop_0_15_0.jar, CSSPrimitiveValueImpl.class
package org.apache.fop.dom.css
CSSPrimitiveValueImpl.CSSPrimitiveValueImpl ( )
CSSPrimitiveValueImpl.getCounterValue ( )  :  Counter
CSSPrimitiveValueImpl.getFloatValue ( short p1 )  :  float
CSSPrimitiveValueImpl.getPrimitiveType ( )  :  short
CSSPrimitiveValueImpl.getRectValue ( )  :  Rect
CSSPrimitiveValueImpl.getRGBColorValue ( )  :  RGBColor
CSSPrimitiveValueImpl.getStringValue ( )  :  String
CSSPrimitiveValueImpl.setFloatValue ( short p1, float p2 )  :  void
CSSPrimitiveValueImpl.setStringValue ( short p1, String p2 )  :  void

fop_0_15_0.jar, CSSStyleDeclarationImpl.class
package org.apache.fop.dom.css
CSSStyleDeclarationImpl.CSSStyleDeclarationImpl ( )
CSSStyleDeclarationImpl.getCssText ( )  :  String
CSSStyleDeclarationImpl.getLength ( )  :  int
CSSStyleDeclarationImpl.getParentRule ( )  :  CSSRule
CSSStyleDeclarationImpl.getPropertyCSSValue ( String p1 )  :  CSSValue
CSSStyleDeclarationImpl.getPropertyPriority ( String p1 )  :  String
CSSStyleDeclarationImpl.getPropertyValue ( String p1 )  :  String
CSSStyleDeclarationImpl.item ( int p1 )  :  String
CSSStyleDeclarationImpl.parseStyleText ( String p1 )  :  void
CSSStyleDeclarationImpl.removeProperty ( String p1 )  :  String
CSSStyleDeclarationImpl.setCssText ( String p1 )  :  void
CSSStyleDeclarationImpl.setProperty ( String p1, String p2, String p3 )  :  void

fop_0_15_0.jar, CSSStyleRuleImpl.class
package org.apache.fop.dom.css
CSSStyleRuleImpl.CSSStyleRuleImpl ( CSSStyleSheet p1 )
CSSStyleRuleImpl.getCssText ( )  :  String
CSSStyleRuleImpl.getParentRule ( )  :  CSSRule
CSSStyleRuleImpl.getParentStyleSheet ( )  :  CSSStyleSheet
CSSStyleRuleImpl.getSelectorText ( )  :  String
CSSStyleRuleImpl.getStyle ( )  :  CSSStyleDeclaration
CSSStyleRuleImpl.getType ( )  :  short
CSSStyleRuleImpl.matches ( SVGElement p1 )  :  boolean
CSSStyleRuleImpl.matches ( SVGElement p1, Selector p2 )  :  boolean
CSSStyleRuleImpl.parseSelector ( )  :  void
CSSStyleRuleImpl.setCssText ( String p1 )  :  void
CSSStyleRuleImpl.setSelectorText ( String p1 )  :  void

fop_0_15_0.jar, CSSStyleSheetImpl.class
package org.apache.fop.dom.css
CSSStyleSheetImpl.CSSStyleSheetImpl ( String p1 )
CSSStyleSheetImpl.deleteRule ( int p1 )  :  void
CSSStyleSheetImpl.getCssRules ( )  :  CSSRuleList
CSSStyleSheetImpl.getDisabled ( )  :  boolean
CSSStyleSheetImpl.getHref ( )  :  String
CSSStyleSheetImpl.getMedia ( )  :  MediaList
CSSStyleSheetImpl.getOwnerNode ( )  :  Node
CSSStyleSheetImpl.getOwnerRule ( )  :  CSSRule
CSSStyleSheetImpl.getParentStyleSheet ( )  :  StyleSheet
CSSStyleSheetImpl.getTitle ( )  :  String
CSSStyleSheetImpl.getType ( )  :  String
CSSStyleSheetImpl.insertRule ( String p1, int p2 )  :  int
CSSStyleSheetImpl.parseRule ( String p1 )  :  CSSRule
CSSStyleSheetImpl.parseSheet ( String p1 )  :  void
CSSStyleSheetImpl.setDisabled ( boolean p1 )  :  void

fop_0_15_0.jar, CSSValueImpl.class
package org.apache.fop.dom.css
CSSValueImpl.CSSValueImpl ( )
CSSValueImpl.getCssText ( )  :  String
CSSValueImpl.getValueType ( )  :  short
CSSValueImpl.setCssText ( String p1 )  :  void

fop_0_15_0.jar, CSSValueListImpl.class
package org.apache.fop.dom.css
CSSValueListImpl.CSSValueListImpl ( )
CSSValueListImpl.getLength ( )  :  int
CSSValueListImpl.item ( int p1 )  :  CSSValue

fop_0_15_0.jar, Cursor.class
package org.apache.fop.svg
Cursor.Cursor ( FObj p1, PropertyList p2 )
Cursor.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, DefaultMessageListener.class
package org.apache.fop.messaging
DefaultMessageListener.DefaultMessageListener ( )
DefaultMessageListener.processMessage ( MessageEvent p1 )  :  void

fop_0_15_0.jar, Defs.class
package org.apache.fop.svg
Defs.createGraphic ( )  :  SVGElement
Defs.Defs ( FObj p1, PropertyList p2 )
Defs.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, Desc.class
package org.apache.fop.svg
Desc.addCharacters ( char[ ] p1, int p2, int p3 )  :  void
Desc.Desc ( FObj p1, PropertyList p2 )
Desc.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, Driver.class
package org.apache.fop.apps
Driver.addPropertyList ( String p1 )  :  void
Driver.buildFOTree ( XMLReader p1, InputSource p2 )  :  void
Driver.createPropertyList ( String p1 )  :  PropertyListMapping
Driver.dumpError ( Exception p1 )  :  void
Driver.getContentHandler ( )  :  ContentHandler
Driver.setErrorDump ( boolean p1 )  :  void

fop_0_15_0.jar, ElementClassMaker.class
package org.apache.fop.fo.properties
ElementClassMaker.ElementClassMaker ( String p1 )
ElementClassMaker.isInherited ( )  :  boolean
ElementClassMaker.make ( PropertyList p1, boolean p2 )  :  Property
ElementClassMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, ElementImpl.class
package org.apache.fop.dom
ElementImpl.ElementImpl ( )
ElementImpl.getAttribute ( String p1 )  :  String
ElementImpl.getAttributeNode ( String p1 )  :  Attr
ElementImpl.getAttributeNodeNS ( String p1, String p2 )  :  Attr
ElementImpl.getAttributeNS ( String p1, String p2 )  :  String
ElementImpl.getElementsByTagName ( String p1 )  :  NodeList
ElementImpl.getElementsByTagNameNS ( String p1, String p2 )  :  NodeList
ElementImpl.hasAttribute ( String p1 )  :  boolean
ElementImpl.hasAttributeNS ( String p1, String p2 )  :  boolean
ElementImpl.hasAttributes ( )  :  boolean
ElementImpl.removeAttribute ( String p1 )  :  void
ElementImpl.removeAttributeNode ( Attr p1 )  :  Attr
ElementImpl.removeAttributeNS ( String p1, String p2 )  :  void
ElementImpl.replaceChild ( Node p1, Node p2 )  :  Node
ElementImpl.setAttribute ( String p1, String p2 )  :  void
ElementImpl.setAttributeNode ( Attr p1 )  :  Attr
ElementImpl.setAttributeNodeNS ( Attr p1 )  :  Attr
ElementImpl.setAttributeNS ( String p1, String p2, String p3 )  :  void

fop_0_15_0.jar, ElementMapping.class
package org.apache.fop.fo
ElementMapping.addToBuilder ( TreeBuilder p1 ) [abstract]  :  void

fop_0_15_0.jar, Ellipse.class
package org.apache.fop.svg
Ellipse.createGraphic ( )  :  SVGElement
Ellipse.Ellipse ( FObj p1, PropertyList p2 )
Ellipse.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, EndIndentMaker.class
package org.apache.fop.fo.properties
EndIndentMaker.EndIndentMaker ( String p1 )
EndIndentMaker.isInherited ( )  :  boolean
EndIndentMaker.make ( PropertyList p1, boolean p2 )  :  Property
EndIndentMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, EnumProperty.class
package org.apache.fop.fo
EnumProperty.EnumProperty ( int p1 )
EnumProperty.getEnum ( )  :  int
EnumProperty.getObject ( )  :  Object

fop_0_15_0.jar, ExtentMaker.class
package org.apache.fop.fo.properties
ExtentMaker.ExtentMaker ( String p1 )
ExtentMaker.isInherited ( )  :  boolean
ExtentMaker.make ( PropertyList p1, boolean p2 )  :  Property
ExtentMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, ExternalDestinationMaker.class
package org.apache.fop.fo.properties
ExternalDestinationMaker.ExternalDestinationMaker ( String p1 )
ExternalDestinationMaker.isInherited ( )  :  boolean
ExternalDestinationMaker.make ( PropertyList p1, boolean p2 )  :  Property
ExternalDestinationMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, ExternalGraphic.class
package org.apache.fop.fo.flow
ExternalGraphic.ExternalGraphic ( FObj p1, PropertyList p2 )
ExternalGraphic.layout ( Area p1 )  :  Status
ExternalGraphic.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, Filter.class
package org.apache.fop.svg
Filter.Filter ( FObj p1, PropertyList p2 )
Filter.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, Flow.class
package org.apache.fop.fo.flow
Flow.getContentWidth ( )  :  int
Flow.getElementName ( )  :  String
Flow.getFlowName ( )  :  String
Flow.getStatus ( )  :  Status
Flow.layout ( Area p1, Region p2 )  :  Status
Flow.setFlowName ( String p1 )  :  void

fop_0_15_0.jar, FlowNameMaker.class
package org.apache.fop.fo.properties
FlowNameMaker.FlowNameMaker ( String p1 )
FlowNameMaker.isInherited ( )  :  boolean
FlowNameMaker.make ( PropertyList p1, boolean p2 )  :  Property
FlowNameMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, FObj.class
package org.apache.fop.fo
FObj.getContainingWidth ( )  :  int
FObj.getContentWidth ( )  :  int
FObj.getProperty ( String p1 )  :  Property
FObj.removeID ( IDReferences p1 )  :  void

fop_0_15_0.jar, FONode.class
package org.apache.fop.fo
FONode.getProperty ( String p1 )  :  Property

fop_0_15_0.jar, Font.class
package org.apache.fop.render.pdf
Font.getAscender ( int p1 ) [abstract]  :  int
Font.getCapHeight ( int p1 ) [abstract]  :  int
Font.getDescender ( int p1 ) [abstract]  :  int
Font.getFirstChar ( ) [abstract]  :  int
Font.getLastChar ( ) [abstract]  :  int
Font.getWidths ( int p1 ) [abstract]  :  int[ ]
Font.getXHeight ( int p1 ) [abstract]  :  int
Font.width ( int p1, int p2 ) [abstract]  :  int
package org.apache.fop.svg
Font.Font ( FObj p1, PropertyList p2 )
Font.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, FontDescriptor.class
package org.apache.fop.layout
FontDescriptor.fontName ( ) [abstract]  :  String
FontDescriptor.getAscender ( ) [abstract]  :  int
FontDescriptor.getCapHeight ( ) [abstract]  :  int
FontDescriptor.getDescender ( ) [abstract]  :  int
FontDescriptor.getFlags ( ) [abstract]  :  int
FontDescriptor.getFontBBox ( ) [abstract]  :  int[ ]
FontDescriptor.getItalicAngle ( ) [abstract]  :  int
FontDescriptor.getStemV ( ) [abstract]  :  int

fop_0_15_0.jar, FontFamilyMaker.class
package org.apache.fop.fo.properties
FontFamilyMaker.FontFamilyMaker ( String p1 )
FontFamilyMaker.isInherited ( )  :  boolean
FontFamilyMaker.make ( PropertyList p1, boolean p2 )  :  Property
FontFamilyMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, FontMetric.class
package org.apache.fop.layout
FontMetric.getAscender ( int p1 ) [abstract]  :  int
FontMetric.getCapHeight ( int p1 ) [abstract]  :  int
FontMetric.getDescender ( int p1 ) [abstract]  :  int
FontMetric.getFirstChar ( ) [abstract]  :  int
FontMetric.getLastChar ( ) [abstract]  :  int
FontMetric.getWidths ( int p1 ) [abstract]  :  int[ ]
FontMetric.getXHeight ( int p1 ) [abstract]  :  int
FontMetric.width ( int p1, int p2 ) [abstract]  :  int

fop_0_15_0.jar, FontMetricsMapper.class
package org.apache.fop.render.awt
FontMetricsMapper.FontMetricsMapper ( String p1, int p2, Component p3 )
FontMetricsMapper.getAscender ( int p1 )  :  int
FontMetricsMapper.getCapHeight ( int p1 )  :  int
FontMetricsMapper.getDescender ( int p1 )  :  int
FontMetricsMapper.getFirstChar ( )  :  int
FontMetricsMapper.getFont ( int p1 )  :  Font
FontMetricsMapper.getLastChar ( )  :  int
FontMetricsMapper.getWidths ( int p1 )  :  int[ ]
FontMetricsMapper.getXHeight ( int p1 )  :  int
FontMetricsMapper.width ( int p1, int p2 )  :  int

fop_0_15_0.jar, FontSetup.class
package org.apache.fop.render.awt
FontSetup.FontSetup ( )
FontSetup.setup ( FontInfo p1, Component p2 ) [static]  :  void

fop_0_15_0.jar, FontSizeMaker.class
package org.apache.fop.fo.properties
FontSizeMaker.FontSizeMaker ( String p1 )
FontSizeMaker.getPercentBase ( FObj p1, PropertyList p2 )  :  PercentBase
FontSizeMaker.isInherited ( )  :  boolean
FontSizeMaker.make ( PropertyList p1, boolean p2 )  :  Property
FontSizeMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, FontState.class
package org.apache.fop.layout
FontState.getFontFamily ( )  :  String
FontState.getFontStyle ( )  :  String

fop_0_15_0.jar, FontStyleMaker.class
package org.apache.fop.fo.properties
FontStyleMaker.FontStyleMaker ( String p1 )
FontStyleMaker.isInherited ( )  :  boolean
FontStyleMaker.make ( PropertyList p1, boolean p2 )  :  Property
FontStyleMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, FontWeightMaker.class
package org.apache.fop.fo.properties
FontWeightMaker.FontWeightMaker ( String p1 )
FontWeightMaker.isInherited ( )  :  boolean
FontWeightMaker.make ( PropertyList p1, boolean p2 )  :  Property
FontWeightMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, FopImage.class
package org.apache.fop.image
FopImage.close ( ) [abstract]  :  void
FopImage.getBitmaps ( ) [abstract]  :  byte[ ]
FopImage.getBitmapsSize ( ) [abstract]  :  int
FopImage.getBitsPerPixel ( ) [abstract]  :  int
FopImage.getColorSpace ( ) [abstract]  :  ColorSpace
FopImage.getPDFFilter ( ) [abstract]  :  PDFFilter
FopImage.getRessourceBytes ( ) [abstract]  :  byte[ ]
FopImage.getRessourceBytesSize ( ) [abstract]  :  int
FopImage.getTransparentColor ( ) [abstract]  :  PDFColor
FopImage.getURL ( ) [abstract]  :  String
FopImage.isTransparent ( ) [abstract]  :  boolean

fop_0_15_0.jar, FopImageConsumer.class
package org.apache.fop.image
FopImageConsumer.FopImageConsumer ( ImageProducer p1 )
FopImageConsumer.getColorModel ( )  :  ColorModel
FopImageConsumer.getHeight ( )  :  int
FopImageConsumer.getImage ( )  :  int[ ]
FopImageConsumer.getWidth ( )  :  int
FopImageConsumer.imageComplete ( int p1 )  :  void
FopImageConsumer.isImageReady ( )  :  boolean
FopImageConsumer.setColorModel ( ColorModel p1 )  :  void
FopImageConsumer.setDimensions ( int p1, int p2 )  :  void
FopImageConsumer.setHints ( int p1 )  :  void
FopImageConsumer.setPixels ( int p1, int p2, int p3, int p4, ColorModel p5, byte[ ] p6, int p7, int p8 )  :  void
FopImageConsumer.setPixels ( int p1, int p2, int p3, int p4, ColorModel p5, int[ ] p6, int p7, int p8 )  :  void
FopImageConsumer.setProperties ( Hashtable p1 )  :  void

fop_0_15_0.jar, FopImageException.class
package org.apache.fop.image
FopImageException.FopImageException ( )
FopImageException.FopImageException ( String p1 )

fop_0_15_0.jar, FopImageFactory.class
package org.apache.fop.image
FopImageFactory.Make ( String p1 ) [static]  :  FopImage

fop_0_15_0.jar, FOPropertyMapping.class
package org.apache.fop.fo.properties
FOPropertyMapping.FOPropertyMapping ( )
FOPropertyMapping.getElementMapping ( String p1 ) [static]  :  Hashtable
FOPropertyMapping.getElementMappings ( ) [static]  :  Enumeration
FOPropertyMapping.getGenericMappings ( ) [static]  :  Hashtable

fop_0_15_0.jar, ForeignObjectArea.class
package org.apache.fop.layout
ForeignObjectArea.ForeignObjectArea ( FontState p1, int p2, int p3 )
ForeignObjectArea.getAlign ( )  :  int
ForeignObjectArea.getEffectiveHeight ( )  :  int
ForeignObjectArea.getEffectiveWidth ( )  :  int
ForeignObjectArea.getIntrinsicHeight ( )  :  int
ForeignObjectArea.getIntrinsicWidth ( )  :  int
ForeignObjectArea.getObject ( )  :  Area
ForeignObjectArea.getOverflow ( )  :  int
ForeignObjectArea.getVerticalAlign ( )  :  int
ForeignObjectArea.getXOffset ( )  :  int
ForeignObjectArea.render ( Renderer p1 )  :  void
ForeignObjectArea.scalingMethod ( )  :  int
ForeignObjectArea.setAlign ( int p1 )  :  void
ForeignObjectArea.setContentHeight ( int p1 )  :  void
ForeignObjectArea.setContentSizeAuto ( boolean p1, boolean p2 )  :  void
ForeignObjectArea.setContentWidth ( int p1 )  :  void
ForeignObjectArea.setHeight ( int p1 )  :  void
ForeignObjectArea.setIntrinsicHeight ( int p1 )  :  void
ForeignObjectArea.setIntrinsicWidth ( int p1 )  :  void
ForeignObjectArea.setObject ( Area p1 )  :  void
ForeignObjectArea.setOverflow ( int p1 )  :  void
ForeignObjectArea.setScaling ( int p1 )  :  void
ForeignObjectArea.setSizeAuto ( boolean p1, boolean p2 )  :  void
ForeignObjectArea.setStartIndent ( int p1 )  :  void
ForeignObjectArea.setVerticalAlign ( int p1 )  :  void
ForeignObjectArea.setWidth ( int p1 )  :  void

fop_0_15_0.jar, FOText.class
package org.apache.fop.fo
FOText.setUnderlined ( boolean p1 )  :  void

fop_0_15_0.jar, FOTreeBuilder.class
package org.apache.fop.fo
FOTreeBuilder.addElementPropertyList ( String p1, String p2, Hashtable p3 )  :  void
FOTreeBuilder.addPropertyList ( String p1, Hashtable p2 )  :  void
FOTreeBuilder.endElement ( String p1, String p2, String p3 )  :  void
FOTreeBuilder.startElement ( String p1, String p2, String p3, Attributes p4 )  :  void

fop_0_15_0.jar, FromParentFunction.class
package org.apache.fop.fo.expr
FromParentFunction.eval ( Property[ ] p1, PropertyInfo p2 )  :  Property
FromParentFunction.FromParentFunction ( )
FromParentFunction.nbArgs ( )  :  int

fop_0_15_0.jar, FromTableColumnFunction.class
package org.apache.fop.fo.expr
FromTableColumnFunction.eval ( Property[ ] p1, PropertyInfo p2 )  :  Property
FromTableColumnFunction.FromTableColumnFunction ( )
FromTableColumnFunction.nbArgs ( )  :  int

fop_0_15_0.jar, Function.class
package org.apache.fop.fo.expr
Function.eval ( Property[ ] p1, PropertyInfo p2 ) [abstract]  :  Property
Function.getPercentBase ( ) [abstract]  :  PercentBase
Function.nbArgs ( ) [abstract]  :  int

fop_0_15_0.jar, FunctionBase.class
package org.apache.fop.fo.expr
FunctionBase.eval ( Property[ ] p1, PropertyInfo p2 ) [abstract]  :  Property
FunctionBase.FunctionBase ( )
FunctionBase.getPercentBase ( )  :  PercentBase
FunctionBase.nbArgs ( ) [abstract]  :  int

fop_0_15_0.jar, G.class
package org.apache.fop.svg
G.createGraphic ( )  :  SVGElement
G.G ( FObj p1, PropertyList p2 )
G.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, GenericBorderStyle.class
package org.apache.fop.fo.properties
GenericBorderStyle.findConstant ( String p1 )  :  Property
GenericBorderStyle.GenericBorderStyle ( String p1 )
GenericBorderStyle.isInherited ( )  :  boolean
GenericBorderStyle.make ( PropertyList p1, boolean p2 )  :  Property
GenericBorderStyle.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, GenericBorderWidth.class
package org.apache.fop.fo.properties
GenericBorderWidth.checkValueKeywords ( String p1 )  :  String
GenericBorderWidth.GenericBorderWidth ( String p1 )
GenericBorderWidth.isInherited ( )  :  boolean
GenericBorderWidth.make ( PropertyList p1, boolean p2 )  :  Property
GenericBorderWidth.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, GenericBreak.class
package org.apache.fop.fo.properties
GenericBreak.findConstant ( String p1 )  :  Property
GenericBreak.GenericBreak ( String p1 )
GenericBreak.isInherited ( )  :  boolean
GenericBreak.make ( PropertyList p1, boolean p2 )  :  Property
GenericBreak.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, GenericColor.class
package org.apache.fop.fo.properties
GenericColor.convertPropertyDatatype ( Property p1, PropertyList p2, FObj p3 )  :  Property
GenericColor.GenericColor ( String p1 )
GenericColor.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, GenericCondBorderWidth.class
package org.apache.fop.fo.properties
GenericCondBorderWidth.checkValueKeywords ( String p1 )  :  String
GenericCondBorderWidth.GenericCondBorderWidth ( String p1 )
GenericCondBorderWidth.isInherited ( )  :  boolean
GenericCondBorderWidth.make ( PropertyList p1, boolean p2 )  :  Property
GenericCondBorderWidth.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, GenericCondLength.class
package org.apache.fop.fo.properties
GenericCondLength.GenericCondLength ( String p1 )
GenericCondLength.getSubpropMaker ( String p1 )  :  Property.Maker
GenericCondLength.getSubpropValue ( Property p1, String p2 )  :  Property
GenericCondLength.maker ( String p1 ) [static]  :  Property.Maker
GenericCondLength.setSubprop ( Property p1, String p2, Property p3 )  :  Property

fop_0_15_0.jar, GenericCondPadding.class
package org.apache.fop.fo.properties
GenericCondPadding.GenericCondPadding ( String p1 )
GenericCondPadding.isInherited ( )  :  boolean
GenericCondPadding.make ( PropertyList p1, boolean p2 )  :  Property
GenericCondPadding.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, GenericPadding.class
package org.apache.fop.fo.properties
GenericPadding.GenericPadding ( String p1 )
GenericPadding.isInherited ( )  :  boolean
GenericPadding.make ( PropertyList p1, boolean p2 )  :  Property
GenericPadding.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, GenericSpace.class
package org.apache.fop.fo.properties
GenericSpace.GenericSpace ( String p1 )
GenericSpace.getSubpropMaker ( String p1 )  :  Property.Maker
GenericSpace.getSubpropValue ( Property p1, String p2 )  :  Property
GenericSpace.isInherited ( )  :  boolean
GenericSpace.make ( PropertyList p1, boolean p2 )  :  Property
GenericSpace.maker ( String p1 ) [static]  :  Property.Maker
GenericSpace.setSubprop ( Property p1, String p2, Property p3 )  :  Property

fop_0_15_0.jar, GifJpegImage.class
package org.apache.fop.image
GifJpegImage.GifJpegImage ( URL p1 )
GifJpegImage.GifJpegImage ( URL p1, ImageReader p2 )
GifJpegImage.loadImage ( )  :  void

fop_0_15_0.jar, GIFReader.class
package org.apache.fop.image.analyser
GIFReader.getMimeType ( )  :  String
GIFReader.GIFReader ( )
GIFReader.setDefaultHeader ( )  :  void
GIFReader.setDimension ( )  :  void
GIFReader.verifySignature ( BufferedInputStream p1 )  :  boolean

fop_0_15_0.jar, Glyph.class
package org.apache.fop.svg
Glyph.Glyph ( FObj p1, PropertyList p2 )
Glyph.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, GoToPageDialog.class
package org.apache.fop.viewer
GoToPageDialog.getPageNumber ( )  :  int
GoToPageDialog.GoToPageDialog ( )
GoToPageDialog.GoToPageDialog ( Frame p1, String p2, boolean p3 )

fop_0_15_0.jar, GradientTransformMaker.class
package org.apache.fop.fo.properties
GradientTransformMaker.GradientTransformMaker ( String p1 )
GradientTransformMaker.isInherited ( )  :  boolean
GradientTransformMaker.make ( PropertyList p1, boolean p2 )  :  Property
GradientTransformMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, GradientUnitsMaker.class
package org.apache.fop.fo.properties
GradientUnitsMaker.findConstant ( String p1 )  :  Property
GradientUnitsMaker.GradientUnitsMaker ( String p1 )
GradientUnitsMaker.isInherited ( )  :  boolean
GradientUnitsMaker.make ( PropertyList p1, boolean p2 )  :  Property
GradientUnitsMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, GraphicElement.class
package org.apache.fop.dom.svg
GraphicElement.addEventListener ( String p1, EventListener p2, boolean p3 )  :  void
GraphicElement.dispatchEvent ( Event p1 )  :  boolean
GraphicElement.getBBox ( )  :  SVGRect
GraphicElement.getChildrenBBox ( )  :  SVGRect
GraphicElement.getCTM ( )  :  SVGMatrix
GraphicElement.getFarthestViewportElement ( )  :  SVGElement
GraphicElement.getNearestViewportElement ( )  :  SVGElement
GraphicElement.getRequiredExtensions ( )  :  SVGList
GraphicElement.getRequiredFeatures ( )  :  SVGList
GraphicElement.getScreenCTM ( )  :  SVGMatrix
GraphicElement.getSystemLanguage ( )  :  SVGList
GraphicElement.getTransform ( )  :  SVGAnimatedTransformList
GraphicElement.getTransformToElement ( SVGElement p1 )  :  SVGMatrix
GraphicElement.getXMLlang ( )  :  String
GraphicElement.getXMLspace ( )  :  String
GraphicElement.GraphicElement ( )
GraphicElement.hasExtension ( String p1 )  :  boolean
GraphicElement.removeEventListener ( String p1, EventListener p2, boolean p3 )  :  void
GraphicElement.setRequiredExtensions ( SVGList p1 )  :  void
GraphicElement.setRequiredFeatures ( SVGList p1 )  :  void
GraphicElement.setSystemLanguage ( SVGList p1 )  :  void
GraphicElement.setTransform ( SVGAnimatedTransformList p1 )  :  void
GraphicElement.setXMLlang ( String p1 )  :  void
GraphicElement.setXMLspace ( String p1 )  :  void

fop_0_15_0.jar, GraphicImpl.class
package org.apache.fop.dom.svg
GraphicImpl.addDefs ( Hashtable p1 ) [abstract]  :  void
GraphicImpl.getDefs ( ) [abstract]  :  Hashtable
GraphicImpl.getGraphicParent ( ) [abstract]  :  SVGElement
GraphicImpl.locateDef ( String p1 ) [abstract]  :  SVGElement
GraphicImpl.oldgetStyle ( ) [abstract]  :  Hashtable
GraphicImpl.oldgetTransform ( ) [abstract]  :  Vector
GraphicImpl.setParent ( SVGElement p1 ) [abstract]  :  void
GraphicImpl.setStyle ( Hashtable p1 ) [abstract]  :  void
GraphicImpl.setTransform ( Vector p1 ) [abstract]  :  void

fop_0_15_0.jar, GraphicsCreator.class
package org.apache.fop.svg
GraphicsCreator.createGraphic ( ) [abstract]  :  SVGElement

fop_0_15_0.jar, HeightMaker.class
package org.apache.fop.fo.properties
HeightMaker.HeightMaker ( String p1 )
HeightMaker.isAutoLengthAllowed ( )  :  boolean
HeightMaker.isInherited ( )  :  boolean
HeightMaker.make ( PropertyList p1, boolean p2 )  :  Property
HeightMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, Helvetica.class
package org.apache.fop.render.pdf.fonts
Helvetica.getAscender ( int p1 )  :  int
Helvetica.getCapHeight ( int p1 )  :  int
Helvetica.getDescender ( int p1 )  :  int
Helvetica.getFirstChar ( )  :  int
Helvetica.getLastChar ( )  :  int
Helvetica.getWidths ( int p1 )  :  int[ ]
Helvetica.getXHeight ( int p1 )  :  int
Helvetica.width ( int p1, int p2 )  :  int

fop_0_15_0.jar, HelveticaBold.class
package org.apache.fop.render.pdf.fonts
HelveticaBold.getAscender ( int p1 )  :  int
HelveticaBold.getCapHeight ( int p1 )  :  int
HelveticaBold.getDescender ( int p1 )  :  int
HelveticaBold.getFirstChar ( )  :  int
HelveticaBold.getLastChar ( )  :  int
HelveticaBold.getWidths ( int p1 )  :  int[ ]
HelveticaBold.getXHeight ( int p1 )  :  int
HelveticaBold.width ( int p1, int p2 )  :  int

fop_0_15_0.jar, HelveticaBoldOblique.class
package org.apache.fop.render.pdf.fonts
HelveticaBoldOblique.getAscender ( int p1 )  :  int
HelveticaBoldOblique.getCapHeight ( int p1 )  :  int
HelveticaBoldOblique.getDescender ( int p1 )  :  int
HelveticaBoldOblique.getFirstChar ( )  :  int
HelveticaBoldOblique.getLastChar ( )  :  int
HelveticaBoldOblique.getWidths ( int p1 )  :  int[ ]
HelveticaBoldOblique.getXHeight ( int p1 )  :  int
HelveticaBoldOblique.width ( int p1, int p2 )  :  int

fop_0_15_0.jar, HelveticaOblique.class
package org.apache.fop.render.pdf.fonts
HelveticaOblique.getAscender ( int p1 )  :  int
HelveticaOblique.getCapHeight ( int p1 )  :  int
HelveticaOblique.getDescender ( int p1 )  :  int
HelveticaOblique.getFirstChar ( )  :  int
HelveticaOblique.getLastChar ( )  :  int
HelveticaOblique.getWidths ( int p1 )  :  int[ ]
HelveticaOblique.getXHeight ( int p1 )  :  int
HelveticaOblique.width ( int p1, int p2 )  :  int

fop_0_15_0.jar, HKern.class
package org.apache.fop.svg
HKern.HKern ( FObj p1, PropertyList p2 )
HKern.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, HRefMaker.class
package org.apache.fop.fo.properties
HRefMaker.HRefMaker ( String p1 )
HRefMaker.isInherited ( )  :  boolean
HRefMaker.make ( PropertyList p1, boolean p2 )  :  Property
HRefMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, IdMaker.class
package org.apache.fop.fo.properties
IdMaker.IdMaker ( String p1 )
IdMaker.isInherited ( )  :  boolean
IdMaker.make ( PropertyList p1, boolean p2 )  :  Property
IdMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, IDNode.class
package org.apache.fop.datatypes
IDNode.createInternalLinkGoTo ( int p1 )  :  void
IDNode.getIDValue ( )  :  String
IDNode.getInternalLinkGoTo ( )  :  PDFGoTo
IDNode.getInternalLinkGoToReference ( )  :  String
IDNode.getPageNumber ( )  :  String
IDNode.IDNode ( String p1 )
IDNode.isThereInternalLinkGoTo ( )  :  boolean
IDNode.setInternalLinkGoToPageReference ( String p1 )  :  void
IDNode.setPageNumber ( int p1 )  :  void
IDNode.setPosition ( int p1, int p2 )  :  void

fop_0_15_0.jar, IDReferences.class
package org.apache.fop.datatypes
IDReferences.addToIdValidationList ( String p1 )  :  void
IDReferences.configureID ( String p1, Area p2 )  :  void
IDReferences.createID ( String p1 )  :  void
IDReferences.createInternalLinkGoTo ( String p1, int p2 )  :  String
IDReferences.createNewId ( String p1 )  :  void
IDReferences.doesGoToReferenceExist ( String p1 )  :  boolean
IDReferences.doesIDExist ( String p1 )  :  boolean
IDReferences.getInternalLinkGotToReference ( String p1 )  :  String
IDReferences.getInvalidIds ( )  :  String
IDReferences.getPageNumber ( String p1 )  :  String
IDReferences.getPDFGoTo ( String p1 )  :  PDFGoTo
IDReferences.IDReferences ( )
IDReferences.initializeID ( String p1, Area p2 )  :  void
IDReferences.isEveryIdValid ( )  :  boolean
IDReferences.removeFromIdValidationList ( String p1 )  :  void
IDReferences.removeID ( String p1 )  :  void
IDReferences.setInternalGoToPageReference ( String p1, String p2 )  :  void
IDReferences.setPageNumber ( String p1, int p2 )  :  void
IDReferences.setPosition ( String p1, int p2, int p3 )  :  void

fop_0_15_0.jar, Image.class
package org.apache.fop.svg
Image.createGraphic ( )  :  SVGElement
Image.Image ( FObj p1, PropertyList p2 )
Image.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, ImageReader.class
package org.apache.fop.image.analyser
ImageReader.getHeight ( ) [abstract]  :  int
ImageReader.getInputStream ( ) [abstract]  :  BufferedInputStream
ImageReader.getMimeType ( ) [abstract]  :  String
ImageReader.getWidth ( ) [abstract]  :  int
ImageReader.verifySignature ( BufferedInputStream p1 ) [abstract]  :  boolean

fop_0_15_0.jar, ImageReaderFactory.class
package org.apache.fop.image.analyser
ImageReaderFactory.ImageReaderFactory ( )
ImageReaderFactory.Make ( InputStream p1 ) [static]  :  ImageReader

fop_0_15_0.jar, InheritedPropFunction.class
package org.apache.fop.fo.expr
InheritedPropFunction.eval ( Property[ ] p1, PropertyInfo p2 )  :  Property
InheritedPropFunction.InheritedPropFunction ( )
InheritedPropFunction.nbArgs ( )  :  int

fop_0_15_0.jar, InitialPageNumberMaker.class
package org.apache.fop.fo.properties
InitialPageNumberMaker.InitialPageNumberMaker ( String p1 )
InitialPageNumberMaker.isInherited ( )  :  boolean
InitialPageNumberMaker.make ( PropertyList p1, boolean p2 )  :  Property
InitialPageNumberMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, Inline.class
package org.apache.fop.fo.flow
Inline.addCharacters ( char[ ] p1, int p2, int p3 )  :  void
Inline.Inline ( FObj p1, PropertyList p2 )
Inline.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, InlineArea.class
package org.apache.fop.layout
InlineArea.getPageNumberID ( )  :  String
InlineArea.getUnderlined ( )  :  boolean
InlineArea.setUnderlined ( boolean p1 )  :  void

fop_0_15_0.jar, InlineSpace.class
package org.apache.fop.layout
InlineSpace.getResizeable ( )  :  boolean
InlineSpace.InlineSpace ( int p1, boolean p2 )
InlineSpace.setResizeable ( boolean p1 )  :  void

fop_0_15_0.jar, InstreamForeignObject.class
package org.apache.fop.fo.flow
InstreamForeignObject.InstreamForeignObject ( FObj p1, PropertyList p2 )
InstreamForeignObject.layout ( Area p1 )  :  Status
InstreamForeignObject.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, InternalDestinationMaker.class
package org.apache.fop.fo.properties
InternalDestinationMaker.InternalDestinationMaker ( String p1 )
InternalDestinationMaker.isInherited ( )  :  boolean
InternalDestinationMaker.make ( PropertyList p1, boolean p2 )  :  Property
InternalDestinationMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, JPEGReader.class
package org.apache.fop.image.analyser
JPEGReader.getMimeType ( )  :  String
JPEGReader.JPEGReader ( )
JPEGReader.read2bytes ( )  :  int
JPEGReader.setDefaultHeader ( )  :  void
JPEGReader.setDimension ( )  :  void
JPEGReader.skip ( long p1 )  :  long
JPEGReader.verifySignature ( BufferedInputStream p1 )  :  boolean

fop_0_15_0.jar, KeepWithNextMaker.class
package org.apache.fop.fo.properties
KeepWithNextMaker.findConstant ( String p1 )  :  Property
KeepWithNextMaker.isInherited ( )  :  boolean
KeepWithNextMaker.KeepWithNextMaker ( String p1 )
KeepWithNextMaker.make ( PropertyList p1, boolean p2 )  :  Property
KeepWithNextMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, LayoutMasterSet.class
package org.apache.fop.fo.pagination
LayoutMasterSet.addPageSequenceMaster ( String p1, PageSequenceMaster p2 )  :  void
LayoutMasterSet.addSimplePageMaster ( SimplePageMaster p1 )  :  void
LayoutMasterSet.checkRegionNames ( )  :  void
LayoutMasterSet.getPageSequenceMaster ( String p1 )  :  PageSequenceMaster
LayoutMasterSet.getSimplePageMaster ( String p1 )  :  SimplePageMaster
LayoutMasterSet.regionNameExists ( String p1 )  :  boolean
LayoutMasterSet.resetPageMasters ( )  :  void

fop_0_15_0.jar, Leader.class
package org.apache.fop.fo.flow
Leader.layout ( Area p1 )  :  Status
Leader.Leader ( FObj p1, PropertyList p2 )
Leader.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, LeaderAlignmentMaker.class
package org.apache.fop.fo.properties
LeaderAlignmentMaker.findConstant ( String p1 )  :  Property
LeaderAlignmentMaker.isInherited ( )  :  boolean
LeaderAlignmentMaker.LeaderAlignmentMaker ( String p1 )
LeaderAlignmentMaker.make ( PropertyList p1, boolean p2 )  :  Property
LeaderAlignmentMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, LeaderArea.class
package org.apache.fop.layout
LeaderArea.getLeaderLength ( )  :  int
LeaderArea.getLeaderPattern ( )  :  int
LeaderArea.getRuleStyle ( )  :  int
LeaderArea.getRuleThickness ( )  :  int
LeaderArea.LeaderArea ( FontState p1, float p2, float p3, float p4, String p5, int p6, int p7, int p8, int p9 )
LeaderArea.render ( Renderer p1 )  :  void

fop_0_15_0.jar, LeaderLengthMaker.class
package org.apache.fop.fo.properties
LeaderLengthMaker.getSubpropMaker ( String p1 )  :  Property.Maker
LeaderLengthMaker.getSubpropValue ( Property p1, String p2 )  :  Property
LeaderLengthMaker.isInherited ( )  :  boolean
LeaderLengthMaker.LeaderLengthMaker ( String p1 )
LeaderLengthMaker.make ( PropertyList p1, boolean p2 )  :  Property
LeaderLengthMaker.maker ( String p1 ) [static]  :  Property.Maker
LeaderLengthMaker.setSubprop ( Property p1, String p2, Property p3 )  :  Property

fop_0_15_0.jar, LeaderPatternMaker.class
package org.apache.fop.fo.properties
LeaderPatternMaker.findConstant ( String p1 )  :  Property
LeaderPatternMaker.isInherited ( )  :  boolean
LeaderPatternMaker.LeaderPatternMaker ( String p1 )
LeaderPatternMaker.make ( PropertyList p1, boolean p2 )  :  Property
LeaderPatternMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, LeaderPatternWidthMaker.class
package org.apache.fop.fo.properties
LeaderPatternWidthMaker.checkValueKeywords ( String p1 )  :  String
LeaderPatternWidthMaker.getPercentBase ( FObj p1, PropertyList p2 )  :  PercentBase
LeaderPatternWidthMaker.isInherited ( )  :  boolean
LeaderPatternWidthMaker.LeaderPatternWidthMaker ( String p1 )
LeaderPatternWidthMaker.make ( PropertyList p1, boolean p2 )  :  Property
LeaderPatternWidthMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, LeftMaker.class
package org.apache.fop.fo.properties
LeftMaker.isAutoLengthAllowed ( )  :  boolean
LeftMaker.isInherited ( )  :  boolean
LeftMaker.LeftMaker ( String p1 )
LeftMaker.make ( PropertyList p1, boolean p2 )  :  Property
LeftMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, Length.class
package org.apache.fop.datatypes
Length.computeValue ( )  :  int
Length.convert ( double p1, String p2 )  :  void
Length.getTableUnits ( )  :  double
Length.isAuto ( )  :  boolean
Length.Length ( double p1, int p2 )
Length.Length ( double p1, String p2 )
Length.Length ( int p1 )
Length.setIsComputed ( boolean p1 )  :  void
Length.setValue ( int p1 )  :  void

fop_0_15_0.jar, LengthBase.class
package org.apache.fop.datatypes
LengthBase.getBaseLength ( ) [abstract]  :  int
LengthBase.getBaseValue ( )  :  double
LengthBase.getDimension ( )  :  int
LengthBase.LengthBase ( )

fop_0_15_0.jar, LengthProperty.class
package org.apache.fop.fo
LengthProperty.getLength ( )  :  Length
LengthProperty.getNumeric ( )  :  Numeric
LengthProperty.getObject ( )  :  Object
LengthProperty.LengthProperty ( Length p1 )

fop_0_15_0.jar, LengthRange.class
package org.apache.fop.datatypes
LengthRange.getMaximum ( )  :  Length
LengthRange.getMinimum ( )  :  Length
LengthRange.getOptimum ( )  :  Length
LengthRange.LengthRange ( Length p1 )
LengthRange.setMaximum ( Length p1 )  :  void
LengthRange.setMinimum ( Length p1 )  :  void
LengthRange.setOptimum ( Length p1 )  :  void

fop_0_15_0.jar, LengthRangeProperty.class
package org.apache.fop.fo
LengthRangeProperty.getLength ( )  :  Length
LengthRangeProperty.getLengthRange ( )  :  LengthRange
LengthRangeProperty.getObject ( )  :  Object
LengthRangeProperty.LengthRangeProperty ( LengthRange p1 )

fop_0_15_0.jar, Line.class
package org.apache.fop.svg
Line.createGraphic ( )  :  SVGElement

fop_0_15_0.jar, LineArea.class
package org.apache.fop.layout
LineArea.addLeader ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8 )  :  void
LineArea.addPageNumberCitation ( String p1, LinkSet p2 )  :  int
LineArea.addText ( char[ ] p1, int p2, int p3, LinkSet p4, boolean p5 )  :  int
LineArea.changeWhiteSpaceCollapse ( int p1 )  :  void
LineArea.LineArea ( FontState p1, int p2, int p3, int p4, int p5, int p6, LineArea p7 )

fop_0_15_0.jar, LinearGradient.class
package org.apache.fop.svg
LinearGradient.addChild ( FONode p1 )  :  void
LinearGradient.createGraphic ( )  :  SVGElement
LinearGradient.LinearGradient ( FObj p1, PropertyList p2 )
LinearGradient.maker ( ) [static]  :  FObj.Maker

fop_0_15_0.jar, LineHeightMaker.class
package org.apache.fop.fo.properties
LineHeightMaker.checkValueKeywords ( String p1 )  :  String
LineHeightMaker.convertPropertyDatatype ( Property p1, PropertyList p2, FObj p3 )  :  Property
LineHeightMaker.getPercentBase ( FObj p1, PropertyList p2 )  :  PercentBase
LineHeightMaker.inheritsSpecified ( )  :  boolean
LineHeightMaker.isInherited ( )  :  boolean
LineHeightMaker.LineHeightMaker ( String p1 )
LineHeightMaker.make ( PropertyList p1, boolean p2 )  :  Property
LineHeightMaker.maker ( String p1 ) [static]  :  Property.Maker

fop_0_15_0.jar, LinkSet.class
package org.apache.fop.layout
LinkSet.applyAreaContainerOffsets ( AreaContainer p1, Area p2 )  :  void
LinkSet.getLinkType ( )  :  int
LinkSet.LinkSet ( String p1, Area p2, int p3 )

fop_0_15_0.jar, ListBlock.class
package org.apache.fop.fo.flow
ListBlock.setBodyIndent ( int p1 )  :  void

fop_0_15_0.jar, Maker.class
package org.apache.fop.fo
ColorTypeProperty.Maker.ColorTypeProperty.Maker ( String p1 )
ColorTypeProperty.Maker.convertProperty ( Property p1, PropertyList p2, FObj p3 )  :  Property
CondLengthProperty.Maker.CondLengthProperty.Maker ( String p1 )
CondLengthProperty.Maker.convertProperty ( Property p1, PropertyList p2, FObj p3 )  :  Property
EnumProperty.Maker.EnumProperty.Maker ( String p1 )
EnumProperty.Maker.findConstant ( String p1 )  :  Property
EnumProperty.Maker.make ( PropertyList p1, String p2, FObj p3 )  :  Property
LengthProperty.Maker.convertProperty ( Property p1, PropertyList p2, FObj p3 )  :  Property
LengthProperty.Maker.isAutoLengthAllowed ( )  :  boolean
LengthProperty.Maker.LengthProperty.Maker ( String p1 )
LengthRangeProperty.Maker.convertProperty ( Property p1, PropertyList p2, FObj p3 )  :  Property
LengthRangeProperty.Maker.LengthRangeProperty.Maker ( String p1 )
NumberProperty.Maker.convertProperty ( Property p1, PropertyList p2, FObj p3 )  :  Property
NumberProperty.Maker.NumberProperty.Maker ( String p1 )
Property.Maker.checkValueKeywords ( String p1 )  :  String
Property.Maker.convertProperty ( Property p1, PropertyList p2, FObj p3 )  :  Property
Property.Maker.convertPropertyDatatype ( Property p1, PropertyList p2, FObj p3 )  :  Property
Property.Maker.getPercentBase ( FObj p1, PropertyList p2 )  :  PercentBase
Property.Maker.getPropName ( )  :  String
Property.Maker.getSubpropMaker ( String p1 )  :  Property.Maker
Property.Maker.getSubpropValue ( Property p1, String p2 )  :  Property
Property.Maker.inheritsSpecified ( )  :  boolean
Property.Maker.make ( Property p1, String p2, PropertyList p3, String p4, FObj p5 )  :  Property
Property.Maker.make ( PropertyList p1, boolean p2 )  :  Property
Property.Maker.make ( PropertyList p1, String p2, FObj p3 )  :  Property
Property.Maker.Property.Maker ( String p1 )
Property.Maker.setSubprop ( Property p1, String p2, Property p3 )  :  Property
SpaceProperty.Maker.convertProperty ( Property p1, PropertyList p2, FObj p3 )  :  Property
SpaceProperty.Maker.SpaceProperty.Maker ( String p1 )
StringProperty.Maker.make ( PropertyList p1, String p2, FObj p3 )  :  Property
StringProperty.Maker.StringProperty.Maker ( String p1 )
package org.apache.fop.fo.flow
BasicLink.Maker.BasicLink.Maker ( )
BasicLink.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
ExternalGraphic.Maker.ExternalGraphic.Maker ( )
ExternalGraphic.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Inline.Maker.Inline.Maker ( )
Inline.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
InstreamForeignObject.Maker.InstreamForeignObject.Maker ( )
InstreamForeignObject.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Leader.Maker.Leader.Maker ( )
Leader.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
PageNumberCitation.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
PageNumberCitation.Maker.PageNumberCitation.Maker ( )
package org.apache.fop.fo.pagination
ConditionalPageMasterReference.Maker.ConditionalPageMasterReference.Maker ( )
ConditionalPageMasterReference.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
PageSequenceMaster.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
PageSequenceMaster.Maker.PageSequenceMaster.Maker ( )
RepeatablePageMasterAlternatives.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
RepeatablePageMasterAlternatives.Maker.RepeatablePageMasterAlternatives.Maker ( )
RepeatablePageMasterReference.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
RepeatablePageMasterReference.Maker.RepeatablePageMasterReference.Maker ( )
SinglePageMasterReference.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
SinglePageMasterReference.Maker.SinglePageMasterReference.Maker ( )
package org.apache.fop.svg
A.Maker.A.Maker ( )
A.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
AltGlyph.Maker.AltGlyph.Maker ( )
AltGlyph.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Animate.Maker.Animate.Maker ( )
Animate.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
AnimateColor.Maker.AnimateColor.Maker ( )
AnimateColor.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
AnimateMotion.Maker.AnimateMotion.Maker ( )
AnimateMotion.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
AnimateTransform.Maker.AnimateTransform.Maker ( )
AnimateTransform.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Circle.Maker.Circle.Maker ( )
Circle.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
ClipPath.Maker.ClipPath.Maker ( )
ClipPath.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Cursor.Maker.Cursor.Maker ( )
Cursor.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Defs.Maker.Defs.Maker ( )
Defs.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Desc.Maker.Desc.Maker ( )
Desc.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Ellipse.Maker.Ellipse.Maker ( )
Ellipse.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Filter.Maker.Filter.Maker ( )
Filter.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Font.Maker.Font.Maker ( )
Font.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
G.Maker.G.Maker ( )
G.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Glyph.Maker.Glyph.Maker ( )
Glyph.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
HKern.Maker.HKern.Maker ( )
HKern.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Image.Maker.Image.Maker ( )
Image.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
LinearGradient.Maker.LinearGradient.Maker ( )
LinearGradient.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Marker.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Marker.Maker.Marker.Maker ( )
Mask.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Mask.Maker.Mask.Maker ( )
MissingGlyph.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
MissingGlyph.Maker.MissingGlyph.Maker ( )
Path.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Path.Maker.Path.Maker ( )
Pattern.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Pattern.Maker.Pattern.Maker ( )
Polygon.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Polygon.Maker.Polygon.Maker ( )
Polyline.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Polyline.Maker.Polyline.Maker ( )
RadialGradient.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
RadialGradient.Maker.RadialGradient.Maker ( )
Set.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Set.Maker.Set.Maker ( )
Stop.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Stop.Maker.Stop.Maker ( )
Style.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Style.Maker.Style.Maker ( )
SVGD.Maker.isInherited ( )  :  boolean
SVGD.Maker.make ( PropertyList p1 )  :  Property
SVGD.Maker.make ( PropertyList p1, String p2, FObj p3 )  :  Property
SVGD.Maker.SVGD.Maker ( )
SVGLengthListProperty.Maker.isInherited ( )  :  boolean
SVGLengthListProperty.Maker.make ( PropertyList p1 )  :  Property
SVGLengthListProperty.Maker.make ( PropertyList p1, String p2, FObj p3 )  :  Property
SVGLengthListProperty.Maker.SVGLengthListProperty.Maker ( )
SVGLengthProperty.Maker.isInherited ( )  :  boolean
SVGLengthProperty.Maker.make ( PropertyList p1 )  :  Property
SVGLengthProperty.Maker.make ( PropertyList p1, String p2, FObj p3 )  :  Property
SVGLengthProperty.Maker.SVGLengthProperty.Maker ( )
SVGPoints.Maker.isInherited ( )  :  boolean
SVGPoints.Maker.make ( PropertyList p1 )  :  Property
SVGPoints.Maker.make ( PropertyList p1, String p2, FObj p3 )  :  Property
SVGPoints.Maker.SVGPoints.Maker ( )
SVGStringProperty.Maker.isInherited ( )  :  boolean
SVGStringProperty.Maker.make ( PropertyList p1 )  :  Property
SVGStringProperty.Maker.make ( PropertyList p1, String p2, FObj p3 )  :  Property
SVGStringProperty.Maker.SVGStringProperty.Maker ( )
SVGStyle.Maker.isInherited ( )  :  boolean
SVGStyle.Maker.make ( PropertyList p1 )  :  Property
SVGStyle.Maker.make ( PropertyList p1, String p2, FObj p3 )  :  Property
SVGStyle.Maker.SVGStyle.Maker ( )
SVGTransform.Maker.isInherited ( )  :  boolean
SVGTransform.Maker.make ( PropertyList p1 )  :  Property
SVGTransform.Maker.make ( PropertyList p1, String p2, FObj p3 )  :  Property
SVGTransform.Maker.SVGTransform.Maker ( )
Switch.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Switch.Maker.Switch.Maker ( )
Symbol.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Symbol.Maker.Symbol.Maker ( )
TextPath.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
TextPath.Maker.TextPath.Maker ( )
TextProperty.Maker.isInherited ( )  :  boolean
TextProperty.Maker.make ( PropertyList p1 )  :  Property
TextProperty.Maker.make ( PropertyList p1, String p2, FObj p3 )  :  Property
TextProperty.Maker.TextProperty.Maker ( )
Title.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Title.Maker.Title.Maker ( )
TRef.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
TRef.Maker.TRef.Maker ( )
TSpan.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
TSpan.Maker.TSpan.Maker ( )
Use.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
Use.Maker.Use.Maker ( )
VKern.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
VKern.Maker.VKern.Maker ( )

fop_0_15_0.jar, MarginBottomMaker.class
package org.apache.fop.fo.properties
MarginBottomMaker.isInherited ( )  :  boolean
MarginBottomMaker.make ( PropertyList p1, boolean p2 )  :  Property
MarginBottomMaker.maker ( String p1 ) [static]  :  Property.Maker
MarginBottomMaker.MarginBottomMaker ( String p1 )

fop_0_15_0.jar, MarginLeftMaker.class
package org.apache.fop.fo.properties
MarginLeftMaker.isInherited ( )  :  boolean
MarginLeftMaker.make ( PropertyList p1, boolean p2 )  :  Property
MarginLeftMaker.maker ( String p1 ) [static]  :  Property.Maker
MarginLeftMaker.MarginLeftMaker ( String p1 )

fop_0_15_0.jar, MarginRightMaker.class
package org.apache.fop.fo.properties
MarginRightMaker.isInherited ( )  :  boolean
MarginRightMaker.make ( PropertyList p1, boolean p2 )  :  Property
MarginRightMaker.maker ( String p1 ) [static]  :  Property.Maker
MarginRightMaker.MarginRightMaker ( String p1 )

fop_0_15_0.jar, MarginTopMaker.class
package org.apache.fop.fo.properties
MarginTopMaker.isInherited ( )  :  boolean
MarginTopMaker.make ( PropertyList p1, boolean p2 )  :  Property
MarginTopMaker.maker ( String p1 ) [static]  :  Property.Maker
MarginTopMaker.MarginTopMaker ( String p1 )

fop_0_15_0.jar, Marker.class
package org.apache.fop.svg
Marker.maker ( ) [static]  :  FObj.Maker
Marker.Marker ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, Mask.class
package org.apache.fop.svg
Mask.addChild ( FONode p1 )  :  void
Mask.createGraphic ( )  :  SVGElement
Mask.maker ( ) [static]  :  FObj.Maker
Mask.Mask ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, MasterNameMaker.class
package org.apache.fop.fo.properties
MasterNameMaker.isInherited ( )  :  boolean
MasterNameMaker.make ( PropertyList p1, boolean p2 )  :  Property
MasterNameMaker.maker ( String p1 ) [static]  :  Property.Maker
MasterNameMaker.MasterNameMaker ( String p1 )

fop_0_15_0.jar, MaxFunction.class
package org.apache.fop.fo.expr
MaxFunction.eval ( Property[ ] p1, PropertyInfo p2 )  :  Property
MaxFunction.MaxFunction ( )
MaxFunction.nbArgs ( )  :  int

fop_0_15_0.jar, MaximumRepeatsMaker.class
package org.apache.fop.fo.properties
MaximumRepeatsMaker.isInherited ( )  :  boolean
MaximumRepeatsMaker.make ( PropertyList p1, boolean p2 )  :  Property
MaximumRepeatsMaker.maker ( String p1 ) [static]  :  Property.Maker
MaximumRepeatsMaker.MaximumRepeatsMaker ( String p1 )

fop_0_15_0.jar, MessageEvent.class
package org.apache.fop.messaging
MessageEvent.getMessage ( )  :  String
MessageEvent.getMessageType ( )  :  int
MessageEvent.MessageEvent ( Object p1 )

fop_0_15_0.jar, MessageHandler.class
package org.apache.fop.messaging
MessageHandler.addListener ( MessageListener p1 ) [static]  :  void
MessageHandler.error ( String p1 ) [static]  :  void
MessageHandler.errorln ( String p1 ) [static]  :  void
MessageHandler.getLogfileName ( ) [static]  :  String
MessageHandler.getOutputMethod ( ) [static]  :  int
MessageHandler.log ( String p1 ) [static]  :  void
MessageHandler.logln ( String p1 ) [static]  :  void
MessageHandler.MessageHandler ( )
MessageHandler.removeListener ( MessageListener p1 ) [static]  :  void
MessageHandler.setID ( boolean p1 ) [static]  :  void
MessageHandler.setLogfileName ( String p1, boolean p2 ) [static]  :  void
MessageHandler.setOutputMethod ( int p1 ) [static]  :  void

fop_0_15_0.jar, MessageListener.class
package org.apache.fop.messaging
MessageListener.processMessage ( MessageEvent p1 ) [abstract]  :  void

fop_0_15_0.jar, MinFunction.class
package org.apache.fop.fo.expr
MinFunction.eval ( Property[ ] p1, PropertyInfo p2 )  :  Property
MinFunction.MinFunction ( )
MinFunction.nbArgs ( )  :  int

fop_0_15_0.jar, MissingGlyph.class
package org.apache.fop.svg
MissingGlyph.maker ( ) [static]  :  FObj.Maker
MissingGlyph.MissingGlyph ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, MixedLength.class
package org.apache.fop.datatypes
MixedLength.computeValue ( )  :  int
MixedLength.MixedLength ( int p1, PercentLength p2 )
MixedLength.toString ( )  :  String

fop_0_15_0.jar, NCnameProperty.class
package org.apache.fop.fo.expr
NCnameProperty.getColor ( )  :  ColorType
NCnameProperty.getNCname ( )  :  String
NCnameProperty.getString ( )  :  String
NCnameProperty.NCnameProperty ( String p1 )

fop_0_15_0.jar, NearestSpecPropFunction.class
package org.apache.fop.fo.expr
NearestSpecPropFunction.eval ( Property[ ] p1, PropertyInfo p2 )  :  Property
NearestSpecPropFunction.nbArgs ( )  :  int
NearestSpecPropFunction.NearestSpecPropFunction ( )

fop_0_15_0.jar, NodeImpl.class
package org.apache.fop.dom
NodeImpl.appendChild ( Node p1 )  :  Node
NodeImpl.cloneNode ( boolean p1 )  :  Node
NodeImpl.getAttributes ( )  :  NamedNodeMap
NodeImpl.getChildNodes ( )  :  NodeList
NodeImpl.getFirstChild ( )  :  Node
NodeImpl.getLastChild ( )  :  Node
NodeImpl.getLocalName ( )  :  String
NodeImpl.getNamespaceURI ( )  :  String
NodeImpl.getNextSibling ( )  :  Node
NodeImpl.getNodeName ( )  :  String
NodeImpl.getNodeType ( )  :  short
NodeImpl.getNodeValue ( )  :  String
NodeImpl.getOwnerDocument ( )  :  Document
NodeImpl.getParentNode ( )  :  Node
NodeImpl.getPrefix ( )  :  String
NodeImpl.getPreviousSibling ( )  :  Node
NodeImpl.getTagName ( )  :  String
NodeImpl.hasAttributes ( )  :  boolean
NodeImpl.hasChildNodes ( )  :  boolean
NodeImpl.insertBefore ( Node p1, Node p2 )  :  Node
NodeImpl.isSupported ( String p1, String p2 )  :  boolean
NodeImpl.NodeImpl ( )
NodeImpl.normalize ( )  :  void
NodeImpl.removeChild ( Node p1 )  :  Node
NodeImpl.replaceChild ( Node p1, Node p2 )  :  Node
NodeImpl.setNodeValue ( String p1 )  :  void
NodeImpl.setPrefix ( String p1 )  :  void
NodeImpl.supports ( String p1, String p2 )  :  boolean

fop_0_15_0.jar, NumberColumnsRepeatedMaker.class
package org.apache.fop.fo.properties
NumberColumnsRepeatedMaker.isInherited ( )  :  boolean
NumberColumnsRepeatedMaker.make ( PropertyList p1, boolean p2 )  :  Property
NumberColumnsRepeatedMaker.maker ( String p1 ) [static]  :  Property.Maker
NumberColumnsRepeatedMaker.NumberColumnsRepeatedMaker ( String p1 )

fop_0_15_0.jar, NumberColumnsSpannedMaker.class
package org.apache.fop.fo.properties
NumberColumnsSpannedMaker.isInherited ( )  :  boolean
NumberColumnsSpannedMaker.make ( PropertyList p1, boolean p2 )  :  Property
NumberColumnsSpannedMaker.maker ( String p1 ) [static]  :  Property.Maker
NumberColumnsSpannedMaker.NumberColumnsSpannedMaker ( String p1 )

fop_0_15_0.jar, NumberProperty.class
package org.apache.fop.fo
NumberProperty.getColorType ( )  :  ColorType
NumberProperty.getNumber ( )  :  Number
NumberProperty.getNumeric ( )  :  Numeric
NumberProperty.getObject ( )  :  Object
NumberProperty.NumberProperty ( double p1 )
NumberProperty.NumberProperty ( int p1 )
NumberProperty.NumberProperty ( Number p1 )

fop_0_15_0.jar, NumberRowsSpannedMaker.class
package org.apache.fop.fo.properties
NumberRowsSpannedMaker.isInherited ( )  :  boolean
NumberRowsSpannedMaker.make ( PropertyList p1, boolean p2 )  :  Property
NumberRowsSpannedMaker.maker ( String p1 ) [static]  :  Property.Maker
NumberRowsSpannedMaker.NumberRowsSpannedMaker ( String p1 )

fop_0_15_0.jar, Numeric.class
package org.apache.fop.fo.expr
Numeric.abs ( )  :  Numeric
Numeric.add ( Numeric p1 )  :  Numeric
Numeric.asDouble ( )  :  Double
Numeric.asLength ( )  :  Length
Numeric.asNumber ( )  :  Number
Numeric.divide ( Numeric p1 )  :  Numeric
Numeric.max ( Numeric p1 )  :  Numeric
Numeric.min ( Numeric p1 )  :  Numeric
Numeric.multiply ( Numeric p1 )  :  Numeric
Numeric.Numeric ( int p1, double p2, double p3, double p4, int p5, PercentBase p6 )
Numeric.Numeric ( Length p1 )
Numeric.Numeric ( Number p1 )
Numeric.Numeric ( PercentLength p1 )
Numeric.Numeric ( TableColLength p1 )
Numeric.subtract ( Numeric p1 )  :  Numeric

fop_0_15_0.jar, OddOrEvenMaker.class
package org.apache.fop.fo.properties
OddOrEvenMaker.findConstant ( String p1 )  :  Property
OddOrEvenMaker.isInherited ( )  :  boolean
OddOrEvenMaker.make ( PropertyList p1, boolean p2 )  :  Property
OddOrEvenMaker.maker ( String p1 ) [static]  :  Property.Maker
OddOrEvenMaker.OddOrEvenMaker ( String p1 )

fop_0_15_0.jar, OverflowMaker.class
package org.apache.fop.fo.properties
OverflowMaker.findConstant ( String p1 )  :  Property
OverflowMaker.isInherited ( )  :  boolean
OverflowMaker.make ( PropertyList p1, boolean p2 )  :  Property
OverflowMaker.maker ( String p1 ) [static]  :  Property.Maker
OverflowMaker.OverflowMaker ( String p1 )

fop_0_15_0.jar, PaddingMaker.class
package org.apache.fop.fo.properties
PaddingMaker.isInherited ( )  :  boolean
PaddingMaker.make ( PropertyList p1, boolean p2 )  :  Property
PaddingMaker.maker ( String p1 ) [static]  :  Property.Maker
PaddingMaker.PaddingMaker ( String p1 )

fop_0_15_0.jar, Page.class
package org.apache.fop.layout
Page.addToIDList ( String p1 )  :  void
Page.getIDList ( )  :  Vector

fop_0_15_0.jar, PageHeightMaker.class
package org.apache.fop.fo.properties
PageHeightMaker.isAutoLengthAllowed ( )  :  boolean
PageHeightMaker.isInherited ( )  :  boolean
PageHeightMaker.make ( PropertyList p1, boolean p2 )  :  Property
PageHeightMaker.maker ( String p1 ) [static]  :  Property.Maker
PageHeightMaker.PageHeightMaker ( String p1 )

fop_0_15_0.jar, PageMaster.class
package org.apache.fop.layout
PageMaster.addAfter ( RegionArea p1 )  :  void
PageMaster.addBefore ( RegionArea p1 )  :  void
PageMaster.addBody ( RegionArea p1 )  :  void
PageMaster.addEnd ( RegionArea p1 )  :  void
PageMaster.addStart ( RegionArea p1 )  :  void

fop_0_15_0.jar, PageMasterEvenMaker.class
package org.apache.fop.fo.properties
PageMasterEvenMaker.isInherited ( )  :  boolean
PageMasterEvenMaker.make ( PropertyList p1, boolean p2 )  :  Property
PageMasterEvenMaker.maker ( String p1 ) [static]  :  Property.Maker
PageMasterEvenMaker.PageMasterEvenMaker ( String p1 )

fop_0_15_0.jar, PageMasterFirstMaker.class
package org.apache.fop.fo.properties
PageMasterFirstMaker.isInherited ( )  :  boolean
PageMasterFirstMaker.make ( PropertyList p1, boolean p2 )  :  Property
PageMasterFirstMaker.maker ( String p1 ) [static]  :  Property.Maker
PageMasterFirstMaker.PageMasterFirstMaker ( String p1 )

fop_0_15_0.jar, PageMasterOddMaker.class
package org.apache.fop.fo.properties
PageMasterOddMaker.isInherited ( )  :  boolean
PageMasterOddMaker.make ( PropertyList p1, boolean p2 )  :  Property
PageMasterOddMaker.maker ( String p1 ) [static]  :  Property.Maker
PageMasterOddMaker.PageMasterOddMaker ( String p1 )

fop_0_15_0.jar, PageMasterReference.class
package org.apache.fop.fo.pagination
PageMasterReference.getElementName ( ) [abstract]  :  String
PageMasterReference.getMasterName ( )  :  String
PageMasterReference.getNextPageMaster ( int p1, boolean p2, boolean p3 ) [abstract]  :  String
PageMasterReference.getPageSequenceMaster ( )  :  PageSequenceMaster
PageMasterReference.PageMasterReference ( FObj p1, PropertyList p2 )
PageMasterReference.reset ( ) [abstract]  :  void
PageMasterReference.setMasterName ( String p1 )  :  void
PageMasterReference.setPageSequenceMaster ( PageSequenceMaster p1 )  :  void
PageMasterReference.validateParent ( FObj p1 )  :  void

fop_0_15_0.jar, PageMasterRepeatingMaker.class
package org.apache.fop.fo.properties
PageMasterRepeatingMaker.isInherited ( )  :  boolean
PageMasterRepeatingMaker.make ( PropertyList p1, boolean p2 )  :  Property
PageMasterRepeatingMaker.maker ( String p1 ) [static]  :  Property.Maker
PageMasterRepeatingMaker.PageMasterRepeatingMaker ( String p1 )

fop_0_15_0.jar, PageNumberCitation.class
package org.apache.fop.fo.flow
PageNumberCitation.layout ( Area p1 )  :  Status
PageNumberCitation.maker ( ) [static]  :  FObj.Maker
PageNumberCitation.PageNumberCitation ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, PageNumberInlineArea.class
package org.apache.fop.layout
PageNumberInlineArea.PageNumberInlineArea ( FontState p1, float p2, float p3, float p4, String p5, int p6 )

fop_0_15_0.jar, PagePositionMaker.class
package org.apache.fop.fo.properties
PagePositionMaker.findConstant ( String p1 )  :  Property
PagePositionMaker.isInherited ( )  :  boolean
PagePositionMaker.make ( PropertyList p1, boolean p2 )  :  Property
PagePositionMaker.maker ( String p1 ) [static]  :  Property.Maker
PagePositionMaker.PagePositionMaker ( String p1 )

fop_0_15_0.jar, PageSequence.class
package org.apache.fop.fo.pagination
PageSequence.addFlow ( Flow p1 )  :  void

fop_0_15_0.jar, PageSequenceMaster.class
package org.apache.fop.fo.pagination
PageSequenceMaster.addSubsequenceSpecifier ( SubSequenceSpecifier p1 )  :  void
PageSequenceMaster.getSubSequenceSpecifier ( int p1 )  :  SubSequenceSpecifier
PageSequenceMaster.getSubSequenceSpecifierCount ( )  :  int
PageSequenceMaster.maker ( ) [static]  :  FObj.Maker
PageSequenceMaster.PageSequenceMaster ( FObj p1, PropertyList p2 )
PageSequenceMaster.reset ( )  :  void

fop_0_15_0.jar, PageWidthMaker.class
package org.apache.fop.fo.properties
PageWidthMaker.isAutoLengthAllowed ( )  :  boolean
PageWidthMaker.isInherited ( )  :  boolean
PageWidthMaker.make ( PropertyList p1, boolean p2 )  :  Property
PageWidthMaker.maker ( String p1 ) [static]  :  Property.Maker
PageWidthMaker.PageWidthMaker ( String p1 )

fop_0_15_0.jar, Path.class
package org.apache.fop.svg
Path.createGraphic ( )  :  SVGElement
Path.maker ( ) [static]  :  FObj.Maker
Path.Path ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, PathData.class
package org.apache.fop.datatypes
PathData.addSVGPathSeg ( SVGPathSeg p1 )  :  void
PathData.convert ( String p1 )  :  void
PathData.getPath ( )  :  Vector
PathData.PathData ( String p1 )
PathData.toString ( )  :  String

fop_0_15_0.jar, PathPoint.class
package org.apache.fop.svg
PathPoint.PathPoint ( float p1, float p2 )

fop_0_15_0.jar, Pattern.class
package org.apache.fop.svg
Pattern.createGraphic ( )  :  SVGElement
Pattern.maker ( ) [static]  :  FObj.Maker
Pattern.Pattern ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, PDFAction.class
package org.apache.fop.pdf
PDFAction.getAction ( ) [abstract]  :  String
PDFAction.PDFAction ( )
PDFAction.PDFAction ( int p1 )

fop_0_15_0.jar, PDFArray.class
package org.apache.fop.pdf
PDFArray.PDFArray ( int p1, int[ ] p2 )
PDFArray.toPDF ( )  :  String

fop_0_15_0.jar, PDFBinaryStream.class
package org.apache.fop.pdf
PDFBinaryStream.encode ( PDFFilter p1 )  :  void
PDFBinaryStream.getPDFDictionary ( )  :  String
PDFBinaryStream.getPDFStream ( )  :  String
PDFBinaryStream.outputPDFStream ( PrintWriter p1 )  :  int
PDFBinaryStream.PDFBinaryStream ( )
PDFBinaryStream.setData ( byte[ ] p1 )  :  void
PDFBinaryStream.toPDF ( )  :  String

fop_0_15_0.jar, PDFColor.class
package org.apache.fop.pdf
PDFColor.blue255 ( )  :  int
PDFColor.green255 ( )  :  int
PDFColor.PDFColor ( int p1, int p2, int p3 )
PDFColor.red255 ( )  :  int

fop_0_15_0.jar, PDFDocument.class
package org.apache.fop.pdf
PDFDocument.makeArray ( int[ ] p1 )  :  PDFArray
PDFDocument.makeEncoding ( String p1 )  :  PDFEncoding
PDFDocument.makeFont ( String p1, String p2, String p3, FontMetric p4, FontDescriptor p5 )  :  PDFFont
PDFDocument.makeFontDescriptor ( FontDescriptor p1 )  :  PDFFontDescriptor
PDFDocument.makeLink ( Rectangle p1, String p2, int p3 )  :  PDFLink
PDFDocument.makePage ( PDFResources p1, PDFStream p2, int p3, int p4, Page p5 )  :  PDFPage
PDFDocument.setIDReferences ( IDReferences p1 )  :  void

fop_0_15_0.jar, PDFEncoding.class
package org.apache.fop.pdf
PDFEncoding.addDifferences ( int p1, Vector p2 )  :  void
PDFEncoding.PDFEncoding ( int p1, String p2 )
PDFEncoding.toPDF ( )  :  String

fop_0_15_0.jar, PDFFilter.class
package org.apache.fop.pdf
PDFFilter.getPredictor ( )  :  Integer
PDFFilter.getType ( )  :  int
PDFFilter.PDFFilter ( int p1 )
PDFFilter.setPredictor ( Integer p1 )  :  void
PDFFilter.toPDF ( )  :  String

fop_0_15_0.jar, PDFFilterException.class
package org.apache.fop.pdf
PDFFilterException.PDFFilterException ( )
PDFFilterException.PDFFilterException ( String p1 )

fop_0_15_0.jar, PDFFont.class
package org.apache.fop.pdf
PDFFont.createFont ( int p1, String p2, byte p3, String p4, Object p5 ) [static]  :  PDFFont
PDFFont.createFont ( int p1, String p2, byte p3, String p4, Object p5, int p6, int p7, PDFArray p8, PDFFontDescriptor p9 ) [static]  :  PDFFont
PDFFont.fillInPDF ( StringBuffer p1 )  :  void
PDFFont.PDFFont ( int p1, String p2, byte p3, String p4, Object p5 )

fop_0_15_0.jar, PDFFontDescriptor.class
package org.apache.fop.pdf
PDFFontDescriptor.fillInPDF ( StringBuffer p1 )  :  void
PDFFontDescriptor.PDFFontDescriptor ( int p1, String p2, int p3, int p4, int p5, int p6, PDFRectangle p7, int p8, int p9 )
PDFFontDescriptor.setFontFile ( byte p1, PDFStream p2 )  :  void
PDFFontDescriptor.setMetrics ( int p1, int p2, int p3, int p4, int p5, int p6 )  :  void
PDFFontDescriptor.toPDF ( )  :  String

fop_0_15_0.jar, PDFFontNonBase14.class
package org.apache.fop.pdf
PDFFontNonBase14.fillInPDF ( StringBuffer p1 )  :  void
PDFFontNonBase14.PDFFontNonBase14 ( int p1, String p2, byte p3, String p4, Object p5 )
PDFFontNonBase14.setDescriptor ( PDFFontDescriptor p1 )  :  void
PDFFontNonBase14.setWidthMetrics ( int p1, int p2, PDFArray p3 )  :  void

fop_0_15_0.jar, PDFFontType1.class
package org.apache.fop.pdf
PDFFontType1.PDFFontType1 ( int p1, String p2, byte p3, String p4, Object p5 )

fop_0_15_0.jar, PDFGoTo.class
package org.apache.fop.pdf
PDFGoTo.PDFGoTo ( int p1, String p2 )
PDFGoTo.setPageReference ( String p1 )  :  void
PDFGoTo.setXPosition ( int p1 )  :  void
PDFGoTo.setYPosition ( int p1 )  :  void
PDFGoTo.toPDF ( )  :  String

fop_0_15_0.jar, PDFGoToRemote.class
package org.apache.fop.pdf
PDFGoToRemote.getAction ( )  :  String
PDFGoToRemote.PDFGoToRemote ( int p1, PDFFileSpec p2 )
PDFGoToRemote.toPDF ( )  :  String

fop_0_15_0.jar, PDFInternalLink.class
package org.apache.fop.pdf
PDFInternalLink.getAction ( )  :  String
PDFInternalLink.PDFInternalLink ( String p1 )
PDFInternalLink.toPDF ( )  :  String

fop_0_15_0.jar, PDFObject.class
package org.apache.fop.pdf
PDFObject.getNumber ( )  :  int

fop_0_15_0.jar, PDFRectangle.class
package org.apache.fop.pdf
PDFRectangle.PDFRectangle ( int p1, int p2, int p3, int p4 )
PDFRectangle.PDFRectangle ( int[ ] p1 )
PDFRectangle.toPDF ( )  :  String

fop_0_15_0.jar, PDFRenderer.class
package org.apache.fop.render.pdf
PDFRenderer.renderForeignObjectArea ( ForeignObjectArea p1 )  :  void
PDFRenderer.renderLeaderArea ( LeaderArea p1 )  :  void
PDFRenderer.renderSVGArea ( SVGArea p1 )  :  void

fop_0_15_0.jar, PDFUri.class
package org.apache.fop.pdf
PDFUri.getAction ( )  :  String
PDFUri.PDFUri ( String p1 )
PDFUri.toPDF ( )  :  String

fop_0_15_0.jar, PDFXObject.class
package org.apache.fop.pdf
PDFXObject.getXNumber ( )  :  int

fop_0_15_0.jar, PercentBase.class
package org.apache.fop.datatypes
PercentBase.getBaseLength ( ) [abstract]  :  int
PercentBase.getBaseValue ( ) [abstract]  :  double
PercentBase.getDimension ( ) [abstract]  :  int

fop_0_15_0.jar, PercentLength.class
package org.apache.fop.datatypes
PercentLength.computeValue ( )  :  int
PercentLength.getBaseLength ( )  :  PercentBase
PercentLength.PercentLength ( double p1 )
PercentLength.PercentLength ( double p1, PercentBase p2 )
PercentLength.setBaseLength ( PercentBase p1 )  :  void
PercentLength.toString ( )  :  String
PercentLength.value ( )  :  double

fop_0_15_0.jar, PFMFile.class
package org.apache.fop.fonts
PFMFile.getCapHeight ( )  :  int
PFMFile.getCharSet ( )  :  short
PFMFile.getCharSetName ( )  :  String
PFMFile.getCharWidth ( short p1 )  :  int
PFMFile.getFirstChar ( )  :  short
PFMFile.getFlags ( )  :  int
PFMFile.getFontBBox ( )  :  int[ ]
PFMFile.getIsProportional ( )  :  boolean
PFMFile.getItalicAngle ( )  :  int
PFMFile.getLastChar ( )  :  short
PFMFile.getLowerCaseAscent ( )  :  int
PFMFile.getLowerCaseDescent ( )  :  int
PFMFile.getPostscriptName ( )  :  String
PFMFile.getStemV ( )  :  int
PFMFile.getWindowsName ( )  :  String
PFMFile.getXHeight ( )  :  int
PFMFile.load ( InputStream p1 )  :  void
PFMFile.PFMFile ( )

fop_0_15_0.jar, PFMInputStream.class
package org.apache.fop.fonts
PFMInputStream.PFMInputStream ( InputStream p1 )
PFMInputStream.readByte ( )  :  short
PFMInputStream.readInt ( )  :  long
PFMInputStream.readShort ( )  :  int
PFMInputStream.readString ( )  :  String

fop_0_15_0.jar, PFMReader.class
package org.apache.fop.fonts.apps
PFMReader.constructFontXML ( PFMFile p1 )  :  Document
PFMReader.loadPFM ( String p1 )  :  PFMFile
PFMReader.main ( String[ ] p1 ) [static]  :  void
PFMReader.PFMReader ( )
PFMReader.postProcessXML ( Document p1 )  :  Document
PFMReader.preview ( PFMFile p1 )  :  void
PFMReader.writeFontXML ( Document p1, String p2 )  :  void

fop_0_15_0.jar, PNGReader.class
package org.apache.fop.image.analyser
PNGReader.getMimeType ( )  :  String
PNGReader.PNGReader ( )
PNGReader.setDefaultHeader ( )  :  void
PNGReader.setDimension ( )  :  void
PNGReader.verifySignature ( BufferedInputStream p1 )  :  boolean

fop_0_15_0.jar, PointsData.class
package org.apache.fop.datatypes
PointsData.addPoint ( PathPoint p1 )  :  void
PointsData.convert ( String p1 )  :  void
PointsData.getPoints ( )  :  Vector
PointsData.PointsData ( String p1 )

fop_0_15_0.jar, Polygon.class
package org.apache.fop.svg
Polygon.createGraphic ( )  :  SVGElement
Polygon.maker ( ) [static]  :  FObj.Maker
Polygon.Polygon ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, Polyline.class
package org.apache.fop.svg
Polyline.createGraphic ( )  :  SVGElement
Polyline.maker ( ) [static]  :  FObj.Maker
Polyline.Polyline ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, PositionMaker.class
package org.apache.fop.fo.properties
PositionMaker.findConstant ( String p1 )  :  Property
PositionMaker.isInherited ( )  :  boolean
PositionMaker.make ( PropertyList p1, boolean p2 )  :  Property
PositionMaker.maker ( String p1 ) [static]  :  Property.Maker
PositionMaker.PositionMaker ( String p1 )

fop_0_15_0.jar, PPColWidthFunction.class
package org.apache.fop.fo.expr
PPColWidthFunction.eval ( Property[ ] p1, PropertyInfo p2 )  :  Property
PPColWidthFunction.nbArgs ( )  :  int
PPColWidthFunction.PPColWidthFunction ( )

fop_0_15_0.jar, PreviewDialog.class
package org.apache.fop.viewer
PreviewDialog.dispose ( )  :  void
PreviewDialog.processMessage ( MessageEvent p1 )  :  void

fop_0_15_0.jar, PrintCommandLine.class
package org.apache.fop.apps
PrintCommandLine.PrintCommandLine ( String[ ] p1 )

fop_0_15_0.jar, Property.class
package org.apache.fop.fo
Property.getLengthRange ( )  :  LengthRange
Property.getNCname ( )  :  String
Property.getNumber ( )  :  Number
Property.getNumeric ( )  :  Numeric
Property.getObject ( )  :  Object
Property.getSpace ( )  :  Space
Property.getSpecifiedValue ( )  :  String
Property.setSpecifiedValue ( String p1 )  :  void

fop_0_15_0.jar, PropertyException.class
package org.apache.fop.fo.expr
PropertyException.PropertyException ( String p1 )

fop_0_15_0.jar, PropertyInfo.class
package org.apache.fop.fo.expr
PropertyInfo.currentFontSize ( )  :  int
PropertyInfo.getFO ( )  :  FObj
PropertyInfo.getPercentBase ( )  :  PercentBase
PropertyInfo.getPropertyList ( )  :  PropertyList
PropertyInfo.inheritsSpecified ( )  :  boolean
PropertyInfo.popFunction ( )  :  void
PropertyInfo.PropertyInfo ( Property.Maker p1, PropertyList p2, FObj p3 )
PropertyInfo.pushFunction ( Function p1 )  :  void

fop_0_15_0.jar, PropertyList.class
package org.apache.fop.fo
PropertyList.getElement ( )  :  String
PropertyList.getExplicit ( String p1 )  :  Property
PropertyList.getFromParent ( String p1 )  :  Property
PropertyList.getInherited ( String p1 )  :  Property
PropertyList.getNameSpace ( )  :  String
PropertyList.getNearestSpecified ( String p1 )  :  Property
PropertyList.PropertyList ( PropertyList p1, String p2, String p3 )

fop_0_15_0.jar, PropertyListBuilder.class
package org.apache.fop.fo
PropertyListBuilder.addElementList ( String p1, Hashtable p2 )  :  void
PropertyListBuilder.addList ( Hashtable p1 )  :  void
PropertyListBuilder.computeProperty ( PropertyList p1, String p2, String p3, String p4 )  :  Property
PropertyListBuilder.findMaker ( String p1, String p2, String p3 )  :  Property.Maker
PropertyListBuilder.getSubpropValue ( String p1, String p2, String p3, Property p4, String p5 )  :  Property
PropertyListBuilder.isInherited ( String p1, String p2, String p3 )  :  boolean
PropertyListBuilder.makeList ( String p1, Attributes p2, PropertyList p3, FObj p4 )  :  PropertyList
PropertyListBuilder.makeProperty ( PropertyList p1, String p2, String p3, String p4 )  :  Property

fop_0_15_0.jar, PropertyListMapping.class
package org.apache.fop.fo
PropertyListMapping.addToBuilder ( TreeBuilder p1 ) [abstract]  :  void

fop_0_15_0.jar, PropertyParser.class
package org.apache.fop.fo.expr
PropertyParser.parse ( String p1, PropertyInfo p2 ) [static]  :  Property

fop_0_15_0.jar, ProvisionalDistanceBetweenStartsMaker.class
package org.apache.fop.fo.properties
ProvisionalDistanceBetweenStartsMaker.isInherited ( )  :  boolean
ProvisionalDistanceBetweenStartsMaker.make ( PropertyList p1, boolean p2 )  :  Property
ProvisionalDistanceBetweenStartsMaker.maker ( String p1 ) [static]  :  Property.Maker
ProvisionalDistanceBetweenStartsMaker.ProvisionalDistanceBetweenStartsMaker ( String p1 )

fop_0_15_0.jar, ProvisionalLabelSeparationMaker.class
package org.apache.fop.fo.properties
ProvisionalLabelSeparationMaker.isInherited ( )  :  boolean
ProvisionalLabelSeparationMaker.make ( PropertyList p1, boolean p2 )  :  Property
ProvisionalLabelSeparationMaker.maker ( String p1 ) [static]  :  Property.Maker
ProvisionalLabelSeparationMaker.ProvisionalLabelSeparationMaker ( String p1 )

fop_0_15_0.jar, RadialGradient.class
package org.apache.fop.svg
RadialGradient.addChild ( FONode p1 )  :  void
RadialGradient.createGraphic ( )  :  SVGElement
RadialGradient.maker ( ) [static]  :  FObj.Maker
RadialGradient.RadialGradient ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, Rect.class
package org.apache.fop.svg
Rect.createGraphic ( )  :  SVGElement

fop_0_15_0.jar, RefIdMaker.class
package org.apache.fop.fo.properties
RefIdMaker.isInherited ( )  :  boolean
RefIdMaker.make ( PropertyList p1, boolean p2 )  :  Property
RefIdMaker.maker ( String p1 ) [static]  :  Property.Maker
RefIdMaker.RefIdMaker ( String p1 )

fop_0_15_0.jar, Region.class
package org.apache.fop.fo.pagination
Region.getDefaultRegionName ( ) [abstract]  :  String
Region.getElementName ( ) [abstract]  :  String
Region.getPageMaster ( )  :  SimplePageMaster
Region.getRegionClass ( ) [abstract]  :  String
Region.getRegionName ( )  :  String
Region.isReserved ( String p1 )  :  boolean
Region.Region ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, RegionAfter.class
package org.apache.fop.fo.pagination
RegionAfter.getDefaultRegionName ( )  :  String
RegionAfter.getElementName ( )  :  String
RegionAfter.getRegionClass ( )  :  String

fop_0_15_0.jar, RegionArea.class
package org.apache.fop.layout
RegionArea.makeAreaContainer ( )  :  AreaContainer
RegionArea.RegionArea ( int p1, int p2, int p3, int p4 )

fop_0_15_0.jar, RegionBefore.class
package org.apache.fop.fo.pagination
RegionBefore.getDefaultRegionName ( )  :  String
RegionBefore.getElementName ( )  :  String
RegionBefore.getRegionClass ( )  :  String

fop_0_15_0.jar, RegionBody.class
package org.apache.fop.fo.pagination
RegionBody.getDefaultRegionName ( )  :  String
RegionBody.getElementName ( )  :  String
RegionBody.getRegionClass ( )  :  String

fop_0_15_0.jar, RegionNameMaker.class
package org.apache.fop.fo.properties
RegionNameMaker.isInherited ( )  :  boolean
RegionNameMaker.make ( PropertyList p1, boolean p2 )  :  Property
RegionNameMaker.maker ( String p1 ) [static]  :  Property.Maker
RegionNameMaker.RegionNameMaker ( String p1 )

fop_0_15_0.jar, Renderer.class
package org.apache.fop.render
Renderer.renderForeignObjectArea ( ForeignObjectArea p1 ) [abstract]  :  void
Renderer.renderLeaderArea ( LeaderArea p1 ) [abstract]  :  void
Renderer.renderSVGArea ( SVGArea p1 ) [abstract]  :  void

fop_0_15_0.jar, RepeatablePageMasterAlternatives.class
package org.apache.fop.fo.pagination
RepeatablePageMasterAlternatives.addConditionalPageMasterReference ( ConditionalPageMasterReference p1 )  :  void
RepeatablePageMasterAlternatives.getNextPageMaster ( int p1, boolean p2, boolean p3 )  :  String
RepeatablePageMasterAlternatives.getPageSequenceMaster ( )  :  PageSequenceMaster
RepeatablePageMasterAlternatives.maker ( ) [static]  :  FObj.Maker
RepeatablePageMasterAlternatives.RepeatablePageMasterAlternatives ( FObj p1, PropertyList p2 )
RepeatablePageMasterAlternatives.reset ( )  :  void

fop_0_15_0.jar, RepeatablePageMasterReference.class
package org.apache.fop.fo.pagination
RepeatablePageMasterReference.getElementName ( )  :  String
RepeatablePageMasterReference.getNextPageMaster ( int p1, boolean p2, boolean p3 )  :  String
RepeatablePageMasterReference.maker ( ) [static]  :  FObj.Maker
RepeatablePageMasterReference.RepeatablePageMasterReference ( FObj p1, PropertyList p2 )
RepeatablePageMasterReference.reset ( )  :  void

fop_0_15_0.jar, RequiredExtensionsMaker.class
package org.apache.fop.fo.properties
RequiredExtensionsMaker.isInherited ( )  :  boolean
RequiredExtensionsMaker.make ( PropertyList p1, boolean p2 )  :  Property
RequiredExtensionsMaker.maker ( String p1 ) [static]  :  Property.Maker
RequiredExtensionsMaker.RequiredExtensionsMaker ( String p1 )

fop_0_15_0.jar, RequiredFeaturesMaker.class
package org.apache.fop.fo.properties
RequiredFeaturesMaker.isInherited ( )  :  boolean
RequiredFeaturesMaker.make ( PropertyList p1, boolean p2 )  :  Property
RequiredFeaturesMaker.maker ( String p1 ) [static]  :  Property.Maker
RequiredFeaturesMaker.RequiredFeaturesMaker ( String p1 )

fop_0_15_0.jar, RGBColorImpl.class
package org.apache.fop.dom.css
RGBColorImpl.getBlue ( )  :  CSSPrimitiveValue
RGBColorImpl.getGreen ( )  :  CSSPrimitiveValue
RGBColorImpl.getRed ( )  :  CSSPrimitiveValue
RGBColorImpl.RGBColorImpl ( float p1, float p2, float p3 )

fop_0_15_0.jar, RightMaker.class
package org.apache.fop.fo.properties
RightMaker.isAutoLengthAllowed ( )  :  boolean
RightMaker.isInherited ( )  :  boolean
RightMaker.make ( PropertyList p1, boolean p2 )  :  Property
RightMaker.maker ( String p1 ) [static]  :  Property.Maker
RightMaker.RightMaker ( String p1 )

fop_0_15_0.jar, RuleStyleMaker.class
package org.apache.fop.fo.properties
RuleStyleMaker.findConstant ( String p1 )  :  Property
RuleStyleMaker.isInherited ( )  :  boolean
RuleStyleMaker.make ( PropertyList p1, boolean p2 )  :  Property
RuleStyleMaker.maker ( String p1 ) [static]  :  Property.Maker
RuleStyleMaker.RuleStyleMaker ( String p1 )

fop_0_15_0.jar, RuleThicknessMaker.class
package org.apache.fop.fo.properties
RuleThicknessMaker.isInherited ( )  :  boolean
RuleThicknessMaker.make ( PropertyList p1, boolean p2 )  :  Property
RuleThicknessMaker.maker ( String p1 ) [static]  :  Property.Maker
RuleThicknessMaker.RuleThicknessMaker ( String p1 )

fop_0_15_0.jar, ScalingMaker.class
package org.apache.fop.fo.properties
ScalingMaker.findConstant ( String p1 )  :  Property
ScalingMaker.isInherited ( )  :  boolean
ScalingMaker.make ( PropertyList p1, boolean p2 )  :  Property
ScalingMaker.maker ( String p1 ) [static]  :  Property.Maker
ScalingMaker.ScalingMaker ( String p1 )

fop_0_15_0.jar, Set.class
package org.apache.fop.svg
Set.maker ( ) [static]  :  FObj.Maker
Set.Set ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, SimplePageMaster.class
package org.apache.fop.fo.pagination
SimplePageMaster.addRegion ( Region p1 )  :  void
SimplePageMaster.getMasterName ( )  :  String
SimplePageMaster.getNextPageMaster ( )  :  PageMaster
SimplePageMaster.getRegion ( String p1 )  :  Region
SimplePageMaster.getRegions ( )  :  Hashtable
SimplePageMaster.regionNameExists ( String p1 )  :  boolean

fop_0_15_0.jar, SinglePageMasterReference.class
package org.apache.fop.fo.pagination
SinglePageMasterReference.getElementName ( )  :  String
SinglePageMasterReference.getNextPageMaster ( int p1, boolean p2, boolean p3 )  :  String
SinglePageMasterReference.maker ( ) [static]  :  FObj.Maker
SinglePageMasterReference.reset ( )  :  void
SinglePageMasterReference.SinglePageMasterReference ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, Space.class
package org.apache.fop.datatypes
Space.getConditionality ( )  :  String
Space.getPrecedence ( )  :  int
Space.isDiscard ( )  :  boolean
Space.setConditionality ( String p1 )  :  void
Space.setPrecedence ( Number p1 )  :  void
Space.Space ( Length p1 )

fop_0_15_0.jar, SpaceProperty.class
package org.apache.fop.fo
SpaceProperty.getLength ( )  :  Length
SpaceProperty.getLengthRange ( )  :  LengthRange
SpaceProperty.getObject ( )  :  Object
SpaceProperty.getSpace ( )  :  Space
SpaceProperty.SpaceProperty ( Space p1 )

fop_0_15_0.jar, SpreadMethodMaker.class
package org.apache.fop.fo.properties
SpreadMethodMaker.findConstant ( String p1 )  :  Property
SpreadMethodMaker.isInherited ( )  :  boolean
SpreadMethodMaker.make ( PropertyList p1, boolean p2 )  :  Property
SpreadMethodMaker.maker ( String p1 ) [static]  :  Property.Maker
SpreadMethodMaker.SpreadMethodMaker ( String p1 )

fop_0_15_0.jar, SrcMaker.class
package org.apache.fop.fo.properties
SrcMaker.isInherited ( )  :  boolean
SrcMaker.make ( PropertyList p1, boolean p2 )  :  Property
SrcMaker.maker ( String p1 ) [static]  :  Property.Maker
SrcMaker.SrcMaker ( String p1 )

fop_0_15_0.jar, StandardElementMapping.class
package org.apache.fop.fo
StandardElementMapping.addToBuilder ( TreeBuilder p1 )  :  void

fop_0_15_0.jar, StandardPropertyListMapping.class
package org.apache.fop.fo
StandardPropertyListMapping.addToBuilder ( TreeBuilder p1 )  :  void
StandardPropertyListMapping.StandardPropertyListMapping ( )

fop_0_15_0.jar, StartIndentMaker.class
package org.apache.fop.fo.properties
StartIndentMaker.isInherited ( )  :  boolean
StartIndentMaker.make ( PropertyList p1, boolean p2 )  :  Property
StartIndentMaker.maker ( String p1 ) [static]  :  Property.Maker
StartIndentMaker.StartIndentMaker ( String p1 )

fop_0_15_0.jar, StaticContent.class
package org.apache.fop.fo.flow
StaticContent.getElementName ( )  :  String
StaticContent.layout ( Area p1, Region p2 )  :  Status
StaticContent.setFlowName ( String p1 )  :  void

fop_0_15_0.jar, Stop.class
package org.apache.fop.svg
Stop.createStop ( )  :  SVGStopElement
Stop.maker ( ) [static]  :  FObj.Maker
Stop.Stop ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, StringProperty.class
package org.apache.fop.fo
StringProperty.getObject ( )  :  Object
StringProperty.getString ( )  :  String
StringProperty.StringProperty ( String p1 )

fop_0_15_0.jar, Style.class
package org.apache.fop.svg
Style.addCharacters ( char[ ] p1, int p2, int p3 )  :  void
Style.createGraphic ( )  :  SVGElement
Style.maker ( ) [static]  :  FObj.Maker
Style.Style ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, StyleData.class
package org.apache.fop.datatypes
StyleData.getStyle ( )  :  CSSStyleDeclaration
StyleData.StyleData ( String p1 )

fop_0_15_0.jar, StyleSheetListImpl.class
package org.apache.fop.dom.stylesheets
StyleSheetListImpl.getLength ( )  :  int
StyleSheetListImpl.item ( int p1 )  :  StyleSheet
StyleSheetListImpl.StyleSheetListImpl ( Vector p1 )

fop_0_15_0.jar, SubSequenceSpecifier.class
package org.apache.fop.fo.pagination
SubSequenceSpecifier.getNextPageMaster ( int p1, boolean p2, boolean p3 ) [abstract]  :  String
SubSequenceSpecifier.reset ( ) [abstract]  :  void

fop_0_15_0.jar, SVG.class
package org.apache.fop.svg
SVG.createGraphic ( )  :  SVGElement

fop_0_15_0.jar, SVGAElementImpl.class
package org.apache.fop.dom.svg
SVGAElementImpl.getBBox ( )  :  SVGRect
SVGAElementImpl.getTarget ( )  :  SVGAnimatedString
SVGAElementImpl.setTarget ( SVGAnimatedString p1 )  :  void
SVGAElementImpl.SVGAElementImpl ( )

fop_0_15_0.jar, SVGAltGlyphElementImpl.class
package org.apache.fop.dom.svg
SVGAltGlyphElementImpl.SVGAltGlyphElementImpl ( )

fop_0_15_0.jar, SVGAngleImpl.class
package org.apache.fop.dom.svg
SVGAngleImpl.convertToSpecifiedUnits ( short p1 )  :  void
SVGAngleImpl.getAnimatedValue ( )  :  float
SVGAngleImpl.getUnitType ( )  :  short
SVGAngleImpl.getValue ( )  :  float
SVGAngleImpl.getValueAsString ( )  :  String
SVGAngleImpl.getValueInSpecifiedUnits ( )  :  float
SVGAngleImpl.newValueSpecifiedUnits ( short p1, float p2 )  :  void
SVGAngleImpl.setValue ( float p1 )  :  void
SVGAngleImpl.setValueAsString ( String p1 )  :  void
SVGAngleImpl.setValueInSpecifiedUnits ( float p1 )  :  void
SVGAngleImpl.SVGAngleImpl ( )

fop_0_15_0.jar, SVGAnimateColorElementImpl.class
package org.apache.fop.dom.svg
SVGAnimateColorElementImpl.SVGAnimateColorElementImpl ( )

fop_0_15_0.jar, SVGAnimatedEnumerationImpl.class
package org.apache.fop.dom.svg
SVGAnimatedEnumerationImpl.getAnimVal ( )  :  short
SVGAnimatedEnumerationImpl.getBaseVal ( )  :  short
SVGAnimatedEnumerationImpl.setBaseVal ( short p1 )  :  void
SVGAnimatedEnumerationImpl.SVGAnimatedEnumerationImpl ( short p1 )

fop_0_15_0.jar, SVGAnimatedLengthImpl.class
package org.apache.fop.dom.svg
SVGAnimatedLengthImpl.getAnimVal ( )  :  SVGLength
SVGAnimatedLengthImpl.getBaseVal ( )  :  SVGLength
SVGAnimatedLengthImpl.setBaseVal ( SVGLength p1 )  :  void
SVGAnimatedLengthImpl.SVGAnimatedLengthImpl ( SVGLength p1 )

fop_0_15_0.jar, SVGAnimatedLengthListImpl.class
package org.apache.fop.dom.svg
SVGAnimatedLengthListImpl.getAnimVal ( )  :  SVGLengthList
SVGAnimatedLengthListImpl.getBaseVal ( )  :  SVGLengthList
SVGAnimatedLengthListImpl.setBaseVal ( SVGLengthList p1 )  :  void
SVGAnimatedLengthListImpl.SVGAnimatedLengthListImpl ( )

fop_0_15_0.jar, SVGAnimatedNumberImpl.class
package org.apache.fop.dom.svg
SVGAnimatedNumberImpl.getAnimVal ( )  :  float
SVGAnimatedNumberImpl.getBaseVal ( )  :  float
SVGAnimatedNumberImpl.setBaseVal ( float p1 )  :  void
SVGAnimatedNumberImpl.SVGAnimatedNumberImpl ( float p1 )

fop_0_15_0.jar, SVGAnimatedRectImpl.class
package org.apache.fop.dom.svg
SVGAnimatedRectImpl.getAnimVal ( )  :  SVGRect
SVGAnimatedRectImpl.getBaseVal ( )  :  SVGRect
SVGAnimatedRectImpl.setBaseVal ( SVGRect p1 )  :  void
SVGAnimatedRectImpl.SVGAnimatedRectImpl ( SVGRect p1 )

fop_0_15_0.jar, SVGAnimatedStringImpl.class
package org.apache.fop.dom.svg
SVGAnimatedStringImpl.getAnimVal ( )  :  String
SVGAnimatedStringImpl.getBaseVal ( )  :  String
SVGAnimatedStringImpl.setBaseVal ( String p1 )  :  void
SVGAnimatedStringImpl.SVGAnimatedStringImpl ( String p1 )

fop_0_15_0.jar, SVGAnimatedTransformListImpl.class
package org.apache.fop.dom.svg
SVGAnimatedTransformListImpl.getAnimVal ( )  :  SVGTransformList
SVGAnimatedTransformListImpl.getBaseVal ( )  :  SVGTransformList
SVGAnimatedTransformListImpl.setBaseVal ( SVGTransformList p1 )  :  void
SVGAnimatedTransformListImpl.SVGAnimatedTransformListImpl ( )

fop_0_15_0.jar, SVGAnimateElementImpl.class
package org.apache.fop.dom.svg
SVGAnimateElementImpl.SVGAnimateElementImpl ( )

fop_0_15_0.jar, SVGAnimateMotionElementImpl.class
package org.apache.fop.dom.svg
SVGAnimateMotionElementImpl.SVGAnimateMotionElementImpl ( )

fop_0_15_0.jar, SVGAnimateTransformElementImpl.class
package org.apache.fop.dom.svg
SVGAnimateTransformElementImpl.SVGAnimateTransformElementImpl ( )

fop_0_15_0.jar, SVGArea.class
package org.apache.fop.dom.svg
SVGArea.getSVGDocument ( )  :  SVGDocument
SVGArea.getWidth ( )  :  int
SVGArea.render ( Renderer p1 )  :  void
SVGArea.setSVGDocument ( SVGDocument p1 )  :  void
SVGArea.SVGArea ( FontState p1, float p2, float p3 )

fop_0_15_0.jar, SVGCircleElementImpl.class
package org.apache.fop.dom.svg
SVGCircleElementImpl.getBBox ( )  :  SVGRect
SVGCircleElementImpl.getCx ( )  :  SVGAnimatedLength
SVGCircleElementImpl.getCy ( )  :  SVGAnimatedLength
SVGCircleElementImpl.getR ( )  :  SVGAnimatedLength
SVGCircleElementImpl.getTagName ( )  :  String
SVGCircleElementImpl.setCx ( SVGAnimatedLength p1 )  :  void
SVGCircleElementImpl.setCy ( SVGAnimatedLength p1 )  :  void
SVGCircleElementImpl.setR ( SVGAnimatedLength p1 )  :  void
SVGCircleElementImpl.SVGCircleElementImpl ( )

fop_0_15_0.jar, SVGClipPathElementImpl.class
package org.apache.fop.dom.svg
SVGClipPathElementImpl.addElement ( SVGElement p1 )  :  void
SVGClipPathElementImpl.getClipPathUnits ( )  :  SVGAnimatedEnumeration
SVGClipPathElementImpl.setClipPathUnits ( SVGAnimatedEnumeration p1 )  :  void
SVGClipPathElementImpl.SVGClipPathElementImpl ( )

fop_0_15_0.jar, SVGCursorElementImpl.class
package org.apache.fop.dom.svg
SVGCursorElementImpl.getX ( )  :  SVGAnimatedLength
SVGCursorElementImpl.getY ( )  :  SVGAnimatedLength
SVGCursorElementImpl.setX ( SVGAnimatedLength p1 )  :  void
SVGCursorElementImpl.setY ( SVGAnimatedLength p1 )  :  void
SVGCursorElementImpl.SVGCursorElementImpl ( )

fop_0_15_0.jar, SVGD.class
package org.apache.fop.svg
SVGD.getPath ( )  :  Vector
SVGD.maker ( String p1 ) [static]  :  Property.Maker
SVGD.SVGD ( PropertyList p1, PathData p2 )

fop_0_15_0.jar, SVGDefsElementImpl.class
package org.apache.fop.dom.svg
SVGDefsElementImpl.SVGDefsElementImpl ( )

fop_0_15_0.jar, SVGDescElementImpl.class
package org.apache.fop.dom.svg
SVGDescElementImpl.SVGDescElementImpl ( )

fop_0_15_0.jar, SVGDocumentImpl.class
package org.apache.fop.dom.svg
SVGDocumentImpl.createAttribute ( String p1 )  :  Attr
SVGDocumentImpl.createAttributeNS ( String p1, String p2 )  :  Attr
SVGDocumentImpl.createCDATASection ( String p1 )  :  CDATASection
SVGDocumentImpl.createComment ( String p1 )  :  Comment
SVGDocumentImpl.createDocumentFragment ( )  :  DocumentFragment
SVGDocumentImpl.createElement ( String p1 )  :  Element
SVGDocumentImpl.createElementNS ( String p1, String p2 )  :  Element
SVGDocumentImpl.createEntityReference ( String p1 )  :  EntityReference
SVGDocumentImpl.createEvent ( String p1 )  :  Event
SVGDocumentImpl.createProcessingInstruction ( String p1, String p2 )  :  ProcessingInstruction
SVGDocumentImpl.createTextNode ( String p1 )  :  Text
SVGDocumentImpl.findChild ( Node p1, String p2 )  :  Element
SVGDocumentImpl.getDoctype ( )  :  DocumentType
SVGDocumentImpl.getDocumentElement ( )  :  Element
SVGDocumentImpl.getDomain ( )  :  String
SVGDocumentImpl.getElementById ( String p1 )  :  Element
SVGDocumentImpl.getImplementation ( )  :  DOMImplementation
SVGDocumentImpl.getNamespaceURI ( )  :  String
SVGDocumentImpl.getReferrer ( )  :  String
SVGDocumentImpl.getRootElement ( )  :  SVGSVGElement
SVGDocumentImpl.getTitle ( )  :  String
SVGDocumentImpl.getURL ( )  :  String
SVGDocumentImpl.importNode ( Node p1, boolean p2 )  :  Node
SVGDocumentImpl.setTitle ( String p1 )  :  void
SVGDocumentImpl.SVGDocumentImpl ( )

fop_0_15_0.jar, SVGDriver.class
package org.apache.fop.svg
SVGDriver.addElementMapping ( ElementMapping p1 )  :  void
SVGDriver.addElementMapping ( String p1 )  :  void
SVGDriver.addPropertyList ( String p1 )  :  void
SVGDriver.buildSVGTree ( Document p1 )  :  void
SVGDriver.buildSVGTree ( XMLReader p1, InputSource p2 )  :  void
SVGDriver.createElementMapping ( String p1 )  :  ElementMapping
SVGDriver.createPropertyList ( String p1 )  :  PropertyListMapping
SVGDriver.format ( )  :  void
SVGDriver.getContentHandler ( )  :  ContentHandler
SVGDriver.getSVGDocument ( )  :  SVGDocument
SVGDriver.SVGDriver ( )

fop_0_15_0.jar, SVGElementImpl.class
package org.apache.fop.dom.svg
SVGElementImpl.appendChild ( Node p1 )  :  Node
SVGElementImpl.getAnimatedPresentationAttribute ( String p1 )  :  CSSValue
SVGElementImpl.getClassName ( )  :  SVGAnimatedString
SVGElementImpl.getExternalResourcesRequired ( )  :  SVGAnimatedBoolean
SVGElementImpl.getId ( )  :  String
SVGElementImpl.getNamespaceURI ( )  :  String
SVGElementImpl.getOwnerSVGElement ( )  :  SVGSVGElement
SVGElementImpl.getPresentationAttribute ( String p1 )  :  CSSValue
SVGElementImpl.getStyle ( )  :  CSSStyleDeclaration
SVGElementImpl.getViewportElement ( )  :  SVGElement
SVGElementImpl.setClassName ( SVGAnimatedString p1 )  :  void
SVGElementImpl.setExternalResourcesRequired ( SVGAnimatedBoolean p1 )  :  void
SVGElementImpl.setId ( String p1 )  :  void
SVGElementImpl.setOwnerSVG ( SVGSVGElement p1 )  :  void
SVGElementImpl.setStyle ( CSSStyleDeclaration p1 )  :  void
SVGElementImpl.SVGElementImpl ( )

fop_0_15_0.jar, SVGElementMapping.class
package org.apache.fop.svg
SVGElementMapping.addToBuilder ( TreeBuilder p1 )  :  void

fop_0_15_0.jar, SVGEllipseElementImpl.class
package org.apache.fop.dom.svg
SVGEllipseElementImpl.getBBox ( )  :  SVGRect
SVGEllipseElementImpl.getCx ( )  :  SVGAnimatedLength
SVGEllipseElementImpl.getCy ( )  :  SVGAnimatedLength
SVGEllipseElementImpl.getRx ( )  :  SVGAnimatedLength
SVGEllipseElementImpl.getRy ( )  :  SVGAnimatedLength
SVGEllipseElementImpl.setCx ( SVGAnimatedLength p1 )  :  void
SVGEllipseElementImpl.setCy ( SVGAnimatedLength p1 )  :  void
SVGEllipseElementImpl.setRx ( SVGAnimatedLength p1 )  :  void
SVGEllipseElementImpl.setRy ( SVGAnimatedLength p1 )  :  void
SVGEllipseElementImpl.SVGEllipseElementImpl ( )

fop_0_15_0.jar, SVGExceptionImpl.class
package org.apache.fop.dom.svg
SVGExceptionImpl.SVGExceptionImpl ( short p1, String p2 )

fop_0_15_0.jar, SVGFilterElementImpl.class
package org.apache.fop.dom.svg
SVGFilterElementImpl.getFilterResX ( )  :  SVGAnimatedInteger
SVGFilterElementImpl.getFilterResY ( )  :  SVGAnimatedInteger
SVGFilterElementImpl.getFilterUnits ( )  :  SVGAnimatedEnumeration
SVGFilterElementImpl.getHeight ( )  :  SVGAnimatedLength
SVGFilterElementImpl.getPrimitiveUnits ( )  :  SVGAnimatedEnumeration
SVGFilterElementImpl.getWidth ( )  :  SVGAnimatedLength
SVGFilterElementImpl.getX ( )  :  SVGAnimatedLength
SVGFilterElementImpl.getY ( )  :  SVGAnimatedLength
SVGFilterElementImpl.setFilterRes ( int p1, int p2 )  :  void
SVGFilterElementImpl.setFilterResX ( SVGAnimatedInteger p1 )  :  void
SVGFilterElementImpl.setFilterResY ( SVGAnimatedInteger p1 )  :  void
SVGFilterElementImpl.setFilterUnits ( SVGAnimatedEnumeration p1 )  :  void
SVGFilterElementImpl.setHeight ( SVGAnimatedLength p1 )  :  void
SVGFilterElementImpl.setPrimitiveUnits ( SVGAnimatedEnumeration p1 )  :  void
SVGFilterElementImpl.setWidth ( SVGAnimatedLength p1 )  :  void
SVGFilterElementImpl.setX ( SVGAnimatedLength p1 )  :  void
SVGFilterElementImpl.setY ( SVGAnimatedLength p1 )  :  void
SVGFilterElementImpl.SVGFilterElementImpl ( )

fop_0_15_0.jar, SVGFontElementImpl.class
package org.apache.fop.dom.svg
SVGFontElementImpl.SVGFontElementImpl ( )

fop_0_15_0.jar, SVGGElementImpl.class
package org.apache.fop.dom.svg
SVGGElementImpl.getBBox ( )  :  SVGRect
SVGGElementImpl.SVGGElementImpl ( )

fop_0_15_0.jar, SVGGlyphElementImpl.class
package org.apache.fop.dom.svg
SVGGlyphElementImpl.SVGGlyphElementImpl ( )

fop_0_15_0.jar, SVGGradientElementImpl.class
package org.apache.fop.dom.svg
SVGGradientElementImpl.getExternalResourcesRequired ( )  :  SVGAnimatedBoolean
SVGGradientElementImpl.getGradientTransform ( )  :  SVGAnimatedTransformList
SVGGradientElementImpl.getGradientUnits ( )  :  SVGAnimatedEnumeration
SVGGradientElementImpl.getSpreadMethod ( )  :  SVGAnimatedEnumeration
SVGGradientElementImpl.setExternalResourcesRequired ( SVGAnimatedBoolean p1 )  :  void
SVGGradientElementImpl.setGradientTransform ( SVGAnimatedTransformList p1 )  :  void
SVGGradientElementImpl.setGradientUnits ( SVGAnimatedEnumeration p1 )  :  void
SVGGradientElementImpl.setSpreadMethod ( SVGAnimatedEnumeration p1 )  :  void
SVGGradientElementImpl.SVGGradientElementImpl ( )

fop_0_15_0.jar, SVGHKernElementImpl.class
package org.apache.fop.dom.svg
SVGHKernElementImpl.SVGHKernElementImpl ( )

fop_0_15_0.jar, SVGImage.class
package org.apache.fop.image
SVGImage.createParser ( ) [static]  :  XMLReader
SVGImage.getSVGDocument ( )  :  SVGDocument
SVGImage.loadImage ( )  :  void
SVGImage.SVGImage ( URL p1 )
SVGImage.SVGImage ( URL p1, ImageReader p2 )

fop_0_15_0.jar, SVGImageElementImpl.class
package org.apache.fop.dom.svg
SVGImageElementImpl.SVGImageElementImpl ( String p1, float p2, float p3, float p4, float p5 )

fop_0_15_0.jar, SVGLengthImpl.class
package org.apache.fop.dom.svg
SVGLengthImpl.convert ( String p1 )  :  void
SVGLengthImpl.convertToSpecifiedUnits ( short p1 )  :  void
SVGLengthImpl.getAnimatedValue ( )  :  float
SVGLengthImpl.getFloatValue ( String p1, int p2 )  :  float
SVGLengthImpl.getUnitType ( )  :  short
SVGLengthImpl.getValue ( )  :  float
SVGLengthImpl.getValueAsString ( )  :  String
SVGLengthImpl.getValueInSpecifiedUnits ( )  :  float
SVGLengthImpl.newValueSpecifiedUnits ( short p1, float p2 )  :  void
SVGLengthImpl.setValue ( float p1 )  :  void
SVGLengthImpl.setValueAsString ( String p1 )  :  void
SVGLengthImpl.setValueInSpecifiedUnits ( float p1 )  :  void
SVGLengthImpl.SVGLengthImpl ( )
SVGLengthImpl.SVGLengthImpl ( String p1 )
SVGLengthImpl.toString ( )  :  String

fop_0_15_0.jar, SVGLengthListImpl.class
package org.apache.fop.dom.svg
SVGLengthListImpl.convert ( String p1 )  :  void
SVGLengthListImpl.getFloatValue ( String p1, int p2 )  :  float
SVGLengthListImpl.setValueAsString ( String p1 )  :  void
SVGLengthListImpl.SVGLengthListImpl ( )
SVGLengthListImpl.SVGLengthListImpl ( String p1 )
SVGLengthListImpl.SVGLengthListImpl ( String p1, int p2 )

fop_0_15_0.jar, SVGLengthListProperty.class
package org.apache.fop.svg
SVGLengthListProperty.getSVGLengthList ( )  :  SVGAnimatedLengthList
SVGLengthListProperty.maker ( ) [static]  :  Property.Maker
SVGLengthListProperty.maker ( String p1 ) [static]  :  Property.Maker
SVGLengthListProperty.SVGLengthListProperty ( PropertyList p1, SVGAnimatedLengthList p2 )

fop_0_15_0.jar, SVGLengthProperty.class
package org.apache.fop.svg
SVGLengthProperty.getSVGLength ( )  :  SVGLengthImpl
SVGLengthProperty.maker ( ) [static]  :  Property.Maker
SVGLengthProperty.maker ( String p1 ) [static]  :  Property.Maker
SVGLengthProperty.SVGLengthProperty ( PropertyList p1, SVGLengthImpl p2 )

fop_0_15_0.jar, SVGLinearGradientElementImpl.class
package org.apache.fop.dom.svg
SVGLinearGradientElementImpl.getX1 ( )  :  SVGAnimatedLength
SVGLinearGradientElementImpl.getX2 ( )  :  SVGAnimatedLength
SVGLinearGradientElementImpl.getY1 ( )  :  SVGAnimatedLength
SVGLinearGradientElementImpl.getY2 ( )  :  SVGAnimatedLength
SVGLinearGradientElementImpl.setX1 ( SVGAnimatedLength p1 )  :  void
SVGLinearGradientElementImpl.setX2 ( SVGAnimatedLength p1 )  :  void
SVGLinearGradientElementImpl.setY1 ( SVGAnimatedLength p1 )  :  void
SVGLinearGradientElementImpl.setY2 ( SVGAnimatedLength p1 )  :  void
SVGLinearGradientElementImpl.SVGLinearGradientElementImpl ( )

fop_0_15_0.jar, SVGLineElementImpl.class
package org.apache.fop.dom.svg
SVGLineElementImpl.getBBox ( )  :  SVGRect
SVGLineElementImpl.getX1 ( )  :  SVGAnimatedLength
SVGLineElementImpl.getX2 ( )  :  SVGAnimatedLength
SVGLineElementImpl.getY1 ( )  :  SVGAnimatedLength
SVGLineElementImpl.getY2 ( )  :  SVGAnimatedLength
SVGLineElementImpl.setX1 ( SVGAnimatedLength p1 )  :  void
SVGLineElementImpl.setX2 ( SVGAnimatedLength p1 )  :  void
SVGLineElementImpl.setY1 ( SVGAnimatedLength p1 )  :  void
SVGLineElementImpl.setY2 ( SVGAnimatedLength p1 )  :  void
SVGLineElementImpl.SVGLineElementImpl ( )

fop_0_15_0.jar, SVGListImpl.class
package org.apache.fop.dom.svg
SVGListImpl.appendItem ( Object p1 )  :  Object
SVGListImpl.clear ( )  :  void
SVGListImpl.createItem ( )  :  Object
SVGListImpl.getItem ( int p1 )  :  Object
SVGListImpl.getNumberOfItems ( )  :  int
SVGListImpl.initialize ( Object p1 )  :  Object
SVGListImpl.insertItemBefore ( Object p1, int p2 )  :  Object
SVGListImpl.removeItem ( int p1 )  :  Object
SVGListImpl.replaceItem ( Object p1, int p2 )  :  Object
SVGListImpl.SVGListImpl ( )
SVGListImpl.toString ( )  :  String

fop_0_15_0.jar, SVGMarkerElementImpl.class
package org.apache.fop.dom.svg
SVGMarkerElementImpl.getMarkerHeight ( )  :  SVGAnimatedLength
SVGMarkerElementImpl.getMarkerUnits ( )  :  SVGAnimatedEnumeration
SVGMarkerElementImpl.getMarkerWidth ( )  :  SVGAnimatedLength
SVGMarkerElementImpl.getOrientAngle ( )  :  SVGAnimatedAngle
SVGMarkerElementImpl.getOrientType ( )  :  SVGAnimatedEnumeration
SVGMarkerElementImpl.getPreserveAspectRatio ( )  :  SVGAnimatedPreserveAspectRatio
SVGMarkerElementImpl.getRefX ( )  :  SVGAnimatedLength
SVGMarkerElementImpl.getRefY ( )  :  SVGAnimatedLength
SVGMarkerElementImpl.getViewBox ( )  :  SVGAnimatedRect
SVGMarkerElementImpl.setMarkerHeight ( SVGAnimatedLength p1 )  :  void
SVGMarkerElementImpl.setMarkerUnits ( SVGAnimatedEnumeration p1 )  :  void
SVGMarkerElementImpl.setMarkerWidth ( SVGAnimatedLength p1 )  :  void
SVGMarkerElementImpl.setOrientToAngle ( SVGAngle p1 )  :  void
SVGMarkerElementImpl.setOrientToAuto ( )  :  void
SVGMarkerElementImpl.setPreserveAspectRatio ( SVGAnimatedPreserveAspectRatio p1 )  :  void
SVGMarkerElementImpl.setRefX ( SVGAnimatedLength p1 )  :  void
SVGMarkerElementImpl.setRefY ( SVGAnimatedLength p1 )  :  void
SVGMarkerElementImpl.setViewBox ( SVGAnimatedRect p1 )  :  void
SVGMarkerElementImpl.SVGMarkerElementImpl ( )

fop_0_15_0.jar, SVGMaskElementImpl.class
package org.apache.fop.dom.svg
SVGMaskElementImpl.addElement ( SVGElement p1 )  :  void
SVGMaskElementImpl.getHeight ( )  :  SVGAnimatedLength
SVGMaskElementImpl.getMaskUnits ( )  :  SVGAnimatedEnumeration
SVGMaskElementImpl.getWidth ( )  :  SVGAnimatedLength
SVGMaskElementImpl.getX ( )  :  SVGAnimatedLength
SVGMaskElementImpl.getY ( )  :  SVGAnimatedLength
SVGMaskElementImpl.SVGMaskElementImpl ( )

fop_0_15_0.jar, SVGMatrixImpl.class
package org.apache.fop.dom.svg
SVGMatrixImpl.flipX ( )  :  SVGMatrix
SVGMatrixImpl.flipY ( )  :  SVGMatrix
SVGMatrixImpl.getA ( )  :  float
SVGMatrixImpl.getB ( )  :  float
SVGMatrixImpl.getC ( )  :  float
SVGMatrixImpl.getD ( )  :  float
SVGMatrixImpl.getE ( )  :  float
SVGMatrixImpl.getF ( )  :  float
SVGMatrixImpl.inverse ( )  :  SVGMatrix
SVGMatrixImpl.multiply ( SVGMatrix p1 )  :  SVGMatrix
SVGMatrixImpl.rotate ( float p1 )  :  SVGMatrix
SVGMatrixImpl.rotateFromVector ( float p1, float p2 )  :  SVGMatrix
SVGMatrixImpl.scale ( float p1 )  :  SVGMatrix
SVGMatrixImpl.scaleNonUniform ( float p1, float p2 )  :  SVGMatrix
SVGMatrixImpl.setA ( float p1 )  :  void
SVGMatrixImpl.setB ( float p1 )  :  void
SVGMatrixImpl.setC ( float p1 )  :  void
SVGMatrixImpl.setD ( float p1 )  :  void
SVGMatrixImpl.setE ( float p1 )  :  void
SVGMatrixImpl.setF ( float p1 )  :  void
SVGMatrixImpl.skewX ( float p1 )  :  SVGMatrix
SVGMatrixImpl.skewY ( float p1 )  :  SVGMatrix
SVGMatrixImpl.SVGMatrixImpl ( )
SVGMatrixImpl.toString ( )  :  String
SVGMatrixImpl.translate ( float p1, float p2 )  :  SVGMatrix

fop_0_15_0.jar, SVGMissingGlyphElementImpl.class
package org.apache.fop.dom.svg
SVGMissingGlyphElementImpl.SVGMissingGlyphElementImpl ( )

fop_0_15_0.jar, SVGObj.class
package org.apache.fop.svg
SVGObj.createGraphic ( )  :  SVGElement
SVGObj.layout ( Area p1 )  :  Status
SVGObj.SVGObj ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, SVGPathElementImpl.class
package org.apache.fop.dom.svg
SVGPathElementImpl.createSVGPathSegArcAbs ( float p1, float p2, float p3, float p4, float p5, boolean p6, boolean p7 )  :  SVGPathSegArcAbs
SVGPathElementImpl.createSVGPathSegArcRel ( float p1, float p2, float p3, float p4, float p5, boolean p6, boolean p7 )  :  SVGPathSegArcRel
SVGPathElementImpl.createSVGPathSegClosePath ( )  :  SVGPathSegClosePath
SVGPathElementImpl.createSVGPathSegCurvetoCubicAbs ( float p1, float p2, float p3, float p4, float p5, float p6 )  :  SVGPathSegCurvetoCubicAbs
SVGPathElementImpl.createSVGPathSegCurvetoCubicRel ( float p1, float p2, float p3, float p4, float p5, float p6 )  :  SVGPathSegCurvetoCubicRel
SVGPathElementImpl.createSVGPathSegCurvetoCubicSmoothAbs ( float p1, float p2, float p3, float p4 )  :  SVGPathSegCurvetoCubicSmoothAbs
SVGPathElementImpl.createSVGPathSegCurvetoCubicSmoothRel ( float p1, float p2, float p3, float p4 )  :  SVGPathSegCurvetoCubicSmoothRel
SVGPathElementImpl.createSVGPathSegCurvetoQuadraticAbs ( float p1, float p2, float p3, float p4 )  :  SVGPathSegCurvetoQuadraticAbs
SVGPathElementImpl.createSVGPathSegCurvetoQuadraticRel ( float p1, float p2, float p3, float p4 )  :  SVGPathSegCurvetoQuadraticRel
SVGPathElementImpl.createSVGPathSegCurvetoQuadraticSmoothAbs ( float p1, float p2 )  :  SVGPathSegCurvetoQuadraticSmoothAbs
SVGPathElementImpl.createSVGPathSegCurvetoQuadraticSmoothRel ( float p1, float p2 )  :  SVGPathSegCurvetoQuadraticSmoothRel
SVGPathElementImpl.createSVGPathSegLinetoAbs ( float p1, float p2 )  :  SVGPathSegLinetoAbs
SVGPathElementImpl.createSVGPathSegLinetoHorizontalAbs ( float p1 )  :  SVGPathSegLinetoHorizontalAbs
SVGPathElementImpl.createSVGPathSegLinetoHorizontalRel ( float p1 )  :  SVGPathSegLinetoHorizontalRel
SVGPathElementImpl.createSVGPathSegLinetoRel ( float p1, float p2 )  :  SVGPathSegLinetoRel
SVGPathElementImpl.createSVGPathSegLinetoVerticalAbs ( float p1 )  :  SVGPathSegLinetoVerticalAbs
SVGPathElementImpl.createSVGPathSegLinetoVerticalRel ( float p1 )  :  SVGPathSegLinetoVerticalRel
SVGPathElementImpl.createSVGPathSegMovetoAbs ( float p1, float p2 )  :  SVGPathSegMovetoAbs
SVGPathElementImpl.createSVGPathSegMovetoRel ( float p1, float p2 )  :  SVGPathSegMovetoRel
SVGPathElementImpl.getAnimatedNormalizedPathSegList ( )  :  SVGList
SVGPathElementImpl.getAnimatedPathSegList ( )  :  SVGList
SVGPathElementImpl.getBBox ( )  :  SVGRect
SVGPathElementImpl.getNormalizedPathSegList ( )  :  SVGList
SVGPathElementImpl.getPathLength ( )  :  SVGAnimatedNumber
SVGPathElementImpl.getPathSegAtLength ( float p1 )  :  int
SVGPathElementImpl.getPathSegList ( )  :  SVGList
SVGPathElementImpl.getPathSegType ( )  :  short
SVGPathElementImpl.getPathSegTypeAsLetter ( )  :  String
SVGPathElementImpl.getPointAtLength ( float p1 )  :  SVGPoint
SVGPathElementImpl.getTotalLength ( )  :  float
SVGPathElementImpl.setPathLength ( SVGAnimatedNumber p1 )  :  void
SVGPathElementImpl.SVGPathElementImpl ( Vector p1 )

fop_0_15_0.jar, SVGPathSegImpl.class
package org.apache.fop.dom.svg
SVGPathSegImpl.getPathSegType ( )  :  short
SVGPathSegImpl.getPathSegTypeAsLetter ( )  :  String
SVGPathSegImpl.getValues ( )  :  float[ ]
SVGPathSegImpl.setPathSegType ( short p1 )  :  void
SVGPathSegImpl.setPathSegTypeAsLetter ( String p1 )  :  void
SVGPathSegImpl.SVGPathSegImpl ( short p1, float[ ] p2 )

fop_0_15_0.jar, SVGPatternElementImpl.class
package org.apache.fop.dom.svg
SVGPatternElementImpl.getHeight ( )  :  SVGAnimatedLength
SVGPatternElementImpl.getPatternTransform ( )  :  SVGAnimatedTransformList
SVGPatternElementImpl.getPatternUnits ( )  :  SVGAnimatedEnumeration
SVGPatternElementImpl.getPreserveAspectRatio ( )  :  SVGAnimatedPreserveAspectRatio
SVGPatternElementImpl.getViewBox ( )  :  SVGAnimatedRect
SVGPatternElementImpl.getWidth ( )  :  SVGAnimatedLength
SVGPatternElementImpl.getX ( )  :  SVGAnimatedLength
SVGPatternElementImpl.getY ( )  :  SVGAnimatedLength
SVGPatternElementImpl.setHeight ( SVGAnimatedLength p1 )  :  void
SVGPatternElementImpl.setPatternTransform ( SVGAnimatedTransformList p1 )  :  void
SVGPatternElementImpl.setPatternUnits ( SVGAnimatedEnumeration p1 )  :  void
SVGPatternElementImpl.setPreserveAspectRatio ( SVGAnimatedPreserveAspectRatio p1 )  :  void
SVGPatternElementImpl.setViewBox ( SVGAnimatedRect p1 )  :  void
SVGPatternElementImpl.setWidth ( SVGAnimatedLength p1 )  :  void
SVGPatternElementImpl.setX ( SVGAnimatedLength p1 )  :  void
SVGPatternElementImpl.setY ( SVGAnimatedLength p1 )  :  void
SVGPatternElementImpl.SVGPatternElementImpl ( )

fop_0_15_0.jar, SVGPoints.class
package org.apache.fop.svg
SVGPoints.getPoints ( )  :  Vector
SVGPoints.maker ( String p1 ) [static]  :  Property.Maker
SVGPoints.SVGPoints ( PropertyList p1, PointsData p2 )

fop_0_15_0.jar, SVGPolygonElementImpl.class
package org.apache.fop.dom.svg
SVGPolygonElementImpl.getAnimatedPoints ( )  :  SVGList
SVGPolygonElementImpl.getBBox ( )  :  SVGRect
SVGPolygonElementImpl.getPoints ( )  :  SVGList
SVGPolygonElementImpl.getTagName ( )  :  String
SVGPolygonElementImpl.SVGPolygonElementImpl ( Vector p1 )

fop_0_15_0.jar, SVGPolylineElementImpl.class
package org.apache.fop.dom.svg
SVGPolylineElementImpl.getAnimatedPoints ( )  :  SVGList
SVGPolylineElementImpl.getPoints ( )  :  SVGList
SVGPolylineElementImpl.SVGPolylineElementImpl ( Vector p1 )

fop_0_15_0.jar, SVGPropertyListMapping.class
package org.apache.fop.svg
SVGPropertyListMapping.addToBuilder ( TreeBuilder p1 )  :  void
SVGPropertyListMapping.SVGPropertyListMapping ( )

fop_0_15_0.jar, SVGPropertyMapping.class
package org.apache.fop.fo.properties
SVGPropertyMapping.getElementMapping ( String p1 ) [static]  :  Hashtable
SVGPropertyMapping.getElementMappings ( ) [static]  :  Enumeration
SVGPropertyMapping.getGenericMappings ( ) [static]  :  Hashtable
SVGPropertyMapping.SVGPropertyMapping ( )

fop_0_15_0.jar, SVGRadialGradientElementImpl.class
package org.apache.fop.dom.svg
SVGRadialGradientElementImpl.getCx ( )  :  SVGAnimatedLength
SVGRadialGradientElementImpl.getCy ( )  :  SVGAnimatedLength
SVGRadialGradientElementImpl.getFx ( )  :  SVGAnimatedLength
SVGRadialGradientElementImpl.getFy ( )  :  SVGAnimatedLength
SVGRadialGradientElementImpl.getR ( )  :  SVGAnimatedLength
SVGRadialGradientElementImpl.setCx ( SVGAnimatedLength p1 )  :  void
SVGRadialGradientElementImpl.setCy ( SVGAnimatedLength p1 )  :  void
SVGRadialGradientElementImpl.setFx ( SVGAnimatedLength p1 )  :  void
SVGRadialGradientElementImpl.setFy ( SVGAnimatedLength p1 )  :  void
SVGRadialGradientElementImpl.setR ( SVGAnimatedLength p1 )  :  void
SVGRadialGradientElementImpl.SVGRadialGradientElementImpl ( )

fop_0_15_0.jar, SVGReader.class
package org.apache.fop.image.analyser
SVGReader.getMimeType ( )  :  String
SVGReader.loadImage ( )  :  boolean
SVGReader.SVGReader ( )
SVGReader.verifySignature ( BufferedInputStream p1 )  :  boolean

fop_0_15_0.jar, SVGRectElementImpl.class
package org.apache.fop.dom.svg
SVGRectElementImpl.getBBox ( )  :  SVGRect
SVGRectElementImpl.getHeight ( )  :  SVGAnimatedLength
SVGRectElementImpl.getRx ( )  :  SVGAnimatedLength
SVGRectElementImpl.getRy ( )  :  SVGAnimatedLength
SVGRectElementImpl.getTagName ( )  :  String
SVGRectElementImpl.getWidth ( )  :  SVGAnimatedLength
SVGRectElementImpl.getX ( )  :  SVGAnimatedLength
SVGRectElementImpl.getY ( )  :  SVGAnimatedLength
SVGRectElementImpl.setHeight ( SVGAnimatedLength p1 )  :  void
SVGRectElementImpl.setRx ( SVGAnimatedLength p1 )  :  void
SVGRectElementImpl.setRy ( SVGAnimatedLength p1 )  :  void
SVGRectElementImpl.setWidth ( SVGAnimatedLength p1 )  :  void
SVGRectElementImpl.setX ( SVGAnimatedLength p1 )  :  void
SVGRectElementImpl.setY ( SVGAnimatedLength p1 )  :  void
SVGRectElementImpl.SVGRectElementImpl ( )

fop_0_15_0.jar, SVGRectImpl.class
package org.apache.fop.dom.svg
SVGRectImpl.getHeight ( )  :  float
SVGRectImpl.getWidth ( )  :  float
SVGRectImpl.getX ( )  :  float
SVGRectImpl.getY ( )  :  float
SVGRectImpl.setHeight ( float p1 )  :  void
SVGRectImpl.setWidth ( float p1 )  :  void
SVGRectImpl.setX ( float p1 )  :  void
SVGRectImpl.setY ( float p1 )  :  void
SVGRectImpl.SVGRectImpl ( )

fop_0_15_0.jar, SVGRenderer.class
package org.apache.fop.render.pdf
SVGRenderer.addCircle ( float p1, float p2, float p3, SVGRenderer.DrawingInstruction p4 )  :  void
SVGRenderer.addEllipse ( float p1, float p2, float p3, float p4, SVGRenderer.DrawingInstruction p5 )  :  void
SVGRenderer.addLine ( float p1, float p2, float p3, float p4, SVGRenderer.DrawingInstruction p5 )  :  void
SVGRenderer.addPath ( Vector p1, int p2, int p3, SVGRenderer.DrawingInstruction p4 )  :  void
SVGRenderer.addPolyline ( Vector p1, SVGRenderer.DrawingInstruction p2, boolean p3 )  :  void
SVGRenderer.addRect ( float p1, float p2, float p3, float p4, float p5, float p6, SVGRenderer.DrawingInstruction p7 )  :  void
SVGRenderer.addSVGStr ( FontState p1, float p2, String p3, boolean p4 )  :  float
SVGRenderer.applyStyle ( SVGElement p1, SVGStylable p2 )  :  SVGRenderer.DrawingInstruction
SVGRenderer.applyTransform ( SVGAnimatedTransformList p1 )  :  void
SVGRenderer.calculateLastControl ( float p1, float p2, float p3, float p4, float p5, float p6 )  :  float[ ]
SVGRenderer.doDrawing ( SVGRenderer.DrawingInstruction p1 )  :  void
SVGRenderer.getString ( )  :  String
SVGRenderer.handleGradient ( String p1, SVGRenderer.DrawingInstruction p2, boolean p3, SVGElement p4 )  :  void
SVGRenderer.handleLinearGradient ( SVGLinearGradientElement p1, SVGRenderer.DrawingInstruction p2, boolean p3, SVGElement p4 )  :  void
SVGRenderer.handlePattern ( SVGPatternElement p1, SVGRenderer.DrawingInstruction p2, boolean p3, SVGElement p4 )  :  void
SVGRenderer.handleRadialGradient ( SVGRadialGradientElement p1, SVGRenderer.DrawingInstruction p2, boolean p3, SVGElement p4 )  :  void
SVGRenderer.handleSwitchElement ( int p1, int p2, SVGSwitchElement p3 )  :  void
SVGRenderer.locateDef ( String p1, SVGElement p2 )  :  SVGElement
SVGRenderer.renderElement ( SVGElement p1, int p2, int p3 )  :  void
SVGRenderer.renderGArea ( SVGGElement p1, int p2, int p3 )  :  void
SVGRenderer.renderImage ( String p1, float p2, float p3, float p4, float p5 )  :  void
SVGRenderer.renderSVG ( SVGSVGElement p1, int p2, int p3 )  :  void
SVGRenderer.renderSymbol ( SVGSymbolElement p1, int p2, int p3 )  :  void
SVGRenderer.renderText ( SVGTextElementImpl p1, float p2, float p3, SVGRenderer.DrawingInstruction p4 )  :  void
SVGRenderer.SVGRenderer ( FontState p1, PDFDocument p2, String p3, int p4, int p5, int p6 )

fop_0_15_0.jar, SVGSetElementImpl.class
package org.apache.fop.dom.svg
SVGSetElementImpl.SVGSetElementImpl ( )

fop_0_15_0.jar, SVGStopElementImpl.class
package org.apache.fop.dom.svg
SVGStopElementImpl.getOffset ( )  :  SVGAnimatedNumber
SVGStopElementImpl.setOffset ( SVGAnimatedNumber p1 )  :  void
SVGStopElementImpl.SVGStopElementImpl ( )

fop_0_15_0.jar, SVGStringProperty.class
package org.apache.fop.svg
SVGStringProperty.getString ( )  :  String
SVGStringProperty.maker ( ) [static]  :  Property.Maker
SVGStringProperty.SVGStringProperty ( PropertyList p1, String p2 )

fop_0_15_0.jar, SVGStyle.class
package org.apache.fop.svg
SVGStyle.getStyle ( )  :  CSSStyleDeclaration
SVGStyle.maker ( String p1 ) [static]  :  Property.Maker
SVGStyle.SVGStyle ( PropertyList p1, StyleData p2 )

fop_0_15_0.jar, SVGStyleElementImpl.class
package org.apache.fop.dom.svg
SVGStyleElementImpl.getMedia ( )  :  String
SVGStyleElementImpl.getStyleSheet ( )  :  StyleSheet
SVGStyleElementImpl.getTagName ( )  :  String
SVGStyleElementImpl.getTitle ( )  :  String
SVGStyleElementImpl.getType ( )  :  String
SVGStyleElementImpl.setMedia ( String p1 )  :  void
SVGStyleElementImpl.setTitle ( String p1 )  :  void
SVGStyleElementImpl.setType ( String p1 )  :  void
SVGStyleElementImpl.SVGStyleElementImpl ( String p1 )

fop_0_15_0.jar, SVGSVGElementImpl.class
package org.apache.fop.dom.svg
SVGSVGElementImpl.animationsPaused ( )  :  boolean
SVGSVGElementImpl.appendChild ( Node p1 )  :  Node
SVGSVGElementImpl.checkEnclosure ( SVGElement p1, SVGRect p2 )  :  boolean
SVGSVGElementImpl.checkIntersection ( SVGElement p1, SVGRect p2 )  :  boolean
SVGSVGElementImpl.createEvent ( String p1 )  :  Event
SVGSVGElementImpl.createRGBColor ( )  :  RGBColor
SVGSVGElementImpl.createSVGAngle ( )  :  SVGAngle
SVGSVGElementImpl.createSVGICCColor ( )  :  SVGICCColor
SVGSVGElementImpl.createSVGLength ( )  :  SVGLength
SVGSVGElementImpl.createSVGMatrix ( )  :  SVGMatrix
SVGSVGElementImpl.createSVGPoint ( )  :  SVGPoint
SVGSVGElementImpl.createSVGRect ( )  :  SVGRect
SVGSVGElementImpl.createSVGTransform ( )  :  SVGTransform
SVGSVGElementImpl.createSVGTransformFromMatrix ( SVGMatrix p1 )  :  SVGTransform
SVGSVGElementImpl.deSelectAll ( )  :  void
SVGSVGElementImpl.forceRedraw ( )  :  void
SVGSVGElementImpl.getBBox ( )  :  SVGRect
SVGSVGElementImpl.getComputedStyle ( Element p1, String p2 )  :  CSSStyleDeclaration
SVGSVGElementImpl.getContentScriptType ( )  :  String
SVGSVGElementImpl.getContentStyleType ( )  :  String
SVGSVGElementImpl.getCurrentScale ( )  :  float
SVGSVGElementImpl.getCurrentTime ( )  :  float
SVGSVGElementImpl.getCurrentTranslate ( )  :  SVGPoint
SVGSVGElementImpl.getCurrentView ( )  :  SVGViewSpec
SVGSVGElementImpl.getDocument ( )  :  DocumentView
SVGSVGElementImpl.getElementById ( String p1 )  :  Element
SVGSVGElementImpl.getEnclosureList ( SVGRect p1, SVGElement p2 )  :  NodeList
SVGSVGElementImpl.getHeight ( )  :  SVGAnimatedLength
SVGSVGElementImpl.getIntersectionList ( SVGRect p1, SVGElement p2 )  :  NodeList
SVGSVGElementImpl.getOverrideStyle ( Element p1, String p2 )  :  CSSStyleDeclaration
SVGSVGElementImpl.getPixelUnitToMillimeterX ( )  :  float
SVGSVGElementImpl.getPixelUnitToMillimeterY ( )  :  float
SVGSVGElementImpl.getPreserveAspectRatio ( )  :  SVGAnimatedPreserveAspectRatio
SVGSVGElementImpl.getScreenPixelToMillimeterX ( )  :  float
SVGSVGElementImpl.getScreenPixelToMillimeterY ( )  :  float
SVGSVGElementImpl.getStyleSheets ( )  :  StyleSheetList
SVGSVGElementImpl.getUseCurrentView ( )  :  boolean
SVGSVGElementImpl.getViewBox ( )  :  SVGAnimatedRect
SVGSVGElementImpl.getViewport ( )  :  SVGRect
SVGSVGElementImpl.getWidth ( )  :  SVGAnimatedLength
SVGSVGElementImpl.getX ( )  :  SVGAnimatedLength
SVGSVGElementImpl.getY ( )  :  SVGAnimatedLength
SVGSVGElementImpl.getZoomAndPan ( )  :  short
SVGSVGElementImpl.pauseAnimations ( )  :  void
SVGSVGElementImpl.setContentScriptType ( String p1 )  :  void
SVGSVGElementImpl.setContentStyleType ( String p1 )  :  void
SVGSVGElementImpl.setCurrentScale ( float p1 )  :  void
SVGSVGElementImpl.setCurrentTime ( float p1 )  :  void
SVGSVGElementImpl.setCurrentTranslate ( SVGPoint p1 )  :  void
SVGSVGElementImpl.setHeight ( SVGAnimatedLength p1 )  :  void
SVGSVGElementImpl.setOwnerSVG ( SVGSVGElement p1 )  :  void
SVGSVGElementImpl.setUseCurrentView ( boolean p1 )  :  void
SVGSVGElementImpl.setWidth ( SVGAnimatedLength p1 )  :  void
SVGSVGElementImpl.setX ( SVGAnimatedLength p1 )  :  void
SVGSVGElementImpl.setY ( SVGAnimatedLength p1 )  :  void
SVGSVGElementImpl.setZoomAndPan ( short p1 )  :  void
SVGSVGElementImpl.suspendRedraw ( int p1 )  :  int
SVGSVGElementImpl.SVGSVGElementImpl ( )
SVGSVGElementImpl.unpauseAnimations ( )  :  void
SVGSVGElementImpl.unsuspendRedraw ( int p1 )  :  void
SVGSVGElementImpl.unsuspendRedrawAll ( )  :  void

fop_0_15_0.jar, SVGSwitchElementImpl.class
package org.apache.fop.dom.svg
SVGSwitchElementImpl.getBBox ( )  :  SVGRect
SVGSwitchElementImpl.SVGSwitchElementImpl ( )

fop_0_15_0.jar, SVGSymbolElementImpl.class
package org.apache.fop.dom.svg
SVGSymbolElementImpl.getPreserveAspectRatio ( )  :  SVGAnimatedPreserveAspectRatio
SVGSymbolElementImpl.getViewBox ( )  :  SVGAnimatedRect
SVGSymbolElementImpl.setPreserveAspectRatio ( SVGAnimatedPreserveAspectRatio p1 )  :  void
SVGSymbolElementImpl.setViewBox ( SVGAnimatedRect p1 )  :  void
SVGSymbolElementImpl.SVGSymbolElementImpl ( )

fop_0_15_0.jar, SVGTextContentElementImpl.class
package org.apache.fop.dom.svg
SVGTextContentElementImpl.getCharNumAtPosition ( SVGPoint p1 )  :  int
SVGTextContentElementImpl.getComputedTextLength ( )  :  float
SVGTextContentElementImpl.getEndPositionOfChar ( int p1 )  :  SVGPoint
SVGTextContentElementImpl.getExtentOfChar ( int p1 )  :  SVGRect
SVGTextContentElementImpl.getLengthAdjust ( )  :  SVGAnimatedEnumeration
SVGTextContentElementImpl.getNumberOfChars ( )  :  int
SVGTextContentElementImpl.getRotationOfChar ( int p1 )  :  float
SVGTextContentElementImpl.getStartPositionOfChar ( int p1 )  :  SVGPoint
SVGTextContentElementImpl.getSubStringLength ( int p1, int p2 )  :  float
SVGTextContentElementImpl.getTextLength ( )  :  SVGAnimatedLength
SVGTextContentElementImpl.selectSubString ( int p1, int p2 )  :  void
SVGTextContentElementImpl.SVGTextContentElementImpl ( )

fop_0_15_0.jar, SVGTextElementImpl.class
package org.apache.fop.dom.svg
SVGTextElementImpl.SVGTextElementImpl ( )

fop_0_15_0.jar, SVGTextPathElementImpl.class
package org.apache.fop.dom.svg
SVGTextPathElementImpl.SVGTextPathElementImpl ( String p1, String p2 )

fop_0_15_0.jar, SVGTitleElementImpl.class
package org.apache.fop.dom.svg
SVGTitleElementImpl.SVGTitleElementImpl ( )

fop_0_15_0.jar, SVGTransform.class
package org.apache.fop.svg
SVGTransform.getTransform ( )  :  SVGAnimatedTransformList
SVGTransform.maker ( String p1 ) [static]  :  Property.Maker
SVGTransform.SVGTransform ( PropertyList p1, TransformData p2 )

fop_0_15_0.jar, SVGTransformImpl.class
package org.apache.fop.dom.svg
SVGTransformImpl.getAngle ( )  :  float
SVGTransformImpl.getMatrix ( )  :  SVGMatrix
SVGTransformImpl.getType ( )  :  short
SVGTransformImpl.setMatrix ( SVGMatrix p1 )  :  void
SVGTransformImpl.setRotate ( float p1, float p2, float p3 )  :  void
SVGTransformImpl.setScale ( float p1, float p2 )  :  void
SVGTransformImpl.setSkewX ( float p1 )  :  void
SVGTransformImpl.setSkewY ( float p1 )  :  void
SVGTransformImpl.setTranslate ( float p1, float p2 )  :  void
SVGTransformImpl.SVGTransformImpl ( )

fop_0_15_0.jar, SVGTransformListImpl.class
package org.apache.fop.dom.svg
SVGTransformListImpl.consolidate ( )  :  SVGTransform
SVGTransformListImpl.createItem ( )  :  Object
SVGTransformListImpl.createSVGTransformFromMatrix ( SVGMatrix p1 )  :  SVGTransform
SVGTransformListImpl.SVGTransformListImpl ( )

fop_0_15_0.jar, SVGTreeBuilder.class
package org.apache.fop.fo
SVGTreeBuilder.addElementPropertyList ( String p1, String p2, Hashtable p3 )  :  void
SVGTreeBuilder.addMapping ( String p1, String p2, FObj.Maker p3 )  :  void
SVGTreeBuilder.addPropertyList ( String p1, Hashtable p2 )  :  void
SVGTreeBuilder.characters ( char[ ] p1, int p2, int p3 )  :  void
SVGTreeBuilder.endElement ( String p1, String p2, String p3 )  :  void
SVGTreeBuilder.getSVGDocument ( )  :  SVGDocument
SVGTreeBuilder.startDocument ( )  :  void
SVGTreeBuilder.startElement ( String p1, String p2, String p3, Attributes p4 )  :  void
SVGTreeBuilder.SVGTreeBuilder ( )

fop_0_15_0.jar, SVGTRefElementImpl.class
package org.apache.fop.dom.svg
SVGTRefElementImpl.getExternalResourcesRequired ( )  :  SVGAnimatedBoolean
SVGTRefElementImpl.getHref ( )  :  SVGAnimatedString
SVGTRefElementImpl.getXlinkActuate ( )  :  String
SVGTRefElementImpl.getXlinkArcRole ( )  :  String
SVGTRefElementImpl.getXlinkRole ( )  :  String
SVGTRefElementImpl.getXlinkShow ( )  :  String
SVGTRefElementImpl.getXlinkTitle ( )  :  String
SVGTRefElementImpl.getXlinkType ( )  :  String
SVGTRefElementImpl.setExternalResourcesRequired ( SVGAnimatedBoolean p1 )  :  void
SVGTRefElementImpl.setHref ( SVGAnimatedString p1 )  :  void
SVGTRefElementImpl.setXlinkActuate ( String p1 )  :  void
SVGTRefElementImpl.setXlinkArcRole ( String p1 )  :  void
SVGTRefElementImpl.setXlinkRole ( String p1 )  :  void
SVGTRefElementImpl.setXlinkShow ( String p1 )  :  void
SVGTRefElementImpl.setXlinkTitle ( String p1 )  :  void
SVGTRefElementImpl.setXlinkType ( String p1 )  :  void
SVGTRefElementImpl.SVGTRefElementImpl ( )

fop_0_15_0.jar, SVGTSpanElementImpl.class
package org.apache.fop.dom.svg
SVGTSpanElementImpl.getDx ( )  :  SVGAnimatedLengthList
SVGTSpanElementImpl.getDy ( )  :  SVGAnimatedLengthList
SVGTSpanElementImpl.getRotate ( )  :  SVGAnimatedTextRotate
SVGTSpanElementImpl.getX ( )  :  SVGAnimatedLengthList
SVGTSpanElementImpl.getY ( )  :  SVGAnimatedLengthList
SVGTSpanElementImpl.SVGTSpanElementImpl ( )

fop_0_15_0.jar, SVGURIReferenceImpl.class
package org.apache.fop.dom.svg
SVGURIReferenceImpl.getExternalResourcesRequired ( )  :  SVGAnimatedBoolean
SVGURIReferenceImpl.getHref ( )  :  SVGAnimatedString
SVGURIReferenceImpl.getXlinkActuate ( )  :  String
SVGURIReferenceImpl.getXlinkArcRole ( )  :  String
SVGURIReferenceImpl.getXlinkRole ( )  :  String
SVGURIReferenceImpl.getXlinkShow ( )  :  String
SVGURIReferenceImpl.getXlinkTitle ( )  :  String
SVGURIReferenceImpl.getXlinkType ( )  :  String
SVGURIReferenceImpl.setExternalResourcesRequired ( SVGAnimatedBoolean p1 )  :  void
SVGURIReferenceImpl.setHref ( SVGAnimatedString p1 )  :  void
SVGURIReferenceImpl.setXlinkActuate ( String p1 )  :  void
SVGURIReferenceImpl.setXlinkArcRole ( String p1 )  :  void
SVGURIReferenceImpl.setXlinkRole ( String p1 )  :  void
SVGURIReferenceImpl.setXlinkShow ( String p1 )  :  void
SVGURIReferenceImpl.setXlinkTitle ( String p1 )  :  void
SVGURIReferenceImpl.setXlinkType ( String p1 )  :  void
SVGURIReferenceImpl.SVGURIReferenceImpl ( )

fop_0_15_0.jar, SVGUseElementImpl.class
package org.apache.fop.dom.svg
SVGUseElementImpl.getAnimatedInstanceRoot ( )  :  SVGElementInstance
SVGUseElementImpl.getHeight ( )  :  SVGAnimatedLength
SVGUseElementImpl.getHref ( )  :  SVGAnimatedString
SVGUseElementImpl.getInstanceRoot ( )  :  SVGElementInstance
SVGUseElementImpl.getWidth ( )  :  SVGAnimatedLength
SVGUseElementImpl.getX ( )  :  SVGAnimatedLength
SVGUseElementImpl.getXlinkActuate ( )  :  String
SVGUseElementImpl.getXlinkArcRole ( )  :  String
SVGUseElementImpl.getXlinkRole ( )  :  String
SVGUseElementImpl.getXlinkShow ( )  :  String
SVGUseElementImpl.getXlinkTitle ( )  :  String
SVGUseElementImpl.getXlinkType ( )  :  String
SVGUseElementImpl.getY ( )  :  SVGAnimatedLength
SVGUseElementImpl.setHeight ( SVGAnimatedLength p1 )  :  void
SVGUseElementImpl.setHref ( SVGAnimatedString p1 )  :  void
SVGUseElementImpl.setWidth ( SVGAnimatedLength p1 )  :  void
SVGUseElementImpl.setX ( SVGAnimatedLength p1 )  :  void
SVGUseElementImpl.setXlinkActuate ( String p1 )  :  void
SVGUseElementImpl.setXlinkArcRole ( String p1 )  :  void
SVGUseElementImpl.setXlinkRole ( String p1 )  :  void
SVGUseElementImpl.setXlinkShow ( String p1 )  :  void
SVGUseElementImpl.setXlinkTitle ( String p1 )  :  void
SVGUseElementImpl.setXlinkType ( String p1 )  :  void
SVGUseElementImpl.setY ( SVGAnimatedLength p1 )  :  void
SVGUseElementImpl.SVGUseElementImpl ( String p1 )

fop_0_15_0.jar, SVGVKernElementImpl.class
package org.apache.fop.dom.svg
SVGVKernElementImpl.SVGVKernElementImpl ( )

fop_0_15_0.jar, Switch.class
package org.apache.fop.svg
Switch.createGraphic ( )  :  SVGElement
Switch.maker ( ) [static]  :  FObj.Maker
Switch.Switch ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, Symbol.class
package org.apache.fop.render.pdf.fonts
Symbol.encoding ( )  :  String
Symbol.fontName ( )  :  String
Symbol.getAscender ( int p1 )  :  int
Symbol.getCapHeight ( int p1 )  :  int
Symbol.getDescender ( int p1 )  :  int
Symbol.getFirstChar ( )  :  int
Symbol.getLastChar ( )  :  int
Symbol.getWidths ( int p1 )  :  int[ ]
Symbol.getXHeight ( int p1 )  :  int
Symbol.Symbol ( )
Symbol.width ( int p1, int p2 )  :  int
package org.apache.fop.svg
Symbol.createGraphic ( )  :  SVGElement
Symbol.maker ( ) [static]  :  FObj.Maker
Symbol.Symbol ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, SystemLanguageMaker.class
package org.apache.fop.fo.properties
SystemLanguageMaker.isInherited ( )  :  boolean
SystemLanguageMaker.make ( PropertyList p1, boolean p2 )  :  Property
SystemLanguageMaker.maker ( String p1 ) [static]  :  Property.Maker
SystemLanguageMaker.SystemLanguageMaker ( String p1 )

fop_0_15_0.jar, Table.class
package org.apache.fop.fo.flow
Table.getContentWidth ( )  :  int

fop_0_15_0.jar, TableColLength.class
package org.apache.fop.datatypes
TableColLength.getTableUnits ( )  :  double
TableColLength.TableColLength ( double p1 )
TableColLength.TableColLength ( int p1, PercentLength p2, double p3 )
TableColLength.toString ( )  :  String

fop_0_15_0.jar, Text.class
package org.apache.fop.svg
Text.addChild ( FONode p1 )  :  void
Text.createGraphic ( )  :  SVGElement

fop_0_15_0.jar, TextAlignLastMaker.class
package org.apache.fop.fo.properties
TextAlignLastMaker.compute ( PropertyList p1 )  :  Property
TextAlignLastMaker.findConstant ( String p1 )  :  Property
TextAlignLastMaker.isInherited ( )  :  boolean
TextAlignLastMaker.make ( PropertyList p1, boolean p2 )  :  Property
TextAlignLastMaker.maker ( String p1 ) [static]  :  Property.Maker
TextAlignLastMaker.TextAlignLastMaker ( String p1 )

fop_0_15_0.jar, TextAlignMaker.class
package org.apache.fop.fo.properties
TextAlignMaker.findConstant ( String p1 )  :  Property
TextAlignMaker.isInherited ( )  :  boolean
TextAlignMaker.make ( PropertyList p1, boolean p2 )  :  Property
TextAlignMaker.maker ( String p1 ) [static]  :  Property.Maker
TextAlignMaker.TextAlignMaker ( String p1 )

fop_0_15_0.jar, TextDecorationMaker.class
package org.apache.fop.fo.properties
TextDecorationMaker.findConstant ( String p1 )  :  Property
TextDecorationMaker.isInherited ( )  :  boolean
TextDecorationMaker.make ( PropertyList p1, boolean p2 )  :  Property
TextDecorationMaker.maker ( String p1 ) [static]  :  Property.Maker
TextDecorationMaker.TextDecorationMaker ( String p1 )

fop_0_15_0.jar, TextElement.class
package org.apache.fop.svg
TextElement.createTextElement ( ) [abstract]  :  SVGElement

fop_0_15_0.jar, TextIndentMaker.class
package org.apache.fop.fo.properties
TextIndentMaker.isInherited ( )  :  boolean
TextIndentMaker.make ( PropertyList p1, boolean p2 )  :  Property
TextIndentMaker.maker ( String p1 ) [static]  :  Property.Maker
TextIndentMaker.TextIndentMaker ( String p1 )

fop_0_15_0.jar, TextPath.class
package org.apache.fop.svg
TextPath.addCharacters ( char[ ] p1, int p2, int p3 )  :  void
TextPath.createTextElement ( )  :  SVGElement
TextPath.maker ( ) [static]  :  FObj.Maker
TextPath.TextPath ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, TextProperty.class
package org.apache.fop.svg
TextProperty.getString ( )  :  String
TextProperty.maker ( ) [static]  :  Property.Maker
TextProperty.TextProperty ( PropertyList p1, String p2 )

fop_0_15_0.jar, TimesBold.class
package org.apache.fop.render.pdf.fonts
TimesBold.getAscender ( int p1 )  :  int
TimesBold.getCapHeight ( int p1 )  :  int
TimesBold.getDescender ( int p1 )  :  int
TimesBold.getFirstChar ( )  :  int
TimesBold.getLastChar ( )  :  int
TimesBold.getWidths ( int p1 )  :  int[ ]
TimesBold.getXHeight ( int p1 )  :  int
TimesBold.width ( int p1, int p2 )  :  int

fop_0_15_0.jar, TimesBoldItalic.class
package org.apache.fop.render.pdf.fonts
TimesBoldItalic.getAscender ( int p1 )  :  int
TimesBoldItalic.getCapHeight ( int p1 )  :  int
TimesBoldItalic.getDescender ( int p1 )  :  int
TimesBoldItalic.getFirstChar ( )  :  int
TimesBoldItalic.getLastChar ( )  :  int
TimesBoldItalic.getWidths ( int p1 )  :  int[ ]
TimesBoldItalic.getXHeight ( int p1 )  :  int
TimesBoldItalic.width ( int p1, int p2 )  :  int

fop_0_15_0.jar, TimesItalic.class
package org.apache.fop.render.pdf.fonts
TimesItalic.getAscender ( int p1 )  :  int
TimesItalic.getCapHeight ( int p1 )  :  int
TimesItalic.getDescender ( int p1 )  :  int
TimesItalic.getFirstChar ( )  :  int
TimesItalic.getLastChar ( )  :  int
TimesItalic.getWidths ( int p1 )  :  int[ ]
TimesItalic.getXHeight ( int p1 )  :  int
TimesItalic.width ( int p1, int p2 )  :  int

fop_0_15_0.jar, TimesRoman.class
package org.apache.fop.render.pdf.fonts
TimesRoman.getAscender ( int p1 )  :  int
TimesRoman.getCapHeight ( int p1 )  :  int
TimesRoman.getDescender ( int p1 )  :  int
TimesRoman.getFirstChar ( )  :  int
TimesRoman.getLastChar ( )  :  int
TimesRoman.getWidths ( int p1 )  :  int[ ]
TimesRoman.getXHeight ( int p1 )  :  int
TimesRoman.width ( int p1, int p2 )  :  int

fop_0_15_0.jar, Title.class
package org.apache.fop.svg
Title.addCharacters ( char[ ] p1, int p2, int p3 )  :  void
Title.maker ( ) [static]  :  FObj.Maker
Title.Title ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, TopMaker.class
package org.apache.fop.fo.properties
TopMaker.isAutoLengthAllowed ( )  :  boolean
TopMaker.isInherited ( )  :  boolean
TopMaker.make ( PropertyList p1, boolean p2 )  :  Property
TopMaker.maker ( String p1 ) [static]  :  Property.Maker
TopMaker.TopMaker ( String p1 )

fop_0_15_0.jar, TransformData.class
package org.apache.fop.datatypes
TransformData.convert ( String p1 )  :  void
TransformData.getTransform ( )  :  SVGAnimatedTransformList
TransformData.TransformData ( String p1 )

fop_0_15_0.jar, TreeBuilder.class
package org.apache.fop.fo
TreeBuilder.addElementPropertyList ( String p1, String p2, Hashtable p3 ) [abstract]  :  void
TreeBuilder.addMapping ( String p1, String p2, FObj.Maker p3 ) [abstract]  :  void
TreeBuilder.addPropertyList ( String p1, Hashtable p2 ) [abstract]  :  void

fop_0_15_0.jar, TRef.class
package org.apache.fop.svg
TRef.createTextElement ( )  :  SVGElement
TRef.maker ( ) [static]  :  FObj.Maker
TRef.TRef ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, TSpan.class
package org.apache.fop.svg
TSpan.addCharacters ( char[ ] p1, int p2, int p3 )  :  void
TSpan.createTextElement ( )  :  SVGElement
TSpan.maker ( ) [static]  :  FObj.Maker
TSpan.TSpan ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, Use.class
package org.apache.fop.svg
Use.createGraphic ( )  :  SVGElement
Use.maker ( ) [static]  :  FObj.Maker
Use.Use ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, VerticalAlignMaker.class
package org.apache.fop.fo.properties
VerticalAlignMaker.findConstant ( String p1 )  :  Property
VerticalAlignMaker.isInherited ( )  :  boolean
VerticalAlignMaker.make ( PropertyList p1, boolean p2 )  :  Property
VerticalAlignMaker.maker ( String p1 ) [static]  :  Property.Maker
VerticalAlignMaker.VerticalAlignMaker ( String p1 )

fop_0_15_0.jar, ViewBoxMaker.class
package org.apache.fop.fo.properties
ViewBoxMaker.isInherited ( )  :  boolean
ViewBoxMaker.make ( PropertyList p1, boolean p2 )  :  Property
ViewBoxMaker.maker ( String p1 ) [static]  :  Property.Maker
ViewBoxMaker.ViewBoxMaker ( String p1 )

fop_0_15_0.jar, VKern.class
package org.apache.fop.svg
VKern.maker ( ) [static]  :  FObj.Maker
VKern.VKern ( FObj p1, PropertyList p2 )

fop_0_15_0.jar, WhiteSpaceCollapseMaker.class
package org.apache.fop.fo.properties
WhiteSpaceCollapseMaker.findConstant ( String p1 )  :  Property
WhiteSpaceCollapseMaker.isInherited ( )  :  boolean
WhiteSpaceCollapseMaker.make ( PropertyList p1, boolean p2 )  :  Property
WhiteSpaceCollapseMaker.maker ( String p1 ) [static]  :  Property.Maker
WhiteSpaceCollapseMaker.WhiteSpaceCollapseMaker ( String p1 )

fop_0_15_0.jar, WidthMaker.class
package org.apache.fop.fo.properties
WidthMaker.getPercentBase ( FObj p1, PropertyList p2 )  :  PercentBase
WidthMaker.isAutoLengthAllowed ( )  :  boolean
WidthMaker.isInherited ( )  :  boolean
WidthMaker.make ( PropertyList p1, boolean p2 )  :  Property
WidthMaker.maker ( String p1 ) [static]  :  Property.Maker
WidthMaker.WidthMaker ( String p1 )

fop_0_15_0.jar, WrapOptionMaker.class
package org.apache.fop.fo.properties
WrapOptionMaker.findConstant ( String p1 )  :  Property
WrapOptionMaker.isInherited ( )  :  boolean
WrapOptionMaker.make ( PropertyList p1, boolean p2 )  :  Property
WrapOptionMaker.maker ( String p1 ) [static]  :  Property.Maker
WrapOptionMaker.WrapOptionMaker ( String p1 )

fop_0_15_0.jar, XalanCommandLine.class
package org.apache.fop.apps
XalanCommandLine.fileInputSource ( String p1 ) [static]  :  InputSource
XalanCommandLine.main ( String[ ] p1 ) [static]  :  void
XalanCommandLine.XalanCommandLine ( )

fop_0_15_0.jar, XMLRenderer.class
package org.apache.fop.render.xml
XMLRenderer.renderForeignObjectArea ( ForeignObjectArea p1 )  :  void
XMLRenderer.renderLeaderArea ( LeaderArea p1 )  :  void
XMLRenderer.renderSVGArea ( SVGArea p1 )  :  void

fop_0_15_0.jar, XMLSpaceMaker.class
package org.apache.fop.fo.properties
XMLSpaceMaker.findConstant ( String p1 )  :  Property
XMLSpaceMaker.isInherited ( )  :  boolean
XMLSpaceMaker.make ( PropertyList p1, boolean p2 )  :  Property
XMLSpaceMaker.maker ( String p1 ) [static]  :  Property.Maker
XMLSpaceMaker.XMLSpaceMaker ( String p1 )

fop_0_15_0.jar, ZapfDingbats.class
package org.apache.fop.render.pdf.fonts
ZapfDingbats.encoding ( )  :  String
ZapfDingbats.fontName ( )  :  String
ZapfDingbats.getAscender ( int p1 )  :  int
ZapfDingbats.getCapHeight ( int p1 )  :  int
ZapfDingbats.getDescender ( int p1 )  :  int
ZapfDingbats.getFirstChar ( )  :  int
ZapfDingbats.getLastChar ( )  :  int
ZapfDingbats.getWidths ( int p1 )  :  int[ ]
ZapfDingbats.getXHeight ( int p1 )  :  int
ZapfDingbats.width ( int p1, int p2 )  :  int
ZapfDingbats.ZapfDingbats ( )

turbine-pool.jar, BaseInitable.class
package org.apache.turbine.services
BaseInitable.BaseInitable ( )
BaseInitable.getInit ( )  :  boolean
BaseInitable.getInitableBroker ( )  :  InitableBroker
BaseInitable.init ( )  :  void
BaseInitable.init ( Object data )  :  void
BaseInitable.setInit ( boolean value )  :  void
BaseInitable.setInitableBroker ( InitableBroker broker )  :  void
BaseInitable.shutdown ( )  :  void

turbine-pool.jar, BaseInitableBroker.class
package org.apache.turbine.services
BaseInitableBroker.BaseInitableBroker ( )
BaseInitableBroker.getInitable ( String className )  :  Initable
BaseInitableBroker.getInitableInstance ( String className )  :  Initable
BaseInitableBroker.initClass ( String className, Object data )  :  void
BaseInitableBroker.shutdownClass ( String className )  :  void

turbine-pool.jar, BaseService.class
package org.apache.turbine.services
BaseService.BaseService ( )
BaseService.getName ( )  :  String
BaseService.getProperties ( )  :  Properties
BaseService.getServiceBroker ( )  :  ServiceBroker
BaseService.setName ( String name )  :  void
BaseService.setServiceBroker ( ServiceBroker broker )  :  void

turbine-pool.jar, BaseServiceBroker.class
package org.apache.turbine.services
BaseServiceBroker.BaseServiceBroker ( )
BaseServiceBroker.getProperties ( String name )  :  Properties
BaseServiceBroker.getService ( String name )  :  Service
BaseServiceBroker.getServiceInstance ( String name )  :  Service
BaseServiceBroker.initMapping ( )  :  void
BaseServiceBroker.initService ( String name, Object data )  :  void
BaseServiceBroker.initServices ( Object data )  :  void
BaseServiceBroker.shutdownService ( String name )  :  void
BaseServiceBroker.shutdownServices ( )  :  void

turbine-pool.jar, BrowserDetector.class
package org.apache.turbine.util
BrowserDetector.BrowserDetector ( RunData data )
BrowserDetector.BrowserDetector ( String userAgentString )
BrowserDetector.getBrowserName ( )  :  String
BrowserDetector.getBrowserPlatform ( )  :  String
BrowserDetector.getBrowserVersion ( )  :  float
BrowserDetector.getUserAgentString ( )  :  String
BrowserDetector.isCssOK ( )  :  boolean
BrowserDetector.isFileUploadOK ( )  :  boolean
BrowserDetector.isJavascriptOK ( )  :  boolean

turbine-pool.jar, Comparable.class
package org.apache.turbine.util
Comparable.compare ( Object p1, Object p2 ) [abstract]  :  int

turbine-pool.jar, ConnectionPool.class
package org.apache.turbine.util.db.pool
ConnectionPool.getDB ( )  :  DB
ConnectionPool.shutdown ( )  :  void

turbine-pool.jar, ConnectionWaitTimeoutException.class
package org.apache.turbine.util.db.pool
ConnectionWaitTimeoutException.ConnectionWaitTimeoutException ( String url )

turbine-pool.jar, DateSelector.class
package org.apache.turbine.util
DateSelector.DateSelector ( )
DateSelector.DateSelector ( String selName )
DateSelector.DateSelector ( String selName, Calendar useDate )
DateSelector.ecsOutput ( )  :  ElementContainer
DateSelector.getDaySelector ( String name ) [static]  :  Select
DateSelector.getDaySelector ( String name, Calendar now ) [static]  :  Select
DateSelector.getMonthSelector ( String name ) [static]  :  Select
DateSelector.getMonthSelector ( String name, Calendar now ) [static]  :  Select
DateSelector.getSelName ( )  :  String
DateSelector.getYearSelector ( String name ) [static]  :  Select
DateSelector.getYearSelector ( String name, Calendar now ) [static]  :  Select
DateSelector.output ( )  :  String
DateSelector.setDay ( int day )  :  DateSelector
DateSelector.setOnChange ( String onChange )  :  DateSelector
DateSelector.setSelName ( String selName )  :  void
DateSelector.setShowDay ( boolean show )  :  DateSelector
DateSelector.toString ( )  :  String

turbine-pool.jar, DB.class
package org.apache.turbine.util.db.adapter
DB.DB ( )
DB.getConnection ( )  :  Connection
DB.getIdSqlForAutoIncrement ( ) [abstract]  :  String
DB.getJDBCDriver ( )  :  String
DB.getLimitStyle ( )  :  int
DB.getSequenceSql ( Object p1 ) [abstract]  :  String
DB.getStringDelimiter ( ) [abstract]  :  char
DB.ignoreCase ( String p1 ) [abstract]  :  String
DB.ignoreCaseInOrderBy ( String in )  :  String
DB.init ( String url, String username, String password )  :  void
DB.lockTable ( Connection p1, String p2 ) [abstract]  :  void
DB.objectDataNeedsTrans ( )  :  boolean
DB.setJDBCDriver ( String newDriver )  :  void
DB.supportsNativeLimit ( )  :  boolean
DB.supportsNativeOffset ( )  :  boolean
DB.toUpperCase ( String p1 ) [abstract]  :  String
DB.unlockTable ( Connection p1, String p2 ) [abstract]  :  void

turbine-pool.jar, DBConnection.class
package org.apache.turbine.util.db.pool
DBConnection.close ( )  :  void
DBConnection.prepareStatement ( String sql )  :  PreparedStatement

turbine-pool.jar, DBDB2App.class
package org.apache.turbine.util.db.adapter
DBDB2App.DBDB2App ( )
DBDB2App.getIdSqlForAutoIncrement ( )  :  String
DBDB2App.getSequenceSql ( Object obj )  :  String
DBDB2App.getStringDelimiter ( )  :  char
DBDB2App.ignoreCase ( String in )  :  String
DBDB2App.lockTable ( Connection con, String table )  :  void
DBDB2App.toUpperCase ( String in )  :  String
DBDB2App.unlockTable ( Connection con, String table )  :  void

turbine-pool.jar, DBDB2Net.class
package org.apache.turbine.util.db.adapter
DBDB2Net.DBDB2Net ( )
DBDB2Net.getIdSqlForAutoIncrement ( )  :  String
DBDB2Net.getSequenceSql ( Object obj )  :  String
DBDB2Net.getStringDelimiter ( )  :  char
DBDB2Net.ignoreCase ( String in )  :  String
DBDB2Net.lockTable ( Connection con, String table )  :  void
DBDB2Net.toUpperCase ( String in )  :  String
DBDB2Net.unlockTable ( Connection con, String table )  :  void

turbine-pool.jar, DBFactory.class
package org.apache.turbine.util.db.adapter
DBFactory.create ( String driver ) [static]  :  DB
DBFactory.DBFactory ( )

turbine-pool.jar, DBHypersonicSQL.class
package org.apache.turbine.util.db.adapter
DBHypersonicSQL.DBHypersonicSQL ( )
DBHypersonicSQL.getConnection ( )  :  Connection
DBHypersonicSQL.getIdSqlForAutoIncrement ( )  :  String
DBHypersonicSQL.getSequenceSql ( Object obj )  :  String
DBHypersonicSQL.getStringDelimiter ( )  :  char
DBHypersonicSQL.ignoreCase ( String in )  :  String
DBHypersonicSQL.init ( String url, String username, String password )  :  void
DBHypersonicSQL.lockTable ( Connection con, String table )  :  void
DBHypersonicSQL.toUpperCase ( String in )  :  String
DBHypersonicSQL.unlockTable ( Connection con, String table )  :  void

turbine-pool.jar, DBInformix.class
package org.apache.turbine.util.db.adapter
DBInformix.DBInformix ( )
DBInformix.getIdSqlForAutoIncrement ( )  :  String
DBInformix.getSequenceSql ( Object sequenceName )  :  String
DBInformix.getStringDelimiter ( )  :  char
DBInformix.ignoreCase ( String in )  :  String
DBInformix.lockTable ( Connection con, String table )  :  void
DBInformix.toUpperCase ( String in )  :  String
DBInformix.unlockTable ( Connection con, String table )  :  void

turbine-pool.jar, DBInstantDB.class
package org.apache.turbine.util.db.adapter
DBInstantDB.DBInstantDB ( )
DBInstantDB.getConnection ( )  :  Connection
DBInstantDB.getIdSqlForAutoIncrement ( )  :  String
DBInstantDB.getSequenceSql ( Object obj )  :  String
DBInstantDB.getStringDelimiter ( )  :  char
DBInstantDB.ignoreCase ( String in )  :  String
DBInstantDB.init ( String url, String username, String password )  :  void
DBInstantDB.lockTable ( Connection con, String table )  :  void
DBInstantDB.toUpperCase ( String in )  :  String
DBInstantDB.unlockTable ( Connection con, String table )  :  void

turbine-pool.jar, DBInterbase.class
package org.apache.turbine.util.db.adapter
DBInterbase.DBInterbase ( )
DBInterbase.getIdSqlForAutoIncrement ( )  :  String
DBInterbase.getSequenceSql ( Object obj )  :  String
DBInterbase.getStringDelimiter ( )  :  char
DBInterbase.ignoreCase ( String in )  :  String
DBInterbase.ignoreCaseInOrderBy ( String in )  :  String
DBInterbase.lockTable ( Connection con, String table )  :  void
DBInterbase.toUpperCase ( String in )  :  String
DBInterbase.unlockTable ( Connection con, String table )  :  void

turbine-pool.jar, DBMM.class
package org.apache.turbine.util.db.adapter
DBMM.DBMM ( )
DBMM.getIdSqlForAutoIncrement ( )  :  String
DBMM.getLimitStyle ( )  :  int
DBMM.getSequenceSql ( Object obj )  :  String
DBMM.getStringDelimiter ( )  :  char
DBMM.ignoreCase ( String in )  :  String
DBMM.lockTable ( Connection con, String table )  :  void
DBMM.supportsNativeLimit ( )  :  boolean
DBMM.supportsNativeOffset ( )  :  boolean
DBMM.toUpperCase ( String in )  :  String
DBMM.unlockTable ( Connection con, String table )  :  void

turbine-pool.jar, DBNone.class
package org.apache.turbine.util.db.adapter
DBNone.DBNone ( )
DBNone.getConnection ( )  :  Connection
DBNone.getIdSqlForAutoIncrement ( )  :  String
DBNone.getSequenceSql ( Object obj )  :  String
DBNone.getStringDelimiter ( )  :  char
DBNone.ignoreCase ( String in )  :  String
DBNone.init ( String url, String username, String password )  :  void
DBNone.lockTable ( Connection con, String table )  :  void
DBNone.toUpperCase ( String in )  :  String
DBNone.unlockTable ( Connection con, String table )  :  void

turbine-pool.jar, DBOracle.class
package org.apache.turbine.util.db.adapter
DBOracle.DBOracle ( )
DBOracle.getIdSqlForAutoIncrement ( )  :  String
DBOracle.getSequenceSql ( Object sequenceName )  :  String
DBOracle.getStringDelimiter ( )  :  char
DBOracle.ignoreCase ( String in )  :  String
DBOracle.lockTable ( Connection con, String table )  :  void
DBOracle.toUpperCase ( String in )  :  String
DBOracle.unlockTable ( Connection con, String table )  :  void

turbine-pool.jar, DBPostgres.class
package org.apache.turbine.util.db.adapter
DBPostgres.DBPostgres ( )
DBPostgres.getIdSqlForAutoIncrement ( )  :  String
DBPostgres.getLimitStyle ( )  :  int
DBPostgres.getSequenceSql ( Object obj )  :  String
DBPostgres.getStringDelimiter ( )  :  char
DBPostgres.ignoreCase ( String in )  :  String
DBPostgres.lockTable ( Connection con, String table )  :  void
DBPostgres.objectDataNeedsTrans ( )  :  boolean
DBPostgres.supportsNativeLimit ( )  :  boolean
DBPostgres.supportsNativeOffset ( )  :  boolean
DBPostgres.toUpperCase ( String in )  :  String
DBPostgres.unlockTable ( Connection con, String table )  :  void

turbine-pool.jar, DBSybase.class
package org.apache.turbine.util.db.adapter
DBSybase.DBSybase ( )
DBSybase.getIdSqlForAutoIncrement ( )  :  String
DBSybase.getLimitStyle ( )  :  int
DBSybase.getSequenceSql ( Object obj )  :  String
DBSybase.getStringDelimiter ( )  :  char
DBSybase.ignoreCase ( String in )  :  String
DBSybase.lockTable ( Connection con, String table )  :  void
DBSybase.supportsNativeLimit ( )  :  boolean
DBSybase.toUpperCase ( String in )  :  String
DBSybase.unlockTable ( Connection con, String table )  :  void

turbine-pool.jar, DBWeblogic.class
package org.apache.turbine.util.db.adapter
DBWeblogic.DBWeblogic ( )
DBWeblogic.getConnection ( )  :  Connection
DBWeblogic.getIdSqlForAutoIncrement ( )  :  String
DBWeblogic.getSequenceSql ( Object obj )  :  String
DBWeblogic.getStringDelimiter ( )  :  char
DBWeblogic.ignoreCase ( String in )  :  String
DBWeblogic.init ( String url, String username, String password )  :  void
DBWeblogic.lockTable ( Connection con, String table )  :  void
DBWeblogic.toUpperCase ( String in )  :  String
DBWeblogic.unlockTable ( Connection con, String table )  :  void

turbine-pool.jar, DynamicURI.class
package org.apache.turbine.util
DynamicURI.addPathInfo ( ParameterParser pp )  :  DynamicURI
DynamicURI.addPathInfo ( String name, double value )  :  DynamicURI
DynamicURI.addPathInfo ( String name, Double value )  :  DynamicURI
DynamicURI.addPathInfo ( String name, int value )  :  DynamicURI
DynamicURI.addPathInfo ( String name, Integer value )  :  DynamicURI
DynamicURI.addPathInfo ( String name, Long value )  :  DynamicURI
DynamicURI.addPathInfo ( String name, long value )  :  DynamicURI
DynamicURI.addPathInfo ( String name, String value )  :  DynamicURI
DynamicURI.addQueryData ( ParameterParser pp )  :  DynamicURI
DynamicURI.addQueryData ( String name, Double value )  :  DynamicURI
DynamicURI.addQueryData ( String name, double value )  :  DynamicURI
DynamicURI.addQueryData ( String name, int value )  :  DynamicURI
DynamicURI.addQueryData ( String name, Integer value )  :  DynamicURI
DynamicURI.addQueryData ( String name, Long value )  :  DynamicURI
DynamicURI.addQueryData ( String name, long value )  :  DynamicURI
DynamicURI.addQueryData ( String name, String value )  :  DynamicURI
DynamicURI.DynamicURI ( RunData data )
DynamicURI.DynamicURI ( RunData data, boolean redirect )
DynamicURI.DynamicURI ( RunData data, String screen )
DynamicURI.DynamicURI ( RunData data, String screen, boolean redirect )
DynamicURI.DynamicURI ( RunData data, String screen, String action )
DynamicURI.DynamicURI ( RunData data, String screen, String action, boolean redirect )
DynamicURI.DynamicURI ( ServerData sd )
DynamicURI.DynamicURI ( ServerData sd, boolean redirect )
DynamicURI.DynamicURI ( ServerData sd, String screen )
DynamicURI.DynamicURI ( ServerData sd, String screen, boolean redirect )
DynamicURI.DynamicURI ( ServerData sd, String screen, String action )
DynamicURI.DynamicURI ( ServerData sd, String screen, String action, boolean redirect )
DynamicURI.getA ( String name )  :  String
DynamicURI.getScriptName ( )  :  String
DynamicURI.getServerData ( )  :  ServerData
DynamicURI.getServerName ( )  :  String
DynamicURI.getServerPort ( )  :  int
DynamicURI.getServerScheme ( )  :  String
DynamicURI.removePathInfo ( )  :  void
DynamicURI.removePathInfo ( String name )  :  void
DynamicURI.removeQueryData ( )  :  void
DynamicURI.removeQueryData ( String name )  :  void
DynamicURI.setAction ( String action )  :  DynamicURI
DynamicURI.setScreen ( String screen )  :  DynamicURI
DynamicURI.setScriptName ( String name )  :  DynamicURI
DynamicURI.setSecure ( )  :  DynamicURI
DynamicURI.setSecure ( int port )  :  DynamicURI
DynamicURI.setServerData ( ServerData sd )  :  void
DynamicURI.setServerName ( String name )  :  DynamicURI
DynamicURI.setServerPort ( int port )  :  DynamicURI
DynamicURI.setServerScheme ( String scheme )  :  DynamicURI
DynamicURI.toString ( )  :  String
DynamicURI.toString ( RunData data ) [static]  :  String

turbine-pool.jar, FormMessage.class
package org.apache.turbine.util
FormMessage.FormMessage ( )
FormMessage.FormMessage ( String formName )
FormMessage.FormMessage ( String formName, String fieldName )
FormMessage.FormMessage ( String formName, String fieldName, String message )
FormMessage.getFieldNames ( )  :  String[ ]
FormMessage.getFormName ( )  :  String
FormMessage.getMessage ( )  :  String
FormMessage.setFieldName ( String fieldName )  :  void
FormMessage.setFormName ( String formName )  :  void
FormMessage.setMessage ( String message )  :  void

turbine-pool.jar, FormMessages.class
package org.apache.turbine.util
FormMessages.FormMessages ( )
FormMessages.getFormMessages ( String formName )  :  FormMessage[ ]
FormMessages.setMessage ( String formName, String fieldName, long returnCode )  :  void
FormMessages.setMessage ( String formName, String fieldName, String messageName )  :  void

turbine-pool.jar, GenerateUniqueId.class
package org.apache.turbine.util
GenerateUniqueId.GenerateUniqueId ( )
GenerateUniqueId.getIdentifier ( ) [static]  :  String
GenerateUniqueId.getIdentifier ( String jsIdent )  :  String
GenerateUniqueId.main ( String[ ] args ) [static]  :  void

turbine-pool.jar, GenericResources.class
package org.apache.turbine.services.resources
GenericResources.getStringArray ( String name )  :  String[ ]

turbine-pool.jar, Initable.class
package org.apache.turbine.services
Initable.getInit ( ) [abstract]  :  boolean
Initable.init ( ) [abstract]  :  void
Initable.init ( Object p1 ) [abstract]  :  void
Initable.setInitableBroker ( InitableBroker p1 ) [abstract]  :  void
Initable.shutdown ( ) [abstract]  :  void

turbine-pool.jar, InitableBroker.class
package org.apache.turbine.services
InitableBroker.getInitable ( String p1 ) [abstract]  :  Initable
InitableBroker.initClass ( String p1, Object p2 ) [abstract]  :  void
InitableBroker.shutdownClass ( String p1 ) [abstract]  :  void

turbine-pool.jar, InitializationException.class
package org.apache.turbine.services
InitializationException.InitializationException ( String msg )

turbine-pool.jar, InstantiationException.class
package org.apache.turbine.services
InstantiationException.InstantiationException ( String msg )

turbine-pool.jar, ObjectUtils.class
package org.apache.turbine.util
ObjectUtils.addOnce ( Vector v, Object o ) [static]  :  void
ObjectUtils.equals ( String s1, String s2 ) [static]  :  boolean
ObjectUtils.isNull ( Object o, Object dflt ) [static]  :  Object
ObjectUtils.ObjectUtils ( )

turbine-pool.jar, ParameterParser.class
package org.apache.turbine.util
ParameterParser.add ( String name, double value )  :  void
ParameterParser.add ( String name, int value )  :  void
ParameterParser.add ( String name, long value )  :  void
ParameterParser.add ( String name, String value )  :  void
ParameterParser.append ( String name, FileItem value )  :  void
ParameterParser.append ( String name, String value )  :  void
ParameterParser.containsDateSelectorKeys ( String key )  :  boolean
ParameterParser.containsKey ( Object key )  :  boolean
ParameterParser.convert ( String value ) [static]  :  String
ParameterParser.getBool ( String name )  :  Boolean
ParameterParser.getBool ( String name, boolean defaultValue )  :  Boolean
ParameterParser.getBoolean ( String name )  :  boolean
ParameterParser.getBoolean ( String name, boolean defaultValue )  :  boolean
ParameterParser.getByte ( String name )  :  byte
ParameterParser.getByte ( String name, byte defaultValue )  :  byte
ParameterParser.getBytes ( String name )  :  byte[ ]
ParameterParser.getDate ( String name )  :  Date
ParameterParser.getDate ( String name, DateFormat df )  :  Date
ParameterParser.getDate ( String name, DateFormat df, Date defaultValue )  :  Date
ParameterParser.getDouble ( String name )  :  double
ParameterParser.getDouble ( String name, double defaultValue )  :  double
ParameterParser.getFileItem ( String name )  :  FileItem
ParameterParser.getFileItems ( String name )  :  FileItem[ ]
ParameterParser.getInt ( String name )  :  int
ParameterParser.getInt ( String name, int defaultValue )  :  int
ParameterParser.getInteger ( String name )  :  Integer
ParameterParser.getInteger ( String name, int defaultValue )  :  Integer
ParameterParser.getInteger ( String name, Integer def )  :  Integer
ParameterParser.getIntegers ( String name )  :  Integer[ ]
ParameterParser.getInts ( String name )  :  int[ ]
ParameterParser.getLong ( String name )  :  long
ParameterParser.getLong ( String name, long defaultValue )  :  long
ParameterParser.getLongObjects ( String name )  :  Long[ ]
ParameterParser.getLongs ( String name )  :  long[ ]
ParameterParser.getObject ( String name )  :  Object
ParameterParser.getObjects ( String name )  :  Object[ ]
ParameterParser.getString ( String name )  :  String
ParameterParser.getString ( String name, String defaultValue )  :  String
ParameterParser.getStrings ( String name )  :  String[ ]
ParameterParser.getStrings ( String name, String[ ] defaultValue )  :  String[ ]
ParameterParser.ParameterParser ( HttpServletRequest req )
ParameterParser.setProperties ( Object bean )  :  void
ParameterParser.toString ( )  :  String

turbine-pool.jar, PoolBrokerService.class
package org.apache.turbine.services.db
PoolBrokerService.addDatabaseMap ( DatabaseMap map )  :  void
PoolBrokerService.addDatabaseMap ( String name )  :  void
PoolBrokerService.getConnection ( )  :  DBConnection
PoolBrokerService.getConnection ( String driver, String url, String username, String password )  :  DBConnection
PoolBrokerService.getConnection ( String name )  :  DBConnection
PoolBrokerService.getDatabaseMap ( )  :  DatabaseMap
PoolBrokerService.getDatabaseMap ( String name )  :  DatabaseMap
PoolBrokerService.getDB ( )  :  DB
PoolBrokerService.getDB ( String name )  :  DB
PoolBrokerService.getInstance ( ) [static]  :  PoolBrokerService
PoolBrokerService.PoolBrokerService ( )
PoolBrokerService.releaseConnection ( DBConnection connection )  :  void
PoolBrokerService.shutdown ( )  :  void

turbine-pool.jar, QuickSort.class
package org.apache.turbine.util
QuickSort.QuickSort ( )
QuickSort.quickSort ( Object[ ] s, int lo, int hi, Comparable cmp ) [static]  :  void
QuickSort.sort ( Object[ ] data, Comparable cmp )  :  void

turbine-pool.jar, RunData.class
package org.apache.turbine.util
RunData.addMessage ( Element msg )  :  void
RunData.addMessage ( String msg )  :  void
RunData.getACL ( )  :  AccessControlList
RunData.getAction ( )  :  String
RunData.getCharSet ( )  :  String
RunData.getContentType ( )  :  String
RunData.getJNDIContexts ( )  :  Hashtable
RunData.getLayout ( )  :  String
RunData.getMessage ( )  :  String
RunData.getMessageAsHTML ( )  :  StringElement
RunData.getMessages ( )  :  FormMessages
RunData.getOut ( )  :  PrintWriter
RunData.getPage ( )  :  Document
RunData.getParameters ( )  :  ParameterParser
RunData.getRedirectURI ( )  :  String
RunData.getRemoteAddr ( )  :  String
RunData.getRemoteHost ( )  :  String
RunData.getRequest ( )  :  HttpServletRequest
RunData.getResponse ( )  :  HttpServletResponse
RunData.getScreen ( )  :  String
RunData.getScriptName ( )  :  String
RunData.getServerData ( )  :  ServerData
RunData.getServerName ( )  :  String
RunData.getServerPort ( )  :  int
RunData.getServerScheme ( )  :  String
RunData.getServletConfig ( )  :  ServletConfig
RunData.getServletContext ( )  :  ServletContext
RunData.getSession ( )  :  HttpSession
RunData.getStatusCode ( )  :  int
RunData.getSystemErrors ( )  :  SystemError[ ]
RunData.getTemplateInfo ( )  :  TemplateInfo
RunData.getTitle ( )  :  String
RunData.getUser ( )  :  User
RunData.getUserAgent ( )  :  String
RunData.getUserFromSession ( )  :  User
RunData.getUserFromSession ( HttpSession session ) [static]  :  User
RunData.hasAction ( )  :  boolean
RunData.hasMessage ( )  :  boolean
RunData.hasScreen ( )  :  boolean
RunData.isOutSet ( )  :  boolean
RunData.isPageSet ( )  :  boolean
RunData.populate ( )  :  void
RunData.removeUserFromSession ( )  :  boolean
RunData.removeUserFromSession ( HttpSession session ) [static]  :  boolean
RunData.RunData ( )
RunData.save ( )  :  void
RunData.setACL ( AccessControlList acl )  :  void
RunData.setAction ( String action )  :  void
RunData.setCharSet ( String lcharset )  :  void
RunData.setContentType ( String ct )  :  void
RunData.setJNDIContexts ( Hashtable contexts )  :  void
RunData.setLayout ( String layout )  :  void
RunData.setMessage ( Element msg )  :  void
RunData.setMessage ( String msg )  :  void
RunData.setMessages ( FormMessages msgs )  :  void
RunData.setOut ( PrintWriter out )  :  void
RunData.setParameters ( ParameterParser params )  :  void
RunData.setRedirectURI ( String ruri )  :  void
RunData.setRequest ( HttpServletRequest req )  :  void
RunData.setResponse ( HttpServletResponse res )  :  void
RunData.setScreen ( String screen )  :  void
RunData.setScriptName ( String sn )  :  void
RunData.setServerData ( ServerData serverData )  :  void
RunData.setServerName ( String sn )  :  void
RunData.setServerPort ( int port )  :  void
RunData.setServerScheme ( String ss )  :  void
RunData.setServletConfig ( ServletConfig config )  :  void
RunData.setSession ( HttpSession sess )  :  void
RunData.setStatusCode ( int sc )  :  void
RunData.setSystemError ( SystemError err )  :  void
RunData.setTitle ( String title )  :  void
RunData.setUser ( User user )  :  void
RunData.unsetMessage ( )  :  void
RunData.userExists ( )  :  boolean

turbine-pool.jar, RunDataFactory.class
package org.apache.turbine.util
RunDataFactory.getRunData ( HttpServletRequest req, HttpServletResponse res, ServletConfig config ) [static]  :  RunData
RunDataFactory.RunDataFactory ( )

turbine-pool.jar, SecurityCheck.class
package org.apache.turbine.util
SecurityCheck.getFailScreen ( )  :  String
SecurityCheck.getMessage ( )  :  String
SecurityCheck.hasPermission ( Permission permission )  :  boolean
SecurityCheck.hasPermission ( String permission )  :  boolean
SecurityCheck.hasRole ( Role role )  :  boolean
SecurityCheck.hasRole ( String role )  :  boolean
SecurityCheck.SecurityCheck ( RunData data, String message, String failedScreen )

turbine-pool.jar, ServerData.class
package org.apache.turbine.util
ServerData.getScriptName ( )  :  String
ServerData.getServerName ( )  :  String
ServerData.getServerPort ( )  :  int
ServerData.getServerScheme ( )  :  String
ServerData.ServerData ( String serverName, int serverPort, String serverScheme, String scriptName )
ServerData.setScriptName ( String sname )  :  void
ServerData.setServerName ( String sn )  :  void
ServerData.setServerPort ( int port )  :  void
ServerData.setServerScheme ( String ss )  :  void

turbine-pool.jar, Service.class
package org.apache.turbine.services
Service.setServiceBroker ( ServiceBroker p1 ) [abstract]  :  void

turbine-pool.jar, ServiceBroker.class
package org.apache.turbine.services
ServiceBroker.getProperties ( String p1 ) [abstract]  :  Properties
ServiceBroker.getService ( String p1 ) [abstract]  :  Service
ServiceBroker.initService ( String p1, Object p2 ) [abstract]  :  void
ServiceBroker.initServices ( Object p1 ) [abstract]  :  void
ServiceBroker.shutdownService ( String p1 ) [abstract]  :  void
ServiceBroker.shutdownServices ( ) [abstract]  :  void

turbine-pool.jar, StringStackBuffer.class
package org.apache.turbine.util
StringStackBuffer.add ( String s )  :  StringStackBuffer
StringStackBuffer.contains ( String s )  :  boolean
StringStackBuffer.empty ( )  :  boolean
StringStackBuffer.get ( int i )  :  String
StringStackBuffer.size ( )  :  int
StringStackBuffer.StringStackBuffer ( )
StringStackBuffer.toString ( )  :  String
StringStackBuffer.toString ( String separator )  :  String

turbine-pool.jar, StringUtils.class
package org.apache.turbine.util
StringUtils.isValid ( String foo ) [static]  :  boolean
StringUtils.makeString ( String foo ) [static]  :  String
StringUtils.stackTrace ( Throwable e ) [static]  :  String
StringUtils.StringUtils ( )

turbine-pool.jar, SystemError.class
package org.apache.turbine.util
SystemError.getException ( )  :  Exception
SystemError.getMessage ( )  :  String
SystemError.getStackTrace ( )  :  String
SystemError.setException ( Exception e )  :  void
SystemError.setMessage ( String message )  :  void
SystemError.SystemError ( Exception e )
SystemError.SystemError ( Exception e, long returncode )
SystemError.SystemError ( Exception e, String message )

turbine-pool.jar, TemplateHolder.class
package org.apache.turbine.util
TemplateHolder.getLayoutName ( )  :  String
TemplateHolder.getScreenName ( )  :  String
TemplateHolder.setLayoutName ( String v )  :  void
TemplateHolder.setScreenName ( String v )  :  void
TemplateHolder.TemplateHolder ( )

turbine-pool.jar, TemplateInfo.class
package org.apache.turbine.util
TemplateInfo.getLayoutTemplate ( )  :  String
TemplateInfo.getNavigationTemplate ( )  :  String
TemplateInfo.getScreenTemplate ( )  :  String
TemplateInfo.getService ( )  :  String
TemplateInfo.getString ( String name )  :  String
TemplateInfo.getStringArray ( String name )  :  String[ ]
TemplateInfo.getTemp ( String name )  :  Object
TemplateInfo.getTemp ( String name, Object def )  :  Object
TemplateInfo.getTemplateContext ( String name )  :  Object
TemplateInfo.setLayoutTemplate ( String v )  :  void
TemplateInfo.setNavigationTemplate ( String v )  :  void
TemplateInfo.setScreenTemplate ( String v )  :  void
TemplateInfo.setService ( String v )  :  void
TemplateInfo.setTemp ( String name, Object value )  :  void
TemplateInfo.setTemplateContext ( String name, Object v )  :  void
TemplateInfo.TemplateInfo ( RunData data )

turbine-pool.jar, TurbineBaseService.class
package org.apache.turbine.services
TurbineBaseService.init ( Object data )  :  void
TurbineBaseService.init ( RunData data )  :  void
TurbineBaseService.init ( ServletConfig config )  :  void
TurbineBaseService.shutdown ( )  :  void

turbine-pool.jar, TurbineResources.class
package org.apache.turbine.services.resources
TurbineResources.getStringArray ( String name ) [static]  :  String[ ]

turbine-pool.jar, TurbineServices.class
package org.apache.turbine.services
TurbineServices.getProperties ( String name )  :  Properties
TurbineServices.initMapping ( )  :  void
TurbineServices.initServices ( Object data )  :  void

w3c.jar, AbstractView.class
package org.w3c.dom.views
AbstractView.getDocument ( ) [abstract]  :  DocumentView

w3c.jar, Counter.class
package org.w3c.dom.css
Counter.getIdentifier ( ) [abstract]  :  String
Counter.getListStyle ( ) [abstract]  :  String
Counter.getSeparator ( ) [abstract]  :  String

w3c.jar, CSS2Azimuth.class
package org.w3c.dom.css
CSS2Azimuth.getAngleValue ( short p1 ) [abstract]  :  float
CSS2Azimuth.getAzimuthType ( ) [abstract]  :  short
CSS2Azimuth.getBehind ( ) [abstract]  :  boolean
CSS2Azimuth.getIdentifier ( ) [abstract]  :  String
CSS2Azimuth.setAngleValue ( short p1, float p2 ) [abstract]  :  void
CSS2Azimuth.setIdentifier ( String p1, boolean p2 ) [abstract]  :  void

w3c.jar, CSS2BackgroundPosition.class
package org.w3c.dom.css
CSS2BackgroundPosition.getHorizontalIdentifier ( ) [abstract]  :  String
CSS2BackgroundPosition.getHorizontalPosition ( float p1 ) [abstract]  :  float
CSS2BackgroundPosition.getHorizontalType ( ) [abstract]  :  short
CSS2BackgroundPosition.getVerticalIdentifier ( ) [abstract]  :  String
CSS2BackgroundPosition.getVerticalPosition ( float p1 ) [abstract]  :  float
CSS2BackgroundPosition.getVerticalType ( ) [abstract]  :  short
CSS2BackgroundPosition.setHorizontalPosition ( short p1, float p2 ) [abstract]  :  void
CSS2BackgroundPosition.setPositionIdentifier ( String p1, String p2 ) [abstract]  :  void
CSS2BackgroundPosition.setVerticalPosition ( short p1, float p2 ) [abstract]  :  void

w3c.jar, CSS2BorderSpacing.class
package org.w3c.dom.css
CSS2BorderSpacing.getHorizontalSpacing ( float p1 ) [abstract]  :  float
CSS2BorderSpacing.getHorizontalType ( ) [abstract]  :  short
CSS2BorderSpacing.getVerticalSpacing ( float p1 ) [abstract]  :  float
CSS2BorderSpacing.getVerticalType ( ) [abstract]  :  short
CSS2BorderSpacing.setHorizontalSpacing ( short p1, float p2 ) [abstract]  :  void
CSS2BorderSpacing.setVerticalSpacing ( short p1, float p2 ) [abstract]  :  void

w3c.jar, CSS2CounterIncrement.class
package org.w3c.dom.css
CSS2CounterIncrement.getIdentifier ( ) [abstract]  :  String
CSS2CounterIncrement.getIncrement ( ) [abstract]  :  short
CSS2CounterIncrement.setIdentifier ( String p1 ) [abstract]  :  void
CSS2CounterIncrement.setIncrement ( short p1 ) [abstract]  :  void

w3c.jar, CSS2CounterReset.class
package org.w3c.dom.css
CSS2CounterReset.getIdentifier ( ) [abstract]  :  String
CSS2CounterReset.getReset ( ) [abstract]  :  short
CSS2CounterReset.setIdentifier ( String p1 ) [abstract]  :  void
CSS2CounterReset.setReset ( short p1 ) [abstract]  :  void

w3c.jar, CSS2Cursor.class
package org.w3c.dom.css
CSS2Cursor.getPredefinedCursor ( ) [abstract]  :  String
CSS2Cursor.getUris ( ) [abstract]  :  CSSValueList
CSS2Cursor.setPredefinedCursor ( String p1 ) [abstract]  :  void

w3c.jar, CSS2FontFaceSrc.class
package org.w3c.dom.css
CSS2FontFaceSrc.getFontFaceName ( ) [abstract]  :  String
CSS2FontFaceSrc.getFormat ( ) [abstract]  :  CSSValueList
CSS2FontFaceSrc.getUri ( ) [abstract]  :  String
CSS2FontFaceSrc.setFontFaceName ( String p1 ) [abstract]  :  void
CSS2FontFaceSrc.setUri ( String p1 ) [abstract]  :  void

w3c.jar, CSS2FontFaceWidths.class
package org.w3c.dom.css
CSS2FontFaceWidths.getNumbers ( ) [abstract]  :  CSSValueList
CSS2FontFaceWidths.getUrange ( ) [abstract]  :  String
CSS2FontFaceWidths.setUrange ( String p1 ) [abstract]  :  void

w3c.jar, CSS2PageSize.class
package org.w3c.dom.css
CSS2PageSize.getHeightSize ( float p1 ) [abstract]  :  float
CSS2PageSize.getHeightType ( ) [abstract]  :  short
CSS2PageSize.getIdentifier ( ) [abstract]  :  String
CSS2PageSize.getWidth ( float p1 ) [abstract]  :  float
CSS2PageSize.getWidthType ( ) [abstract]  :  short
CSS2PageSize.setHeightSize ( short p1, float p2 ) [abstract]  :  void
CSS2PageSize.setIdentifier ( String p1 ) [abstract]  :  void
CSS2PageSize.setWidthSize ( short p1, float p2 ) [abstract]  :  void

w3c.jar, CSS2PlayDuring.class
package org.w3c.dom.css
CSS2PlayDuring.getMix ( ) [abstract]  :  boolean
CSS2PlayDuring.getPlayDuringIdentifier ( ) [abstract]  :  String
CSS2PlayDuring.getPlayDuringType ( ) [abstract]  :  short
CSS2PlayDuring.getRepeat ( ) [abstract]  :  boolean
CSS2PlayDuring.getUri ( ) [abstract]  :  String
CSS2PlayDuring.setMix ( boolean p1 ) [abstract]  :  void
CSS2PlayDuring.setPlayDuringIdentifier ( String p1 ) [abstract]  :  void
CSS2PlayDuring.setRepeat ( boolean p1 ) [abstract]  :  void
CSS2PlayDuring.setUri ( String p1 ) [abstract]  :  void

w3c.jar, CSS2Properties.class
package org.w3c.dom.css
CSS2Properties.getAzimuth ( ) [abstract]  :  String
CSS2Properties.getBackground ( ) [abstract]  :  String
CSS2Properties.getBackgroundAttachment ( ) [abstract]  :  String
CSS2Properties.getBackgroundColor ( ) [abstract]  :  String
CSS2Properties.getBackgroundImage ( ) [abstract]  :  String
CSS2Properties.getBackgroundPosition ( ) [abstract]  :  String
CSS2Properties.getBackgroundRepeat ( ) [abstract]  :  String
CSS2Properties.getBorder ( ) [abstract]  :  String
CSS2Properties.getBorderBottom ( ) [abstract]  :  String
CSS2Properties.getBorderBottomColor ( ) [abstract]  :  String
CSS2Properties.getBorderBottomStyle ( ) [abstract]  :  String
CSS2Properties.getBorderBottomWidth ( ) [abstract]  :  String
CSS2Properties.getBorderCollapse ( ) [abstract]  :  String
CSS2Properties.getBorderColor ( ) [abstract]  :  String
CSS2Properties.getBorderLeft ( ) [abstract]  :  String
CSS2Properties.getBorderLeftColor ( ) [abstract]  :  String
CSS2Properties.getBorderLeftStyle ( ) [abstract]  :  String
CSS2Properties.getBorderLeftWidth ( ) [abstract]  :  String
CSS2Properties.getBorderRight ( ) [abstract]  :  String
CSS2Properties.getBorderRightColor ( ) [abstract]  :  String
CSS2Properties.getBorderRightStyle ( ) [abstract]  :  String
CSS2Properties.getBorderRightWidth ( ) [abstract]  :  String
CSS2Properties.getBorderSpacing ( ) [abstract]  :  String
CSS2Properties.getBorderStyle ( ) [abstract]  :  String
CSS2Properties.getBorderTop ( ) [abstract]  :  String
CSS2Properties.getBorderTopColor ( ) [abstract]  :  String
CSS2Properties.getBorderTopStyle ( ) [abstract]  :  String
CSS2Properties.getBorderTopWidth ( ) [abstract]  :  String
CSS2Properties.getBorderWidth ( ) [abstract]  :  String
CSS2Properties.getBottom ( ) [abstract]  :  String
CSS2Properties.getCaptionSide ( ) [abstract]  :  String
CSS2Properties.getClear ( ) [abstract]  :  String
CSS2Properties.getClip ( ) [abstract]  :  String
CSS2Properties.getColor ( ) [abstract]  :  String
CSS2Properties.getContent ( ) [abstract]  :  String
CSS2Properties.getCounterIncrement ( ) [abstract]  :  String
CSS2Properties.getCounterReset ( ) [abstract]  :  String
CSS2Properties.getCssFloat ( ) [abstract]  :  String
CSS2Properties.getCue ( ) [abstract]  :  String
CSS2Properties.getCueAfter ( ) [abstract]  :  String
CSS2Properties.getCueBefore ( ) [abstract]  :  String
CSS2Properties.getCursor ( ) [abstract]  :  String
CSS2Properties.getDirection ( ) [abstract]  :  String
CSS2Properties.getDisplay ( ) [abstract]  :  String
CSS2Properties.getElevation ( ) [abstract]  :  String
CSS2Properties.getEmptyCells ( ) [abstract]  :  String
CSS2Properties.getFont ( ) [abstract]  :  String
CSS2Properties.getFontFamily ( ) [abstract]  :  String
CSS2Properties.getFontSize ( ) [abstract]  :  String
CSS2Properties.getFontSizeAdjust ( ) [abstract]  :  String
CSS2Properties.getFontStretch ( ) [abstract]  :  String
CSS2Properties.getFontStyle ( ) [abstract]  :  String
CSS2Properties.getFontVariant ( ) [abstract]  :  String
CSS2Properties.getFontWeight ( ) [abstract]  :  String
CSS2Properties.getHeight ( ) [abstract]  :  String
CSS2Properties.getLeft ( ) [abstract]  :  String
CSS2Properties.getLetterSpacing ( ) [abstract]  :  String
CSS2Properties.getLineHeight ( ) [abstract]  :  String
CSS2Properties.getListStyle ( ) [abstract]  :  String
CSS2Properties.getListStyleImage ( ) [abstract]  :  String
CSS2Properties.getListStylePosition ( ) [abstract]  :  String
CSS2Properties.getListStyleType ( ) [abstract]  :  String
CSS2Properties.getMargin ( ) [abstract]  :  String
CSS2Properties.getMarginBottom ( ) [abstract]  :  String
CSS2Properties.getMarginLeft ( ) [abstract]  :  String
CSS2Properties.getMarginRight ( ) [abstract]  :  String
CSS2Properties.getMarginTop ( ) [abstract]  :  String
CSS2Properties.getMarkerOffset ( ) [abstract]  :  String
CSS2Properties.getMarks ( ) [abstract]  :  String
CSS2Properties.getMaxHeight ( ) [abstract]  :  String
CSS2Properties.getMaxWidth ( ) [abstract]  :  String
CSS2Properties.getMinHeight ( ) [abstract]  :  String
CSS2Properties.getMinWidth ( ) [abstract]  :  String
CSS2Properties.getOrphans ( ) [abstract]  :  String
CSS2Properties.getOutline ( ) [abstract]  :  String
CSS2Properties.getOutlineColor ( ) [abstract]  :  String
CSS2Properties.getOutlineStyle ( ) [abstract]  :  String
CSS2Properties.getOutlineWidth ( ) [abstract]  :  String
CSS2Properties.getOverflow ( ) [abstract]  :  String
CSS2Properties.getPadding ( ) [abstract]  :  String
CSS2Properties.getPaddingBottom ( ) [abstract]  :  String
CSS2Properties.getPaddingLeft ( ) [abstract]  :  String
CSS2Properties.getPaddingRight ( ) [abstract]  :  String
CSS2Properties.getPaddingTop ( ) [abstract]  :  String
CSS2Properties.getPage ( ) [abstract]  :  String
CSS2Properties.getPageBreakAfter ( ) [abstract]  :  String
CSS2Properties.getPageBreakBefore ( ) [abstract]  :  String
CSS2Properties.getPageBreakInside ( ) [abstract]  :  String
CSS2Properties.getPause ( ) [abstract]  :  String
CSS2Properties.getPauseAfter ( ) [abstract]  :  String
CSS2Properties.getPauseBefore ( ) [abstract]  :  String
CSS2Properties.getPitch ( ) [abstract]  :  String
CSS2Properties.getPitchRange ( ) [abstract]  :  String
CSS2Properties.getPlayDuring ( ) [abstract]  :  String
CSS2Properties.getPosition ( ) [abstract]  :  String
CSS2Properties.getQuotes ( ) [abstract]  :  String
CSS2Properties.getRichness ( ) [abstract]  :  String
CSS2Properties.getRight ( ) [abstract]  :  String
CSS2Properties.getSize ( ) [abstract]  :  String
CSS2Properties.getSpeak ( ) [abstract]  :  String
CSS2Properties.getSpeakHeader ( ) [abstract]  :  String
CSS2Properties.getSpeakNumeral ( ) [abstract]  :  String
CSS2Properties.getSpeakPunctuation ( ) [abstract]  :  String
CSS2Properties.getSpeechRate ( ) [abstract]  :  String
CSS2Properties.getStress ( ) [abstract]  :  String
CSS2Properties.getTableLayout ( ) [abstract]  :  String
CSS2Properties.getTextAlign ( ) [abstract]  :  String
CSS2Properties.getTextDecoration ( ) [abstract]  :  String
CSS2Properties.getTextIndent ( ) [abstract]  :  String
CSS2Properties.getTextShadow ( ) [abstract]  :  String
CSS2Properties.getTextTransform ( ) [abstract]  :  String
CSS2Properties.getTop ( ) [abstract]  :  String
CSS2Properties.getUnicodeBidi ( ) [abstract]  :  String
CSS2Properties.getVerticalAlign ( ) [abstract]  :  String
CSS2Properties.getVisibility ( ) [abstract]  :  String
CSS2Properties.getVoiceFamily ( ) [abstract]  :  String
CSS2Properties.getVolume ( ) [abstract]  :  String
CSS2Properties.getWhiteSpace ( ) [abstract]  :  String
CSS2Properties.getWidows ( ) [abstract]  :  String
CSS2Properties.getWidth ( ) [abstract]  :  String
CSS2Properties.getWordSpacing ( ) [abstract]  :  String
CSS2Properties.getZIndex ( ) [abstract]  :  String
CSS2Properties.setAzimuth ( String p1 ) [abstract]  :  void
CSS2Properties.setBackground ( String p1 ) [abstract]  :  void
CSS2Properties.setBackgroundAttachment ( String p1 ) [abstract]  :  void
CSS2Properties.setBackgroundColor ( String p1 ) [abstract]  :  void
CSS2Properties.setBackgroundImage ( String p1 ) [abstract]  :  void
CSS2Properties.setBackgroundPosition ( String p1 ) [abstract]  :  void
CSS2Properties.setBackgroundRepeat ( String p1 ) [abstract]  :  void
CSS2Properties.setBorder ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderBottom ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderBottomColor ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderBottomStyle ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderBottomWidth ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderCollapse ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderColor ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderLeft ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderLeftColor ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderLeftStyle ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderLeftWidth ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderRight ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderRightColor ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderRightStyle ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderRightWidth ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderSpacing ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderStyle ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderTop ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderTopColor ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderTopStyle ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderTopWidth ( String p1 ) [abstract]  :  void
CSS2Properties.setBorderWidth ( String p1 ) [abstract]  :  void
CSS2Properties.setBottom ( String p1 ) [abstract]  :  void
CSS2Properties.setCaptionSide ( String p1 ) [abstract]  :  void
CSS2Properties.setClear ( String p1 ) [abstract]  :  void
CSS2Properties.setClip ( String p1 ) [abstract]  :  void
CSS2Properties.setColor ( String p1 ) [abstract]  :  void
CSS2Properties.setContent ( String p1 ) [abstract]  :  void
CSS2Properties.setCounterIncrement ( String p1 ) [abstract]  :  void
CSS2Properties.setCounterReset ( String p1 ) [abstract]  :  void
CSS2Properties.setCssFloat ( String p1 ) [abstract]  :  void
CSS2Properties.setCue ( String p1 ) [abstract]  :  void
CSS2Properties.setCueAfter ( String p1 ) [abstract]  :  void
CSS2Properties.setCueBefore ( String p1 ) [abstract]  :  void
CSS2Properties.setCursor ( String p1 ) [abstract]  :  void
CSS2Properties.setDirection ( String p1 ) [abstract]  :  void
CSS2Properties.setDisplay ( String p1 ) [abstract]  :  void
CSS2Properties.setElevation ( String p1 ) [abstract]  :  void
CSS2Properties.setEmptyCells ( String p1 ) [abstract]  :  void
CSS2Properties.setFont ( String p1 ) [abstract]  :  void
CSS2Properties.setFontFamily ( String p1 ) [abstract]  :  void
CSS2Properties.setFontSize ( String p1 ) [abstract]  :  void
CSS2Properties.setFontSizeAdjust ( String p1 ) [abstract]  :  void
CSS2Properties.setFontStretch ( String p1 ) [abstract]  :  void
CSS2Properties.setFontStyle ( String p1 ) [abstract]  :  void
CSS2Properties.setFontVariant ( String p1 ) [abstract]  :  void
CSS2Properties.setFontWeight ( String p1 ) [abstract]  :  void
CSS2Properties.setHeight ( String p1 ) [abstract]  :  void
CSS2Properties.setLeft ( String p1 ) [abstract]  :  void
CSS2Properties.setLetterSpacing ( String p1 ) [abstract]  :  void
CSS2Properties.setLineHeight ( String p1 ) [abstract]  :  void
CSS2Properties.setListStyle ( String p1 ) [abstract]  :  void
CSS2Properties.setListStyleImage ( String p1 ) [abstract]  :  void
CSS2Properties.setListStylePosition ( String p1 ) [abstract]  :  void
CSS2Properties.setListStyleType ( String p1 ) [abstract]  :  void
CSS2Properties.setMargin ( String p1 ) [abstract]  :  void
CSS2Properties.setMarginBottom ( String p1 ) [abstract]  :  void
CSS2Properties.setMarginLeft ( String p1 ) [abstract]  :  void
CSS2Properties.setMarginRight ( String p1 ) [abstract]  :  void
CSS2Properties.setMarginTop ( String p1 ) [abstract]  :  void
CSS2Properties.setMarkerOffset ( String p1 ) [abstract]  :  void
CSS2Properties.setMarks ( String p1 ) [abstract]  :  void
CSS2Properties.setMaxHeight ( String p1 ) [abstract]  :  void
CSS2Properties.setMaxWidth ( String p1 ) [abstract]  :  void
CSS2Properties.setMinHeight ( String p1 ) [abstract]  :  void
CSS2Properties.setMinWidth ( String p1 ) [abstract]  :  void
CSS2Properties.setOrphans ( String p1 ) [abstract]  :  void
CSS2Properties.setOutline ( String p1 ) [abstract]  :  void
CSS2Properties.setOutlineColor ( String p1 ) [abstract]  :  void
CSS2Properties.setOutlineStyle ( String p1 ) [abstract]  :  void
CSS2Properties.setOutlineWidth ( String p1 ) [abstract]  :  void
CSS2Properties.setOverflow ( String p1 ) [abstract]  :  void
CSS2Properties.setPadding ( String p1 ) [abstract]  :  void
CSS2Properties.setPaddingBottom ( String p1 ) [abstract]  :  void
CSS2Properties.setPaddingLeft ( String p1 ) [abstract]  :  void
CSS2Properties.setPaddingRight ( String p1 ) [abstract]  :  void
CSS2Properties.setPaddingTop ( String p1 ) [abstract]  :  void
CSS2Properties.setPage ( String p1 ) [abstract]  :  void
CSS2Properties.setPageBreakAfter ( String p1 ) [abstract]  :  void
CSS2Properties.setPageBreakBefore ( String p1 ) [abstract]  :  void
CSS2Properties.setPageBreakInside ( String p1 ) [abstract]  :  void
CSS2Properties.setPause ( String p1 ) [abstract]  :  void
CSS2Properties.setPauseAfter ( String p1 ) [abstract]  :  void
CSS2Properties.setPauseBefore ( String p1 ) [abstract]  :  void
CSS2Properties.setPitch ( String p1 ) [abstract]  :  void
CSS2Properties.setPitchRange ( String p1 ) [abstract]  :  void
CSS2Properties.setPlayDuring ( String p1 ) [abstract]  :  void
CSS2Properties.setPosition ( String p1 ) [abstract]  :  void
CSS2Properties.setQuotes ( String p1 ) [abstract]  :  void
CSS2Properties.setRichness ( String p1 ) [abstract]  :  void
CSS2Properties.setRight ( String p1 ) [abstract]  :  void
CSS2Properties.setSize ( String p1 ) [abstract]  :  void
CSS2Properties.setSpeak ( String p1 ) [abstract]  :  void
CSS2Properties.setSpeakHeader ( String p1 ) [abstract]  :  void
CSS2Properties.setSpeakNumeral ( String p1 ) [abstract]  :  void
CSS2Properties.setSpeakPunctuation ( String p1 ) [abstract]  :  void
CSS2Properties.setSpeechRate ( String p1 ) [abstract]  :  void
CSS2Properties.setStress ( String p1 ) [abstract]  :  void
CSS2Properties.setTableLayout ( String p1 ) [abstract]  :  void
CSS2Properties.setTextAlign ( String p1 ) [abstract]  :  void
CSS2Properties.setTextDecoration ( String p1 ) [abstract]  :  void
CSS2Properties.setTextIndent ( String p1 ) [abstract]  :  void
CSS2Properties.setTextShadow ( String p1 ) [abstract]  :  void
CSS2Properties.setTextTransform ( String p1 ) [abstract]  :  void
CSS2Properties.setTop ( String p1 ) [abstract]  :  void
CSS2Properties.setUnicodeBidi ( String p1 ) [abstract]  :  void
CSS2Properties.setVerticalAlign ( String p1 ) [abstract]  :  void
CSS2Properties.setVisibility ( String p1 ) [abstract]  :  void
CSS2Properties.setVoiceFamily ( String p1 ) [abstract]  :  void
CSS2Properties.setVolume ( String p1 ) [abstract]  :  void
CSS2Properties.setWhiteSpace ( String p1 ) [abstract]  :  void
CSS2Properties.setWidows ( String p1 ) [abstract]  :  void
CSS2Properties.setWidth ( String p1 ) [abstract]  :  void
CSS2Properties.setWordSpacing ( String p1 ) [abstract]  :  void
CSS2Properties.setZIndex ( String p1 ) [abstract]  :  void

w3c.jar, CSS2TextShadow.class
package org.w3c.dom.css
CSS2TextShadow.getBlur ( ) [abstract]  :  CSSValue
CSS2TextShadow.getColor ( ) [abstract]  :  CSSValue
CSS2TextShadow.getHorizontal ( ) [abstract]  :  CSSValue
CSS2TextShadow.getVertical ( ) [abstract]  :  CSSValue

w3c.jar, CSSCharsetRule.class
package org.w3c.dom.css
CSSCharsetRule.getEncoding ( ) [abstract]  :  String
CSSCharsetRule.setEncoding ( String p1 ) [abstract]  :  void

w3c.jar, CSSFontFaceRule.class
package org.w3c.dom.css
CSSFontFaceRule.getStyle ( ) [abstract]  :  CSSStyleDeclaration

w3c.jar, CSSImportRule.class
package org.w3c.dom.css
CSSImportRule.getHref ( ) [abstract]  :  String
CSSImportRule.getMedia ( ) [abstract]  :  MediaList
CSSImportRule.getStyleSheet ( ) [abstract]  :  CSSStyleSheet

w3c.jar, CSSMediaRule.class
package org.w3c.dom.css
CSSMediaRule.deleteRule ( int p1 ) [abstract]  :  void
CSSMediaRule.getCssRules ( ) [abstract]  :  CSSRuleList
CSSMediaRule.getMedia ( ) [abstract]  :  MediaList
CSSMediaRule.insertRule ( String p1, int p2 ) [abstract]  :  int

w3c.jar, CSSPageRule.class
package org.w3c.dom.css
CSSPageRule.getSelectorText ( ) [abstract]  :  String
CSSPageRule.getStyle ( ) [abstract]  :  CSSStyleDeclaration
CSSPageRule.setSelectorText ( String p1 ) [abstract]  :  void

w3c.jar, CSSPrimitiveValue.class
package org.w3c.dom.css
CSSPrimitiveValue.getCounterValue ( ) [abstract]  :  Counter
CSSPrimitiveValue.getFloatValue ( short p1 ) [abstract]  :  float
CSSPrimitiveValue.getPrimitiveType ( ) [abstract]  :  short
CSSPrimitiveValue.getRectValue ( ) [abstract]  :  Rect
CSSPrimitiveValue.getRGBColorValue ( ) [abstract]  :  RGBColor
CSSPrimitiveValue.getStringValue ( ) [abstract]  :  String
CSSPrimitiveValue.setFloatValue ( short p1, float p2 ) [abstract]  :  void
CSSPrimitiveValue.setStringValue ( short p1, String p2 ) [abstract]  :  void

w3c.jar, CSSRule.class
package org.w3c.dom.css
CSSRule.getCssText ( ) [abstract]  :  String
CSSRule.getParentRule ( ) [abstract]  :  CSSRule
CSSRule.getParentStyleSheet ( ) [abstract]  :  CSSStyleSheet
CSSRule.getType ( ) [abstract]  :  short
CSSRule.setCssText ( String p1 ) [abstract]  :  void

w3c.jar, CSSRuleList.class
package org.w3c.dom.css
CSSRuleList.getLength ( ) [abstract]  :  int
CSSRuleList.item ( int p1 ) [abstract]  :  CSSRule

w3c.jar, CSSStyleDeclaration.class
package org.w3c.dom.css
CSSStyleDeclaration.getCssText ( ) [abstract]  :  String
CSSStyleDeclaration.getLength ( ) [abstract]  :  int
CSSStyleDeclaration.getParentRule ( ) [abstract]  :  CSSRule
CSSStyleDeclaration.getPropertyCSSValue ( String p1 ) [abstract]  :  CSSValue
CSSStyleDeclaration.getPropertyPriority ( String p1 ) [abstract]  :  String
CSSStyleDeclaration.getPropertyValue ( String p1 ) [abstract]  :  String
CSSStyleDeclaration.item ( int p1 ) [abstract]  :  String
CSSStyleDeclaration.removeProperty ( String p1 ) [abstract]  :  String
CSSStyleDeclaration.setCssText ( String p1 ) [abstract]  :  void
CSSStyleDeclaration.setProperty ( String p1, String p2, String p3 ) [abstract]  :  void

w3c.jar, CSSStyleRule.class
package org.w3c.dom.css
CSSStyleRule.getSelectorText ( ) [abstract]  :  String
CSSStyleRule.getStyle ( ) [abstract]  :  CSSStyleDeclaration
CSSStyleRule.setSelectorText ( String p1 ) [abstract]  :  void

w3c.jar, CSSStyleSheet.class
package org.w3c.dom.css
CSSStyleSheet.deleteRule ( int p1 ) [abstract]  :  void
CSSStyleSheet.getCssRules ( ) [abstract]  :  CSSRuleList
CSSStyleSheet.getOwnerRule ( ) [abstract]  :  CSSRule
CSSStyleSheet.insertRule ( String p1, int p2 ) [abstract]  :  int

w3c.jar, CSSValue.class
package org.w3c.dom.css
CSSValue.getCssText ( ) [abstract]  :  String
CSSValue.getValueType ( ) [abstract]  :  short
CSSValue.setCssText ( String p1 ) [abstract]  :  void

w3c.jar, CSSValueList.class
package org.w3c.dom.css
CSSValueList.getLength ( ) [abstract]  :  int
CSSValueList.item ( int p1 ) [abstract]  :  CSSValue

w3c.jar, DocumentCSS.class
package org.w3c.dom.css
DocumentCSS.getOverrideStyle ( Element p1, String p2 ) [abstract]  :  CSSStyleDeclaration

w3c.jar, DocumentStyle.class
package org.w3c.dom.stylesheets
DocumentStyle.getStyleSheets ( ) [abstract]  :  StyleSheetList

w3c.jar, DocumentView.class
package org.w3c.dom.views
DocumentView.getDefaultView ( ) [abstract]  :  AbstractView

w3c.jar, DOMImplementationCSS.class
package org.w3c.dom.css
DOMImplementationCSS.createCSSStyleSheet ( String p1, String p2 ) [abstract]  :  CSSStyleSheet

w3c.jar, ElementCSSInlineStyle.class
package org.w3c.dom.css
ElementCSSInlineStyle.getStyle ( ) [abstract]  :  CSSStyleDeclaration

w3c.jar, GetSVGDocument.class
package org.w3c.dom.svg
GetSVGDocument.getSVGDocument ( ) [abstract]  :  SVGDocument

w3c.jar, LinkStyle.class
package org.w3c.dom.stylesheets
LinkStyle.getSheet ( ) [abstract]  :  StyleSheet

w3c.jar, MediaList.class
package org.w3c.dom.stylesheets
MediaList.append ( String p1 ) [abstract]  :  void
MediaList.delete ( String p1 ) [abstract]  :  void
MediaList.getLength ( ) [abstract]  :  int
MediaList.getMediaText ( ) [abstract]  :  String
MediaList.item ( int p1 ) [abstract]  :  String
MediaList.setMediaText ( String p1 ) [abstract]  :  void

w3c.jar, MouseEvent.class
package org.w3c.dom.events
MouseEvent.getAltKey ( ) [abstract]  :  boolean
MouseEvent.getButton ( ) [abstract]  :  short
MouseEvent.getClientX ( ) [abstract]  :  int
MouseEvent.getClientY ( ) [abstract]  :  int
MouseEvent.getCtrlKey ( ) [abstract]  :  boolean
MouseEvent.getMetaKey ( ) [abstract]  :  boolean
MouseEvent.getRelatedNode ( ) [abstract]  :  Node
MouseEvent.getScreenX ( ) [abstract]  :  int
MouseEvent.getScreenY ( ) [abstract]  :  int
MouseEvent.getShiftKey ( ) [abstract]  :  boolean
MouseEvent.initMouseEvent ( String p1, boolean p2, boolean p3, AbstractView p4, short p5, int p6, int p7, int p8, int p9, boolean p10, boolean p11, boolean p12, boolean p13, short p14, Node p15 ) [abstract]  :  void

w3c.jar, Rect.class
package org.w3c.dom.css
Rect.getBottom ( ) [abstract]  :  CSSPrimitiveValue
Rect.getLeft ( ) [abstract]  :  CSSPrimitiveValue
Rect.getRight ( ) [abstract]  :  CSSPrimitiveValue
Rect.getTop ( ) [abstract]  :  CSSPrimitiveValue

w3c.jar, RGBColor.class
package org.w3c.dom.css
RGBColor.getBlue ( ) [abstract]  :  CSSPrimitiveValue
RGBColor.getGreen ( ) [abstract]  :  CSSPrimitiveValue
RGBColor.getRed ( ) [abstract]  :  CSSPrimitiveValue

w3c.jar, StyleSheet.class
package org.w3c.dom.stylesheets
StyleSheet.getDisabled ( ) [abstract]  :  boolean
StyleSheet.getHref ( ) [abstract]  :  String
StyleSheet.getMedia ( ) [abstract]  :  MediaList
StyleSheet.getOwnerNode ( ) [abstract]  :  Node
StyleSheet.getParentStyleSheet ( ) [abstract]  :  StyleSheet
StyleSheet.getTitle ( ) [abstract]  :  String
StyleSheet.getType ( ) [abstract]  :  String
StyleSheet.setDisabled ( boolean p1 ) [abstract]  :  void

w3c.jar, StyleSheetList.class
package org.w3c.dom.stylesheets
StyleSheetList.getLength ( ) [abstract]  :  int
StyleSheetList.item ( int p1 ) [abstract]  :  StyleSheet

w3c.jar, SVGAElement.class
package org.w3c.dom.svg
SVGAElement.getTarget ( ) [abstract]  :  SVGAnimatedString

w3c.jar, SVGAngle.class
package org.w3c.dom.svg
SVGAngle.convertToSpecifiedUnits ( short p1 ) [abstract]  :  void
SVGAngle.getUnitType ( ) [abstract]  :  short
SVGAngle.getValue ( ) [abstract]  :  float
SVGAngle.getValueAsString ( ) [abstract]  :  String
SVGAngle.getValueInSpecifiedUnits ( ) [abstract]  :  float
SVGAngle.newValueSpecifiedUnits ( short p1, float p2 ) [abstract]  :  void
SVGAngle.setValue ( float p1 ) [abstract]  :  void
SVGAngle.setValueAsString ( String p1 ) [abstract]  :  void
SVGAngle.setValueInSpecifiedUnits ( float p1 ) [abstract]  :  void

w3c.jar, SVGAnimatedAngle.class
package org.w3c.dom.svg
SVGAnimatedAngle.getAnimVal ( ) [abstract]  :  SVGAngle
SVGAnimatedAngle.getBaseVal ( ) [abstract]  :  SVGAngle
SVGAnimatedAngle.setBaseVal ( SVGAngle p1 ) [abstract]  :  void

w3c.jar, SVGAnimatedBoolean.class
package org.w3c.dom.svg
SVGAnimatedBoolean.getAnimVal ( ) [abstract]  :  boolean
SVGAnimatedBoolean.getBaseVal ( ) [abstract]  :  boolean
SVGAnimatedBoolean.setBaseVal ( boolean p1 ) [abstract]  :  void

w3c.jar, SVGAnimatedEnumeration.class
package org.w3c.dom.svg
SVGAnimatedEnumeration.getAnimVal ( ) [abstract]  :  short
SVGAnimatedEnumeration.getBaseVal ( ) [abstract]  :  short
SVGAnimatedEnumeration.setBaseVal ( short p1 ) [abstract]  :  void

w3c.jar, SVGAnimatedInteger.class
package org.w3c.dom.svg
SVGAnimatedInteger.getAnimVal ( ) [abstract]  :  int
SVGAnimatedInteger.getBaseVal ( ) [abstract]  :  int
SVGAnimatedInteger.setBaseVal ( int p1 ) [abstract]  :  void

w3c.jar, SVGAnimatedLength.class
package org.w3c.dom.svg
SVGAnimatedLength.getAnimVal ( ) [abstract]  :  SVGLength
SVGAnimatedLength.getBaseVal ( ) [abstract]  :  SVGLength
SVGAnimatedLength.setBaseVal ( SVGLength p1 ) [abstract]  :  void

w3c.jar, SVGAnimatedLengthList.class
package org.w3c.dom.svg
SVGAnimatedLengthList.getAnimVal ( ) [abstract]  :  SVGLengthList
SVGAnimatedLengthList.getBaseVal ( ) [abstract]  :  SVGLengthList
SVGAnimatedLengthList.setBaseVal ( SVGLengthList p1 ) [abstract]  :  void

w3c.jar, SVGAnimatedNumber.class
package org.w3c.dom.svg
SVGAnimatedNumber.getAnimVal ( ) [abstract]  :  float
SVGAnimatedNumber.getBaseVal ( ) [abstract]  :  float
SVGAnimatedNumber.setBaseVal ( float p1 ) [abstract]  :  void

w3c.jar, SVGAnimatedNumberList.class
package org.w3c.dom.svg
SVGAnimatedNumberList.getAnimVal ( ) [abstract]  :  SVGNumberList
SVGAnimatedNumberList.getBaseVal ( ) [abstract]  :  SVGNumberList
SVGAnimatedNumberList.setBaseVal ( SVGNumberList p1 ) [abstract]  :  void

w3c.jar, SVGAnimatedPathData.class
package org.w3c.dom.svg
SVGAnimatedPathData.getAnimatedNormalizedPathSegList ( ) [abstract]  :  SVGList
SVGAnimatedPathData.getAnimatedPathSegList ( ) [abstract]  :  SVGList
SVGAnimatedPathData.getNormalizedPathSegList ( ) [abstract]  :  SVGList
SVGAnimatedPathData.getPathSegList ( ) [abstract]  :  SVGList

w3c.jar, SVGAnimatedPoints.class
package org.w3c.dom.svg
SVGAnimatedPoints.getAnimatedPoints ( ) [abstract]  :  SVGList
SVGAnimatedPoints.getPoints ( ) [abstract]  :  SVGList

w3c.jar, SVGAnimatedPreserveAspectRatio.class
package org.w3c.dom.svg
SVGAnimatedPreserveAspectRatio.getAnimVal ( ) [abstract]  :  SVGPreserveAspectRatio
SVGAnimatedPreserveAspectRatio.getBaseVal ( ) [abstract]  :  SVGPreserveAspectRatio
SVGAnimatedPreserveAspectRatio.setBaseVal ( SVGPreserveAspectRatio p1 ) [abstract]  :  void

w3c.jar, SVGAnimatedRect.class
package org.w3c.dom.svg
SVGAnimatedRect.getAnimVal ( ) [abstract]  :  SVGRect
SVGAnimatedRect.getBaseVal ( ) [abstract]  :  SVGRect
SVGAnimatedRect.setBaseVal ( SVGRect p1 ) [abstract]  :  void

w3c.jar, SVGAnimatedString.class
package org.w3c.dom.svg
SVGAnimatedString.getAnimVal ( ) [abstract]  :  String
SVGAnimatedString.getBaseVal ( ) [abstract]  :  String
SVGAnimatedString.setBaseVal ( String p1 ) [abstract]  :  void

w3c.jar, SVGAnimatedTextRotate.class
package org.w3c.dom.svg
SVGAnimatedTextRotate.getAnimVal ( ) [abstract]  :  SVGTextRotate
SVGAnimatedTextRotate.getBaseVal ( ) [abstract]  :  SVGTextRotate
SVGAnimatedTextRotate.setBaseVal ( SVGTextRotate p1 ) [abstract]  :  void

w3c.jar, SVGAnimatedTransformList.class
package org.w3c.dom.svg
SVGAnimatedTransformList.getAnimVal ( ) [abstract]  :  SVGTransformList
SVGAnimatedTransformList.getBaseVal ( ) [abstract]  :  SVGTransformList
SVGAnimatedTransformList.setBaseVal ( SVGTransformList p1 ) [abstract]  :  void

w3c.jar, SVGCircleElement.class
package org.w3c.dom.svg
SVGCircleElement.getCx ( ) [abstract]  :  SVGAnimatedLength
SVGCircleElement.getCy ( ) [abstract]  :  SVGAnimatedLength
SVGCircleElement.getR ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGClipPathElement.class
package org.w3c.dom.svg
SVGClipPathElement.getClipPathUnits ( ) [abstract]  :  SVGAnimatedEnumeration

w3c.jar, SVGColor.class
package org.w3c.dom.svg
SVGColor.createRGBColor ( ) [abstract]  :  RGBColor
SVGColor.createSVGICCColor ( ) [abstract]  :  SVGICCColor
SVGColor.getColorType ( ) [abstract]  :  short
SVGColor.getICCColor ( ) [abstract]  :  SVGICCColor
SVGColor.getRGBColor ( ) [abstract]  :  RGBColor
SVGColor.setRGBColor ( RGBColor p1 ) [abstract]  :  void
SVGColor.setRGBColorICCColor ( RGBColor p1, SVGICCColor p2 ) [abstract]  :  void

w3c.jar, SVGColorProfileElement.class
package org.w3c.dom.svg
SVGColorProfileElement.getName ( ) [abstract]  :  String
SVGColorProfileElement.getRenderingIntent ( ) [abstract]  :  short
SVGColorProfileElement.setName ( String p1 ) [abstract]  :  void
SVGColorProfileElement.setRenderingIntent ( short p1 ) [abstract]  :  void

w3c.jar, SVGColorProfileRule.class
package org.w3c.dom.svg
SVGColorProfileRule.getName ( ) [abstract]  :  String
SVGColorProfileRule.getRenderingIntent ( ) [abstract]  :  short
SVGColorProfileRule.getSrc ( ) [abstract]  :  String
SVGColorProfileRule.setName ( String p1 ) [abstract]  :  void
SVGColorProfileRule.setRenderingIntent ( short p1 ) [abstract]  :  void
SVGColorProfileRule.setSrc ( String p1 ) [abstract]  :  void

w3c.jar, SVGComponentTransferFunctionElement.class
package org.w3c.dom.svg
SVGComponentTransferFunctionElement.getAmplitude ( ) [abstract]  :  SVGAnimatedNumber
SVGComponentTransferFunctionElement.getExponent ( ) [abstract]  :  SVGAnimatedNumber
SVGComponentTransferFunctionElement.getIntercept ( ) [abstract]  :  SVGAnimatedNumber
SVGComponentTransferFunctionElement.getOffset ( ) [abstract]  :  SVGAnimatedNumber
SVGComponentTransferFunctionElement.getSlope ( ) [abstract]  :  SVGAnimatedNumber
SVGComponentTransferFunctionElement.getTableValues ( ) [abstract]  :  SVGAnimatedNumberList
SVGComponentTransferFunctionElement.getType ( ) [abstract]  :  SVGAnimatedEnumeration

w3c.jar, SVGCursorElement.class
package org.w3c.dom.svg
SVGCursorElement.getX ( ) [abstract]  :  SVGAnimatedLength
SVGCursorElement.getY ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGDocument.class
package org.w3c.dom.svg
SVGDocument.getDomain ( ) [abstract]  :  String
SVGDocument.getReferrer ( ) [abstract]  :  String
SVGDocument.getRootElement ( ) [abstract]  :  SVGSVGElement
SVGDocument.getTitle ( ) [abstract]  :  String
SVGDocument.getURL ( ) [abstract]  :  String
SVGDocument.setTitle ( String p1 ) [abstract]  :  void

w3c.jar, SVGElement.class
package org.w3c.dom.svg
SVGElement.getId ( ) [abstract]  :  String
SVGElement.getOwnerSVGElement ( ) [abstract]  :  SVGSVGElement
SVGElement.getViewportElement ( ) [abstract]  :  SVGElement
SVGElement.setId ( String p1 ) [abstract]  :  void

w3c.jar, SVGElementInstance.class
package org.w3c.dom.svg
SVGElementInstance.getChildNodes ( ) [abstract]  :  SVGElementInstanceList
SVGElementInstance.getCorrespondingElement ( ) [abstract]  :  SVGElement
SVGElementInstance.getCorrespondingUseElement ( ) [abstract]  :  SVGUseElement
SVGElementInstance.getFirstChild ( ) [abstract]  :  SVGElementInstance
SVGElementInstance.getLastChild ( ) [abstract]  :  SVGElementInstance
SVGElementInstance.getNextSibling ( ) [abstract]  :  SVGElementInstance
SVGElementInstance.getParentNode ( ) [abstract]  :  SVGElementInstance
SVGElementInstance.getPreviousSibling ( ) [abstract]  :  SVGElementInstance

w3c.jar, SVGElementInstanceList.class
package org.w3c.dom.svg
SVGElementInstanceList.getLength ( ) [abstract]  :  SVGElementInstance
SVGElementInstanceList.item ( int p1 ) [abstract]  :  SVGElementInstance

w3c.jar, SVGEllipseElement.class
package org.w3c.dom.svg
SVGEllipseElement.getCx ( ) [abstract]  :  SVGAnimatedLength
SVGEllipseElement.getCy ( ) [abstract]  :  SVGAnimatedLength
SVGEllipseElement.getRx ( ) [abstract]  :  SVGAnimatedLength
SVGEllipseElement.getRy ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGException.class
package org.w3c.dom.svg
SVGException.SVGException ( short p1, String p2 )

w3c.jar, SVGExternalResourcesRequired.class
package org.w3c.dom.svg
SVGExternalResourcesRequired.getExternalResourcesRequired ( ) [abstract]  :  SVGAnimatedBoolean

w3c.jar, SVGFEBlendElement.class
package org.w3c.dom.svg
SVGFEBlendElement.getIn1 ( ) [abstract]  :  SVGAnimatedString
SVGFEBlendElement.getIn2 ( ) [abstract]  :  SVGAnimatedString
SVGFEBlendElement.getMode ( ) [abstract]  :  SVGAnimatedEnumeration

w3c.jar, SVGFEColorMatrixElement.class
package org.w3c.dom.svg
SVGFEColorMatrixElement.getIn1 ( ) [abstract]  :  SVGAnimatedString
SVGFEColorMatrixElement.getType ( ) [abstract]  :  SVGAnimatedEnumeration
SVGFEColorMatrixElement.getValues ( ) [abstract]  :  SVGAnimatedNumberList

w3c.jar, SVGFEComponentTransferElement.class
package org.w3c.dom.svg
SVGFEComponentTransferElement.getIn1 ( ) [abstract]  :  SVGAnimatedString

w3c.jar, SVGFECompositeElement.class
package org.w3c.dom.svg
SVGFECompositeElement.getIn1 ( ) [abstract]  :  SVGAnimatedString
SVGFECompositeElement.getIn2 ( ) [abstract]  :  SVGAnimatedString
SVGFECompositeElement.getK1 ( ) [abstract]  :  SVGAnimatedNumber
SVGFECompositeElement.getK2 ( ) [abstract]  :  SVGAnimatedNumber
SVGFECompositeElement.getK3 ( ) [abstract]  :  SVGAnimatedNumber
SVGFECompositeElement.getK4 ( ) [abstract]  :  SVGAnimatedNumber
SVGFECompositeElement.getOperator ( ) [abstract]  :  SVGAnimatedEnumeration

w3c.jar, SVGFEConvolveMatrixElement.class
package org.w3c.dom.svg
SVGFEConvolveMatrixElement.getBias ( ) [abstract]  :  SVGAnimatedNumber
SVGFEConvolveMatrixElement.getDivisor ( ) [abstract]  :  SVGAnimatedNumber
SVGFEConvolveMatrixElement.getEdgeMode ( ) [abstract]  :  SVGAnimatedEnumeration
SVGFEConvolveMatrixElement.getKernelMatrix ( ) [abstract]  :  SVGAnimatedNumberList
SVGFEConvolveMatrixElement.getKernelUnitLengthX ( ) [abstract]  :  SVGAnimatedLength
SVGFEConvolveMatrixElement.getKernelUnitLengthY ( ) [abstract]  :  SVGAnimatedLength
SVGFEConvolveMatrixElement.getOrderX ( ) [abstract]  :  SVGAnimatedInteger
SVGFEConvolveMatrixElement.getOrderY ( ) [abstract]  :  SVGAnimatedInteger
SVGFEConvolveMatrixElement.getPreserveAlpha ( ) [abstract]  :  SVGAnimatedBoolean
SVGFEConvolveMatrixElement.getTargetX ( ) [abstract]  :  SVGAnimatedInteger
SVGFEConvolveMatrixElement.getTargetY ( ) [abstract]  :  SVGAnimatedInteger

w3c.jar, SVGFEDiffuseLightingElement.class
package org.w3c.dom.svg
SVGFEDiffuseLightingElement.getDiffuseConstant ( ) [abstract]  :  SVGAnimatedNumber
SVGFEDiffuseLightingElement.getIn1 ( ) [abstract]  :  SVGAnimatedString
SVGFEDiffuseLightingElement.getSurfaceScale ( ) [abstract]  :  SVGAnimatedNumber

w3c.jar, SVGFEDisplacementMapElement.class
package org.w3c.dom.svg
SVGFEDisplacementMapElement.getIn1 ( ) [abstract]  :  SVGAnimatedString
SVGFEDisplacementMapElement.getIn2 ( ) [abstract]  :  SVGAnimatedString
SVGFEDisplacementMapElement.getScale ( ) [abstract]  :  SVGAnimatedNumber
SVGFEDisplacementMapElement.getXChannelSelector ( ) [abstract]  :  SVGAnimatedEnumeration
SVGFEDisplacementMapElement.getYChannelSelector ( ) [abstract]  :  SVGAnimatedEnumeration

w3c.jar, SVGFEDistantLightElement.class
package org.w3c.dom.svg
SVGFEDistantLightElement.getAzimuth ( ) [abstract]  :  SVGAnimatedNumber
SVGFEDistantLightElement.getElevation ( ) [abstract]  :  SVGAnimatedNumber

w3c.jar, SVGFEFloodElement.class
package org.w3c.dom.svg
SVGFEFloodElement.getIn1 ( ) [abstract]  :  SVGAnimatedString

w3c.jar, SVGFEGaussianBlurElement.class
package org.w3c.dom.svg
SVGFEGaussianBlurElement.getIn1 ( ) [abstract]  :  SVGAnimatedString
SVGFEGaussianBlurElement.getStdDeviationX ( ) [abstract]  :  SVGAnimatedNumber
SVGFEGaussianBlurElement.getStdDeviationY ( ) [abstract]  :  SVGAnimatedNumber
SVGFEGaussianBlurElement.setStdDeviation ( float p1, float p2 ) [abstract]  :  void

w3c.jar, SVGFEMergeNodeElement.class
package org.w3c.dom.svg
SVGFEMergeNodeElement.getIn1 ( ) [abstract]  :  SVGAnimatedString

w3c.jar, SVGFEMorphologyElement.class
package org.w3c.dom.svg
SVGFEMorphologyElement.getIn1 ( ) [abstract]  :  SVGAnimatedString
SVGFEMorphologyElement.getOperator ( ) [abstract]  :  SVGAnimatedEnumeration
SVGFEMorphologyElement.getRadiusX ( ) [abstract]  :  SVGAnimatedLength
SVGFEMorphologyElement.getRadiusY ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGFEOffsetElement.class
package org.w3c.dom.svg
SVGFEOffsetElement.getDx ( ) [abstract]  :  SVGAnimatedLength
SVGFEOffsetElement.getDy ( ) [abstract]  :  SVGAnimatedLength
SVGFEOffsetElement.getIn1 ( ) [abstract]  :  SVGAnimatedString

w3c.jar, SVGFEPointLightElement.class
package org.w3c.dom.svg
SVGFEPointLightElement.getX ( ) [abstract]  :  SVGAnimatedNumber
SVGFEPointLightElement.getY ( ) [abstract]  :  SVGAnimatedNumber
SVGFEPointLightElement.getZ ( ) [abstract]  :  SVGAnimatedNumber

w3c.jar, SVGFESpecularLightingElement.class
package org.w3c.dom.svg
SVGFESpecularLightingElement.getIn1 ( ) [abstract]  :  SVGAnimatedString
SVGFESpecularLightingElement.getSpecularConstant ( ) [abstract]  :  SVGAnimatedNumber
SVGFESpecularLightingElement.getSpecularExponent ( ) [abstract]  :  SVGAnimatedNumber
SVGFESpecularLightingElement.getSurfaceScale ( ) [abstract]  :  SVGAnimatedNumber

w3c.jar, SVGFESpotLightElement.class
package org.w3c.dom.svg
SVGFESpotLightElement.getLimitingConeAngle ( ) [abstract]  :  SVGAnimatedNumber
SVGFESpotLightElement.getPointsAtX ( ) [abstract]  :  SVGAnimatedNumber
SVGFESpotLightElement.getPointsAtY ( ) [abstract]  :  SVGAnimatedNumber
SVGFESpotLightElement.getPointsAtZ ( ) [abstract]  :  SVGAnimatedNumber
SVGFESpotLightElement.getSpecularExponent ( ) [abstract]  :  SVGAnimatedNumber
SVGFESpotLightElement.getX ( ) [abstract]  :  SVGAnimatedNumber
SVGFESpotLightElement.getY ( ) [abstract]  :  SVGAnimatedNumber
SVGFESpotLightElement.getZ ( ) [abstract]  :  SVGAnimatedNumber

w3c.jar, SVGFETileElement.class
package org.w3c.dom.svg
SVGFETileElement.getIn1 ( ) [abstract]  :  SVGAnimatedString

w3c.jar, SVGFETurbulenceElement.class
package org.w3c.dom.svg
SVGFETurbulenceElement.getBaseFrequencyX ( ) [abstract]  :  SVGAnimatedNumber
SVGFETurbulenceElement.getBaseFrequencyY ( ) [abstract]  :  SVGAnimatedNumber
SVGFETurbulenceElement.getNumOctaves ( ) [abstract]  :  SVGAnimatedInteger
SVGFETurbulenceElement.getSeed ( ) [abstract]  :  SVGAnimatedNumber
SVGFETurbulenceElement.getStitchTiles ( ) [abstract]  :  SVGAnimatedEnumeration
SVGFETurbulenceElement.getType ( ) [abstract]  :  SVGAnimatedEnumeration

w3c.jar, SVGFilterElement.class
package org.w3c.dom.svg
SVGFilterElement.getFilterResX ( ) [abstract]  :  SVGAnimatedInteger
SVGFilterElement.getFilterResY ( ) [abstract]  :  SVGAnimatedInteger
SVGFilterElement.getFilterUnits ( ) [abstract]  :  SVGAnimatedEnumeration
SVGFilterElement.getHeight ( ) [abstract]  :  SVGAnimatedLength
SVGFilterElement.getPrimitiveUnits ( ) [abstract]  :  SVGAnimatedEnumeration
SVGFilterElement.getWidth ( ) [abstract]  :  SVGAnimatedLength
SVGFilterElement.getX ( ) [abstract]  :  SVGAnimatedLength
SVGFilterElement.getY ( ) [abstract]  :  SVGAnimatedLength
SVGFilterElement.setFilterRes ( int p1, int p2 ) [abstract]  :  void

w3c.jar, SVGFilterPrimitiveStandardAttributes.class
package org.w3c.dom.svg
SVGFilterPrimitiveStandardAttributes.getHeight ( ) [abstract]  :  SVGAnimatedLength
SVGFilterPrimitiveStandardAttributes.getResult ( ) [abstract]  :  SVGAnimatedString
SVGFilterPrimitiveStandardAttributes.getWidth ( ) [abstract]  :  SVGAnimatedLength
SVGFilterPrimitiveStandardAttributes.getX ( ) [abstract]  :  SVGAnimatedLength
SVGFilterPrimitiveStandardAttributes.getY ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGFitToViewBox.class
package org.w3c.dom.svg
SVGFitToViewBox.getPreserveAspectRatio ( ) [abstract]  :  SVGAnimatedPreserveAspectRatio
SVGFitToViewBox.getViewBox ( ) [abstract]  :  SVGAnimatedRect

w3c.jar, SVGForeignObjectElement.class
package org.w3c.dom.svg
SVGForeignObjectElement.getHeight ( ) [abstract]  :  SVGAnimatedLength
SVGForeignObjectElement.getWidth ( ) [abstract]  :  SVGAnimatedLength
SVGForeignObjectElement.getX ( ) [abstract]  :  SVGAnimatedLength
SVGForeignObjectElement.getY ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGGlyphRefElement.class
package org.w3c.dom.svg
SVGGlyphRefElement.getFormat ( ) [abstract]  :  String
SVGGlyphRefElement.getGlyphRef ( ) [abstract]  :  String
SVGGlyphRefElement.setFormat ( String p1 ) [abstract]  :  void
SVGGlyphRefElement.setGlyphRef ( String p1 ) [abstract]  :  void

w3c.jar, SVGGlyphRunElement.class
package org.w3c.dom.svg
SVGGlyphRunElement.getGlyphOrder ( ) [abstract]  :  SVGAnimatedNumberList

w3c.jar, SVGGradientElement.class
package org.w3c.dom.svg
SVGGradientElement.getGradientTransform ( ) [abstract]  :  SVGAnimatedTransformList
SVGGradientElement.getGradientUnits ( ) [abstract]  :  SVGAnimatedEnumeration
SVGGradientElement.getSpreadMethod ( ) [abstract]  :  SVGAnimatedEnumeration

w3c.jar, SVGICCColor.class
package org.w3c.dom.svg
SVGICCColor.getColorProfile ( ) [abstract]  :  String
SVGICCColor.getColors ( ) [abstract]  :  SVGList
SVGICCColor.setColorProfile ( String p1 ) [abstract]  :  void

w3c.jar, SVGImageElement.class
package org.w3c.dom.svg
SVGImageElement.getHeight ( ) [abstract]  :  SVGAnimatedLength
SVGImageElement.getWidth ( ) [abstract]  :  SVGAnimatedLength
SVGImageElement.getX ( ) [abstract]  :  SVGAnimatedLength
SVGImageElement.getY ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGLangSpace.class
package org.w3c.dom.svg
SVGLangSpace.getXMLlang ( ) [abstract]  :  String
SVGLangSpace.getXMLspace ( ) [abstract]  :  String
SVGLangSpace.setXMLlang ( String p1 ) [abstract]  :  void
SVGLangSpace.setXMLspace ( String p1 ) [abstract]  :  void

w3c.jar, SVGLength.class
package org.w3c.dom.svg
SVGLength.convertToSpecifiedUnits ( short p1 ) [abstract]  :  void
SVGLength.getUnitType ( ) [abstract]  :  short
SVGLength.getValue ( ) [abstract]  :  float
SVGLength.getValueAsString ( ) [abstract]  :  String
SVGLength.getValueInSpecifiedUnits ( ) [abstract]  :  float
SVGLength.newValueSpecifiedUnits ( short p1, float p2 ) [abstract]  :  void
SVGLength.setValue ( float p1 ) [abstract]  :  void
SVGLength.setValueAsString ( String p1 ) [abstract]  :  void
SVGLength.setValueInSpecifiedUnits ( float p1 ) [abstract]  :  void

w3c.jar, SVGLinearGradientElement.class
package org.w3c.dom.svg
SVGLinearGradientElement.getX1 ( ) [abstract]  :  SVGAnimatedLength
SVGLinearGradientElement.getX2 ( ) [abstract]  :  SVGAnimatedLength
SVGLinearGradientElement.getY1 ( ) [abstract]  :  SVGAnimatedLength
SVGLinearGradientElement.getY2 ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGLineElement.class
package org.w3c.dom.svg
SVGLineElement.getX1 ( ) [abstract]  :  SVGAnimatedLength
SVGLineElement.getX2 ( ) [abstract]  :  SVGAnimatedLength
SVGLineElement.getY1 ( ) [abstract]  :  SVGAnimatedLength
SVGLineElement.getY2 ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGList.class
package org.w3c.dom.svg
SVGList.appendItem ( Object p1 ) [abstract]  :  Object
SVGList.clear ( ) [abstract]  :  void
SVGList.createItem ( ) [abstract]  :  Object
SVGList.getItem ( int p1 ) [abstract]  :  Object
SVGList.getNumberOfItems ( ) [abstract]  :  int
SVGList.initialize ( Object p1 ) [abstract]  :  Object
SVGList.insertItemBefore ( Object p1, int p2 ) [abstract]  :  Object
SVGList.removeItem ( int p1 ) [abstract]  :  Object
SVGList.replaceItem ( Object p1, int p2 ) [abstract]  :  Object

w3c.jar, SVGMarkerElement.class
package org.w3c.dom.svg
SVGMarkerElement.getMarkerHeight ( ) [abstract]  :  SVGAnimatedLength
SVGMarkerElement.getMarkerUnits ( ) [abstract]  :  SVGAnimatedEnumeration
SVGMarkerElement.getMarkerWidth ( ) [abstract]  :  SVGAnimatedLength
SVGMarkerElement.getOrientAngle ( ) [abstract]  :  SVGAnimatedAngle
SVGMarkerElement.getOrientType ( ) [abstract]  :  SVGAnimatedEnumeration
SVGMarkerElement.getRefX ( ) [abstract]  :  SVGAnimatedLength
SVGMarkerElement.getRefY ( ) [abstract]  :  SVGAnimatedLength
SVGMarkerElement.setOrientToAngle ( SVGAngle p1 ) [abstract]  :  void
SVGMarkerElement.setOrientToAuto ( ) [abstract]  :  void

w3c.jar, SVGMaskElement.class
package org.w3c.dom.svg
SVGMaskElement.getHeight ( ) [abstract]  :  SVGAnimatedLength
SVGMaskElement.getMaskUnits ( ) [abstract]  :  SVGAnimatedEnumeration
SVGMaskElement.getWidth ( ) [abstract]  :  SVGAnimatedLength
SVGMaskElement.getX ( ) [abstract]  :  SVGAnimatedLength
SVGMaskElement.getY ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGMatrix.class
package org.w3c.dom.svg
SVGMatrix.flipX ( ) [abstract]  :  SVGMatrix
SVGMatrix.flipY ( ) [abstract]  :  SVGMatrix
SVGMatrix.getA ( ) [abstract]  :  float
SVGMatrix.getB ( ) [abstract]  :  float
SVGMatrix.getC ( ) [abstract]  :  float
SVGMatrix.getD ( ) [abstract]  :  float
SVGMatrix.getE ( ) [abstract]  :  float
SVGMatrix.getF ( ) [abstract]  :  float
SVGMatrix.inverse ( ) [abstract]  :  SVGMatrix
SVGMatrix.multiply ( SVGMatrix p1 ) [abstract]  :  SVGMatrix
SVGMatrix.rotate ( float p1 ) [abstract]  :  SVGMatrix
SVGMatrix.rotateFromVector ( float p1, float p2 ) [abstract]  :  SVGMatrix
SVGMatrix.scale ( float p1 ) [abstract]  :  SVGMatrix
SVGMatrix.scaleNonUniform ( float p1, float p2 ) [abstract]  :  SVGMatrix
SVGMatrix.setA ( float p1 ) [abstract]  :  void
SVGMatrix.setB ( float p1 ) [abstract]  :  void
SVGMatrix.setC ( float p1 ) [abstract]  :  void
SVGMatrix.setD ( float p1 ) [abstract]  :  void
SVGMatrix.setE ( float p1 ) [abstract]  :  void
SVGMatrix.setF ( float p1 ) [abstract]  :  void
SVGMatrix.skewX ( float p1 ) [abstract]  :  SVGMatrix
SVGMatrix.skewY ( float p1 ) [abstract]  :  SVGMatrix
SVGMatrix.translate ( float p1, float p2 ) [abstract]  :  SVGMatrix

w3c.jar, SVGPaint.class
package org.w3c.dom.svg
SVGPaint.getPaintType ( ) [abstract]  :  short
SVGPaint.getUri ( ) [abstract]  :  String
SVGPaint.setPaint ( short p1, String p2, RGBColor p3, SVGICCColor p4 ) [abstract]  :  void
SVGPaint.setUri ( String p1 ) [abstract]  :  void

w3c.jar, SVGPathElement.class
package org.w3c.dom.svg
SVGPathElement.createSVGPathSegArcAbs ( float p1, float p2, float p3, float p4, float p5, boolean p6, boolean p7 ) [abstract]  :  SVGPathSegArcAbs
SVGPathElement.createSVGPathSegArcRel ( float p1, float p2, float p3, float p4, float p5, boolean p6, boolean p7 ) [abstract]  :  SVGPathSegArcRel
SVGPathElement.createSVGPathSegClosePath ( ) [abstract]  :  SVGPathSegClosePath
SVGPathElement.createSVGPathSegCurvetoCubicAbs ( float p1, float p2, float p3, float p4, float p5, float p6 ) [abstract]  :  SVGPathSegCurvetoCubicAbs
SVGPathElement.createSVGPathSegCurvetoCubicRel ( float p1, float p2, float p3, float p4, float p5, float p6 ) [abstract]  :  SVGPathSegCurvetoCubicRel
SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs ( float p1, float p2, float p3, float p4 ) [abstract]  :  SVGPathSegCurvetoCubicSmoothAbs
SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel ( float p1, float p2, float p3, float p4 ) [abstract]  :  SVGPathSegCurvetoCubicSmoothRel
SVGPathElement.createSVGPathSegCurvetoQuadraticAbs ( float p1, float p2, float p3, float p4 ) [abstract]  :  SVGPathSegCurvetoQuadraticAbs
SVGPathElement.createSVGPathSegCurvetoQuadraticRel ( float p1, float p2, float p3, float p4 ) [abstract]  :  SVGPathSegCurvetoQuadraticRel
SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs ( float p1, float p2 ) [abstract]  :  SVGPathSegCurvetoQuadraticSmoothAbs
SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel ( float p1, float p2 ) [abstract]  :  SVGPathSegCurvetoQuadraticSmoothRel
SVGPathElement.createSVGPathSegLinetoAbs ( float p1, float p2 ) [abstract]  :  SVGPathSegLinetoAbs
SVGPathElement.createSVGPathSegLinetoHorizontalAbs ( float p1 ) [abstract]  :  SVGPathSegLinetoHorizontalAbs
SVGPathElement.createSVGPathSegLinetoHorizontalRel ( float p1 ) [abstract]  :  SVGPathSegLinetoHorizontalRel
SVGPathElement.createSVGPathSegLinetoRel ( float p1, float p2 ) [abstract]  :  SVGPathSegLinetoRel
SVGPathElement.createSVGPathSegLinetoVerticalAbs ( float p1 ) [abstract]  :  SVGPathSegLinetoVerticalAbs
SVGPathElement.createSVGPathSegLinetoVerticalRel ( float p1 ) [abstract]  :  SVGPathSegLinetoVerticalRel
SVGPathElement.createSVGPathSegMovetoAbs ( float p1, float p2 ) [abstract]  :  SVGPathSegMovetoAbs
SVGPathElement.createSVGPathSegMovetoRel ( float p1, float p2 ) [abstract]  :  SVGPathSegMovetoRel
SVGPathElement.getPathLength ( ) [abstract]  :  SVGAnimatedNumber
SVGPathElement.getPathSegAtLength ( float p1 ) [abstract]  :  int
SVGPathElement.getPointAtLength ( float p1 ) [abstract]  :  SVGPoint
SVGPathElement.getTotalLength ( ) [abstract]  :  float

w3c.jar, SVGPathSeg.class
package org.w3c.dom.svg
SVGPathSeg.getPathSegType ( ) [abstract]  :  short
SVGPathSeg.getPathSegTypeAsLetter ( ) [abstract]  :  String

w3c.jar, SVGPathSegArcAbs.class
package org.w3c.dom.svg
SVGPathSegArcAbs.getAngle ( ) [abstract]  :  float
SVGPathSegArcAbs.getLargeArcFlag ( ) [abstract]  :  boolean
SVGPathSegArcAbs.getR1 ( ) [abstract]  :  float
SVGPathSegArcAbs.getR2 ( ) [abstract]  :  float
SVGPathSegArcAbs.getSweepFlag ( ) [abstract]  :  boolean
SVGPathSegArcAbs.getX ( ) [abstract]  :  float
SVGPathSegArcAbs.getY ( ) [abstract]  :  float
SVGPathSegArcAbs.setAngle ( float p1 ) [abstract]  :  void
SVGPathSegArcAbs.setLargeArcFlag ( boolean p1 ) [abstract]  :  void
SVGPathSegArcAbs.setR1 ( float p1 ) [abstract]  :  void
SVGPathSegArcAbs.setR2 ( float p1 ) [abstract]  :  void
SVGPathSegArcAbs.setSweepFlag ( boolean p1 ) [abstract]  :  void
SVGPathSegArcAbs.setX ( float p1 ) [abstract]  :  void
SVGPathSegArcAbs.setY ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegArcRel.class
package org.w3c.dom.svg
SVGPathSegArcRel.getAngle ( ) [abstract]  :  float
SVGPathSegArcRel.getLargeArcFlag ( ) [abstract]  :  boolean
SVGPathSegArcRel.getR1 ( ) [abstract]  :  float
SVGPathSegArcRel.getR2 ( ) [abstract]  :  float
SVGPathSegArcRel.getSweepFlag ( ) [abstract]  :  boolean
SVGPathSegArcRel.getX ( ) [abstract]  :  float
SVGPathSegArcRel.getY ( ) [abstract]  :  float
SVGPathSegArcRel.setAngle ( float p1 ) [abstract]  :  void
SVGPathSegArcRel.setLargeArcFlag ( boolean p1 ) [abstract]  :  void
SVGPathSegArcRel.setR1 ( float p1 ) [abstract]  :  void
SVGPathSegArcRel.setR2 ( float p1 ) [abstract]  :  void
SVGPathSegArcRel.setSweepFlag ( boolean p1 ) [abstract]  :  void
SVGPathSegArcRel.setX ( float p1 ) [abstract]  :  void
SVGPathSegArcRel.setY ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegCurvetoCubicAbs.class
package org.w3c.dom.svg
SVGPathSegCurvetoCubicAbs.getX ( ) [abstract]  :  float
SVGPathSegCurvetoCubicAbs.getX1 ( ) [abstract]  :  float
SVGPathSegCurvetoCubicAbs.getX2 ( ) [abstract]  :  float
SVGPathSegCurvetoCubicAbs.getY ( ) [abstract]  :  float
SVGPathSegCurvetoCubicAbs.getY1 ( ) [abstract]  :  float
SVGPathSegCurvetoCubicAbs.getY2 ( ) [abstract]  :  float
SVGPathSegCurvetoCubicAbs.setX ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicAbs.setX1 ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicAbs.setX2 ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicAbs.setY ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicAbs.setY1 ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicAbs.setY2 ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegCurvetoCubicRel.class
package org.w3c.dom.svg
SVGPathSegCurvetoCubicRel.getX ( ) [abstract]  :  float
SVGPathSegCurvetoCubicRel.getX1 ( ) [abstract]  :  float
SVGPathSegCurvetoCubicRel.getX2 ( ) [abstract]  :  float
SVGPathSegCurvetoCubicRel.getY ( ) [abstract]  :  float
SVGPathSegCurvetoCubicRel.getY1 ( ) [abstract]  :  float
SVGPathSegCurvetoCubicRel.getY2 ( ) [abstract]  :  float
SVGPathSegCurvetoCubicRel.setX ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicRel.setX1 ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicRel.setX2 ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicRel.setY ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicRel.setY1 ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicRel.setY2 ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegCurvetoCubicSmoothAbs.class
package org.w3c.dom.svg
SVGPathSegCurvetoCubicSmoothAbs.getX ( ) [abstract]  :  float
SVGPathSegCurvetoCubicSmoothAbs.getX2 ( ) [abstract]  :  float
SVGPathSegCurvetoCubicSmoothAbs.getY ( ) [abstract]  :  float
SVGPathSegCurvetoCubicSmoothAbs.getY2 ( ) [abstract]  :  float
SVGPathSegCurvetoCubicSmoothAbs.setX ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicSmoothAbs.setX2 ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicSmoothAbs.setY ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicSmoothAbs.setY2 ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegCurvetoCubicSmoothRel.class
package org.w3c.dom.svg
SVGPathSegCurvetoCubicSmoothRel.getX ( ) [abstract]  :  float
SVGPathSegCurvetoCubicSmoothRel.getX2 ( ) [abstract]  :  float
SVGPathSegCurvetoCubicSmoothRel.getY ( ) [abstract]  :  float
SVGPathSegCurvetoCubicSmoothRel.getY2 ( ) [abstract]  :  float
SVGPathSegCurvetoCubicSmoothRel.setX ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicSmoothRel.setX2 ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicSmoothRel.setY ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoCubicSmoothRel.setY2 ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegCurvetoQuadraticAbs.class
package org.w3c.dom.svg
SVGPathSegCurvetoQuadraticAbs.getX ( ) [abstract]  :  float
SVGPathSegCurvetoQuadraticAbs.getX1 ( ) [abstract]  :  float
SVGPathSegCurvetoQuadraticAbs.getY ( ) [abstract]  :  float
SVGPathSegCurvetoQuadraticAbs.getY1 ( ) [abstract]  :  float
SVGPathSegCurvetoQuadraticAbs.setX ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoQuadraticAbs.setX1 ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoQuadraticAbs.setY ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoQuadraticAbs.setY1 ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegCurvetoQuadraticRel.class
package org.w3c.dom.svg
SVGPathSegCurvetoQuadraticRel.getX ( ) [abstract]  :  float
SVGPathSegCurvetoQuadraticRel.getX1 ( ) [abstract]  :  float
SVGPathSegCurvetoQuadraticRel.getY ( ) [abstract]  :  float
SVGPathSegCurvetoQuadraticRel.getY1 ( ) [abstract]  :  float
SVGPathSegCurvetoQuadraticRel.setX ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoQuadraticRel.setX1 ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoQuadraticRel.setY ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoQuadraticRel.setY1 ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegCurvetoQuadraticSmoothAbs.class
package org.w3c.dom.svg
SVGPathSegCurvetoQuadraticSmoothAbs.getX ( ) [abstract]  :  float
SVGPathSegCurvetoQuadraticSmoothAbs.getY ( ) [abstract]  :  float
SVGPathSegCurvetoQuadraticSmoothAbs.setX ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoQuadraticSmoothAbs.setY ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegCurvetoQuadraticSmoothRel.class
package org.w3c.dom.svg
SVGPathSegCurvetoQuadraticSmoothRel.getX ( ) [abstract]  :  float
SVGPathSegCurvetoQuadraticSmoothRel.getY ( ) [abstract]  :  float
SVGPathSegCurvetoQuadraticSmoothRel.setX ( float p1 ) [abstract]  :  void
SVGPathSegCurvetoQuadraticSmoothRel.setY ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegLinetoAbs.class
package org.w3c.dom.svg
SVGPathSegLinetoAbs.getX ( ) [abstract]  :  float
SVGPathSegLinetoAbs.getY ( ) [abstract]  :  float
SVGPathSegLinetoAbs.setX ( float p1 ) [abstract]  :  void
SVGPathSegLinetoAbs.setY ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegLinetoHorizontalAbs.class
package org.w3c.dom.svg
SVGPathSegLinetoHorizontalAbs.getX ( ) [abstract]  :  float
SVGPathSegLinetoHorizontalAbs.setX ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegLinetoHorizontalRel.class
package org.w3c.dom.svg
SVGPathSegLinetoHorizontalRel.getX ( ) [abstract]  :  float
SVGPathSegLinetoHorizontalRel.setX ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegLinetoRel.class
package org.w3c.dom.svg
SVGPathSegLinetoRel.getX ( ) [abstract]  :  float
SVGPathSegLinetoRel.getY ( ) [abstract]  :  float
SVGPathSegLinetoRel.setX ( float p1 ) [abstract]  :  void
SVGPathSegLinetoRel.setY ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegLinetoVerticalAbs.class
package org.w3c.dom.svg
SVGPathSegLinetoVerticalAbs.getY ( ) [abstract]  :  float
SVGPathSegLinetoVerticalAbs.setY ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegLinetoVerticalRel.class
package org.w3c.dom.svg
SVGPathSegLinetoVerticalRel.getY ( ) [abstract]  :  float
SVGPathSegLinetoVerticalRel.setY ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegMovetoAbs.class
package org.w3c.dom.svg
SVGPathSegMovetoAbs.getX ( ) [abstract]  :  float
SVGPathSegMovetoAbs.getY ( ) [abstract]  :  float
SVGPathSegMovetoAbs.setX ( float p1 ) [abstract]  :  void
SVGPathSegMovetoAbs.setY ( float p1 ) [abstract]  :  void

w3c.jar, SVGPathSegMovetoRel.class
package org.w3c.dom.svg
SVGPathSegMovetoRel.getX ( ) [abstract]  :  float
SVGPathSegMovetoRel.getY ( ) [abstract]  :  float
SVGPathSegMovetoRel.setX ( float p1 ) [abstract]  :  void
SVGPathSegMovetoRel.setY ( float p1 ) [abstract]  :  void

w3c.jar, SVGPatternElement.class
package org.w3c.dom.svg
SVGPatternElement.getHeight ( ) [abstract]  :  SVGAnimatedLength
SVGPatternElement.getPatternTransform ( ) [abstract]  :  SVGAnimatedTransformList
SVGPatternElement.getPatternUnits ( ) [abstract]  :  SVGAnimatedEnumeration
SVGPatternElement.getWidth ( ) [abstract]  :  SVGAnimatedLength
SVGPatternElement.getX ( ) [abstract]  :  SVGAnimatedLength
SVGPatternElement.getY ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGPoint.class
package org.w3c.dom.svg
SVGPoint.getX ( ) [abstract]  :  float
SVGPoint.getY ( ) [abstract]  :  float
SVGPoint.matrixTransform ( SVGMatrix p1 ) [abstract]  :  SVGPoint
SVGPoint.setX ( float p1 ) [abstract]  :  void
SVGPoint.setY ( float p1 ) [abstract]  :  void

w3c.jar, SVGPreserveAspectRatio.class
package org.w3c.dom.svg
SVGPreserveAspectRatio.getAlign ( ) [abstract]  :  short
SVGPreserveAspectRatio.getMeetOrSlice ( ) [abstract]  :  short
SVGPreserveAspectRatio.setAlign ( short p1 ) [abstract]  :  void
SVGPreserveAspectRatio.setMeetOrSlice ( short p1 ) [abstract]  :  void

w3c.jar, SVGRadialGradientElement.class
package org.w3c.dom.svg
SVGRadialGradientElement.getCx ( ) [abstract]  :  SVGAnimatedLength
SVGRadialGradientElement.getCy ( ) [abstract]  :  SVGAnimatedLength
SVGRadialGradientElement.getFx ( ) [abstract]  :  SVGAnimatedLength
SVGRadialGradientElement.getFy ( ) [abstract]  :  SVGAnimatedLength
SVGRadialGradientElement.getR ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGRect.class
package org.w3c.dom.svg
SVGRect.getHeight ( ) [abstract]  :  float
SVGRect.getWidth ( ) [abstract]  :  float
SVGRect.getX ( ) [abstract]  :  float
SVGRect.getY ( ) [abstract]  :  float
SVGRect.setHeight ( float p1 ) [abstract]  :  void
SVGRect.setWidth ( float p1 ) [abstract]  :  void
SVGRect.setX ( float p1 ) [abstract]  :  void
SVGRect.setY ( float p1 ) [abstract]  :  void

w3c.jar, SVGRectElement.class
package org.w3c.dom.svg
SVGRectElement.getHeight ( ) [abstract]  :  SVGAnimatedLength
SVGRectElement.getRx ( ) [abstract]  :  SVGAnimatedLength
SVGRectElement.getRy ( ) [abstract]  :  SVGAnimatedLength
SVGRectElement.getWidth ( ) [abstract]  :  SVGAnimatedLength
SVGRectElement.getX ( ) [abstract]  :  SVGAnimatedLength
SVGRectElement.getY ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGScriptElement.class
package org.w3c.dom.svg
SVGScriptElement.getType ( ) [abstract]  :  String
SVGScriptElement.setType ( String p1 ) [abstract]  :  void

w3c.jar, SVGStopElement.class
package org.w3c.dom.svg
SVGStopElement.getOffset ( ) [abstract]  :  SVGAnimatedNumber

w3c.jar, SVGStylable.class
package org.w3c.dom.svg
SVGStylable.getAnimatedPresentationAttribute ( String p1 ) [abstract]  :  CSSValue
SVGStylable.getClassName ( ) [abstract]  :  SVGAnimatedString
SVGStylable.getPresentationAttribute ( String p1 ) [abstract]  :  CSSValue
SVGStylable.getStyle ( ) [abstract]  :  CSSStyleDeclaration

w3c.jar, SVGStyleElement.class
package org.w3c.dom.svg
SVGStyleElement.getMedia ( ) [abstract]  :  String
SVGStyleElement.getTitle ( ) [abstract]  :  String
SVGStyleElement.getType ( ) [abstract]  :  String
SVGStyleElement.getXMLspace ( ) [abstract]  :  String
SVGStyleElement.setMedia ( String p1 ) [abstract]  :  void
SVGStyleElement.setTitle ( String p1 ) [abstract]  :  void
SVGStyleElement.setType ( String p1 ) [abstract]  :  void
SVGStyleElement.setXMLspace ( String p1 ) [abstract]  :  void

w3c.jar, SVGSVGElement.class
package org.w3c.dom.svg
SVGSVGElement.animationsPaused ( ) [abstract]  :  boolean
SVGSVGElement.checkEnclosure ( SVGElement p1, SVGRect p2 ) [abstract]  :  boolean
SVGSVGElement.checkIntersection ( SVGElement p1, SVGRect p2 ) [abstract]  :  boolean
SVGSVGElement.createRGBColor ( ) [abstract]  :  RGBColor
SVGSVGElement.createSVGAngle ( ) [abstract]  :  SVGAngle
SVGSVGElement.createSVGICCColor ( ) [abstract]  :  SVGICCColor
SVGSVGElement.createSVGLength ( ) [abstract]  :  SVGLength
SVGSVGElement.createSVGMatrix ( ) [abstract]  :  SVGMatrix
SVGSVGElement.createSVGPoint ( ) [abstract]  :  SVGPoint
SVGSVGElement.createSVGRect ( ) [abstract]  :  SVGRect
SVGSVGElement.createSVGTransform ( ) [abstract]  :  SVGTransform
SVGSVGElement.createSVGTransformFromMatrix ( SVGMatrix p1 ) [abstract]  :  SVGTransform
SVGSVGElement.deSelectAll ( ) [abstract]  :  void
SVGSVGElement.forceRedraw ( ) [abstract]  :  void
SVGSVGElement.getContentScriptType ( ) [abstract]  :  String
SVGSVGElement.getContentStyleType ( ) [abstract]  :  String
SVGSVGElement.getCurrentScale ( ) [abstract]  :  float
SVGSVGElement.getCurrentTime ( ) [abstract]  :  float
SVGSVGElement.getCurrentTranslate ( ) [abstract]  :  SVGPoint
SVGSVGElement.getCurrentView ( ) [abstract]  :  SVGViewSpec
SVGSVGElement.getElementById ( String p1 ) [abstract]  :  Element
SVGSVGElement.getEnclosureList ( SVGRect p1, SVGElement p2 ) [abstract]  :  NodeList
SVGSVGElement.getHeight ( ) [abstract]  :  SVGAnimatedLength
SVGSVGElement.getIntersectionList ( SVGRect p1, SVGElement p2 ) [abstract]  :  NodeList
SVGSVGElement.getPixelUnitToMillimeterX ( ) [abstract]  :  float
SVGSVGElement.getPixelUnitToMillimeterY ( ) [abstract]  :  float
SVGSVGElement.getScreenPixelToMillimeterX ( ) [abstract]  :  float
SVGSVGElement.getScreenPixelToMillimeterY ( ) [abstract]  :  float
SVGSVGElement.getUseCurrentView ( ) [abstract]  :  boolean
SVGSVGElement.getViewport ( ) [abstract]  :  SVGRect
SVGSVGElement.getWidth ( ) [abstract]  :  SVGAnimatedLength
SVGSVGElement.getX ( ) [abstract]  :  SVGAnimatedLength
SVGSVGElement.getY ( ) [abstract]  :  SVGAnimatedLength
SVGSVGElement.pauseAnimations ( ) [abstract]  :  void
SVGSVGElement.setContentScriptType ( String p1 ) [abstract]  :  void
SVGSVGElement.setContentStyleType ( String p1 ) [abstract]  :  void
SVGSVGElement.setCurrentScale ( float p1 ) [abstract]  :  void
SVGSVGElement.setCurrentTime ( float p1 ) [abstract]  :  void
SVGSVGElement.setCurrentTranslate ( SVGPoint p1 ) [abstract]  :  void
SVGSVGElement.setUseCurrentView ( boolean p1 ) [abstract]  :  void
SVGSVGElement.suspendRedraw ( int p1 ) [abstract]  :  int
SVGSVGElement.unpauseAnimations ( ) [abstract]  :  void
SVGSVGElement.unsuspendRedraw ( int p1 ) [abstract]  :  void
SVGSVGElement.unsuspendRedrawAll ( ) [abstract]  :  void

w3c.jar, SVGTests.class
package org.w3c.dom.svg
SVGTests.getRequiredExtensions ( ) [abstract]  :  SVGList
SVGTests.getRequiredFeatures ( ) [abstract]  :  SVGList
SVGTests.getSystemLanguage ( ) [abstract]  :  SVGList
SVGTests.hasExtension ( String p1 ) [abstract]  :  boolean
SVGTests.setRequiredExtensions ( SVGList p1 ) [abstract]  :  void
SVGTests.setRequiredFeatures ( SVGList p1 ) [abstract]  :  void
SVGTests.setSystemLanguage ( SVGList p1 ) [abstract]  :  void

w3c.jar, SVGTextContentElement.class
package org.w3c.dom.svg
SVGTextContentElement.getCharNumAtPosition ( SVGPoint p1 ) [abstract]  :  int
SVGTextContentElement.getComputedTextLength ( ) [abstract]  :  float
SVGTextContentElement.getEndPositionOfChar ( int p1 ) [abstract]  :  SVGPoint
SVGTextContentElement.getExtentOfChar ( int p1 ) [abstract]  :  SVGRect
SVGTextContentElement.getLengthAdjust ( ) [abstract]  :  SVGAnimatedEnumeration
SVGTextContentElement.getNumberOfChars ( ) [abstract]  :  int
SVGTextContentElement.getRotationOfChar ( int p1 ) [abstract]  :  float
SVGTextContentElement.getStartPositionOfChar ( int p1 ) [abstract]  :  SVGPoint
SVGTextContentElement.getSubStringLength ( int p1, int p2 ) [abstract]  :  float
SVGTextContentElement.getTextLength ( ) [abstract]  :  SVGAnimatedLength
SVGTextContentElement.selectSubString ( int p1, int p2 ) [abstract]  :  void

w3c.jar, SVGTextElement.class
package org.w3c.dom.svg
SVGTextElement.getX ( ) [abstract]  :  SVGAnimatedLength
SVGTextElement.getY ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGTextPathElement.class
package org.w3c.dom.svg
SVGTextPathElement.getMethod ( ) [abstract]  :  SVGAnimatedEnumeration
SVGTextPathElement.getSpacing ( ) [abstract]  :  SVGAnimatedEnumeration
SVGTextPathElement.getStartOffset ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGTextPositioningElement.class
package org.w3c.dom.svg
SVGTextPositioningElement.getDx ( ) [abstract]  :  SVGAnimatedLengthList
SVGTextPositioningElement.getDy ( ) [abstract]  :  SVGAnimatedLengthList
SVGTextPositioningElement.getRotate ( ) [abstract]  :  SVGAnimatedTextRotate
SVGTextPositioningElement.getX ( ) [abstract]  :  SVGAnimatedLengthList
SVGTextPositioningElement.getY ( ) [abstract]  :  SVGAnimatedLengthList

w3c.jar, SVGTextRotate.class
package org.w3c.dom.svg
SVGTextRotate.getAngles ( ) [abstract]  :  SVGList
SVGTextRotate.getRotateValueType ( ) [abstract]  :  short
SVGTextRotate.setRotateValueType ( short p1 ) [abstract]  :  void

w3c.jar, SVGTransform.class
package org.w3c.dom.svg
SVGTransform.getAngle ( ) [abstract]  :  float
SVGTransform.getMatrix ( ) [abstract]  :  SVGMatrix
SVGTransform.getType ( ) [abstract]  :  short
SVGTransform.setMatrix ( SVGMatrix p1 ) [abstract]  :  void
SVGTransform.setRotate ( float p1, float p2, float p3 ) [abstract]  :  void
SVGTransform.setScale ( float p1, float p2 ) [abstract]  :  void
SVGTransform.setSkewX ( float p1 ) [abstract]  :  void
SVGTransform.setSkewY ( float p1 ) [abstract]  :  void
SVGTransform.setTranslate ( float p1, float p2 ) [abstract]  :  void

w3c.jar, SVGTransformable.class
package org.w3c.dom.svg
SVGTransformable.getBBox ( ) [abstract]  :  SVGRect
SVGTransformable.getCTM ( ) [abstract]  :  SVGMatrix
SVGTransformable.getFarthestViewportElement ( ) [abstract]  :  SVGElement
SVGTransformable.getNearestViewportElement ( ) [abstract]  :  SVGElement
SVGTransformable.getScreenCTM ( ) [abstract]  :  SVGMatrix
SVGTransformable.getTransform ( ) [abstract]  :  SVGAnimatedTransformList
SVGTransformable.getTransformToElement ( SVGElement p1 ) [abstract]  :  SVGMatrix

w3c.jar, SVGTransformList.class
package org.w3c.dom.svg
SVGTransformList.consolidate ( ) [abstract]  :  SVGTransform
SVGTransformList.createSVGTransformFromMatrix ( SVGMatrix p1 ) [abstract]  :  SVGTransform

w3c.jar, SVGURIReference.class
package org.w3c.dom.svg
SVGURIReference.getHref ( ) [abstract]  :  SVGAnimatedString
SVGURIReference.getXlinkActuate ( ) [abstract]  :  String
SVGURIReference.getXlinkArcRole ( ) [abstract]  :  String
SVGURIReference.getXlinkRole ( ) [abstract]  :  String
SVGURIReference.getXlinkShow ( ) [abstract]  :  String
SVGURIReference.getXlinkTitle ( ) [abstract]  :  String
SVGURIReference.getXlinkType ( ) [abstract]  :  String
SVGURIReference.setXlinkActuate ( String p1 ) [abstract]  :  void
SVGURIReference.setXlinkArcRole ( String p1 ) [abstract]  :  void
SVGURIReference.setXlinkRole ( String p1 ) [abstract]  :  void
SVGURIReference.setXlinkShow ( String p1 ) [abstract]  :  void
SVGURIReference.setXlinkTitle ( String p1 ) [abstract]  :  void
SVGURIReference.setXlinkType ( String p1 ) [abstract]  :  void

w3c.jar, SVGUseElement.class
package org.w3c.dom.svg
SVGUseElement.getAnimatedInstanceRoot ( ) [abstract]  :  SVGElementInstance
SVGUseElement.getHeight ( ) [abstract]  :  SVGAnimatedLength
SVGUseElement.getInstanceRoot ( ) [abstract]  :  SVGElementInstance
SVGUseElement.getWidth ( ) [abstract]  :  SVGAnimatedLength
SVGUseElement.getX ( ) [abstract]  :  SVGAnimatedLength
SVGUseElement.getY ( ) [abstract]  :  SVGAnimatedLength

w3c.jar, SVGViewElement.class
package org.w3c.dom.svg
SVGViewElement.getViewTarget ( ) [abstract]  :  SVGElement
SVGViewElement.setViewTarget ( SVGElement p1 ) [abstract]  :  void

w3c.jar, SVGViewSpec.class
package org.w3c.dom.svg
SVGViewSpec.getPreserveAspectRatioString ( ) [abstract]  :  String
SVGViewSpec.getTransform ( ) [abstract]  :  SVGTransformList
SVGViewSpec.getTransformString ( ) [abstract]  :  String
SVGViewSpec.getViewBoxString ( ) [abstract]  :  String
SVGViewSpec.getViewTarget ( ) [abstract]  :  SVGElement
SVGViewSpec.getViewTargetString ( ) [abstract]  :  String
SVGViewSpec.setTransform ( SVGTransformList p1 ) [abstract]  :  void
SVGViewSpec.setViewTarget ( SVGElement p1 ) [abstract]  :  void

w3c.jar, SVGZoomAndPan.class
package org.w3c.dom.svg
SVGZoomAndPan.getZoomAndPan ( ) [abstract]  :  short
SVGZoomAndPan.setZoomAndPan ( short p1 ) [abstract]  :  void

w3c.jar, SVGZoomEvent.class
package org.w3c.dom.svg
SVGZoomEvent.getNewScale ( ) [abstract]  :  float
SVGZoomEvent.getNewTranslate ( ) [abstract]  :  SVGPoint
SVGZoomEvent.getPreviousScale ( ) [abstract]  :  float
SVGZoomEvent.getPreviousTranslate ( ) [abstract]  :  SVGPoint
SVGZoomEvent.getZoomRectScreen ( ) [abstract]  :  SVGRect
SVGZoomEvent.setNewScale ( float p1 ) [abstract]  :  void
SVGZoomEvent.setNewTranslate ( SVGPoint p1 ) [abstract]  :  void
SVGZoomEvent.setPreviousScale ( float p1 ) [abstract]  :  void
SVGZoomEvent.setPreviousTranslate ( SVGPoint p1 ) [abstract]  :  void
SVGZoomEvent.setZoomRectScreen ( SVGRect p1 ) [abstract]  :  void

w3c.jar, UIEvent.class
package org.w3c.dom.events
UIEvent.getDetail ( ) [abstract]  :  int
UIEvent.getView ( ) [abstract]  :  AbstractView
UIEvent.initUIEvent ( String p1, boolean p2, boolean p3, AbstractView p4, int p5 ) [abstract]  :  void

w3c.jar, ViewCSS.class
package org.w3c.dom.css
ViewCSS.getComputedStyle ( Element p1, String p2 ) [abstract]  :  CSSStyleDeclaration

xml.jar, Element.class
package org.w3c.dom
Element.normalize ( ) [abstract]  :  void

xt.jar, AncestorsOrSelfNodeIterator.class
package com.jclark.xsl.expr
AncestorsOrSelfNodeIterator.AncestorsOrSelfNodeIterator ( Node p1 )
AncestorsOrSelfNodeIterator.next ( )  :  Node

xt.jar, BilevelComparator.class
package com.jclark.xsl.util
BilevelComparator.BilevelComparator ( Comparator p1, Comparator p2 )
BilevelComparator.compare ( Object p1, Object p2 )  :  int

xt.jar, BooleanExpr.class
package com.jclark.xsl.expr
BooleanExpr.eval ( Node p1, ExprContext p2 ) [abstract]  :  boolean

xt.jar, BooleanVariant.class
package com.jclark.xsl.expr
BooleanVariant.BooleanVariant ( boolean p1 )
BooleanVariant.convertToBoolean ( )  :  boolean
BooleanVariant.convertToNumber ( )  :  double
BooleanVariant.convertToObject ( )  :  Object
BooleanVariant.convertToString ( )  :  String
BooleanVariant.isBoolean ( )  :  boolean

xt.jar, Builder.class
package com.jclark.xsl.sax
XMLProcessorImpl.Builder.getRootNode ( ) [abstract]  :  Node

xt.jar, CloneableNodeIterator.class
package com.jclark.xsl.expr
CloneableNodeIterator.bind ( ) [abstract]  :  void
CloneableNodeIterator.clone ( ) [abstract]  :  Object

xt.jar, CloneableNodeIteratorImpl.class
package com.jclark.xsl.expr
CloneableNodeIteratorImpl.bind ( )  :  void
CloneableNodeIteratorImpl.clone ( )  :  Object
CloneableNodeIteratorImpl.CloneableNodeIteratorImpl ( NodeIterator p1 )
CloneableNodeIteratorImpl.next ( )  :  Node

xt.jar, CommentHandler.class
package com.jclark.xsl.sax
CommentHandler.comment ( String p1 ) [abstract]  :  void

xt.jar, Comparator.class
package com.jclark.xsl.util
Comparator.compare ( Object p1, Object p2 ) [abstract]  :  int

xt.jar, ComposeEnumeration.class
package com.jclark.xsl.tr
ComposeEnumeration.ComposeEnumeration ( Enumeration p1 )
ComposeEnumeration.hasMoreElements ( )  :  boolean
ComposeEnumeration.nextElement ( )  :  Object

xt.jar, DescendantsOrSelfNodeIterator.class
package com.jclark.xsl.expr
DescendantsOrSelfNodeIterator.DescendantsOrSelfNodeIterator ( Node p1 )
DescendantsOrSelfNodeIterator.next ( )  :  Node

xt.jar, Destination.class
package com.jclark.xsl.sax
Destination.getEncoding ( ) [abstract]  :  String
Destination.getOutputStream ( String p1, String p2 ) [abstract]  :  OutputStream
Destination.getWriter ( String p1, String p2 ) [abstract]  :  Writer
Destination.keepOpen ( ) [abstract]  :  boolean
Destination.resolve ( String p1 ) [abstract]  :  Destination

xt.jar, DifferenceNodeIterator.class
package com.jclark.xsl.expr
DifferenceNodeIterator.DifferenceNodeIterator ( NodeIterator p1, NodeIterator p2 )
DifferenceNodeIterator.next ( )  :  Node

xt.jar, DOMBuilder.class
package com.jclark.xsl.dom
DOMBuilder.characters ( char[ ] p1, int p2, int p3 )  :  void
DOMBuilder.comment ( String p1 )  :  void
DOMBuilder.DOMBuilder ( Node p1 )
DOMBuilder.endDocument ( )  :  void
DOMBuilder.endElement ( String p1 )  :  void
DOMBuilder.ignorableWhitespace ( char[ ] p1, int p2, int p3 )  :  void
DOMBuilder.processingInstruction ( String p1, String p2 )  :  void
DOMBuilder.setDocumentLocator ( Locator p1 )  :  void
DOMBuilder.startDocument ( )  :  void
DOMBuilder.startElement ( String p1, AttributeList p2 )  :  void

xt.jar, DOMExtensions.class
package com.jclark.xsl.dom
DOMExtensions.getElementById ( Document p1, String p2 ) [abstract]  :  Element

xt.jar, Driver.class
package com.jclark.xsl.sax
Driver.Driver ( )
Driver.fileInputSource ( File p1 ) [static]  :  InputSource
Driver.fileInputSource ( String p1 ) [static]  :  InputSource
Driver.main ( String[ ] p1 ) [static]  :  void

xt.jar, EmptyVariableSet.class
package com.jclark.xsl.expr
EmptyVariableSet.contains ( Name p1 )  :  boolean
EmptyVariableSet.EmptyVariableSet ( )

xt.jar, EncodingName.class
package com.jclark.xsl.sax
EncodingName.EncodingName ( )
EncodingName.toIana ( String p1 ) [static]  :  String
EncodingName.toJava ( String p1 ) [static]  :  String

xt.jar, Engine.class
package com.jclark.xsl.tr
Engine.createSheet ( Node p1 ) [abstract]  :  Sheet
Engine.getNameTable ( ) [abstract]  :  NameTable
Engine.getSheetLoadContext ( ) [abstract]  :  LoadContext

xt.jar, EngineImpl.class
package com.jclark.xsl.tr
EngineImpl.createSheet ( Node p1 )  :  Sheet
EngineImpl.EngineImpl ( XMLProcessor p1, ExtensionHandler p2 )
EngineImpl.getIncludeComments ( )  :  boolean
EngineImpl.getIncludeProcessingInstructions ( )  :  boolean
EngineImpl.getNameTable ( )  :  NameTable
EngineImpl.getSheetLoadContext ( )  :  LoadContext
EngineImpl.getStripSource ( Name p1 )  :  boolean

xt.jar, ExprContext.class
package com.jclark.xsl.expr
ExprContext.getCurrent ( Node p1 ) [abstract]  :  Node
ExprContext.getDocument ( URL p1, String p2 ) [abstract]  :  NodeIterator
ExprContext.getExtensionContext ( String p1 ) [abstract]  :  ExtensionContext
ExprContext.getGlobalVariableValue ( Name p1 ) [abstract]  :  Variant
ExprContext.getLastPosition ( ) [abstract]  :  int
ExprContext.getLocalVariableValue ( Name p1 ) [abstract]  :  Variant
ExprContext.getPosition ( ) [abstract]  :  int
ExprContext.getSystemProperty ( Name p1 ) [abstract]  :  Variant
ExprContext.getTree ( Variant p1 ) [abstract]  :  Node

xt.jar, ExprParser.class
package com.jclark.xsl.expr
ExprParser.getChildrenExpr ( ) [static]  :  NodeSetExpr
ExprParser.parseAttributeValueTemplate ( Node p1, String p2, VariableSet p3 ) [static]  :  StringExpr
ExprParser.parseBooleanExpr ( Node p1, String p2, VariableSet p3 ) [static]  :  BooleanExpr
ExprParser.parseNodeSetExpr ( Node p1, String p2, VariableSet p3 ) [static]  :  NodeSetExpr
ExprParser.parseNumberExpr ( Node p1, String p2, VariableSet p3 ) [static]  :  NumberExpr
ExprParser.parsePattern ( Node p1, String p2 ) [static]  :  TopLevelPattern
ExprParser.parsePattern ( Node p1, String p2, VariableSet p3 ) [static]  :  TopLevelPattern
ExprParser.parseStringExpr ( Node p1, String p2, VariableSet p3 ) [static]  :  StringExpr
ExprParser.parseVariantExpr ( Node p1, String p2, VariableSet p3 ) [static]  :  VariantExpr

xt.jar, ExtensionContext.class
package com.jclark.xsl.expr
ExtensionContext.available ( String p1 ) [abstract]  :  boolean
ExtensionContext.call ( String p1, Node p2, Object[ ] p3 ) [abstract]  :  Object

xt.jar, ExtensionHandler.class
package com.jclark.xsl.tr
ExtensionHandler.createContext ( String p1 ) [abstract]  :  ExtensionContext
ExtensionHandler.wrapResultFragmentVariant ( ResultFragmentVariant p1 ) [abstract]  :  Object

xt.jar, ExtensionHandlerImpl.class
package com.jclark.xsl.sax
ExtensionHandlerImpl.createContext ( String p1 )  :  ExtensionContext
ExtensionHandlerImpl.ExtensionHandlerImpl ( )
ExtensionHandlerImpl.wrapResultFragmentVariant ( ResultFragmentVariant p1 )  :  Object

xt.jar, FileDescriptorDestination.class
package com.jclark.xsl.sax
FileDescriptorDestination.FileDescriptorDestination ( FileDescriptor p1 )
FileDescriptorDestination.getOutputStream ( String p1, String p2 )  :  OutputStream
FileDescriptorDestination.keepOpen ( )  :  boolean
FileDescriptorDestination.resolve ( String p1 )  :  Destination

xt.jar, FileDestination.class
package com.jclark.xsl.sax
FileDestination.FileDestination ( File p1 )
FileDestination.FileDestination ( String p1 )
FileDestination.getOutputStream ( String p1, String p2 )  :  OutputStream
FileDestination.resolve ( String p1 )  :  Destination

xt.jar, FollowingNodeIterator.class
package com.jclark.xsl.expr
FollowingNodeIterator.FollowingNodeIterator ( Node p1 )
FollowingNodeIterator.next ( )  :  Node

xt.jar, FormatTokenHandler.class
package com.jclark.xsl.conv
FormatTokenHandler.getFormat ( String p1, String p2 ) [abstract]  :  NumberFormat

xt.jar, GenericDestination.class
package com.jclark.xsl.sax
GenericDestination.GenericDestination ( )
GenericDestination.getEncoding ( )  :  String
GenericDestination.getOutputStream ( String p1, String p2 ) [abstract]  :  OutputStream
GenericDestination.getWriter ( String p1, String p2 )  :  Writer
GenericDestination.keepOpen ( )  :  boolean
GenericDestination.resolve ( String p1 )  :  Destination
GenericDestination.setEncoding ( String p1 )  :  void

xt.jar, HTMLOutputHandler.class
package com.jclark.xsl.sax
HTMLOutputHandler.characters ( char[ ] p1, int p2, int p3 )  :  void
HTMLOutputHandler.comment ( String p1 )  :  void
HTMLOutputHandler.endDocument ( )  :  void
HTMLOutputHandler.endElement ( String p1 )  :  void
HTMLOutputHandler.HTMLOutputHandler ( )
HTMLOutputHandler.HTMLOutputHandler ( Writer p1 )
HTMLOutputHandler.ignorableWhitespace ( char[ ] p1, int p2, int p3 )  :  void
HTMLOutputHandler.init ( Destination p1, AttributeList p2 )  :  DocumentHandler
HTMLOutputHandler.processingInstruction ( String p1, String p2 )  :  void
HTMLOutputHandler.rawCharacters ( String p1 )  :  void
HTMLOutputHandler.setDocumentLocator ( Locator p1 )  :  void
HTMLOutputHandler.setWriter ( Writer p1 )  :  void
HTMLOutputHandler.startDocument ( )  :  void
HTMLOutputHandler.startElement ( String p1, AttributeList p2 )  :  void

xt.jar, Indenter.class
package com.jclark.xsl.sax
Indenter.characters ( char[ ] p1, int p2, int p3 )  :  void
Indenter.comment ( String p1 )  :  void
Indenter.endDocument ( )  :  void
Indenter.endElement ( String p1 )  :  void
Indenter.ignorableWhitespace ( char[ ] p1, int p2, int p3 )  :  void
Indenter.Indenter ( DocumentHandler p1, RawCharactersHandler p2 )
Indenter.init ( Destination p1, AttributeList p2 )  :  DocumentHandler
Indenter.processingInstruction ( String p1, String p2 )  :  void
Indenter.rawCharacters ( String p1 )  :  void
Indenter.setDocumentLocator ( Locator p1 )  :  void
Indenter.startDocument ( )  :  void
Indenter.startElement ( String p1, AttributeList p2 )  :  void

xt.jar, IntersectionNodeIterator.class
package com.jclark.xsl.expr
IntersectionNodeIterator.IntersectionNodeIterator ( NodeIterator p1, NodeIterator p2 )
IntersectionNodeIterator.next ( )  :  Node

xt.jar, LoadContext.class
package com.jclark.xsl.tr
LoadContext.getIncludeComments ( ) [abstract]  :  boolean
LoadContext.getIncludeProcessingInstructions ( ) [abstract]  :  boolean
LoadContext.getStripSource ( Name p1 ) [abstract]  :  boolean

xt.jar, MergeSort.class
package com.jclark.xsl.util
MergeSort.sort ( Comparator p1, Object[ ] p2 ) [static]  :  void
MergeSort.sort ( Comparator p1, Object[ ] p2, int p3, int p4 ) [static]  :  void
MergeSort.sort ( Comparator p1, Object[ ] p2, int p3, int p4, Object[ ] p5, int p6 ) [static]  :  void

xt.jar, MultiNamespaceResult.class
package com.jclark.xsl.sax
MultiNamespaceResult.createResult ( String p1 )  :  Result
MultiNamespaceResult.endElementContent ( Name p1 )  :  void
MultiNamespaceResult.getLength ( )  :  int
MultiNamespaceResult.getName ( int p1 )  :  String
MultiNamespaceResult.getValue ( int p1 )  :  String
MultiNamespaceResult.MultiNamespaceResult ( DocumentHandler p1, ErrorHandler p2 )
MultiNamespaceResult.MultiNamespaceResult ( OutputMethodHandler p1, ErrorHandler p2 )
MultiNamespaceResult.resultTreeFragment ( ResultTreeFragment p1 )  :  void
MultiNamespaceResult.startElementContent ( Name p1, NamespacePrefixMap p2 )  :  void

xt.jar, Name.class
package com.jclark.xsl.om
Name.getCreator ( ) [abstract]  :  Object
Name.getLocalPart ( ) [abstract]  :  String
Name.getNamespace ( ) [abstract]  :  String
Name.getPrefix ( ) [abstract]  :  String

xt.jar, NameExpr.class
package com.jclark.xsl.expr
NameExpr.eval ( Node p1, ExprContext p2 ) [abstract]  :  Name

xt.jar, NamespacePrefixMap.class
package com.jclark.xsl.om
NamespacePrefixMap.bind ( String p1, String p2 ) [abstract]  :  NamespacePrefixMap
NamespacePrefixMap.bindDefault ( String p1 ) [abstract]  :  NamespacePrefixMap
NamespacePrefixMap.expandAttributeName ( String p1, Node p2 ) [abstract]  :  Name
NamespacePrefixMap.expandElementTypeName ( String p1, Node p2 ) [abstract]  :  Name
NamespacePrefixMap.getDefaultNamespace ( ) [abstract]  :  String
NamespacePrefixMap.getNamespace ( int p1 ) [abstract]  :  String
NamespacePrefixMap.getNamespace ( String p1 ) [abstract]  :  String
NamespacePrefixMap.getNameTable ( ) [abstract]  :  NameTable
NamespacePrefixMap.getPrefix ( int p1 ) [abstract]  :  String
NamespacePrefixMap.getPrefix ( String p1 ) [abstract]  :  String
NamespacePrefixMap.getSize ( ) [abstract]  :  int
NamespacePrefixMap.unbind ( String p1 ) [abstract]  :  NamespacePrefixMap
NamespacePrefixMap.unbindDefault ( ) [abstract]  :  NamespacePrefixMap

xt.jar, NameTable.class
package com.jclark.xsl.om
NameTable.createName ( String p1 ) [abstract]  :  Name
NameTable.createName ( String p1, String p2 ) [abstract]  :  Name
NameTable.getEmptyNamespacePrefixMap ( ) [abstract]  :  NamespacePrefixMap

xt.jar, NameTableImpl.class
package com.jclark.xsl.om
NameTableImpl.createName ( String p1 )  :  Name
NameTableImpl.createName ( String p1, String p2 )  :  Name
NameTableImpl.getEmptyNamespacePrefixMap ( )  :  NamespacePrefixMap
NameTableImpl.NameTableImpl ( )

xt.jar, Node.class
package com.jclark.xsl.om
Node.compareTo ( Node p1 ) [abstract]  :  int
Node.getAttribute ( Name p1 ) [abstract]  :  Node
Node.getAttributes ( ) [abstract]  :  SafeNodeIterator
Node.getAttributeValue ( Name p1 ) [abstract]  :  String
Node.getChildren ( ) [abstract]  :  SafeNodeIterator
Node.getData ( ) [abstract]  :  String
Node.getElementWithId ( String p1 ) [abstract]  :  Node
Node.getFollowingSiblings ( ) [abstract]  :  SafeNodeIterator
Node.getGeneratedId ( ) [abstract]  :  String
Node.getLineNumber ( ) [abstract]  :  int
Node.getName ( ) [abstract]  :  Name
Node.getNamespacePrefixMap ( ) [abstract]  :  NamespacePrefixMap
Node.getParent ( ) [abstract]  :  Node
Node.getRoot ( ) [abstract]  :  Node
Node.getType ( ) [abstract]  :  byte
Node.getUnparsedEntityURI ( String p1 ) [abstract]  :  String
Node.getURL ( ) [abstract]  :  URL
Node.isId ( String p1 ) [abstract]  :  boolean

xt.jar, NodeIterator.class
package com.jclark.xsl.om
NodeIterator.next ( ) [abstract]  :  Node

xt.jar, NodeListSorter.class
package com.jclark.xsl.expr
NodeListSorter.sort ( NodeIterator p1, Comparator p2 ) [static]  :  NodeIterator

xt.jar, NodeSetExpr.class
package com.jclark.xsl.expr
NodeSetExpr.eval ( Node p1, ExprContext p2 ) [abstract]  :  NodeIterator

xt.jar, NullNodeIterator.class
package com.jclark.xsl.expr
NullNodeIterator.next ( )  :  Node
NullNodeIterator.NullNodeIterator ( )

xt.jar, NumberComparator.class
package com.jclark.xsl.util
NumberComparator.compare ( Object p1, Object p2 )  :  int
NumberComparator.getValue ( Object p1 )  :  double
NumberComparator.NumberComparator ( )

xt.jar, NumberExpr.class
package com.jclark.xsl.expr
NumberExpr.eval ( Node p1, ExprContext p2 ) [abstract]  :  double

xt.jar, NumberFormat.class
package com.jclark.xsl.conv
NumberFormat.format ( int p1 ) [abstract]  :  String

xt.jar, NumberListFormat.class
package com.jclark.xsl.conv
NumberListFormat.clone ( )  :  Object
NumberListFormat.formatNumber ( int p1, int p2 )  :  String
NumberListFormat.getPrefix ( int p1 )  :  String
NumberListFormat.getSuffix ( )  :  String
NumberListFormat.NumberListFormat ( )
NumberListFormat.setFormat ( String p1 )  :  void
NumberListFormat.setFormatTokenHandler ( String p1, FormatTokenHandler p2 ) [static]  :  void
NumberListFormat.setGroupingSeparator ( String p1 )  :  void
NumberListFormat.setGroupingSize ( int p1 )  :  void
NumberListFormat.setLang ( String p1 )  :  void
NumberListFormat.setLetterValue ( String p1 )  :  void

xt.jar, NumberVariant.class
package com.jclark.xsl.expr
NumberVariant.convertToBoolean ( )  :  boolean
NumberVariant.convertToNumber ( )  :  double
NumberVariant.convertToObject ( )  :  Object
NumberVariant.convertToPredicate ( ExprContext p1 )  :  boolean
NumberVariant.convertToString ( )  :  String
NumberVariant.isNumber ( )  :  boolean
NumberVariant.NumberVariant ( double p1 )

xt.jar, NXMLOutputHandler.class
package com.jclark.xsl.sax
NXMLOutputHandler.characters ( char[ ] p1, int p2, int p3 )  :  void
NXMLOutputHandler.endDocument ( )  :  void
NXMLOutputHandler.endElement ( String p1 )  :  void
NXMLOutputHandler.ignorableWhitespace ( char[ ] p1, int p2, int p3 )  :  void
NXMLOutputHandler.init ( Destination p1, AttributeList p2 )  :  DocumentHandler
NXMLOutputHandler.NXMLOutputHandler ( )
NXMLOutputHandler.pop ( )  :  void
NXMLOutputHandler.processingInstruction ( String p1, String p2 )  :  void
NXMLOutputHandler.push ( NXMLOutputHandler.CharacterHandler p1 )  :  void
NXMLOutputHandler.setDocumentLocator ( Locator p1 )  :  void
NXMLOutputHandler.startDocument ( )  :  void
NXMLOutputHandler.startElement ( String p1, AttributeList p2 )  :  void

xt.jar, OutputDocumentHandler.class
package com.jclark.xsl.sax
OutputDocumentHandler.init ( Destination p1, AttributeList p2 ) [abstract]  :  DocumentHandler

xt.jar, OutputMethod.class
package com.jclark.xsl.tr
OutputMethod.getAttributeNames ( ) [abstract]  :  Name[ ]
OutputMethod.getAttributeValue ( Name p1 ) [abstract]  :  String
OutputMethod.getCdataSectionElements ( ) [abstract]  :  Name[ ]
OutputMethod.getName ( ) [abstract]  :  Name
OutputMethod.getNameTable ( ) [abstract]  :  NameTable

xt.jar, OutputMethodHandler.class
package com.jclark.xsl.sax
OutputMethodHandler.createDocumentHandler ( String p1, AttributeList p2 ) [abstract]  :  DocumentHandler
OutputMethodHandler.createOutputMethodHandler ( String p1 ) [abstract]  :  OutputMethodHandler

xt.jar, OutputMethodHandlerImpl.class
package com.jclark.xsl.sax
OutputMethodHandlerImpl.createDocumentHandler ( String p1, AttributeList p2 )  :  DocumentHandler
OutputMethodHandlerImpl.createOutputMethodHandler ( String p1 )  :  OutputMethodHandler
OutputMethodHandlerImpl.OutputMethodHandlerImpl ( XSLProcessor p1 )
OutputMethodHandlerImpl.setDestination ( Destination p1 )  :  void

xt.jar, OutputStreamDestination.class
package com.jclark.xsl.sax
OutputStreamDestination.getOutputStream ( String p1, String p2 )  :  OutputStream
OutputStreamDestination.OutputStreamDestination ( OutputStream p1 )

xt.jar, ParameterSet.class
package com.jclark.xsl.tr
ParameterSet.getParameter ( Name p1 ) [abstract]  :  Object

xt.jar, PathPattern.class
package com.jclark.xsl.expr
PathPattern.getDefaultPriority ( ) [abstract]  :  int

xt.jar, Pattern.class
package com.jclark.xsl.expr
Pattern.matches ( Node p1, ExprContext p2 ) [abstract]  :  boolean

xt.jar, PatternList.class
package com.jclark.xsl.expr
PatternList.add ( PathPattern p1, Object p2 )  :  void
PatternList.get ( Node p1, ExprContext p2 )  :  Object
PatternList.getAll ( Node p1, ExprContext p2 )  :  Enumeration
PatternList.PatternList ( )

xt.jar, ProcessContext.class
package com.jclark.xsl.tr
ProcessContext.applyImports ( Node p1, Result p2 ) [abstract]  :  void
ProcessContext.bindLocalVariable ( Name p1, Variant p2 ) [abstract]  :  void
ProcessContext.createMemento ( ) [abstract]  :  ProcessContext.Memento
ProcessContext.createNodeResult ( Node p1, Node[ ] p2 ) [abstract]  :  Result
ProcessContext.get ( Object p1 ) [abstract]  :  Object
ProcessContext.getParam ( Name p1 ) [abstract]  :  Variant
ProcessContext.invoke ( NodeIterator p1, Action p2, Result p3 ) [abstract]  :  void
ProcessContext.invokeWithParams ( Action p1, Name[ ] p2, Variant[ ] p3, Node p4, Result p5 ) [abstract]  :  void
ProcessContext.process ( NodeIterator p1, Name p2, Name[ ] p3, Variant[ ] p4, Result p5 ) [abstract]  :  void
ProcessContext.put ( Object p1, Object p2 ) [abstract]  :  void
ProcessContext.unaliasName ( Name p1 ) [abstract]  :  Name
ProcessContext.unaliasNamespacePrefixMap ( NamespacePrefixMap p1 ) [abstract]  :  NamespacePrefixMap
ProcessContext.unbindLocalVariables ( int p1 ) [abstract]  :  void
ProcessContext.useAttributeSet ( Name p1, Node p2, Result p3 ) [abstract]  :  void

xt.jar, RawCharactersHandler.class
package com.jclark.xsl.sax
RawCharactersHandler.rawCharacters ( String p1 ) [abstract]  :  void

xt.jar, Result.class
package com.jclark.xsl.tr
Result.attribute ( Name p1, String p2 ) [abstract]  :  void
Result.characters ( String p1 ) [abstract]  :  void
Result.comment ( String p1 ) [abstract]  :  void
Result.createResult ( String p1 ) [abstract]  :  Result
Result.end ( ) [abstract]  :  void
Result.endElement ( Name p1 ) [abstract]  :  void
Result.message ( Node p1, String p2 ) [abstract]  :  void
Result.processingInstruction ( String p1, String p2 ) [abstract]  :  void
Result.rawCharacters ( String p1 ) [abstract]  :  void
Result.start ( OutputMethod p1 ) [abstract]  :  void
Result.startElement ( Name p1, NamespacePrefixMap p2 ) [abstract]  :  void

xt.jar, ResultBase.class
package com.jclark.xsl.sax
ResultBase.attribute ( Name p1, String p2 )  :  void
ResultBase.characters ( String p1 )  :  void
ResultBase.comment ( String p1 )  :  void
ResultBase.createResult ( String p1 ) [abstract]  :  Result
ResultBase.end ( )  :  void
ResultBase.endElement ( Name p1 )  :  void
ResultBase.endElementContent ( Name p1 ) [abstract]  :  void
ResultBase.flush ( )  :  void
ResultBase.getAttributeName ( int p1 )  :  Name
ResultBase.getDocumentHandler ( )  :  DocumentHandler
ResultBase.getLength ( )  :  int
ResultBase.getName ( int p1 ) [abstract]  :  String
ResultBase.getType ( int p1 )  :  String
ResultBase.getType ( String p1 )  :  String
ResultBase.getValue ( int p1 )  :  String
ResultBase.getValue ( String p1 )  :  String
ResultBase.message ( Node p1, String p2 )  :  void
ResultBase.processingInstruction ( String p1, String p2 )  :  void
ResultBase.rawCharacters ( String p1 )  :  void
ResultBase.resultTreeFragment ( ResultTreeFragment p1 ) [abstract]  :  void
ResultBase.start ( OutputMethod p1 )  :  void
ResultBase.startElement ( Name p1, NamespacePrefixMap p2 )  :  void
ResultBase.startElementContent ( Name p1, NamespacePrefixMap p2 ) [abstract]  :  void
ResultBase.throwXSLException ( SAXException p1 )  :  void

xt.jar, ResultFragmentVariant.class
package com.jclark.xsl.tr
ResultFragmentVariant.append ( Result p1 ) [abstract]  :  void
ResultFragmentVariant.getTree ( ProcessContext p1 ) [abstract]  :  Node

xt.jar, ResultFragmentVariantBase.class
package com.jclark.xsl.tr
ResultFragmentVariantBase.append ( Result p1 ) [abstract]  :  void
ResultFragmentVariantBase.convertToBoolean ( )  :  boolean
ResultFragmentVariantBase.convertToString ( )  :  String
ResultFragmentVariantBase.getTree ( ProcessContext p1 )  :  Node
ResultFragmentVariantBase.ResultFragmentVariantBase ( )

xt.jar, ResultTreeFragment.class
package com.jclark.xsl.sax
ResultTreeFragment.emit ( DocumentHandler p1 ) [abstract]  :  void

xt.jar, ReverseComparator.class
package com.jclark.xsl.util
ReverseComparator.compare ( Object p1, Object p2 )  :  int
ReverseComparator.ReverseComparator ( Comparator p1 )

xt.jar, SafeNodeIterator.class
package com.jclark.xsl.om
SafeNodeIterator.next ( ) [abstract]  :  Node

xt.jar, ServletDestination.class
package com.jclark.xsl.sax
ServletDestination.getOutputStream ( String p1, String p2 )  :  OutputStream
ServletDestination.ServletDestination ( ServletResponse p1 )

xt.jar, Sheet.class
package com.jclark.xsl.tr
Sheet.getSourceLoadContext ( ) [abstract]  :  LoadContext
Sheet.process ( Node p1, XMLProcessor p2, ParameterSet p3, Result p4 ) [abstract]  :  Result

xt.jar, SingleNodeIterator.class
package com.jclark.xsl.expr
SingleNodeIterator.next ( )  :  Node
SingleNodeIterator.SingleNodeIterator ( Node p1 )

xt.jar, SortNodeSetExpr.class
package com.jclark.xsl.tr
SortNodeSetExpr.eval ( Node p1, ExprContext p2 )  :  NodeIterator
SortNodeSetExpr.SortNodeSetExpr ( NodeSetExpr p1, ComparatorTemplate p2 )

xt.jar, StringExpr.class
package com.jclark.xsl.expr
StringExpr.constantValue ( ) [abstract]  :  String
StringExpr.eval ( Node p1, ExprContext p2 ) [abstract]  :  String

xt.jar, StringVariant.class
package com.jclark.xsl.expr
StringVariant.convertToBoolean ( )  :  boolean
StringVariant.convertToNumber ( )  :  double
StringVariant.convertToObject ( )  :  Object
StringVariant.convertToString ( )  :  String
StringVariant.isString ( )  :  boolean
StringVariant.StringVariant ( String p1 )

xt.jar, SunXMLProcessorImpl.class
package com.jclark.xsl.dom
SunXMLProcessorImpl.getElementById ( Document p1, String p2 )  :  Element
SunXMLProcessorImpl.load ( InputSource p1 )  :  Document
SunXMLProcessorImpl.SunXMLProcessorImpl ( )

xt.jar, TerminateXSLException.class
package com.jclark.xsl.tr
TerminateXSLException.TerminateXSLException ( String p1, Node p2 )

xt.jar, TextComparator.class
package com.jclark.xsl.util
TextComparator.compare ( Object p1, Object p2 )  :  int
TextComparator.create ( Locale p1, int p2 ) [static]  :  Comparator

xt.jar, TextOutputHandler.class
package com.jclark.xsl.sax
TextOutputHandler.characters ( char[ ] p1, int p2, int p3 )  :  void
TextOutputHandler.endDocument ( )  :  void
TextOutputHandler.init ( Destination p1, AttributeList p2 )  :  DocumentHandler
TextOutputHandler.TextOutputHandler ( )
TextOutputHandler.TextOutputHandler ( Writer p1 )

xt.jar, TopLevelPattern.class
package com.jclark.xsl.expr
TopLevelPattern.getAlternatives ( ) [abstract]  :  PathPattern[ ]

xt.jar, Transform.class
package com.jclark.xsl.dom
Transform.transform ( Node p1, Node p2 ) [abstract]  :  void

xt.jar, TransformEngine.class
package com.jclark.xsl.dom
TransformEngine.createTransform ( Node p1 ) [abstract]  :  Transform

xt.jar, TransformException.class
package com.jclark.xsl.dom
TransformException.getNode ( )  :  Node
TransformException.TransformException ( String p1, Node p2 )

xt.jar, UnionNodeIterator.class
package com.jclark.xsl.expr
UnionNodeIterator.next ( )  :  Node
UnionNodeIterator.UnionNodeIterator ( NodeIterator p1, NodeIterator p2 )

xt.jar, VariableSet.class
package com.jclark.xsl.expr
VariableSet.contains ( Name p1 ) [abstract]  :  boolean

xt.jar, Variant.class
package com.jclark.xsl.expr
Variant.convertToBoolean ( ) [abstract]  :  boolean
Variant.convertToNodeSet ( ) [abstract]  :  NodeIterator
Variant.convertToNumber ( ) [abstract]  :  double
Variant.convertToObject ( ) [abstract]  :  Object
Variant.convertToPredicate ( ExprContext p1 ) [abstract]  :  boolean
Variant.convertToString ( ) [abstract]  :  String
Variant.getBaseNode ( ) [abstract]  :  Node
Variant.isBoolean ( ) [abstract]  :  boolean
Variant.isNodeSet ( ) [abstract]  :  boolean
Variant.isNumber ( ) [abstract]  :  boolean
Variant.isString ( ) [abstract]  :  boolean
Variant.makePermanent ( ) [abstract]  :  Variant

xt.jar, VariantBase.class
package com.jclark.xsl.expr
VariantBase.convertToBoolean ( ) [abstract]  :  boolean
VariantBase.convertToNodeSet ( )  :  NodeIterator
VariantBase.convertToNumber ( )  :  double
VariantBase.convertToObject ( ) [abstract]  :  Object
VariantBase.convertToPredicate ( ExprContext p1 )  :  boolean
VariantBase.convertToString ( ) [abstract]  :  String
VariantBase.create ( Object p1 ) [static]  :  Variant
VariantBase.getBaseNode ( )  :  Node
VariantBase.isBoolean ( )  :  boolean
VariantBase.isNodeSet ( )  :  boolean
VariantBase.isNumber ( )  :  boolean
VariantBase.isString ( )  :  boolean
VariantBase.makePermanent ( )  :  Variant
VariantBase.VariantBase ( )

xt.jar, VariantExpr.class
package com.jclark.xsl.expr
VariantExpr.eval ( Node p1, ExprContext p2 ) [abstract]  :  Variant

xt.jar, XMLOutputHandler.class
package com.jclark.xsl.sax
XMLOutputHandler.attributeValue ( String p1 )  :  void
XMLOutputHandler.characters ( char[ ] p1, int p2, int p3 )  :  void
XMLOutputHandler.comment ( String p1 )  :  void
XMLOutputHandler.endDocument ( )  :  void
XMLOutputHandler.endElement ( String p1 )  :  void
XMLOutputHandler.ignorableWhitespace ( char[ ] p1, int p2, int p3 )  :  void
XMLOutputHandler.init ( Destination p1, AttributeList p2 )  :  DocumentHandler
XMLOutputHandler.markup ( String p1 )  :  void
XMLOutputHandler.processingInstruction ( String p1, String p2 )  :  void
XMLOutputHandler.rawCharacters ( String p1 )  :  void
XMLOutputHandler.setDocumentLocator ( Locator p1 )  :  void
XMLOutputHandler.setMinimize ( byte p1 )  :  void
XMLOutputHandler.startDocument ( )  :  void
XMLOutputHandler.startElement ( String p1, AttributeList p2 )  :  void
XMLOutputHandler.XMLOutputHandler ( )
XMLOutputHandler.XMLOutputHandler ( OutputStream p1 )

xt.jar, XMLProcessor.class
package com.jclark.xsl.tr
XMLProcessor.createResult ( Node p1, int p2, LoadContext p3, Node[ ] p4 ) [abstract]  :  Result
XMLProcessor.load ( URL p1, int p2, LoadContext p3, NameTable p4 ) [abstract]  :  Node

xt.jar, XMLProcessorEx.class
package com.jclark.xsl.sax
XMLProcessorEx.load ( InputSource p1, int p2, LoadContext p3, NameTable p4 ) [abstract]  :  Node
XMLProcessorEx.setErrorHandler ( ErrorHandler p1 ) [abstract]  :  void

xt.jar, XMLProcessorImpl.class
package com.jclark.xsl.dom
XMLProcessorImpl.createResult ( Node p1, int p2, LoadContext p3, Node[ ] p4 )  :  Result
XMLProcessorImpl.getElementById ( Document p1, String p2 )  :  Element
XMLProcessorImpl.load ( InputSource p1 ) [abstract]  :  Document
XMLProcessorImpl.load ( InputSource p1, int p2, LoadContext p3, NameTable p4 )  :  Node
XMLProcessorImpl.load ( URL p1, int p2, LoadContext p3, NameTable p4 )  :  Node
XMLProcessorImpl.setErrorHandler ( ErrorHandler p1 )  :  void
XMLProcessorImpl.XMLProcessorImpl ( )
package com.jclark.xsl.sax
XMLProcessorImpl.createBuilder ( String p1, int p2, LoadContext p3, NameTable p4 ) [static]  :  XMLProcessorImpl.Builder
XMLProcessorImpl.createResult ( Node p1, int p2, LoadContext p3, Node[ ] p4 )  :  Result
XMLProcessorImpl.load ( InputSource p1, int p2, LoadContext p3, NameTable p4 )  :  Node
XMLProcessorImpl.load ( URL p1, int p2, LoadContext p3, NameTable p4 )  :  Node
XMLProcessorImpl.setErrorHandler ( ErrorHandler p1 )  :  void
XMLProcessorImpl.XMLProcessorImpl ( Parser p1 )

xt.jar, XmlToHtml.class
package com.jclark.xsl.sax
XmlToHtml.fileInputSource ( File p1 ) [static]  :  InputSource
XmlToHtml.fileInputSource ( String p1 ) [static]  :  InputSource
XmlToHtml.main ( String[ ] p1 ) [static]  :  void
XmlToHtml.XmlToHtml ( )

xt.jar, XSLException.class
package com.jclark.xsl.om
XSLException.getException ( )  :  Exception
XSLException.getNode ( )  :  Node
XSLException.XSLException ( )
XSLException.XSLException ( Exception p1 )
XSLException.XSLException ( Exception p1, Node p2 )
XSLException.XSLException ( String p1 )
XSLException.XSLException ( String p1, Node p2 )

xt.jar, XSLProcessor.class
package com.jclark.xsl.sax
XSLProcessor.clone ( ) [abstract]  :  Object
XSLProcessor.loadStylesheet ( InputSource p1 ) [abstract]  :  void
XSLProcessor.setOutputMethodHandler ( OutputMethodHandler p1 ) [abstract]  :  void
XSLProcessor.setParameter ( String p1, Object p2 ) [abstract]  :  void
XSLProcessor.setParser ( Parser p1 ) [abstract]  :  void
XSLProcessor.setParser ( Parser p1, Parser p2 ) [abstract]  :  void

xt.jar, XSLProcessorImpl.class
package com.jclark.xsl.sax
XSLProcessorImpl.clone ( )  :  Object
XSLProcessorImpl.getParameter ( Name p1 )  :  Object
XSLProcessorImpl.loadStylesheet ( InputSource p1 )  :  void
XSLProcessorImpl.parse ( InputSource p1 )  :  void
XSLProcessorImpl.parse ( String p1 )  :  void
XSLProcessorImpl.setDocumentHandler ( DocumentHandler p1 )  :  void
XSLProcessorImpl.setDTDHandler ( DTDHandler p1 )  :  void
XSLProcessorImpl.setEntityResolver ( EntityResolver p1 )  :  void
XSLProcessorImpl.setErrorHandler ( ErrorHandler p1 )  :  void
XSLProcessorImpl.setLocale ( Locale p1 )  :  void
XSLProcessorImpl.setOutputMethodHandler ( OutputMethodHandler p1 )  :  void
XSLProcessorImpl.setParameter ( String p1, Object p2 )  :  void
XSLProcessorImpl.setParser ( Parser p1 )  :  void
XSLProcessorImpl.setParser ( Parser p1, Parser p2 )  :  void
XSLProcessorImpl.setParser ( XMLProcessorEx p1 )  :  void
XSLProcessorImpl.XSLProcessorImpl ( )

xt.jar, XSLServlet.class
package com.jclark.xsl.sax
XSLServlet.doGet ( HttpServletRequest p1, HttpServletResponse p2 )  :  void
XSLServlet.fileInputSource ( File p1 ) [static]  :  InputSource
XSLServlet.init ( )  :  void
XSLServlet.XSLServlet ( )

xt.jar, XSLTransformEngine.class
package com.jclark.xsl.dom
XSLTransformEngine.createResult ( Node p1, int p2, LoadContext p3, Node[ ] p4 )  :  Result
XSLTransformEngine.createTransform ( Node p1 )  :  Transform
XSLTransformEngine.load ( URL p1, int p2, LoadContext p3, NameTable p4 )  :  Node
XSLTransformEngine.XSLTransformEngine ( )
XSLTransformEngine.XSLTransformEngine ( DOMExtensions p1 )

to the top

Removed Methods (889)


fop_0_13_0.jar, AlternatingPageMasterFactory.class
package org.apache.fop.layout
AlternatingPageMasterFactory.AlternatingPageMasterFactory ( PageMaster p1, PageMaster p2, PageMaster p3 )
AlternatingPageMasterFactory.getHeight ( )  :  int
AlternatingPageMasterFactory.getNextPageMaster ( )  :  PageMaster
AlternatingPageMasterFactory.getWidth ( )  :  int

fop_0_13_0.jar, AWTRenderer.class
package org.apache.fop.render.awt
AWTRenderer.getJavaFontName ( String p1 )  :  String
AWTRenderer.renderRuleArea ( RuleArea p1 )  :  void
AWTRenderer.renderSVGArea ( SVGArea p1 )  :  void

fop_0_13_0.jar, BackgroundColor.class
package org.apache.fop.fo.properties
BackgroundColor.BackgroundColor ( PropertyList p1, ColorType p2 )
BackgroundColor.getColorType ( )  :  ColorType
BackgroundColor.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BlockArea.class
package org.apache.fop.layout
BlockArea.addText ( FontState p1, float p2, float p3, float p4, int p5, LinkSet p6, int p7, char[ ] p8, int p9, int p10 )  :  int

fop_0_13_0.jar, BmpBwImage.class
package org.apache.fop.image
BmpBwImage.BmpBwImage ( String p1, int p2, int p3, int p4, int p5 )
BmpBwImage.getbitperpixel ( )  :  int
BmpBwImage.getcolor ( )  :  boolean
BmpBwImage.getHeight ( )  :  int
BmpBwImage.gethref ( )  :  String
BmpBwImage.getimagemap ( )  :  int[ ]
BmpBwImage.getpixelheight ( )  :  int
BmpBwImage.getpixelwidth ( )  :  int
BmpBwImage.getWidth ( )  :  int
BmpBwImage.getX ( )  :  int
BmpBwImage.getY ( )  :  int

fop_0_13_0.jar, BmpColImage.class
package org.apache.fop.image
BmpColImage.BmpColImage ( String p1, int p2, int p3, int p4, int p5 )
BmpColImage.getbitperpixel ( )  :  int
BmpColImage.getcolor ( )  :  boolean
BmpColImage.getHeight ( )  :  int
BmpColImage.gethref ( )  :  String
BmpColImage.getimagemap ( )  :  int[ ]
BmpColImage.getpixelheight ( )  :  int
BmpColImage.getpixelwidth ( )  :  int
BmpColImage.getWidth ( )  :  int
BmpColImage.getX ( )  :  int
BmpColImage.getY ( )  :  int

fop_0_13_0.jar, BorderAfterColor.class
package org.apache.fop.fo.properties
BorderAfterColor.BorderAfterColor ( PropertyList p1, ColorType p2 )
BorderAfterColor.getColorType ( )  :  ColorType
BorderAfterColor.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderAfterStyle.class
package org.apache.fop.fo.properties
BorderAfterStyle.BorderAfterStyle ( PropertyList p1, int p2 )
BorderAfterStyle.getEnum ( )  :  int
BorderAfterStyle.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderAfterWidth.class
package org.apache.fop.fo.properties
BorderAfterWidth.BorderAfterWidth ( PropertyList p1, Length p2 )
BorderAfterWidth.getLength ( )  :  Length
BorderAfterWidth.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderBeforeColor.class
package org.apache.fop.fo.properties
BorderBeforeColor.BorderBeforeColor ( PropertyList p1, ColorType p2 )
BorderBeforeColor.getColorType ( )  :  ColorType
BorderBeforeColor.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderBeforeStyle.class
package org.apache.fop.fo.properties
BorderBeforeStyle.BorderBeforeStyle ( PropertyList p1, int p2 )
BorderBeforeStyle.getEnum ( )  :  int
BorderBeforeStyle.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderBeforeWidth.class
package org.apache.fop.fo.properties
BorderBeforeWidth.BorderBeforeWidth ( PropertyList p1, Length p2 )
BorderBeforeWidth.getLength ( )  :  Length
BorderBeforeWidth.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderBottom.class
package org.apache.fop.fo.properties
BorderBottom.BorderBottom ( PropertyList p1, String p2 )
BorderBottom.getString ( )  :  String
BorderBottom.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderBottomColor.class
package org.apache.fop.fo.properties
BorderBottomColor.BorderBottomColor ( PropertyList p1, ColorType p2 )
BorderBottomColor.getColorType ( )  :  ColorType
BorderBottomColor.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderBottomStyle.class
package org.apache.fop.fo.properties
BorderBottomStyle.BorderBottomStyle ( PropertyList p1, int p2 )
BorderBottomStyle.getEnum ( )  :  int
BorderBottomStyle.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderBottomWidth.class
package org.apache.fop.fo.properties
BorderBottomWidth.BorderBottomWidth ( PropertyList p1, Length p2 )
BorderBottomWidth.getLength ( )  :  Length
BorderBottomWidth.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderColor.class
package org.apache.fop.fo.properties
BorderColor.BorderColor ( PropertyList p1, ColorType p2 )
BorderColor.getColorType ( )  :  ColorType
BorderColor.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderEndColor.class
package org.apache.fop.fo.properties
BorderEndColor.BorderEndColor ( PropertyList p1, ColorType p2 )
BorderEndColor.getColorType ( )  :  ColorType
BorderEndColor.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderEndStyle.class
package org.apache.fop.fo.properties
BorderEndStyle.BorderEndStyle ( PropertyList p1, int p2 )
BorderEndStyle.getEnum ( )  :  int
BorderEndStyle.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderEndWidth.class
package org.apache.fop.fo.properties
BorderEndWidth.BorderEndWidth ( PropertyList p1, Length p2 )
BorderEndWidth.getLength ( )  :  Length
BorderEndWidth.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderLeft.class
package org.apache.fop.fo.properties
BorderLeft.BorderLeft ( PropertyList p1, String p2 )
BorderLeft.getString ( )  :  String
BorderLeft.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderLeftColor.class
package org.apache.fop.fo.properties
BorderLeftColor.BorderLeftColor ( PropertyList p1, ColorType p2 )
BorderLeftColor.getColorType ( )  :  ColorType
BorderLeftColor.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderLeftStyle.class
package org.apache.fop.fo.properties
BorderLeftStyle.BorderLeftStyle ( PropertyList p1, int p2 )
BorderLeftStyle.getEnum ( )  :  int
BorderLeftStyle.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderLeftWidth.class
package org.apache.fop.fo.properties
BorderLeftWidth.BorderLeftWidth ( PropertyList p1, Length p2 )
BorderLeftWidth.getLength ( )  :  Length
BorderLeftWidth.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderRight.class
package org.apache.fop.fo.properties
BorderRight.BorderRight ( PropertyList p1, String p2 )
BorderRight.getString ( )  :  String
BorderRight.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderRightColor.class
package org.apache.fop.fo.properties
BorderRightColor.BorderRightColor ( PropertyList p1, ColorType p2 )
BorderRightColor.getColorType ( )  :  ColorType
BorderRightColor.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderRightStyle.class
package org.apache.fop.fo.properties
BorderRightStyle.BorderRightStyle ( PropertyList p1, int p2 )
BorderRightStyle.getEnum ( )  :  int
BorderRightStyle.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderRightWidth.class
package org.apache.fop.fo.properties
BorderRightWidth.BorderRightWidth ( PropertyList p1, Length p2 )
BorderRightWidth.getLength ( )  :  Length
BorderRightWidth.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderStartColor.class
package org.apache.fop.fo.properties
BorderStartColor.BorderStartColor ( PropertyList p1, ColorType p2 )
BorderStartColor.getColorType ( )  :  ColorType
BorderStartColor.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderStartStyle.class
package org.apache.fop.fo.properties
BorderStartStyle.BorderStartStyle ( PropertyList p1, int p2 )
BorderStartStyle.getEnum ( )  :  int
BorderStartStyle.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderStartWidth.class
package org.apache.fop.fo.properties
BorderStartWidth.BorderStartWidth ( PropertyList p1, Length p2 )
BorderStartWidth.getLength ( )  :  Length
BorderStartWidth.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderStyle.class
package org.apache.fop.fo.properties
BorderStyle.BorderStyle ( PropertyList p1, int p2 )
BorderStyle.getEnum ( )  :  int
BorderStyle.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderTop.class
package org.apache.fop.fo.properties
BorderTop.BorderTop ( PropertyList p1, String p2 )
BorderTop.getString ( )  :  String
BorderTop.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderTopColor.class
package org.apache.fop.fo.properties
BorderTopColor.BorderTopColor ( PropertyList p1, ColorType p2 )
BorderTopColor.getColorType ( )  :  ColorType
BorderTopColor.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderTopStyle.class
package org.apache.fop.fo.properties
BorderTopStyle.BorderTopStyle ( PropertyList p1, int p2 )
BorderTopStyle.getEnum ( )  :  int
BorderTopStyle.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderTopWidth.class
package org.apache.fop.fo.properties
BorderTopWidth.BorderTopWidth ( PropertyList p1, Length p2 )
BorderTopWidth.getLength ( )  :  Length
BorderTopWidth.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BorderWidth.class
package org.apache.fop.fo.properties
BorderWidth.BorderWidth ( PropertyList p1, Length p2 )
BorderWidth.getLength ( )  :  Length
BorderWidth.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, Bottom.class
package org.apache.fop.fo.properties
Bottom.Bottom ( PropertyList p1, Length p2 )
Bottom.getLength ( )  :  Length
Bottom.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BreakAfter.class
package org.apache.fop.fo.properties
BreakAfter.BreakAfter ( PropertyList p1, int p2 )
BreakAfter.getEnum ( )  :  int
BreakAfter.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, BreakBefore.class
package org.apache.fop.fo.properties
BreakBefore.BreakBefore ( PropertyList p1, int p2 )
BreakBefore.getEnum ( )  :  int
BreakBefore.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, Color.class
package org.apache.fop.fo.properties
Color.Color ( PropertyList p1, ColorType p2 )
Color.getColorType ( )  :  ColorType
Color.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, ColumnWidth.class
package org.apache.fop.fo.properties
ColumnWidth.ColumnWidth ( PropertyList p1, Length p2 )
ColumnWidth.getLength ( )  :  Length
ColumnWidth.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, CommandLine.class
package org.apache.fop.apps
CommandLine.CommandLine ( )

fop_0_13_0.jar, Courier.class
package org.apache.fop.render.pdf.fonts
Courier.getAscender ( )  :  int
Courier.getCapHeight ( )  :  int
Courier.getDescender ( )  :  int
Courier.getXHeight ( )  :  int
Courier.width ( int p1 )  :  int

fop_0_13_0.jar, CourierBold.class
package org.apache.fop.render.pdf.fonts
CourierBold.getAscender ( )  :  int
CourierBold.getCapHeight ( )  :  int
CourierBold.getDescender ( )  :  int
CourierBold.getXHeight ( )  :  int
CourierBold.width ( int p1 )  :  int

fop_0_13_0.jar, CourierBoldOblique.class
package org.apache.fop.render.pdf.fonts
CourierBoldOblique.getAscender ( )  :  int
CourierBoldOblique.getCapHeight ( )  :  int
CourierBoldOblique.getDescender ( )  :  int
CourierBoldOblique.getXHeight ( )  :  int
CourierBoldOblique.width ( int p1 )  :  int

fop_0_13_0.jar, CourierOblique.class
package org.apache.fop.render.pdf.fonts
CourierOblique.getAscender ( )  :  int
CourierOblique.getCapHeight ( )  :  int
CourierOblique.getDescender ( )  :  int
CourierOblique.getXHeight ( )  :  int
CourierOblique.width ( int p1 )  :  int

fop_0_13_0.jar, DisplayGraphic.class
package org.apache.fop.fo.flow
DisplayGraphic.DisplayGraphic ( FObj p1, PropertyList p2 )
DisplayGraphic.layout ( Area p1 )  :  Status
DisplayGraphic.maker ( ) [static]  :  FObj.Maker

fop_0_13_0.jar, DisplayRule.class
package org.apache.fop.fo.flow
DisplayRule.DisplayRule ( FObj p1, PropertyList p2 )
DisplayRule.layout ( Area p1 )  :  Status
DisplayRule.maker ( ) [static]  :  FObj.Maker

fop_0_13_0.jar, Driver.class
package org.apache.fop.apps
Driver.buildFOTree ( Parser p1, InputSource p2 )  :  void
Driver.getDocumentHandler ( )  :  DocumentHandler

fop_0_13_0.jar, ElementMapping.class
package org.apache.fop.fo
ElementMapping.addToBuilder ( FOTreeBuilder p1 ) [abstract]  :  void

fop_0_13_0.jar, EndIndent.class
package org.apache.fop.fo.properties
EndIndent.EndIndent ( PropertyList p1, Length p2 )
EndIndent.getLength ( )  :  Length
EndIndent.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, Extent.class
package org.apache.fop.fo.properties
Extent.Extent ( PropertyList p1, Length p2 )
Extent.getLength ( )  :  Length
Extent.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, ExternalDestination.class
package org.apache.fop.fo.properties
ExternalDestination.ExternalDestination ( PropertyList p1, String p2 )
ExternalDestination.getString ( )  :  String
ExternalDestination.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, FlowName.class
package org.apache.fop.fo.properties
FlowName.FlowName ( PropertyList p1, String p2 )
FlowName.getString ( )  :  String
FlowName.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, Font.class
package org.apache.fop.render.pdf
Font.getAscender ( ) [abstract]  :  int
Font.getCapHeight ( ) [abstract]  :  int
Font.getDescender ( ) [abstract]  :  int
Font.getXHeight ( ) [abstract]  :  int
Font.width ( int p1 ) [abstract]  :  int

fop_0_13_0.jar, FontFamily.class
package org.apache.fop.fo.properties
FontFamily.FontFamily ( PropertyList p1, String p2 )
FontFamily.getString ( )  :  String
FontFamily.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, FontMetric.class
package org.apache.fop.layout
FontMetric.getAscender ( ) [abstract]  :  int
FontMetric.getCapHeight ( ) [abstract]  :  int
FontMetric.getDescender ( ) [abstract]  :  int
FontMetric.getXHeight ( ) [abstract]  :  int
FontMetric.width ( int p1 ) [abstract]  :  int

fop_0_13_0.jar, FontSize.class
package org.apache.fop.fo.properties
FontSize.FontSize ( PropertyList p1, Length p2 )
FontSize.getLength ( )  :  Length
FontSize.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, FontStyle.class
package org.apache.fop.fo.properties
FontStyle.FontStyle ( PropertyList p1, String p2 )
FontStyle.getString ( )  :  String
FontStyle.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, FontWeight.class
package org.apache.fop.fo.properties
FontWeight.FontWeight ( PropertyList p1, String p2 )
FontWeight.getString ( )  :  String
FontWeight.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, FopImage.class
package org.apache.fop.image
FopImage.getbitperpixel ( ) [abstract]  :  int
FopImage.getcolor ( ) [abstract]  :  boolean
FopImage.gethref ( ) [abstract]  :  String
FopImage.getimagemap ( ) [abstract]  :  int[ ]
FopImage.getpixelheight ( ) [abstract]  :  int
FopImage.getpixelwidth ( ) [abstract]  :  int
FopImage.getX ( ) [abstract]  :  int
FopImage.getY ( ) [abstract]  :  int

fop_0_13_0.jar, FopImageConsumer.class
package org.apache.fop.image
GifJpegImage.FopImageConsumer.getHeight ( )  :  int
GifJpegImage.FopImageConsumer.getWidth ( )  :  int
GifJpegImage.FopImageConsumer.GifJpegImage.FopImageConsumer ( GifJpegImage p1 )
GifJpegImage.FopImageConsumer.imageComplete ( int p1 )  :  void
GifJpegImage.FopImageConsumer.setColorModel ( ColorModel p1 )  :  void
GifJpegImage.FopImageConsumer.setDimensions ( int p1, int p2 )  :  void
GifJpegImage.FopImageConsumer.setHints ( int p1 )  :  void
GifJpegImage.FopImageConsumer.setPixels ( int p1, int p2, int p3, int p4, ColorModel p5, byte[ ] p6, int p7, int p8 )  :  void
GifJpegImage.FopImageConsumer.setPixels ( int p1, int p2, int p3, int p4, ColorModel p5, int[ ] p6, int p7, int p8 )  :  void
GifJpegImage.FopImageConsumer.setProperties ( Hashtable p1 )  :  void

fop_0_13_0.jar, FopImageFactory.class
package org.apache.fop.image
FopImageFactory.Make ( String p1, int p2, int p3, int p4, int p5 ) [static]  :  FopImage

fop_0_13_0.jar, FOTreeBuilder.class
package org.apache.fop.fo
FOTreeBuilder.endElement ( String p1 )  :  void
FOTreeBuilder.findURI ( String p1 )  :  String
FOTreeBuilder.mapName ( String p1 )  :  String
FOTreeBuilder.startElement ( String p1, AttributeList p2 )  :  void

fop_0_13_0.jar, GifJpegImage.class
package org.apache.fop.image
GifJpegImage.getbitperpixel ( )  :  int
GifJpegImage.getcolor ( )  :  boolean
GifJpegImage.gethref ( )  :  String
GifJpegImage.getimagemap ( )  :  int[ ]
GifJpegImage.getpixelheight ( )  :  int
GifJpegImage.getpixelwidth ( )  :  int
GifJpegImage.getX ( )  :  int
GifJpegImage.getY ( )  :  int
GifJpegImage.GifJpegImage ( String p1, int p2, int p3, int p4, int p5 )

fop_0_13_0.jar, Graphic.class
package org.apache.fop.svg
Graphic.Graphic ( )

fop_0_13_0.jar, Height.class
package org.apache.fop.fo.properties
Height.getLength ( )  :  Length
Height.Height ( PropertyList p1, Length p2 )
Height.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, Helvetica.class
package org.apache.fop.render.pdf.fonts
Helvetica.getAscender ( )  :  int
Helvetica.getCapHeight ( )  :  int
Helvetica.getDescender ( )  :  int
Helvetica.getXHeight ( )  :  int
Helvetica.width ( int p1 )  :  int

fop_0_13_0.jar, HelveticaBold.class
package org.apache.fop.render.pdf.fonts
HelveticaBold.getAscender ( )  :  int
HelveticaBold.getCapHeight ( )  :  int
HelveticaBold.getDescender ( )  :  int
HelveticaBold.getXHeight ( )  :  int
HelveticaBold.width ( int p1 )  :  int

fop_0_13_0.jar, HelveticaBoldOblique.class
package org.apache.fop.render.pdf.fonts
HelveticaBoldOblique.getAscender ( )  :  int
HelveticaBoldOblique.getCapHeight ( )  :  int
HelveticaBoldOblique.getDescender ( )  :  int
HelveticaBoldOblique.getXHeight ( )  :  int
HelveticaBoldOblique.width ( int p1 )  :  int

fop_0_13_0.jar, HelveticaOblique.class
package org.apache.fop.render.pdf.fonts
HelveticaOblique.getAscender ( )  :  int
HelveticaOblique.getCapHeight ( )  :  int
HelveticaOblique.getDescender ( )  :  int
HelveticaOblique.getXHeight ( )  :  int
HelveticaOblique.width ( int p1 )  :  int

fop_0_13_0.jar, HRef.class
package org.apache.fop.fo.properties
HRef.getString ( )  :  String
HRef.HRef ( PropertyList p1, String p2 )
HRef.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, ID.class
package org.apache.fop.fo.properties
ID.getString ( )  :  String
ID.ID ( PropertyList p1, String p2 )
ID.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, InitialPageNumber.class
package org.apache.fop.fo.properties
InitialPageNumber.getString ( )  :  String
InitialPageNumber.InitialPageNumber ( PropertyList p1, String p2 )
InitialPageNumber.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, InlineSequence.class
package org.apache.fop.fo.flow
InlineSequence.InlineSequence ( FObj p1, PropertyList p2 )
InlineSequence.maker ( ) [static]  :  FObj.Maker

fop_0_13_0.jar, KeepWithNext.class
package org.apache.fop.fo.properties
KeepWithNext.getEnum ( )  :  int
KeepWithNext.KeepWithNext ( PropertyList p1, int p2 )
KeepWithNext.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, LayoutMasterSet.class
package org.apache.fop.fo.pagination
LayoutMasterSet.addLayoutMaster ( String p1, SimplePageMaster p2 )  :  void
LayoutMasterSet.getLayoutMaster ( String p1 )  :  SimplePageMaster

fop_0_13_0.jar, Left.class
package org.apache.fop.fo.properties
Left.getLength ( )  :  Length
Left.Left ( PropertyList p1, Length p2 )
Left.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, Length.class
package org.apache.fop.datatypes
Length.convert ( String p1 )  :  void
Length.Length ( double p1, Property p2 )
Length.Length ( String p1 )
Length.Length ( String p1, int p2 )

fop_0_13_0.jar, LineArea.class
package org.apache.fop.layout
LineArea.addText ( char[ ] p1, int p2, int p3, LinkSet p4 )  :  int
LineArea.changeWhiteSpaceTreatment ( int p1 )  :  void
LineArea.LineArea ( FontState p1, int p2, int p3, int p4, int p5, int p6 )

fop_0_13_0.jar, LineGraphic.class
package org.apache.fop.svg
LineGraphic.LineGraphic ( int p1, int p2, int p3, int p4 )

fop_0_13_0.jar, LineHeight.class
package org.apache.fop.fo.properties
LineHeight.getLength ( )  :  Length
LineHeight.LineHeight ( PropertyList p1, Length p2 )
LineHeight.maker ( ) [static]  :  Property.Maker

fop_0_13_0.jar, LinkSet.class
package org.apache.fop.layout
LinkSet.applyAreaContainerOffsets ( AreaContainer p1 )  :  void
LinkSet.LinkSet ( String p1, Area p2 )

fop_0_13_0.jar, Maker.class
package org.apache.fop.fo
Property.Maker.make ( PropertyList p1, String p2 )  :  Property
package org.apache.fop.fo.flow
DisplayGraphic.Maker.DisplayGraphic.Maker ( )
DisplayGraphic.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
DisplayRule.Maker.DisplayRule.Maker ( )
DisplayRule.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
InlineSequence.Maker.InlineSequence.Maker ( )
InlineSequence.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
SimpleLink.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
SimpleLink.Maker.SimpleLink.Maker ( )
package org.apache.fop.fo.pagination
SequenceSpecification.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
SequenceSpecification.Maker.SequenceSpecification.Maker ( )
SequenceSpecifierAlternating.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
SequenceSpecifierAlternating.Maker.SequenceSpecifierAlternating.Maker ( )
SequenceSpecifierRepeating.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
SequenceSpecifierRepeating.Maker.SequenceSpecifierRepeating.Maker ( )
SequenceSpecifierSingle.Maker.make ( FObj p1, PropertyList p2 )  :  FObj
SequenceSpecifierSingle.Maker.SequenceSpecifierSingle.Maker ( )
package org.apache.fop.fo.properties
BackgroundColor.Maker.BackgroundColor.Maker ( )
BackgroundColor.Maker.isInherited ( )  :  boolean
BackgroundColor.Maker.make ( PropertyList p1 )  :  Property
BackgroundColor.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderAfterColor.Maker.BorderAfterColor.Maker ( )
BorderAfterColor.Maker.isInherited ( )  :  boolean
BorderAfterColor.Maker.make ( PropertyList p1 )  :  Property
BorderAfterColor.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderAfterStyle.Maker.BorderAfterStyle.Maker ( )
BorderAfterStyle.Maker.isInherited ( )  :  boolean
BorderAfterStyle.Maker.make ( PropertyList p1 )  :  Property
BorderAfterStyle.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderAfterWidth.Maker.BorderAfterWidth.Maker ( )
BorderAfterWidth.Maker.isInherited ( )  :  boolean
BorderAfterWidth.Maker.make ( PropertyList p1 )  :  Property
BorderAfterWidth.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderBeforeColor.Maker.BorderBeforeColor.Maker ( )
BorderBeforeColor.Maker.isInherited ( )  :  boolean
BorderBeforeColor.Maker.make ( PropertyList p1 )  :  Property
BorderBeforeColor.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderBeforeStyle.Maker.BorderBeforeStyle.Maker ( )
BorderBeforeStyle.Maker.isInherited ( )  :  boolean
BorderBeforeStyle.Maker.make ( PropertyList p1 )  :  Property
BorderBeforeStyle.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderBeforeWidth.Maker.BorderBeforeWidth.Maker ( )
BorderBeforeWidth.Maker.isInherited ( )  :  boolean
BorderBeforeWidth.Maker.make ( PropertyList p1 )  :  Property
BorderBeforeWidth.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderBottom.Maker.BorderBottom.Maker ( )
BorderBottom.Maker.isInherited ( )  :  boolean
BorderBottom.Maker.make ( PropertyList p1 )  :  Property
BorderBottom.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderBottomColor.Maker.BorderBottomColor.Maker ( )
BorderBottomColor.Maker.isInherited ( )  :  boolean
BorderBottomColor.Maker.make ( PropertyList p1 )  :  Property
BorderBottomColor.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderBottomStyle.Maker.BorderBottomStyle.Maker ( )
BorderBottomStyle.Maker.isInherited ( )  :  boolean
BorderBottomStyle.Maker.make ( PropertyList p1 )  :  Property
BorderBottomStyle.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderBottomWidth.Maker.BorderBottomWidth.Maker ( )
BorderBottomWidth.Maker.isInherited ( )  :  boolean
BorderBottomWidth.Maker.make ( PropertyList p1 )  :  Property
BorderBottomWidth.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderColor.Maker.BorderColor.Maker ( )
BorderColor.Maker.isInherited ( )  :  boolean
BorderColor.Maker.make ( PropertyList p1 )  :  Property
BorderColor.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderEndColor.Maker.BorderEndColor.Maker ( )
BorderEndColor.Maker.isInherited ( )  :  boolean
BorderEndColor.Maker.make ( PropertyList p1 )  :  Property
BorderEndColor.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderEndStyle.Maker.BorderEndStyle.Maker ( )
BorderEndStyle.Maker.isInherited ( )  :  boolean
BorderEndStyle.Maker.make ( PropertyList p1 )  :  Property
BorderEndStyle.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderEndWidth.Maker.BorderEndWidth.Maker ( )
BorderEndWidth.Maker.isInherited ( )  :  boolean
BorderEndWidth.Maker.make ( PropertyList p1 )  :  Property
BorderEndWidth.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderLeft.Maker.BorderLeft.Maker ( )
BorderLeft.Maker.isInherited ( )  :  boolean
BorderLeft.Maker.make ( PropertyList p1 )  :  Property
BorderLeft.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderLeftColor.Maker.BorderLeftColor.Maker ( )
BorderLeftColor.Maker.isInherited ( )  :  boolean
BorderLeftColor.Maker.make ( PropertyList p1 )  :  Property
BorderLeftColor.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderLeftStyle.Maker.BorderLeftStyle.Maker ( )
BorderLeftStyle.Maker.isInherited ( )  :  boolean
BorderLeftStyle.Maker.make ( PropertyList p1 )  :  Property
BorderLeftStyle.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderLeftWidth.Maker.BorderLeftWidth.Maker ( )
BorderLeftWidth.Maker.isInherited ( )  :  boolean
BorderLeftWidth.Maker.make ( PropertyList p1 )  :  Property
BorderLeftWidth.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderRight.Maker.BorderRight.Maker ( )
BorderRight.Maker.isInherited ( )  :  boolean
BorderRight.Maker.make ( PropertyList p1 )  :  Property
BorderRight.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderRightColor.Maker.BorderRightColor.Maker ( )
BorderRightColor.Maker.isInherited ( )  :  boolean
BorderRightColor.Maker.make ( PropertyList p1 )  :  Property
BorderRightColor.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderRightStyle.Maker.BorderRightStyle.Maker ( )
BorderRightStyle.Maker.isInherited ( )  :  boolean
BorderRightStyle.Maker.make ( PropertyList p1 )  :  Property
BorderRightStyle.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderRightWidth.Maker.BorderRightWidth.Maker ( )
BorderRightWidth.Maker.isInherited ( )  :  boolean
BorderRightWidth.Maker.make ( PropertyList p1 )  :  Property
BorderRightWidth.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderStartColor.Maker.BorderStartColor.Maker ( )
BorderStartColor.Maker.isInherited ( )  :  boolean
BorderStartColor.Maker.make ( PropertyList p1 )  :  Property
BorderStartColor.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderStartStyle.Maker.BorderStartStyle.Maker ( )
BorderStartStyle.Maker.isInherited ( )  :  boolean
BorderStartStyle.Maker.make ( PropertyList p1 )  :  Property
BorderStartStyle.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderStartWidth.Maker.BorderStartWidth.Maker ( )
BorderStartWidth.Maker.isInherited ( )  :  boolean
BorderStartWidth.Maker.make ( PropertyList p1 )  :  Property
BorderStartWidth.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderStyle.Maker.BorderStyle.Maker ( )
BorderStyle.Maker.isInherited ( )  :  boolean
BorderStyle.Maker.make ( PropertyList p1 )  :  Property
BorderStyle.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderTop.Maker.BorderTop.Maker ( )
BorderTop.Maker.isInherited ( )  :  boolean
BorderTop.Maker.make ( PropertyList p1 )  :  Property
BorderTop.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderTopColor.Maker.BorderTopColor.Maker ( )
BorderTopColor.Maker.isInherited ( )  :  boolean
BorderTopColor.Maker.make ( PropertyList p1 )  :  Property
BorderTopColor.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderTopStyle.Maker.BorderTopStyle.Maker ( )
BorderTopStyle.Maker.isInherited ( )  :  boolean
BorderTopStyle.Maker.make ( PropertyList p1 )  :  Property
BorderTopStyle.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderTopWidth.Maker.BorderTopWidth.Maker ( )
BorderTopWidth.Maker.isInherited ( )  :  boolean
BorderTopWidth.Maker.make ( PropertyList p1 )  :  Property
BorderTopWidth.Maker.make ( PropertyList p1, String p2 )  :  Property
BorderWidth.Maker.BorderWidth.Maker ( )
BorderWidth.Maker.isInherited ( )  :  boolean
BorderWidth.Maker.make ( PropertyList p1 )  :  Property
BorderWidth.Maker.make ( PropertyList p1, String p2 )  :  Property
Bottom.Maker.Bottom.Maker ( )
Bottom.Maker.isInherited ( )  :  boolean
Bottom.Maker.make ( PropertyList p1 )  :  Property
Bottom.Maker.make ( PropertyList p1, String p2 )  :  Property
BreakAfter.Maker.BreakAfter.Maker ( )
BreakAfter.Maker.isInherited ( )  :  boolean
BreakAfter.Maker.make ( PropertyList p1 )  :  Property
BreakAfter.Maker.make ( PropertyList p1, String p2 )  :  Property
BreakBefore.Maker.BreakBefore.Maker ( )
BreakBefore.Maker.isInherited ( )  :  boolean
BreakBefore.Maker.make ( PropertyList p1 )  :  Property
BreakBefore.Maker.make ( PropertyList p1, String p2 )  :  Property
Color.Maker.Color.Maker ( )
Color.Maker.isInherited ( )  :  boolean
Color.Maker.make ( PropertyList p1 )  :  Property
Color.Maker.make ( PropertyList p1, String p2 )  :  Property
ColumnWidth.Maker.ColumnWidth.Maker ( )
ColumnWidth.Maker.isInherited ( )  :  boolean
ColumnWidth.Maker.make ( PropertyList p1 )  :  Property
ColumnWidth.Maker.make ( PropertyList p1, String p2 )  :  Property
EndIndent.Maker.EndIndent.Maker ( )
EndIndent.Maker.isInherited ( )  :  boolean
EndIndent.Maker.make ( PropertyList p1 )  :  Property
EndIndent.Maker.make ( PropertyList p1, String p2 )  :  Property
Extent.Maker.Extent.Maker ( )
Extent.Maker.isInherited ( )  :  boolean
Extent.Maker.make ( PropertyList p1 )  :  Property
Extent.Maker.make ( PropertyList p1, String p2 )  :  Property
ExternalDestination.Maker.ExternalDestination.Maker ( )
ExternalDestination.Maker.isInherited ( )  :  boolean
ExternalDestination.Maker.make ( PropertyList p1 )  :  Property
ExternalDestination.Maker.make ( PropertyList p1, String p2 )  :  Property
FlowName.Maker.FlowName.Maker ( )
FlowName.Maker.isInherited ( )  :  boolean
FlowName.Maker.make ( PropertyList p1 )  :  Property
FlowName.Maker.make ( PropertyList p1, String p2 )  :  Property
FontFamily.Maker.FontFamily.Maker ( )
FontFamily.Maker.isInherited ( )  :  boolean
FontFamily.Maker.make ( PropertyList p1 )  :  Property
FontFamily.Maker.make ( PropertyList p1, String p2 )  :  Property
FontSize.Maker.FontSize.Maker ( )
FontSize.Maker.isInherited ( )  :  boolean
FontSize.Maker.make ( PropertyList p1 )  :  Property
FontSize.Maker.make ( PropertyList p1, String p2 )  :  Property
FontStyle.Maker.FontStyle.Maker ( )
FontStyle.Maker.isInherited ( )  :  boolean
FontStyle.Maker.make ( PropertyList p1 )  :  Property
FontStyle.Maker.make ( PropertyList p1, String p2 )  :  Property
FontWeight.Maker.FontWeight.Maker ( )
FontWeight.Maker.isInherited ( )  :  boolean
FontWeight.Maker.make ( PropertyList p1 )  :  Property
FontWeight.Maker.make ( PropertyList p1, String p2 )  :  Property
Height.Maker.Height.Maker ( )
Height.Maker.isInherited ( )  :  boolean
Height.Maker.make ( PropertyList p1 )  :  Property
Height.Maker.make ( PropertyList p1, String p2 )  :  Property
HRef.Maker.HRef.Maker ( )
HRef.Maker.isInherited ( )  :  boolean
HRef.Maker.make ( PropertyList p1 )  :  Property
HRef.Maker.make ( PropertyList p1, String p2 )  :  Property
ID.Maker.ID.Maker ( )
ID.Maker.isInherited ( )  :  boolean
ID.Maker.make ( PropertyList p1 )  :  Property
ID.Maker.make ( PropertyList p1, String p2 )  :  Property
InitialPageNumber.Maker.InitialPageNumber.Maker ( )
InitialPageNumber.Maker.isInherited ( )  :  boolean
InitialPageNumber.Maker.make ( PropertyList p1 )  :  Property
InitialPageNumber.Maker.make ( PropertyList p1, String p2 )  :  Property
KeepWithNext.Maker.isInherited ( )  :  boolean
KeepWithNext.Maker.KeepWithNext.Maker ( )
KeepWithNext.Maker.make ( PropertyList p1 )  :  Property
KeepWithNext.Maker.make ( PropertyList p1, String p2 )  :  Property
Left.Maker.isInherited ( )  :  boolean
Left.Maker.Left.Maker ( )
Left.Maker.make ( PropertyList p1 )  :  Property
Left.Maker.make ( PropertyList p1, String p2 )  :  Property
LineHeight.Maker.isInherited ( )  :  boolean
LineHeight.Maker.LineHeight.Maker ( )
LineHeight.Maker.make ( PropertyList p1 )  :  Property
LineHeight.Maker.make ( PropertyList p1, String p2 )  :  Property
MarginBottom.Maker.isInherited ( )  :  boolean
MarginBottom.Maker.make ( PropertyList p1 )  :  Property
MarginBottom.Maker.make ( PropertyList p1, String p2 )  :  Property
MarginBottom.Maker.MarginBottom.Maker ( )
MarginLeft.Maker.isInherited ( )  :  boolean
MarginLeft.Maker.make ( PropertyList p1 )  :  Property
MarginLeft.Maker.make ( PropertyList p1, String p2 )  :  Property
MarginLeft.Maker.MarginLeft.Maker ( )
MarginRight.Maker.isInherited ( )  :  boolean
MarginRight.Maker.make ( PropertyList p1 )  :  Property
MarginRight.Maker.make ( PropertyList p1, String p2 )  :  Property
MarginRight.Maker.MarginRight.Maker ( )
MarginTop.Maker.isInherited ( )  :  boolean
MarginTop.Maker.make ( PropertyList p1 )  :  Property
MarginTop.Maker.make ( PropertyList p1, String p2 )  :  Property
MarginTop.Maker.MarginTop.Maker ( )
Padding.Maker.isInherited ( )  :  boolean
Padding.Maker.make ( PropertyList p1 )  :  Property
Padding.Maker.make ( PropertyList p1, String p2 )  :  Property
Padding.Maker.Padding.Maker ( )
PaddingAfter.Maker.isInherited ( )  :  boolean
PaddingAfter.Maker.make ( PropertyList p1 )  :  Property
PaddingAfter.Maker.make ( PropertyList p1, String p2 )  :  Property
PaddingAfter.Maker.PaddingAfter.Maker ( )
PaddingBefore.Maker.isInherited ( )  :  boolean
PaddingBefore.Maker.make ( PropertyList p1 )  :  Property
PaddingBefore.Maker.make ( PropertyList p1, String p2 )  :  Property
PaddingBefore.Maker.PaddingBefore.Maker ( )
PaddingBottom.Maker.isInherited ( )  :  boolean
PaddingBottom.Maker.make ( PropertyList p1 )  :  Property
PaddingBottom.Maker.make ( PropertyList p1, String p2 )  :  Property
PaddingBottom.Maker.PaddingBottom.Maker ( )
PaddingEnd.Maker.isInherited ( )  :  boolean
PaddingEnd.Maker.make ( PropertyList p1 )  :  Property
PaddingEnd.Maker.make ( PropertyList p1, String p2 )  :  Property
PaddingEnd.Maker.PaddingEnd.Maker ( )
PaddingLeft.Maker.isInherited ( )  :  boolean
PaddingLeft.Maker.make ( PropertyList p1 )  :  Property
PaddingLeft.Maker.make ( PropertyList p1, String p2 )  :  Property
PaddingLeft.Maker.PaddingLeft.Maker ( )
PaddingRight.Maker.isInherited ( )  :  boolean
PaddingRight.Maker.make ( PropertyList p1 )  :  Property
PaddingRight.Maker.make ( PropertyList p1, String p2 )  :  Property
PaddingRight.Maker.PaddingRight.Maker ( )
PaddingStart.Maker.isInherited ( )  :  boolean
PaddingStart.Maker.make ( PropertyList p1 )  :  Property
PaddingStart.Maker.make ( PropertyList p1, String p2 )  :  Property
PaddingStart.Maker.PaddingStart.Maker ( )
PaddingTop.Maker.isInherited ( )  :  boolean
PaddingTop.Maker.make ( PropertyList p1 )  :  Property
PaddingTop.Maker.make ( PropertyList p1, String p2 )  :  Property
PaddingTop.Maker.PaddingTop.Maker ( )
PageHeight.Maker.isInherited ( )  :  boolean
PageHeight.Maker.make ( PropertyList p1 )  :  Property
PageHeight.Maker.make ( PropertyList p1, String p2 )  :  Property
PageHeight.Maker.PageHeight.Maker ( )
PageMasterEven.Maker.isInherited ( )  :  boolean
PageMasterEven.Maker.make ( PropertyList p1 )  :  Property
PageMasterEven.Maker.make ( PropertyList p1, String p2 )  :  Property
PageMasterEven.Maker.PageMasterEven.Maker ( )
PageMasterFirst.Maker.isInherited ( )  :  boolean
PageMasterFirst.Maker.make ( PropertyList p1 )  :  Property
PageMasterFirst.Maker.make ( PropertyList p1, String p2 )  :  Property
PageMasterFirst.Maker.PageMasterFirst.Maker ( )
PageMasterName.Maker.isInherited ( )  :  boolean
PageMasterName.Maker.make ( PropertyList p1 )  :  Property
PageMasterName.Maker.make ( PropertyList p1, String p2 )  :  Property
PageMasterName.Maker.PageMasterName.Maker ( )
PageMasterOdd.Maker.isInherited ( )  :  boolean
PageMasterOdd.Maker.make ( PropertyList p1 )  :  Property
PageMasterOdd.Maker.make ( PropertyList p1, String p2 )  :  Property
PageMasterOdd.Maker.PageMasterOdd.Maker ( )
PageMasterRepeating.Maker.isInherited ( )  :  boolean
PageMasterRepeating.Maker.make ( PropertyList p1 )  :  Property
PageMasterRepeating.Maker.make ( PropertyList p1, String p2 )  :  Property
PageMasterRepeating.Maker.PageMasterRepeating.Maker ( )
PageWidth.Maker.isInherited ( )  :  boolean
PageWidth.Maker.make ( PropertyList p1 )  :  Property
PageWidth.Maker.make ( PropertyList p1, String p2 )  :  Property
PageWidth.Maker.PageWidth.Maker ( )
Position.Maker.isInherited ( )  :  boolean
Position.Maker.make ( PropertyList p1 )  :  Property
Position.Maker.make ( PropertyList p1, String p2 )  :  Property
Position.Maker.Position.Maker ( )
ProvisionalDistanceBetweenStarts.Maker.isInherited ( )  :  boolean
ProvisionalDistanceBetweenStarts.Maker.make ( PropertyList p1 )  :  Property
ProvisionalDistanceBetweenStarts.Maker.make ( PropertyList p1, String p2 )  :  Property
ProvisionalDistanceBetweenStarts.Maker.ProvisionalDistanceBetweenStarts.Maker ( )
ProvisionalLabelSeparation.Maker.isInherited ( )  :  boolean
ProvisionalLabelSeparation.Maker.make ( PropertyList p1 )  :  Property
ProvisionalLabelSeparation.Maker.make ( PropertyList p1, String p2 )  :  Property
ProvisionalLabelSeparation.Maker.ProvisionalLabelSeparation.Maker ( )
Right.Maker.isInherited ( )  :  boolean
Right.Maker.make ( PropertyList p1 )  :  Property
Right.Maker.make ( PropertyList p1, String p2 )  :  Property
Right.Maker.Right.Maker ( )
RuleThickness.Maker.isInherited ( )  :  boolean
RuleThickness.Maker.make ( PropertyList p1 )  :  Property
RuleThickness.Maker.make ( PropertyList p1, String p2 )  :  Property
RuleThickness.Maker.RuleThickness.Maker ( )
SpaceAfterOptimum.Maker.isInherited ( )  :  boolean
SpaceAfterOptimum.Maker.make ( PropertyList p1 )  :  Property
SpaceAfterOptimum.Maker.make ( PropertyList p1, String p2 )  :  Property
SpaceAfterOptimum.Maker.SpaceAfterOptimum.Maker ( )
SpaceBeforeOptimum.Maker.isInherited ( )  :  boolean
SpaceBeforeOptimum.Maker.make ( PropertyList p1 )  :  Property
SpaceBeforeOptimum.Maker.make ( PropertyList p1, String p2 )  :  Property
SpaceBeforeOptimum.Maker.SpaceBeforeOptimum.Maker ( )
StartIndent.Maker.isInherited ( )  :  boolean
StartIndent.Maker.make ( PropertyList p1 )  :  Property
StartIndent.Maker.make ( PropertyList p1, String p2 )  :  Property
StartIndent.Maker.StartIndent.Maker ( )
TextAlign.Maker.isInherited ( )  :  boolean
TextAlign.Maker.make ( PropertyList p1 )  :  Property
TextAlign.Maker.make ( PropertyList p1, String p2 )  :  Property
TextAlign.Maker.TextAlign.Maker ( )
TextAlignLast.Maker.compute ( PropertyList p1 )  :  Property
TextAlignLast.Maker.isInherited ( )  :  boolean
TextAlignLast.Maker.make ( PropertyList p1 )  :  Property
TextAlignLast.Maker.make ( PropertyList p1, String p2 )  :  Property
TextAlignLast.Maker.TextAlignLast.Maker ( )
TextIndent.Maker.isInherited ( )  :  boolean
TextIndent.Maker.make ( PropertyList p1 )  :  Property
TextIndent.Maker.make ( PropertyList p1, String p2 )  :  Property
TextIndent.Maker.TextIndent.Maker ( )
Top.Maker.isInherited ( )  :  boolean
Top.Maker.make ( PropertyList p1 )  :  Property
Top.Maker.make ( PropertyList p1, String p2 )  :  Property
Top.Maker.Top.Maker ( )
WhiteSpaceTreatment.Maker.isInherited ( )  :  boolean
WhiteSpaceTreatment.Maker.make ( PropertyList p1 )  :  Property
WhiteSpaceTreatment.Maker.make ( PropertyList p1, String p2 )  :  Property
WhiteSpaceTreatment.Maker.WhiteSpaceTreatment.Maker ( )
Width.Maker.isInherited ( )  :  boolean
Width.Maker.make ( PropertyList p1 )  :  Property
Width.Maker.make ( PropertyList p1, String p2 )  :  Property
Width.Maker.Width.Maker ( )
WrapOption.Maker.isInherited ( )  :  boolean
WrapOption.Maker.make ( PropertyList p1 )  :  Property
WrapOption.Maker.make ( PropertyList p1, String p2 )  :  Property
WrapOption.Maker.WrapOption.Maker ( )
package org.apache.fop.svg
SVGLength.Maker.isInherited ( )  :  boolean
SVGLength.Maker.make ( PropertyList p1 )  :  Property
SVGLength.Maker.make ( PropertyList p1, String p2 )  :  Property
SVGLength.Maker.SVGLength.Maker ( )

fop_0_13_0.jar, MarginBottom.class
package org.apache.fop.fo.properties
MarginBottom.getLength ( )  :  Length
MarginBottom.maker ( ) [static]  :  Property.Maker
MarginBottom.MarginBottom ( PropertyList p1, Length p2 )

fop_0_13_0.jar, MarginLeft.class
package org.apache.fop.fo.properties
MarginLeft.getLength ( )  :  Length
MarginLeft.maker ( ) [static]  :  Property.Maker
MarginLeft.MarginLeft ( PropertyList p1, Length p2 )

fop_0_13_0.jar, MarginRight.class
package org.apache.fop.fo.properties
MarginRight.getLength ( )  :  Length
MarginRight.maker ( ) [static]  :  Property.Maker
MarginRight.MarginRight ( PropertyList p1, Length p2 )

fop_0_13_0.jar, MarginTop.class
package org.apache.fop.fo.properties
MarginTop.getLength ( )  :  Length
MarginTop.maker ( ) [static]  :  Property.Maker
MarginTop.MarginTop ( PropertyList p1, Length p2 )

fop_0_13_0.jar, Padding.class
package org.apache.fop.fo.properties
Padding.getLength ( )  :  Length
Padding.maker ( ) [static]  :  Property.Maker
Padding.Padding ( PropertyList p1, Length p2 )

fop_0_13_0.jar, PaddingAfter.class
package org.apache.fop.fo.properties
PaddingAfter.getLength ( )  :  Length
PaddingAfter.maker ( ) [static]  :  Property.Maker
PaddingAfter.PaddingAfter ( PropertyList p1, Length p2 )

fop_0_13_0.jar, PaddingBefore.class
package org.apache.fop.fo.properties
PaddingBefore.getLength ( )  :  Length
PaddingBefore.maker ( ) [static]  :  Property.Maker
PaddingBefore.PaddingBefore ( PropertyList p1, Length p2 )

fop_0_13_0.jar, PaddingBottom.class
package org.apache.fop.fo.properties
PaddingBottom.getLength ( )  :  Length
PaddingBottom.maker ( ) [static]  :  Property.Maker
PaddingBottom.PaddingBottom ( PropertyList p1, Length p2 )

fop_0_13_0.jar, PaddingEnd.class
package org.apache.fop.fo.properties
PaddingEnd.getLength ( )  :  Length
PaddingEnd.maker ( ) [static]  :  Property.Maker
PaddingEnd.PaddingEnd ( PropertyList p1, Length p2 )

fop_0_13_0.jar, PaddingLeft.class
package org.apache.fop.fo.properties
PaddingLeft.getLength ( )  :  Length
PaddingLeft.maker ( ) [static]  :  Property.Maker
PaddingLeft.PaddingLeft ( PropertyList p1, Length p2 )

fop_0_13_0.jar, PaddingRight.class
package org.apache.fop.fo.properties
PaddingRight.getLength ( )  :  Length
PaddingRight.maker ( ) [static]  :  Property.Maker
PaddingRight.PaddingRight ( PropertyList p1, Length p2 )

fop_0_13_0.jar, PaddingStart.class
package org.apache.fop.fo.properties
PaddingStart.getLength ( )  :  Length
PaddingStart.maker ( ) [static]  :  Property.Maker
PaddingStart.PaddingStart ( PropertyList p1, Length p2 )

fop_0_13_0.jar, PaddingTop.class
package org.apache.fop.fo.properties
PaddingTop.getLength ( )  :  Length
PaddingTop.maker ( ) [static]  :  Property.Maker
PaddingTop.PaddingTop ( PropertyList p1, Length p2 )

fop_0_13_0.jar, PageHeight.class
package org.apache.fop.fo.properties
PageHeight.getLength ( )  :  Length
PageHeight.maker ( ) [static]  :  Property.Maker
PageHeight.PageHeight ( PropertyList p1, Length p2 )

fop_0_13_0.jar, PageMaster.class
package org.apache.fop.layout
PageMaster.addAfter ( Region p1 )  :  void
PageMaster.addBefore ( Region p1 )  :  void
PageMaster.addBody ( Region p1 )  :  void
PageMaster.addEnd ( Region p1 )  :  void
PageMaster.addStart ( Region p1 )  :  void

fop_0_13_0.jar, PageMasterEven.class
package org.apache.fop.fo.properties
PageMasterEven.getString ( )  :  String
PageMasterEven.maker ( ) [static]  :  Property.Maker
PageMasterEven.PageMasterEven ( PropertyList p1, String p2 )

fop_0_13_0.jar, PageMasterFactory.class
package org.apache.fop.layout
PageMasterFactory.getHeight ( ) [abstract]  :  int
PageMasterFactory.getNext ( )  :  PageMasterFactory
PageMasterFactory.getNextPageMaster ( ) [abstract]  :  PageMaster
PageMasterFactory.getWidth ( ) [abstract]  :  int
PageMasterFactory.PageMasterFactory ( )
PageMasterFactory.setNext ( PageMasterFactory p1 )  :  void

fop_0_13_0.jar, PageMasterFirst.class
package org.apache.fop.fo.properties
PageMasterFirst.getString ( )  :  String
PageMasterFirst.maker ( ) [static]  :  Property.Maker
PageMasterFirst.PageMasterFirst ( PropertyList p1, String p2 )

fop_0_13_0.jar, PageMasterName.class
package org.apache.fop.fo.properties
PageMasterName.getString ( )  :  String
PageMasterName.maker ( ) [static]  :  Property.Maker
PageMasterName.PageMasterName ( PropertyList p1, String p2 )

fop_0_13_0.jar, PageMasterOdd.class
package org.apache.fop.fo.properties
PageMasterOdd.getString ( )  :  String
PageMasterOdd.maker ( ) [static]  :  Property.Maker
PageMasterOdd.PageMasterOdd ( PropertyList p1, String p2 )

fop_0_13_0.jar, PageMasterRepeating.class
package org.apache.fop.fo.properties
PageMasterRepeating.getString ( )  :  String
PageMasterRepeating.maker ( ) [static]  :  Property.Maker
PageMasterRepeating.PageMasterRepeating ( PropertyList p1, String p2 )

fop_0_13_0.jar, PageSequence.class
package org.apache.fop.fo.pagination
PageSequence.makePage ( AreaTree p1 )  :  Page
PageSequence.setFlow ( Flow p1 )  :  void
PageSequence.setSequenceSpecification ( SequenceSpecification p1 )  :  void
PageSequence.setStaticContent ( String p1, StaticContent p2 )  :  void

fop_0_13_0.jar, PageWidth.class
package org.apache.fop.fo.properties
PageWidth.getLength ( )  :  Length
PageWidth.maker ( ) [static]  :  Property.Maker
PageWidth.PageWidth ( PropertyList p1, Length p2 )

fop_0_13_0.jar, PDFAction.class
package org.apache.fop.pdf
PDFAction.PDFAction ( int p1, PDFFileSpec p2 )

fop_0_13_0.jar, PDFDocument.class
package org.apache.fop.pdf
PDFDocument.makeFont ( String p1, String p2, String p3 )  :  PDFFont
PDFDocument.makeLink ( Rectangle p1, String p2 )  :  PDFLink
PDFDocument.makePage ( PDFResources p1, PDFStream p2, int p3, int p4 )  :  PDFPage

fop_0_13_0.jar, PDFFont.class
package org.apache.fop.pdf
PDFFont.PDFFont ( int p1, String p2, String p3, String p4 )

fop_0_13_0.jar, PDFOutputHandler.class
package org.apache.fop.apps
PDFOutputHandler.addElementMapping ( ElementMapping p1 )  :  void
PDFOutputHandler.addElementMapping ( String p1 )  :  void
PDFOutputHandler.createElementMapping ( String p1 )  :  ElementMapping
PDFOutputHandler.createRenderer ( String p1 )  :  Renderer
PDFOutputHandler.doFormat ( )  :  void
PDFOutputHandler.doRender ( )  :  void
PDFOutputHandler.endDocument ( )  :  void
PDFOutputHandler.init ( Destination p1, AttributeList p2 )  :  DocumentHandler
PDFOutputHandler.PDFOutputHandler ( )
PDFOutputHandler.PDFOutputHandler ( OutputStream p1 )
PDFOutputHandler.setRenderer ( String p1, String p2 )  :  void

fop_0_13_0.jar, PDFRenderer.class
package org.apache.fop.render.pdf
PDFRenderer.renderRuleArea ( RuleArea p1 )  :  void
PDFRenderer.renderSVGArea ( SVGArea p1 )  :  void

fop_0_13_0.jar, Position.class
package org.apache.fop.fo.properties
Position.getEnum ( )  :  int
Position.maker ( ) [static]  :  Property.Maker
Position.Position ( PropertyList p1, int p2 )

fop_0_13_0.jar, PrintCommandLine.class
package org.apache.fop.apps
PrintCommandLine.PrintCommandLine ( )

fop_0_13_0.jar, Property.class
package org.apache.fop.fo
Property.toDouble ( String p1 ) [static]  :  double

fop_0_13_0.jar, PropertyList.class
package org.apache.fop.fo
PropertyList.PropertyList ( PropertyList p1 )

fop_0_13_0.jar, PropertyListBuilder.class
package org.apache.fop.fo
PropertyListBuilder.computeProperty ( PropertyList p1, String p2 )  :  Property
PropertyListBuilder.isInherited ( String p1 )  :  boolean
PropertyListBuilder.makeList ( AttributeList p1, PropertyList p2 )  :  PropertyList
PropertyListBuilder.makeProperty ( PropertyList p1, String p2 )  :  Property

fop_0_13_0.jar, ProvisionalDistanceBetweenStarts.class
package org.apache.fop.fo.properties
ProvisionalDistanceBetweenStarts.getLength ( )  :  Length
ProvisionalDistanceBetweenStarts.maker ( ) [static]  :  Property.Maker
ProvisionalDistanceBetweenStarts.ProvisionalDistanceBetweenStarts ( PropertyList p1, Length p2 )

fop_0_13_0.jar, ProvisionalLabelSeparation.class
package org.apache.fop.fo.properties
ProvisionalLabelSeparation.getLength ( )  :  Length
ProvisionalLabelSeparation.maker ( ) [static]  :  Property.Maker
ProvisionalLabelSeparation.ProvisionalLabelSeparation ( PropertyList p1, Length p2 )

fop_0_13_0.jar, RectGraphic.class
package org.apache.fop.svg
RectGraphic.RectGraphic ( int p1, int p2, int p3, int p4 )

fop_0_13_0.jar, Region.class
package org.apache.fop.layout
Region.makeAreaContainer ( )  :  AreaContainer
Region.Region ( int p1, int p2, int p3, int p4 )

fop_0_13_0.jar, Renderer.class
package org.apache.fop.render
Renderer.renderRuleArea ( RuleArea p1 ) [abstract]  :  void
Renderer.renderSVGArea ( SVGArea p1 ) [abstract]  :  void

fop_0_13_0.jar, RepeatingPageMasterFactory.class
package org.apache.fop.layout
RepeatingPageMasterFactory.getHeight ( )  :  int
RepeatingPageMasterFactory.getNextPageMaster ( )  :  PageMaster
RepeatingPageMasterFactory.getWidth ( )  :  int
RepeatingPageMasterFactory.RepeatingPageMasterFactory ( PageMaster p1, PageMaster p2 )

fop_0_13_0.jar, Right.class
package org.apache.fop.fo.properties
Right.getLength ( )  :  Length
Right.maker ( ) [static]  :  Property.Maker
Right.Right ( PropertyList p1, Length p2 )

fop_0_13_0.jar, RuleArea.class
package org.apache.fop.layout
RuleArea.getBlue ( )  :  float
RuleArea.getEndIndent ( )  :  int
RuleArea.getGreen ( )  :  float
RuleArea.getHeight ( )  :  int
RuleArea.getRed ( )  :  float
RuleArea.getRuleThickness ( )  :  int
RuleArea.getStartIndent ( )  :  int
RuleArea.render ( Renderer p1 )  :  void
RuleArea.RuleArea ( FontState p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, float p9, float p10, float p11 )

fop_0_13_0.jar, RuleThickness.class
package org.apache.fop.fo.properties
RuleThickness.getLength ( )  :  Length
RuleThickness.maker ( ) [static]  :  Property.Maker
RuleThickness.RuleThickness ( PropertyList p1, Length p2 )

fop_0_13_0.jar, SequenceSpecification.class
package org.apache.fop.fo.pagination
SequenceSpecification.addSequenceSpecifier ( SequenceSpecifier p1 )  :  void
SequenceSpecification.getFirstPageMasterFactory ( )  :  PageMasterFactory
SequenceSpecification.maker ( ) [static]  :  FObj.Maker
SequenceSpecification.SequenceSpecification ( FObj p1, PropertyList p2 )
SequenceSpecification.setLayoutMasterSet ( LayoutMasterSet p1 )  :  void

fop_0_13_0.jar, SequenceSpecifier.class
package org.apache.fop.fo.pagination
SequenceSpecifier.getPageMasterFactory ( ) [abstract]  :  PageMasterFactory
SequenceSpecifier.SequenceSpecifier ( FObj p1, PropertyList p2 )

fop_0_13_0.jar, SequenceSpecifierAlternating.class
package org.apache.fop.fo.pagination
SequenceSpecifierAlternating.getPageMasterFactory ( )  :  PageMasterFactory
SequenceSpecifierAlternating.maker ( ) [static]  :  FObj.Maker
SequenceSpecifierAlternating.SequenceSpecifierAlternating ( FObj p1, PropertyList p2 )

fop_0_13_0.jar, SequenceSpecifierRepeating.class
package org.apache.fop.fo.pagination
SequenceSpecifierRepeating.getPageMasterFactory ( )  :  PageMasterFactory
SequenceSpecifierRepeating.maker ( ) [static]  :  FObj.Maker
SequenceSpecifierRepeating.SequenceSpecifierRepeating ( FObj p1, PropertyList p2 )

fop_0_13_0.jar, SequenceSpecifierSingle.class
package org.apache.fop.fo.pagination
SequenceSpecifierSingle.getPageMasterFactory ( )  :  PageMasterFactory
SequenceSpecifierSingle.getPageMasterName ( )  :  String
SequenceSpecifierSingle.maker ( ) [static]  :  FObj.Maker
SequenceSpecifierSingle.SequenceSpecifierSingle ( FObj p1, PropertyList p2 )

fop_0_13_0.jar, SimpleLink.class
package org.apache.fop.fo.flow
SimpleLink.layout ( Area p1 )  :  Status
SimpleLink.maker ( ) [static]  :  FObj.Maker
SimpleLink.SimpleLink ( FObj p1, PropertyList p2 )

fop_0_13_0.jar, SimplePageMaster.class
package org.apache.fop.fo.pagination
SimplePageMaster.setRegionAfter ( RegionAfter p1 )  :  void
SimplePageMaster.setRegionBefore ( RegionBefore p1 )  :  void
SimplePageMaster.setRegionBody ( RegionBody p1 )  :  void

fop_0_13_0.jar, SinglePageMasterFactory.class
package org.apache.fop.layout
SinglePageMasterFactory.getHeight ( )  :  int
SinglePageMasterFactory.getNextPageMaster ( )  :  PageMaster
SinglePageMasterFactory.getWidth ( )  :  int
SinglePageMasterFactory.SinglePageMasterFactory ( PageMaster p1 )

fop_0_13_0.jar, SpaceAfterOptimum.class
package org.apache.fop.fo.properties
SpaceAfterOptimum.getLength ( )  :  Length
SpaceAfterOptimum.maker ( ) [static]  :  Property.Maker
SpaceAfterOptimum.SpaceAfterOptimum ( PropertyList p1, Length p2 )

fop_0_13_0.jar, SpaceBeforeOptimum.class
package org.apache.fop.fo.properties
SpaceBeforeOptimum.getLength ( )  :  Length
SpaceBeforeOptimum.maker ( ) [static]  :  Property.Maker
SpaceBeforeOptimum.SpaceBeforeOptimum ( PropertyList p1, Length p2 )

fop_0_13_0.jar, StandardElementMapping.class
package org.apache.fop.fo
StandardElementMapping.addToBuilder ( FOTreeBuilder p1 )  :  void

fop_0_13_0.jar, StartIndent.class
package org.apache.fop.fo.properties
StartIndent.getLength ( )  :  Length
StartIndent.maker ( ) [static]  :  Property.Maker
StartIndent.StartIndent ( PropertyList p1, Length p2 )

fop_0_13_0.jar, SVGArea.class
package org.apache.fop.svg
SVGArea.addGraphic ( Graphic p1 )  :  void
SVGArea.render ( Renderer p1 )  :  void
SVGArea.SVGArea ( FontState p1, int p2, int p3 )

fop_0_13_0.jar, SVGElementMapping.class
package org.apache.fop.svg
SVGElementMapping.addToBuilder ( FOTreeBuilder p1 )  :  void

fop_0_13_0.jar, SVGLength.class
package org.apache.fop.svg
SVGLength.getLength ( )  :  Length
SVGLength.maker ( ) [static]  :  Property.Maker
SVGLength.SVGLength ( PropertyList p1, Length p2 )

fop_0_13_0.jar, TextAlign.class
package org.apache.fop.fo.properties
TextAlign.getEnum ( )  :  int
TextAlign.maker ( ) [static]  :  Property.Maker
TextAlign.TextAlign ( PropertyList p1, int p2 )

fop_0_13_0.jar, TextAlignLast.class
package org.apache.fop.fo.properties
TextAlignLast.getEnum ( )  :  int
TextAlignLast.maker ( ) [static]  :  Property.Maker
TextAlignLast.TextAlignLast ( PropertyList p1, int p2 )

fop_0_13_0.jar, TextGraphic.class
package org.apache.fop.svg
TextGraphic.TextGraphic ( int p1, int p2, String p3 )

fop_0_13_0.jar, TextIndent.class
package org.apache.fop.fo.properties
TextIndent.getLength ( )  :  Length
TextIndent.maker ( ) [static]  :  Property.Maker
TextIndent.TextIndent ( PropertyList p1, Length p2 )

fop_0_13_0.jar, TimesBold.class
package org.apache.fop.render.pdf.fonts
TimesBold.getAscender ( )  :  int
TimesBold.getCapHeight ( )  :  int
TimesBold.getDescender ( )  :  int
TimesBold.getXHeight ( )  :  int
TimesBold.width ( int p1 )  :  int

fop_0_13_0.jar, TimesBoldItalic.class
package org.apache.fop.render.pdf.fonts
TimesBoldItalic.getAscender ( )  :  int
TimesBoldItalic.getCapHeight ( )  :  int
TimesBoldItalic.getDescender ( )  :  int
TimesBoldItalic.getXHeight ( )  :  int
TimesBoldItalic.width ( int p1 )  :  int

fop_0_13_0.jar, TimesItalic.class
package org.apache.fop.render.pdf.fonts
TimesItalic.getAscender ( )  :  int
TimesItalic.getCapHeight ( )  :  int
TimesItalic.getDescender ( )  :  int
TimesItalic.getXHeight ( )  :  int
TimesItalic.width ( int p1 )  :  int

fop_0_13_0.jar, TimesRoman.class
package org.apache.fop.render.pdf.fonts
TimesRoman.getAscender ( )  :  int
TimesRoman.getCapHeight ( )  :  int
TimesRoman.getDescender ( )  :  int
TimesRoman.getXHeight ( )  :  int
TimesRoman.width ( int p1 )  :  int

fop_0_13_0.jar, Top.class
package org.apache.fop.fo.properties
Top.getLength ( )  :  Length
Top.maker ( ) [static]  :  Property.Maker
Top.Top ( PropertyList p1, Length p2 )

fop_0_13_0.jar, WhiteSpaceTreatment.class
package org.apache.fop.fo.properties
WhiteSpaceTreatment.getEnum ( )  :  int
WhiteSpaceTreatment.maker ( ) [static]  :  Property.Maker
WhiteSpaceTreatment.WhiteSpaceTreatment ( PropertyList p1, int p2 )

fop_0_13_0.jar, Width.class
package org.apache.fop.fo.properties
Width.getLength ( )  :  Length
Width.maker ( ) [static]  :  Property.Maker
Width.Width ( PropertyList p1, Length p2 )

fop_0_13_0.jar, WrapOption.class
package org.apache.fop.fo.properties
WrapOption.getEnum ( )  :  int
WrapOption.maker ( ) [static]  :  Property.Maker
WrapOption.WrapOption ( PropertyList p1, int p2 )

fop_0_13_0.jar, XMLRenderer.class
package org.apache.fop.render.xml
XMLRenderer.renderRuleArea ( RuleArea p1 )  :  void
XMLRenderer.renderSVGArea ( SVGArea p1 )  :  void

fop_0_13_0.jar, XTCommandLine.class
package org.apache.fop.apps
XTCommandLine.main ( String[ ] p1 ) [static]  :  void
XTCommandLine.XTCommandLine ( )

turbine-pool.jar, ConnectionPool.class
package org.apache.turbine.util.db.pool
ConnectionPool.getDB ( )  :  DB

turbine-pool.jar, Service.class
package org.apache.turbine.services
Service.getName ( ) [abstract]  :  String
Service.setInit ( boolean p1 ) [abstract]  :  void

to the top

Problems with Data Types, High Severity (243)


fop_0_13_0.jar
package org.apache.fop.apps
[+] PDFOutputHandler (1)
[+] XTCommandLine (1)

package org.apache.fop.datatypes
[+] Length (1)

package org.apache.fop.fo
[+] ElementMapping (1)
[+] FOTreeBuilder (3)
[+] Property (1)

package org.apache.fop.fo.flow
[+] DisplayGraphic (1)
[+] DisplayGraphic.Maker (1)
[+] DisplayRule (1)
[+] DisplayRule.Maker (1)
[+] InlineSequence (1)
[+] InlineSequence.Maker (1)
[+] SimpleLink (1)
[+] SimpleLink.Maker (1)

package org.apache.fop.fo.pagination
[+] PageSequence (11)
[+] SequenceSpecification (1)
[+] SequenceSpecification.Maker (1)
[+] SequenceSpecifier (1)
[+] SequenceSpecifierAlternating (1)
[+] SequenceSpecifierAlternating.Maker (1)
[+] SequenceSpecifierRepeating (1)
[+] SequenceSpecifierRepeating.Maker (1)
[+] SequenceSpecifierSingle (1)
[+] SequenceSpecifierSingle.Maker (1)

package org.apache.fop.fo.properties
[+] BackgroundColor (1)
[+] BackgroundColor.Maker (1)
[+] BorderAfterColor (1)
[+] BorderAfterColor.Maker (1)
[+] BorderAfterStyle.Maker (1)
[+] BorderAfterWidth (1)
[+] BorderAfterWidth.Maker (1)
[+] BorderBeforeColor (1)
[+] BorderBeforeColor.Maker (1)
[+] BorderBeforeStyle.Maker (1)
[+] BorderBeforeWidth (1)
[+] BorderBeforeWidth.Maker (1)
[+] BorderBottom (1)
[+] BorderBottom.Maker (1)
[+] BorderBottomColor (1)
[+] BorderBottomColor.Maker (1)
[+] BorderBottomStyle.Maker (1)
[+] BorderBottomWidth (1)
[+] BorderBottomWidth.Maker (1)
[+] BorderColor (1)
[+] BorderColor.Maker (1)
[+] BorderEndColor (1)
[+] BorderEndColor.Maker (1)
[+] BorderEndStyle.Maker (1)
[+] BorderEndWidth (1)
[+] BorderEndWidth.Maker (1)
[+] BorderLeft (1)
[+] BorderLeft.Maker (1)
[+] BorderLeftColor (1)
[+] BorderLeftColor.Maker (1)
[+] BorderLeftStyle.Maker (1)
[+] BorderLeftWidth (1)
[+] BorderLeftWidth.Maker (1)
[+] BorderRight (1)
[+] BorderRight.Maker (1)
[+] BorderRightColor (1)
[+] BorderRightColor.Maker (1)
[+] BorderRightStyle.Maker (1)
[+] BorderRightWidth (1)
[+] BorderRightWidth.Maker (1)
[+] BorderStartColor (1)
[+] BorderStartColor.Maker (1)
[+] BorderStartStyle.Maker (1)
[+] BorderStartWidth (1)
[+] BorderStartWidth.Maker (1)
[+] BorderStyle.Maker (1)
[+] BorderTop (1)
[+] BorderTop.Maker (1)
[+] BorderTopColor (1)
[+] BorderTopColor.Maker (1)
[+] BorderTopStyle.Maker (1)
[+] BorderTopWidth (1)
[+] BorderTopWidth.Maker (1)
[+] BorderWidth (1)
[+] BorderWidth.Maker (1)
[+] Bottom (1)
[+] Bottom.Maker (1)
[+] BreakAfter.Maker (1)
[+] BreakBefore.Maker (1)
[+] Color (1)
[+] Color.Maker (1)
[+] ColumnWidth (1)
[+] ColumnWidth.Maker (1)
[+] EndIndent (1)
[+] EndIndent.Maker (1)
[+] Extent (1)
[+] Extent.Maker (1)
[+] ExternalDestination (1)
[+] ExternalDestination.Maker (1)
[+] FlowName (1)
[+] FlowName.Maker (1)
[+] FontFamily (1)
[+] FontFamily.Maker (1)
[+] FontSize (1)
[+] FontSize.Maker (1)
[+] FontStyle (1)
[+] FontStyle.Maker (1)
[+] FontWeight (1)
[+] FontWeight.Maker (1)
[+] Height (1)
[+] Height.Maker (1)
[+] HRef (1)
[+] HRef.Maker (1)
[+] ID (1)
[+] ID.Maker (1)
[+] InitialPageNumber (1)
[+] InitialPageNumber.Maker (1)
[+] KeepWithNext.Maker (1)
[+] Left (1)
[+] Left.Maker (1)
[+] LineHeight (1)
[+] LineHeight.Maker (1)
[+] MarginBottom (1)
[+] MarginBottom.Maker (1)
[+] MarginLeft (1)
[+] MarginLeft.Maker (1)
[+] MarginRight (1)
[+] MarginRight.Maker (1)
[+] MarginTop (1)
[+] MarginTop.Maker (1)
[+] Padding (1)
[+] Padding.Maker (1)
[+] PaddingAfter (1)
[+] PaddingAfter.Maker (1)
[+] PaddingBefore (1)
[+] PaddingBefore.Maker (1)
[+] PaddingBottom (1)
[+] PaddingBottom.Maker (1)
[+] PaddingEnd (1)
[+] PaddingEnd.Maker (1)
[+] PaddingLeft (1)
[+] PaddingLeft.Maker (1)
[+] PaddingRight (1)
[+] PaddingRight.Maker (1)
[+] PaddingStart (1)
[+] PaddingStart.Maker (1)
[+] PaddingTop (1)
[+] PaddingTop.Maker (1)
[+] PageHeight (1)
[+] PageHeight.Maker (1)
[+] PageMasterEven (1)
[+] PageMasterEven.Maker (1)
[+] PageMasterFirst (1)
[+] PageMasterFirst.Maker (1)
[+] PageMasterName (1)
[+] PageMasterName.Maker (1)
[+] PageMasterOdd (1)
[+] PageMasterOdd.Maker (1)
[+] PageMasterRepeating (1)
[+] PageMasterRepeating.Maker (1)
[+] PageWidth (1)
[+] PageWidth.Maker (1)
[+] Position.Maker (1)
[+] ProvisionalDistanceBetweenStarts (1)
[+] ProvisionalDistanceBetweenStarts.Maker (1)
[+] ProvisionalLabelSeparation (1)
[+] ProvisionalLabelSeparation.Maker (1)
[+] Right (1)
[+] Right.Maker (1)
[+] RuleThickness (1)
[+] RuleThickness.Maker (1)
[+] SpaceAfterOptimum (1)
[+] SpaceAfterOptimum.Maker (1)
[+] SpaceBeforeOptimum (1)
[+] SpaceBeforeOptimum.Maker (1)
[+] StartIndent (1)
[+] StartIndent.Maker (1)
[+] TextAlign.Maker (1)
[+] TextAlignLast.Maker (1)
[+] TextIndent (1)
[+] TextIndent.Maker (1)
[+] Top (1)
[+] Top.Maker (1)
[+] WhiteSpaceTreatment (1)
[+] WhiteSpaceTreatment.Maker (1)
[+] Width (1)
[+] Width.Maker (1)
[+] WrapOption.Maker (1)

package org.apache.fop.image
[+] BmpBwImage (1)
[+] BmpColImage (1)
[+] FopImage (8)
[+] GifJpegImage.FopImageConsumer (1)

package org.apache.fop.layout
[+] AlternatingPageMasterFactory (1)
[+] FontMetric (5)
[+] PageMasterFactory (1)
[+] Region (1)
[+] RepeatingPageMasterFactory (1)
[+] RuleArea (1)
[+] SinglePageMasterFactory (1)

package org.apache.fop.pdf
[+] PDFAction (4)
[+] PDFFont (1)

package org.apache.fop.render
[+] Renderer (2)

package org.apache.fop.render.awt
[+] AWTRenderer (1)

package org.apache.fop.render.pdf
[+] Font (5)

package org.apache.fop.svg
[+] Graphic (1)
[+] LineGraphic (1)
[+] RectGraphic (1)
[+] SVGArea (1)
[+] SVGLength (1)
[+] SVGLength.Maker (1)
[+] Text (1)
[+] TextGraphic (1)

turbine-pool.jar
package org.apache.turbine.services
[+] Service (2)
[+] TurbineBaseService (1)

package org.apache.turbine.util.db.pool
[+] DB (3)

to the top

Problems with Methods, High Severity (2)


fop_0_13_0.jar, Maker
package org.apache.fop.fo
[+] Property.Maker.Property.Maker ( ) (1)

fop_0_13_0.jar, PDFAction
package org.apache.fop.pdf
[+] PDFAction.toPDF ( )  :  String (1)

to the top

Problems with Data Types, Medium Severity (33)


fop_0_13_0.jar
package org.apache.fop.fo
[+] ElementMapping (1)
[+] FOTreeBuilder (1)

package org.apache.fop.fo.flow
[+] StaticContent (1)

package org.apache.fop.fo.pagination
[+] RegionAfter (1)
[+] RegionBefore (1)
[+] RegionBody (1)

package org.apache.fop.image
[+] FopImage (7)

package org.apache.fop.layout
[+] FontMetric (5)

package org.apache.fop.svg
[+] Line (1)
[+] Rect (1)
[+] Text (1)

turbine-pool.jar
package org.apache.turbine.util.db.pool
[+] DBDB2App (1)
[+] DBDB2Net (1)
[+] DBHypersonicSQL (1)
[+] DBInformix (1)
[+] DBInstantDB (1)
[+] DBInterbase (1)
[+] DBMM (1)
[+] DBNone (1)
[+] DBOracle (1)
[+] DBPostgres (1)
[+] DBSybase (1)
[+] DBWeblogic (1)

to the top

Problems with Data Types, Low Severity (133)


fop_0_13_0.jar
package org.apache.fop.fo
[+] FOTreeBuilder (2)

package org.apache.fop.fo.flow
[+] ListBlock (1)

package org.apache.fop.image
[+] GifJpegImage (2)

package org.apache.fop.svg
[+] Line (1)
[+] Rect (1)
[+] Text (2)

turbine-pool.jar
package org.apache.turbine.services
[+] TurbineBaseService (6)
[+] TurbineServices (2)

package org.apache.turbine.services.resources
[+] TurbineResources (2)
[+] TurbineResourceService (1)

package org.apache.turbine.util.db.pool
[+] DB (6)
[+] DBBroker (11)
[+] DBDB2App (7)
[+] DBDB2Net (7)
[+] DBFactory (2)
[+] DBHypersonicSQL (9)
[+] DBInformix (7)
[+] DBInstantDB (9)
[+] DBInterbase (8)
[+] DBMM (7)
[+] DBNone (9)
[+] DBOracle (7)
[+] DBPostgres (8)
[+] DBSybase (7)
[+] DBWeblogic (9)

to the top

Problems with Methods, Low Severity (4)


fop_0_13_0.jar, Driver
package org.apache.fop.apps
[+] Driver.render ( )  :  void (1)

fop_0_13_0.jar, PDFRenderer
package org.apache.fop.render.pdf
[+] PDFRenderer.render ( AreaTree p1, PrintWriter p2 )  :  void (1)

turbine-pool.jar, TurbineBaseService
package org.apache.turbine.services
[+] TurbineBaseService.init ( )  :  void (2)

to the top

Other Changes in Data Types (54)


fop_0_13_0.jar
package org.apache.fop.apps
[+] Driver (1)

package org.apache.fop.datatypes
[+] Length (1)

package org.apache.fop.fo
[+] FOText (3)
[+] FOTreeBuilder (1)

package org.apache.fop.fo.pagination
[+] RegionAfter (1)
[+] RegionBefore (1)
[+] RegionBody (1)

package org.apache.fop.image
[+] FopImage (4)

package org.apache.fop.layout
[+] Area (1)
[+] FontMetric (3)
[+] InlineArea (4)
[+] LineArea (1)
[+] LinkSet (2)

package org.apache.fop.pdf
[+] PDFDocument (2)
[+] PDFFont (7)

package org.apache.fop.render
[+] Renderer (3)

package org.apache.fop.render.awt
[+] AWTRenderer (1)

package org.apache.fop.render.pdf
[+] Font (8)
[+] PDFRenderer (1)

turbine-pool.jar
package org.apache.turbine.services
[+] Service (3)
[+] TurbineServices (2)

package org.apache.turbine.services.resources
[+] TurbineResources (1)

package org.apache.turbine.util.db.pool
[+] DB (1)

xerces_1_2.jar
package org.w3c.dom
[+] Element (1)

to the top

Java ARchives (9)


ant_1_1.jar
bsf.jar
bsfengines.jar
fop_0_13_0.jar
servlet_2_2.jar
stylebook-1.0-b2.jar
turbine-pool.jar
xalan_1_2_D02.jar
xerces_1_2.jar

to the top