Binary compatibility report for the Cocoon library between 1.8 and 1.8.2 versions
Test Info
Library Name | Cocoon |
Version #1 | 1.8 |
Version #2 | 1.8.2 |
Test Results
Total Java ARchives | 9 |
---|
Total Methods / Classes | 14456 / 1254 |
---|
Verdict | Incompatible (7.1%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 5615 |
---|
Removed Methods | High | 889 |
---|
Problems with Data Types | High | 243 |
---|
Medium | 33 |
Low | 133 |
Problems with Methods | High | 2 |
---|
Medium | 0 |
Low | 4 |
Other Changes in Data Types | - | 54 |
Added Methods (5615)
fesi.jar, ArrayObject.class
package FESI.Data
ArrayObject.callFunction ( ESObject p1, ESValue[ ] p2 ) : ESValue
[mangled: FESI/Data/ArrayObject.callFunction:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ArrayObject.doConstruct ( ESObject p1, ESValue[ ] p2 ) : ESObject
[mangled: FESI/Data/ArrayObject.doConstruct:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESObject;]
ArrayObject.makeArrayObject ( FESI.Interpreter.Evaluator p1, ObjectPrototype p2, FunctionPrototype p3 ) [static] : ArrayObject
[mangled: FESI/Data/ArrayObject.makeArrayObject:(LFESI/Interpreter/Evaluator;LFESI/Data/ObjectPrototype;LFESI/Data/FunctionPrototype;)LFESI/Data/ArrayObject;]
fesi.jar, ArrayPrototype.class
package FESI.Data
ArrayPrototype.ArrayPrototype ( ESObject p1, FESI.Interpreter.Evaluator p2 )
[mangled: FESI/Data/ArrayPrototype."<init>":(LFESI/Data/ESObject;LFESI/Interpreter/Evaluator;)V]
ArrayPrototype.getAllProperties ( ) : Enumeration
[mangled: FESI/Data/ArrayPrototype.getAllProperties:()Ljava/util/Enumeration;]
ArrayPrototype.getESClassName ( ) : String
[mangled: FESI/Data/ArrayPrototype.getESClassName:()Ljava/lang/String;]
ArrayPrototype.getProperties ( ) : Enumeration
[mangled: FESI/Data/ArrayPrototype.getProperties:()Ljava/util/Enumeration;]
ArrayPrototype.getProperty ( int p1 ) : ESValue
[mangled: FESI/Data/ArrayPrototype.getProperty:(I)LFESI/Data/ESValue;]
ArrayPrototype.getProperty ( String p1, int p2 ) : ESValue
[mangled: FESI/Data/ArrayPrototype.getProperty:(Ljava/lang/String;I)LFESI/Data/ESValue;]
ArrayPrototype.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 ) : ESValue
[mangled: FESI/Data/ArrayPrototype.getPropertyInScope:(Ljava/lang/String;LFESI/Interpreter/ScopeChain;I)LFESI/Data/ESValue;]
ArrayPrototype.getSpecialPropertyNames ( ) : String[ ]
[mangled: FESI/Data/ArrayPrototype.getSpecialPropertyNames:()[Ljava/lang/String;]
ArrayPrototype.hasProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ArrayPrototype.hasProperty:(Ljava/lang/String;I)Z]
ArrayPrototype.putProperty ( int p1, ESValue p2 ) : void
[mangled: FESI/Data/ArrayPrototype.putProperty:(ILFESI/Data/ESValue;)V]
ArrayPrototype.putProperty ( String p1, ESValue p2, int p3 ) : void
[mangled: FESI/Data/ArrayPrototype.putProperty:(Ljava/lang/String;LFESI/Data/ESValue;I)V]
ArrayPrototype.reverse ( ) : ESValue
[mangled: FESI/Data/ArrayPrototype.reverse:()LFESI/Data/ESValue;]
ArrayPrototype.setElementAt ( ESValue p1, int p2 ) : void
[mangled: FESI/Data/ArrayPrototype.setElementAt:(LFESI/Data/ESValue;I)V]
ArrayPrototype.setSize ( int p1 ) : void
[mangled: FESI/Data/ArrayPrototype.setSize:(I)V]
ArrayPrototype.size ( ) : int
[mangled: FESI/Data/ArrayPrototype.size:()I]
ArrayPrototype.sort ( ESValue p1 ) : ESValue
[mangled: FESI/Data/ArrayPrototype.sort:(LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ArrayPrototype.toDetailString ( ) : String
[mangled: FESI/Data/ArrayPrototype.toDetailString:()Ljava/lang/String;]
ArrayPrototype.toJavaArray ( Class p1 ) : Object
[mangled: FESI/Data/ArrayPrototype.toJavaArray:(Ljava/lang/Class;)Ljava/lang/Object;]
fesi.jar, ASCII_CharStream.class
package FESI.Parser
ASCII_CharStream.adjustBeginLineColumn ( int p1, int p2 ) : void
[mangled: FESI/Parser/ASCII_CharStream.adjustBeginLineColumn:(II)V]
ASCII_CharStream.ASCII_CharStream ( InputStream p1, int p2, int p3 )
[mangled: FESI/Parser/ASCII_CharStream."<init>":(Ljava/io/InputStream;II)V]
ASCII_CharStream.ASCII_CharStream ( InputStream p1, int p2, int p3, int p4 )
[mangled: FESI/Parser/ASCII_CharStream."<init>":(Ljava/io/InputStream;III)V]
ASCII_CharStream.ASCII_CharStream ( Reader p1, int p2, int p3 )
[mangled: FESI/Parser/ASCII_CharStream."<init>":(Ljava/io/Reader;II)V]
ASCII_CharStream.ASCII_CharStream ( Reader p1, int p2, int p3, int p4 )
[mangled: FESI/Parser/ASCII_CharStream."<init>":(Ljava/io/Reader;III)V]
ASCII_CharStream.backup ( int p1 ) : void
[mangled: FESI/Parser/ASCII_CharStream.backup:(I)V]
ASCII_CharStream.BeginToken ( ) : char
[mangled: FESI/Parser/ASCII_CharStream.BeginToken:()C]
ASCII_CharStream.Done ( ) : void
[mangled: FESI/Parser/ASCII_CharStream.Done:()V]
ASCII_CharStream.getBeginColumn ( ) : int
[mangled: FESI/Parser/ASCII_CharStream.getBeginColumn:()I]
ASCII_CharStream.getBeginLine ( ) : int
[mangled: FESI/Parser/ASCII_CharStream.getBeginLine:()I]
ASCII_CharStream.getColumn ( ) : int *DEPRECATED*
[mangled: FESI/Parser/ASCII_CharStream.getColumn:()I]
ASCII_CharStream.getEndColumn ( ) : int
[mangled: FESI/Parser/ASCII_CharStream.getEndColumn:()I]
ASCII_CharStream.getEndLine ( ) : int
[mangled: FESI/Parser/ASCII_CharStream.getEndLine:()I]
ASCII_CharStream.GetImage ( ) : String
[mangled: FESI/Parser/ASCII_CharStream.GetImage:()Ljava/lang/String;]
ASCII_CharStream.getLine ( ) : int *DEPRECATED*
[mangled: FESI/Parser/ASCII_CharStream.getLine:()I]
ASCII_CharStream.GetSuffix ( int p1 ) : char[ ]
[mangled: FESI/Parser/ASCII_CharStream.GetSuffix:(I)[C]
ASCII_CharStream.readChar ( ) : char
[mangled: FESI/Parser/ASCII_CharStream.readChar:()C]
ASCII_CharStream.ReInit ( InputStream p1, int p2, int p3 ) : void
[mangled: FESI/Parser/ASCII_CharStream.ReInit:(Ljava/io/InputStream;II)V]
ASCII_CharStream.ReInit ( InputStream p1, int p2, int p3, int p4 ) : void
[mangled: FESI/Parser/ASCII_CharStream.ReInit:(Ljava/io/InputStream;III)V]
ASCII_CharStream.ReInit ( Reader p1, int p2, int p3 ) : void
[mangled: FESI/Parser/ASCII_CharStream.ReInit:(Ljava/io/Reader;II)V]
ASCII_CharStream.ReInit ( Reader p1, int p2, int p3, int p4 ) : void
[mangled: FESI/Parser/ASCII_CharStream.ReInit:(Ljava/io/Reader;III)V]
fesi.jar, ASTAllocationExpression.class
package FESI.AST
ASTAllocationExpression.ASTAllocationExpression ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTAllocationExpression."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTAllocationExpression.ASTAllocationExpression ( int p1 )
[mangled: FESI/AST/ASTAllocationExpression."<init>":(I)V]
ASTAllocationExpression.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTAllocationExpression.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTAllocationExpression.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTAllocationExpression.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTAllocationExpression.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTAllocationExpression.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTAndExpressionSequence.class
package FESI.AST
ASTAndExpressionSequence.ASTAndExpressionSequence ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTAndExpressionSequence."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTAndExpressionSequence.ASTAndExpressionSequence ( int p1 )
[mangled: FESI/AST/ASTAndExpressionSequence."<init>":(I)V]
ASTAndExpressionSequence.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTAndExpressionSequence.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTAndExpressionSequence.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTAndExpressionSequence.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTAndExpressionSequence.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTAndExpressionSequence.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTAssignmentExpression.class
package FESI.AST
ASTAssignmentExpression.ASTAssignmentExpression ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTAssignmentExpression."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTAssignmentExpression.ASTAssignmentExpression ( int p1 )
[mangled: FESI/AST/ASTAssignmentExpression."<init>":(I)V]
ASTAssignmentExpression.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTAssignmentExpression.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTAssignmentExpression.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTAssignmentExpression.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTAssignmentExpression.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTAssignmentExpression.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTBinaryExpressionSequence.class
package FESI.AST
ASTBinaryExpressionSequence.ASTBinaryExpressionSequence ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTBinaryExpressionSequence."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTBinaryExpressionSequence.ASTBinaryExpressionSequence ( int p1 )
[mangled: FESI/AST/ASTBinaryExpressionSequence."<init>":(I)V]
ASTBinaryExpressionSequence.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTBinaryExpressionSequence.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTBinaryExpressionSequence.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTBinaryExpressionSequence.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTBinaryExpressionSequence.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTBinaryExpressionSequence.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTBreakStatement.class
package FESI.AST
ASTBreakStatement.ASTBreakStatement ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTBreakStatement."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTBreakStatement.ASTBreakStatement ( int p1 )
[mangled: FESI/AST/ASTBreakStatement."<init>":(I)V]
ASTBreakStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTBreakStatement.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTBreakStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTBreakStatement.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTBreakStatement.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTBreakStatement.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTCompositeReference.class
package FESI.AST
ASTCompositeReference.ASTCompositeReference ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTCompositeReference."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTCompositeReference.ASTCompositeReference ( int p1 )
[mangled: FESI/AST/ASTCompositeReference."<init>":(I)V]
ASTCompositeReference.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTCompositeReference.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTCompositeReference.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTCompositeReference.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTCompositeReference.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTCompositeReference.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTConditionalExpression.class
package FESI.AST
ASTConditionalExpression.ASTConditionalExpression ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTConditionalExpression."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTConditionalExpression.ASTConditionalExpression ( int p1 )
[mangled: FESI/AST/ASTConditionalExpression."<init>":(I)V]
ASTConditionalExpression.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTConditionalExpression.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTConditionalExpression.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTConditionalExpression.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTConditionalExpression.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTConditionalExpression.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTContinueStatement.class
package FESI.AST
ASTContinueStatement.ASTContinueStatement ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTContinueStatement."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTContinueStatement.ASTContinueStatement ( int p1 )
[mangled: FESI/AST/ASTContinueStatement."<init>":(I)V]
ASTContinueStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTContinueStatement.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTContinueStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTContinueStatement.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTContinueStatement.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTContinueStatement.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTEmptyExpression.class
package FESI.AST
ASTEmptyExpression.ASTEmptyExpression ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTEmptyExpression."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTEmptyExpression.ASTEmptyExpression ( int p1 )
[mangled: FESI/AST/ASTEmptyExpression."<init>":(I)V]
ASTEmptyExpression.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTEmptyExpression.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTEmptyExpression.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTEmptyExpression.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTEmptyExpression.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTEmptyExpression.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTExpressionList.class
package FESI.AST
ASTExpressionList.ASTExpressionList ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTExpressionList."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTExpressionList.ASTExpressionList ( int p1 )
[mangled: FESI/AST/ASTExpressionList."<init>":(I)V]
ASTExpressionList.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTExpressionList.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTExpressionList.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTExpressionList.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTExpressionList.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTExpressionList.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTForInStatement.class
package FESI.AST
ASTForInStatement.ASTForInStatement ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTForInStatement."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTForInStatement.ASTForInStatement ( int p1 )
[mangled: FESI/AST/ASTForInStatement."<init>":(I)V]
ASTForInStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTForInStatement.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTForInStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTForInStatement.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTForInStatement.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTForInStatement.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTFormalParameterList.class
package FESI.AST
ASTFormalParameterList.ASTFormalParameterList ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTFormalParameterList."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTFormalParameterList.ASTFormalParameterList ( int p1 )
[mangled: FESI/AST/ASTFormalParameterList."<init>":(I)V]
ASTFormalParameterList.getArguments ( ) : String[ ]
[mangled: FESI/AST/ASTFormalParameterList.getArguments:()[Ljava/lang/String;]
ASTFormalParameterList.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTFormalParameterList.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTFormalParameterList.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTFormalParameterList.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTFormalParameterList.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTFormalParameterList.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTForStatement.class
package FESI.AST
ASTForStatement.ASTForStatement ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTForStatement."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTForStatement.ASTForStatement ( int p1 )
[mangled: FESI/AST/ASTForStatement."<init>":(I)V]
ASTForStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTForStatement.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTForStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTForStatement.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTForStatement.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTForStatement.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTForVarInStatement.class
package FESI.AST
ASTForVarInStatement.ASTForVarInStatement ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTForVarInStatement."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTForVarInStatement.ASTForVarInStatement ( int p1 )
[mangled: FESI/AST/ASTForVarInStatement."<init>":(I)V]
ASTForVarInStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTForVarInStatement.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTForVarInStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTForVarInStatement.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTForVarInStatement.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTForVarInStatement.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTForVarStatement.class
package FESI.AST
ASTForVarStatement.ASTForVarStatement ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTForVarStatement."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTForVarStatement.ASTForVarStatement ( int p1 )
[mangled: FESI/AST/ASTForVarStatement."<init>":(I)V]
ASTForVarStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTForVarStatement.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTForVarStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTForVarStatement.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTForVarStatement.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTForVarStatement.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTFunctionCallParameters.class
package FESI.AST
ASTFunctionCallParameters.ASTFunctionCallParameters ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTFunctionCallParameters."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTFunctionCallParameters.ASTFunctionCallParameters ( int p1 )
[mangled: FESI/AST/ASTFunctionCallParameters."<init>":(I)V]
ASTFunctionCallParameters.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTFunctionCallParameters.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTFunctionCallParameters.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTFunctionCallParameters.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTFunctionCallParameters.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTFunctionCallParameters.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTFunctionDeclaration.class
package FESI.AST
ASTFunctionDeclaration.ASTFunctionDeclaration ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTFunctionDeclaration."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTFunctionDeclaration.ASTFunctionDeclaration ( int p1 )
[mangled: FESI/AST/ASTFunctionDeclaration."<init>":(I)V]
ASTFunctionDeclaration.getSourceString ( ) : String
[mangled: FESI/AST/ASTFunctionDeclaration.getSourceString:()Ljava/lang/String;]
ASTFunctionDeclaration.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTFunctionDeclaration.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTFunctionDeclaration.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTFunctionDeclaration.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTFunctionDeclaration.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTFunctionDeclaration.jjtCreate:(I)LFESI/AST/Node;]
ASTFunctionDeclaration.setSourceString ( String p1 ) : void
[mangled: FESI/AST/ASTFunctionDeclaration.setSourceString:(Ljava/lang/String;)V]
fesi.jar, ASTIdentifier.class
package FESI.AST
ASTIdentifier.ASTIdentifier ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTIdentifier."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTIdentifier.ASTIdentifier ( int p1 )
[mangled: FESI/AST/ASTIdentifier."<init>":(I)V]
ASTIdentifier.getName ( ) : String
[mangled: FESI/AST/ASTIdentifier.getName:()Ljava/lang/String;]
ASTIdentifier.hashCode ( ) : int
[mangled: FESI/AST/ASTIdentifier.hashCode:()I]
ASTIdentifier.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTIdentifier.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTIdentifier.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTIdentifier.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTIdentifier.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTIdentifier.jjtCreate:(I)LFESI/AST/Node;]
ASTIdentifier.setName ( String p1 ) : void
[mangled: FESI/AST/ASTIdentifier.setName:(Ljava/lang/String;)V]
ASTIdentifier.toString ( ) : String
[mangled: FESI/AST/ASTIdentifier.toString:()Ljava/lang/String;]
fesi.jar, ASTIfStatement.class
package FESI.AST
ASTIfStatement.ASTIfStatement ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTIfStatement."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTIfStatement.ASTIfStatement ( int p1 )
[mangled: FESI/AST/ASTIfStatement."<init>":(I)V]
ASTIfStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTIfStatement.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTIfStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTIfStatement.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTIfStatement.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTIfStatement.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTLiteral.class
package FESI.AST
ASTLiteral.ASTLiteral ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTLiteral."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTLiteral.ASTLiteral ( int p1 )
[mangled: FESI/AST/ASTLiteral."<init>":(I)V]
ASTLiteral.getValue ( ) : FESI.Data.ESValue
[mangled: FESI/AST/ASTLiteral.getValue:()LFESI/Data/ESValue;]
ASTLiteral.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTLiteral.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTLiteral.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTLiteral.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTLiteral.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTLiteral.jjtCreate:(I)LFESI/AST/Node;]
ASTLiteral.setBooleanValue ( boolean p1 ) : void
[mangled: FESI/AST/ASTLiteral.setBooleanValue:(Z)V]
ASTLiteral.setDecimalValue ( String p1 ) : void
[mangled: FESI/AST/ASTLiteral.setDecimalValue:(Ljava/lang/String;)V]
ASTLiteral.setFloatingPointValue ( String p1 ) : void
[mangled: FESI/AST/ASTLiteral.setFloatingPointValue:(Ljava/lang/String;)V]
ASTLiteral.setHexValue ( String p1 ) : void
[mangled: FESI/AST/ASTLiteral.setHexValue:(Ljava/lang/String;)V]
ASTLiteral.setNullValue ( ) : void
[mangled: FESI/AST/ASTLiteral.setNullValue:()V]
ASTLiteral.setOctalValue ( String p1 ) : void
[mangled: FESI/AST/ASTLiteral.setOctalValue:(Ljava/lang/String;)V]
ASTLiteral.setStringValue ( String p1 ) : void
[mangled: FESI/AST/ASTLiteral.setStringValue:(Ljava/lang/String;)V]
ASTLiteral.toString ( ) : String
[mangled: FESI/AST/ASTLiteral.toString:()Ljava/lang/String;]
fesi.jar, ASTOperator.class
package FESI.AST
ASTOperator.ASTOperator ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTOperator."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTOperator.ASTOperator ( int p1 )
[mangled: FESI/AST/ASTOperator."<init>":(I)V]
ASTOperator.getOperator ( ) : int
[mangled: FESI/AST/ASTOperator.getOperator:()I]
ASTOperator.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTOperator.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTOperator.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTOperator.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTOperator.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTOperator.jjtCreate:(I)LFESI/AST/Node;]
ASTOperator.setOperator ( int p1 ) : void
[mangled: FESI/AST/ASTOperator.setOperator:(I)V]
ASTOperator.toString ( ) : String
[mangled: FESI/AST/ASTOperator.toString:()Ljava/lang/String;]
fesi.jar, ASTOrExpressionSequence.class
package FESI.AST
ASTOrExpressionSequence.ASTOrExpressionSequence ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTOrExpressionSequence."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTOrExpressionSequence.ASTOrExpressionSequence ( int p1 )
[mangled: FESI/AST/ASTOrExpressionSequence."<init>":(I)V]
ASTOrExpressionSequence.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTOrExpressionSequence.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTOrExpressionSequence.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTOrExpressionSequence.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTOrExpressionSequence.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTOrExpressionSequence.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTPostfixExpression.class
package FESI.AST
ASTPostfixExpression.ASTPostfixExpression ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTPostfixExpression."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTPostfixExpression.ASTPostfixExpression ( int p1 )
[mangled: FESI/AST/ASTPostfixExpression."<init>":(I)V]
ASTPostfixExpression.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTPostfixExpression.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTPostfixExpression.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTPostfixExpression.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTPostfixExpression.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTPostfixExpression.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTProgram.class
package FESI.AST
ASTProgram.ASTProgram ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTProgram."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTProgram.ASTProgram ( int p1 )
[mangled: FESI/AST/ASTProgram."<init>":(I)V]
ASTProgram.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTProgram.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTProgram.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTProgram.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTProgram.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTProgram.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTPropertyIdentifierReference.class
package FESI.AST
ASTPropertyIdentifierReference.ASTPropertyIdentifierReference ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTPropertyIdentifierReference."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTPropertyIdentifierReference.ASTPropertyIdentifierReference ( int p1 )
[mangled: FESI/AST/ASTPropertyIdentifierReference."<init>":(I)V]
ASTPropertyIdentifierReference.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTPropertyIdentifierReference.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTPropertyIdentifierReference.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTPropertyIdentifierReference.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTPropertyIdentifierReference.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTPropertyIdentifierReference.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTPropertyValueReference.class
package FESI.AST
ASTPropertyValueReference.ASTPropertyValueReference ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTPropertyValueReference."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTPropertyValueReference.ASTPropertyValueReference ( int p1 )
[mangled: FESI/AST/ASTPropertyValueReference."<init>":(I)V]
ASTPropertyValueReference.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTPropertyValueReference.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTPropertyValueReference.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTPropertyValueReference.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTPropertyValueReference.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTPropertyValueReference.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTReturnStatement.class
package FESI.AST
ASTReturnStatement.ASTReturnStatement ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTReturnStatement."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTReturnStatement.ASTReturnStatement ( int p1 )
[mangled: FESI/AST/ASTReturnStatement."<init>":(I)V]
ASTReturnStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTReturnStatement.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTReturnStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTReturnStatement.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTReturnStatement.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTReturnStatement.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTStatement.class
package FESI.AST
ASTStatement.ASTStatement ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTStatement."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTStatement.ASTStatement ( int p1 )
[mangled: FESI/AST/ASTStatement."<init>":(I)V]
ASTStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTStatement.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTStatement.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTStatement.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTStatement.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTStatementList.class
package FESI.AST
ASTStatementList.ASTStatementList ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTStatementList."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTStatementList.ASTStatementList ( int p1 )
[mangled: FESI/AST/ASTStatementList."<init>":(I)V]
ASTStatementList.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTStatementList.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTStatementList.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTStatementList.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTStatementList.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTStatementList.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTThisReference.class
package FESI.AST
ASTThisReference.ASTThisReference ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTThisReference."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTThisReference.ASTThisReference ( int p1 )
[mangled: FESI/AST/ASTThisReference."<init>":(I)V]
ASTThisReference.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTThisReference.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTThisReference.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTThisReference.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTThisReference.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTThisReference.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTUnaryExpression.class
package FESI.AST
ASTUnaryExpression.ASTUnaryExpression ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTUnaryExpression."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTUnaryExpression.ASTUnaryExpression ( int p1 )
[mangled: FESI/AST/ASTUnaryExpression."<init>":(I)V]
ASTUnaryExpression.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTUnaryExpression.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTUnaryExpression.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTUnaryExpression.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTUnaryExpression.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTUnaryExpression.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTVariableDeclaration.class
package FESI.AST
ASTVariableDeclaration.ASTVariableDeclaration ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTVariableDeclaration."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTVariableDeclaration.ASTVariableDeclaration ( int p1 )
[mangled: FESI/AST/ASTVariableDeclaration."<init>":(I)V]
ASTVariableDeclaration.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTVariableDeclaration.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTVariableDeclaration.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTVariableDeclaration.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTVariableDeclaration.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTVariableDeclaration.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTWhileStatement.class
package FESI.AST
ASTWhileStatement.ASTWhileStatement ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTWhileStatement."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTWhileStatement.ASTWhileStatement ( int p1 )
[mangled: FESI/AST/ASTWhileStatement."<init>":(I)V]
ASTWhileStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTWhileStatement.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTWhileStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTWhileStatement.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTWhileStatement.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTWhileStatement.jjtCreate:(I)LFESI/AST/Node;]
fesi.jar, ASTWithStatement.class
package FESI.AST
ASTWithStatement.ASTWithStatement ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/ASTWithStatement."<init>":(LFESI/Parser/EcmaScript;I)V]
ASTWithStatement.ASTWithStatement ( int p1 )
[mangled: FESI/AST/ASTWithStatement."<init>":(I)V]
ASTWithStatement.getEvaluationSource ( ) : Object
[mangled: FESI/AST/ASTWithStatement.getEvaluationSource:()Ljava/lang/Object;]
ASTWithStatement.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/ASTWithStatement.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
ASTWithStatement.jjtCreate ( FESI.Parser.EcmaScript p1, int p2 ) [static] : Node
[mangled: FESI/AST/ASTWithStatement.jjtCreate:(LFESI/Parser/EcmaScript;I)LFESI/AST/Node;]
ASTWithStatement.jjtCreate ( int p1 ) [static] : Node
[mangled: FESI/AST/ASTWithStatement.jjtCreate:(I)LFESI/AST/Node;]
ASTWithStatement.setEvaluationSource ( Object p1 ) : void
[mangled: FESI/AST/ASTWithStatement.setEvaluationSource:(Ljava/lang/Object;)V]
fesi.jar, AwtConfirmationBox.class
package FESI.awtgui
AwtConfirmationBox.AwtConfirmationBox ( String p1, String p2 )
[mangled: FESI/awtgui/AwtConfirmationBox."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
AwtConfirmationBox.waitYesOrNo ( ) : boolean
[mangled: FESI/awtgui/AwtConfirmationBox.waitYesOrNo:()Z]
fesi.jar, AwtConsole.class
package FESI.awtgui
AwtConsole.AwtConsole ( FESI.gui.InterpreterCommands p1, String p2, int p3, int p4 )
[mangled: FESI/awtgui/AwtConsole."<init>":(LFESI/gui/InterpreterCommands;Ljava/lang/String;II)V]
AwtConsole.clear ( ) : void
[mangled: FESI/awtgui/AwtConsole.clear:()V]
AwtConsole.createEditor ( String p1 ) : void
[mangled: FESI/awtgui/AwtConsole.createEditor:(Ljava/lang/String;)V]
AwtConsole.displayAbout ( ) : void
[mangled: FESI/awtgui/AwtConsole.displayAbout:()V]
AwtConsole.displayHelpText ( ) : void
[mangled: FESI/awtgui/AwtConsole.displayHelpText:()V]
AwtConsole.displayHelpWindow ( ) : void
[mangled: FESI/awtgui/AwtConsole.displayHelpWindow:()V]
AwtConsole.getConsoleIn ( ) : InputStream
[mangled: FESI/awtgui/AwtConsole.getConsoleIn:()Ljava/io/InputStream;]
AwtConsole.getConsoleOut ( ) : PrintStream
[mangled: FESI/awtgui/AwtConsole.getConsoleOut:()Ljava/io/PrintStream;]
AwtConsole.supportsEditing ( ) : boolean
[mangled: FESI/awtgui/AwtConsole.supportsEditing:()Z]
fesi.jar, AwtGuiFactory.class
package FESI.awtgui
AwtGuiFactory.AwtGuiFactory ( )
[mangled: FESI/awtgui/AwtGuiFactory."<init>":()V]
AwtGuiFactory.displayMessageBox ( String p1, String p2 ) : FESI.gui.MessageBox
[mangled: FESI/awtgui/AwtGuiFactory.displayMessageBox:(Ljava/lang/String;Ljava/lang/String;)LFESI/gui/MessageBox;]
AwtGuiFactory.makeConsole ( FESI.gui.InterpreterCommands p1, String p2, int p3, int p4 ) : FESI.gui.Console
[mangled: FESI/awtgui/AwtGuiFactory.makeConsole:(LFESI/gui/InterpreterCommands;Ljava/lang/String;II)LFESI/gui/Console;]
fesi.jar, AwtMessageBox.class
package FESI.awtgui
AwtMessageBox.AwtMessageBox ( String p1, String p2 )
[mangled: FESI/awtgui/AwtMessageBox."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
AwtMessageBox.waitOK ( ) : void
[mangled: FESI/awtgui/AwtMessageBox.waitOK:()V]
fesi.jar, AwtPromptBox.class
package FESI.awtgui
AwtPromptBox.AwtPromptBox ( String p1, String p2, String p3 )
[mangled: FESI/awtgui/AwtPromptBox."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
AwtPromptBox.waitResponse ( ) : String
[mangled: FESI/awtgui/AwtPromptBox.waitResponse:()Ljava/lang/String;]
fesi.jar, BasicIO.class
package FESI.Extensions
BasicIO.BasicIO ( )
[mangled: FESI/Extensions/BasicIO."<init>":()V]
BasicIO.getDocument ( ) : FESI.Data.ESObject
[mangled: FESI/Extensions/BasicIO.getDocument:()LFESI/Data/ESObject;]
BasicIO.initializeExtension ( FESI.Interpreter.Evaluator p1 ) : void
[mangled: FESI/Extensions/BasicIO.initializeExtension:(LFESI/Interpreter/Evaluator;)V]
fesi.jar, BasicIOInterface.class
package FESI.Extensions
BasicIOInterface.getDocument ( ) [abstract] : FESI.Data.ESObject
[mangled: FESI/Extensions/BasicIOInterface.getDocument:()LFESI/Data/ESObject;]
fesi.jar, BasicIOs.class
package FESI.Extensions
BasicIOs.BasicIOs ( )
[mangled: FESI/Extensions/BasicIOs."<init>":()V]
BasicIOs.getDocument ( ) : FESI.Data.ESObject
[mangled: FESI/Extensions/BasicIOs.getDocument:()LFESI/Data/ESObject;]
BasicIOs.initializeExtension ( FESI.Interpreter.Evaluator p1 ) : void
[mangled: FESI/Extensions/BasicIOs.initializeExtension:(LFESI/Interpreter/Evaluator;)V]
fesi.jar, BasicIOw.class
package FESI.Extensions
BasicIOw.BasicIOw ( )
[mangled: FESI/Extensions/BasicIOw."<init>":()V]
BasicIOw.getDocument ( ) : FESI.Data.ESObject
[mangled: FESI/Extensions/BasicIOw.getDocument:()LFESI/Data/ESObject;]
BasicIOw.initializeExtension ( FESI.Interpreter.Evaluator p1 ) : void
[mangled: FESI/Extensions/BasicIOw.initializeExtension:(LFESI/Interpreter/Evaluator;)V]
fesi.jar, BooleanObject.class
package FESI.Data
BooleanObject.callFunction ( ESObject p1, ESValue[ ] p2 ) : ESValue
[mangled: FESI/Data/BooleanObject.callFunction:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
BooleanObject.doConstruct ( ESObject p1, ESValue[ ] p2 ) : ESObject
[mangled: FESI/Data/BooleanObject.doConstruct:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESObject;]
BooleanObject.makeBooleanObject ( FESI.Interpreter.Evaluator p1, ObjectPrototype p2, FunctionPrototype p3 ) [static] : BooleanObject
[mangled: FESI/Data/BooleanObject.makeBooleanObject:(LFESI/Interpreter/Evaluator;LFESI/Data/ObjectPrototype;LFESI/Data/FunctionPrototype;)LFESI/Data/BooleanObject;]
BooleanObject.toString ( ) : String
[mangled: FESI/Data/BooleanObject.toString:()Ljava/lang/String;]
fesi.jar, BuiltinFunctionObject.class
package FESI.Data
BuiltinFunctionObject.BuiltinFunctionObject ( ESObject p1, FESI.Interpreter.Evaluator p2, String p3, int p4 )
[mangled: FESI/Data/BuiltinFunctionObject."<init>":(LFESI/Data/ESObject;LFESI/Interpreter/Evaluator;Ljava/lang/String;I)V]
BuiltinFunctionObject.getFunctionImplementationString ( ) : String
[mangled: FESI/Data/BuiltinFunctionObject.getFunctionImplementationString:()Ljava/lang/String;]
BuiltinFunctionObject.getFunctionParametersString ( ) : String
[mangled: FESI/Data/BuiltinFunctionObject.getFunctionParametersString:()Ljava/lang/String;]
BuiltinFunctionObject.putProperty ( String p1, ESValue p2, int p3 ) : void
[mangled: FESI/Data/BuiltinFunctionObject.putProperty:(Ljava/lang/String;LFESI/Data/ESValue;I)V]
BuiltinFunctionObject.toString ( ) : String
[mangled: FESI/Data/BuiltinFunctionObject.toString:()Ljava/lang/String;]
fesi.jar, ClassInfo.class
package FESI.Interpreter
ClassInfo.lookupBeanField ( String p1, Class p2 ) [static] : PropertyDescriptor
[mangled: FESI/Interpreter/ClassInfo.lookupBeanField:(Ljava/lang/String;Ljava/lang/Class;)Ljava/beans/PropertyDescriptor;]
ClassInfo.lookupBeanMethod ( String p1, Class p2 ) [static] : Method[ ]
[mangled: FESI/Interpreter/ClassInfo.lookupBeanMethod:(Ljava/lang/String;Ljava/lang/Class;)[Ljava/lang/reflect/Method;]
ClassInfo.lookupPublicMethod ( String p1, Class p2 ) [static] : Method[ ]
[mangled: FESI/Interpreter/ClassInfo.lookupPublicMethod:(Ljava/lang/String;Ljava/lang/Class;)[Ljava/lang/reflect/Method;]
fesi.jar, ConfirmationBox.class
package FESI.gui
ConfirmationBox.waitYesOrNo ( ) [abstract] : boolean
[mangled: FESI/gui/ConfirmationBox.waitYesOrNo:()Z]
fesi.jar, Console.class
package FESI.gui
Console.clear ( ) [abstract] : void
[mangled: FESI/gui/Console.clear:()V]
Console.createEditor ( String p1 ) [abstract] : void
[mangled: FESI/gui/Console.createEditor:(Ljava/lang/String;)V]
Console.displayAbout ( ) [abstract] : void
[mangled: FESI/gui/Console.displayAbout:()V]
Console.displayHelpText ( ) [abstract] : void
[mangled: FESI/gui/Console.displayHelpText:()V]
Console.displayHelpWindow ( ) [abstract] : void
[mangled: FESI/gui/Console.displayHelpWindow:()V]
Console.dispose ( ) [abstract] : void
[mangled: FESI/gui/Console.dispose:()V]
Console.getConsoleIn ( ) [abstract] : InputStream
[mangled: FESI/gui/Console.getConsoleIn:()Ljava/io/InputStream;]
Console.getConsoleOut ( ) [abstract] : PrintStream
[mangled: FESI/gui/Console.getConsoleOut:()Ljava/io/PrintStream;]
Console.supportsEditing ( ) [abstract] : boolean
[mangled: FESI/gui/Console.supportsEditing:()Z]
fesi.jar, ConstructedFunctionObject.class
package FESI.Data
ConstructedFunctionObject.callFunction ( ESObject p1, ESValue[ ] p2 ) : ESValue
[mangled: FESI/Data/ConstructedFunctionObject.callFunction:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ConstructedFunctionObject.doConstruct ( ESObject p1, ESValue[ ] p2 ) : ESObject
[mangled: FESI/Data/ConstructedFunctionObject.doConstruct:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESObject;]
ConstructedFunctionObject.getFunctionImplementationString ( ) : String
[mangled: FESI/Data/ConstructedFunctionObject.getFunctionImplementationString:()Ljava/lang/String;]
ConstructedFunctionObject.getFunctionParametersString ( ) : String
[mangled: FESI/Data/ConstructedFunctionObject.getFunctionParametersString:()Ljava/lang/String;]
ConstructedFunctionObject.getLocalVariableNames ( ) : Vector
[mangled: FESI/Data/ConstructedFunctionObject.getLocalVariableNames:()Ljava/util/Vector;]
ConstructedFunctionObject.getProperty ( String p1, int p2 ) : ESValue
[mangled: FESI/Data/ConstructedFunctionObject.getProperty:(Ljava/lang/String;I)LFESI/Data/ESValue;]
ConstructedFunctionObject.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 ) : ESValue
[mangled: FESI/Data/ConstructedFunctionObject.getPropertyInScope:(Ljava/lang/String;LFESI/Interpreter/ScopeChain;I)LFESI/Data/ESValue;]
ConstructedFunctionObject.hasProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ConstructedFunctionObject.hasProperty:(Ljava/lang/String;I)Z]
ConstructedFunctionObject.makeNewConstructedFunction ( FESI.Interpreter.Evaluator p1, String p2, FESI.Interpreter.EvaluationSource p3, String p4, String[ ] p5, Vector p6, FESI.AST.ASTStatementList p7 ) [static] : ConstructedFunctionObject
[mangled: FESI/Data/ConstructedFunctionObject.makeNewConstructedFunction:(LFESI/Interpreter/Evaluator;Ljava/lang/String;LFESI/Interpreter/EvaluationSource;Ljava/lang/String;[Ljava/lang/String;Ljava/util/Vector;LFESI/AST/ASTStatementList;)LFESI/Data/ConstructedFunctionObject;]
ConstructedFunctionObject.putProperty ( String p1, ESValue p2, int p3 ) : void
[mangled: FESI/Data/ConstructedFunctionObject.putProperty:(Ljava/lang/String;LFESI/Data/ESValue;I)V]
ConstructedFunctionObject.toDetailString ( ) : String
[mangled: FESI/Data/ConstructedFunctionObject.toDetailString:()Ljava/lang/String;]
ConstructedFunctionObject.toString ( ) : String
[mangled: FESI/Data/ConstructedFunctionObject.toString:()Ljava/lang/String;]
fesi.jar, CopyAction.class
package FESI.swinggui
JConsoleArea.CopyAction.actionPerformed ( ActionEvent p1 ) : void
[mangled: FESI/swinggui/JConsoleArea.CopyAction.actionPerformed:(Ljava/awt/event/ActionEvent;)V]
JConsoleArea.CopyAction.JConsoleArea.CopyAction ( )
[mangled: FESI/swinggui/JConsoleArea.CopyAction."<init>":()V]
fesi.jar, CutAction.class
package FESI.swinggui
JConsoleArea.CutAction.actionPerformed ( ActionEvent p1 ) : void
[mangled: FESI/swinggui/JConsoleArea.CutAction.actionPerformed:(Ljava/awt/event/ActionEvent;)V]
JConsoleArea.CutAction.JConsoleArea.CutAction ( )
[mangled: FESI/swinggui/JConsoleArea.CutAction."<init>":()V]
fesi.jar, Database.class
package FESI.Extensions
Database.Database ( )
[mangled: FESI/Extensions/Database."<init>":()V]
Database.initializeExtension ( FESI.Interpreter.Evaluator p1 ) : void
[mangled: FESI/Extensions/Database.initializeExtension:(LFESI/Interpreter/Evaluator;)V]
fesi.jar, DateObject.class
package FESI.Data
DateObject.callFunction ( ESObject p1, ESValue[ ] p2 ) : ESValue
[mangled: FESI/Data/DateObject.callFunction:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
DateObject.doConstruct ( ESObject p1, ESValue[ ] p2 ) : ESObject
[mangled: FESI/Data/DateObject.doConstruct:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESObject;]
DateObject.makeDateObject ( FESI.Interpreter.Evaluator p1, ObjectPrototype p2, FunctionPrototype p3 ) [static] : DateObject
[mangled: FESI/Data/DateObject.makeDateObject:(LFESI/Interpreter/Evaluator;LFESI/Data/ObjectPrototype;LFESI/Data/FunctionPrototype;)LFESI/Data/DateObject;]
DateObject.toString ( ) : String
[mangled: FESI/Data/DateObject.toString:()Ljava/lang/String;]
fesi.jar, DatePrototype.class
package FESI.Data
DatePrototype.DatePrototype ( FESI.Interpreter.Evaluator p1, Date p2 )
[mangled: FESI/Data/DatePrototype."<init>":(LFESI/Interpreter/Evaluator;Ljava/util/Date;)V]
DatePrototype.DatePrototype ( FESI.Interpreter.Evaluator p1, long p2 )
[mangled: FESI/Data/DatePrototype."<init>":(LFESI/Interpreter/Evaluator;J)V]
DatePrototype.get ( int p1 ) : ESValue
[mangled: FESI/Data/DatePrototype.get:(I)LFESI/Data/ESValue;]
DatePrototype.getDefaultValue ( ) : ESValue
[mangled: FESI/Data/DatePrototype.getDefaultValue:()LFESI/Data/ESValue;]
DatePrototype.getESClassName ( ) : String
[mangled: FESI/Data/DatePrototype.getESClassName:()Ljava/lang/String;]
DatePrototype.getUTC ( int p1 ) : ESValue
[mangled: FESI/Data/DatePrototype.getUTC:(I)LFESI/Data/ESValue;]
DatePrototype.setTime ( ESValue[ ] p1, int[ ] p2 ) : ESValue
[mangled: FESI/Data/DatePrototype.setTime:([LFESI/Data/ESValue;[I)LFESI/Data/ESValue;]
DatePrototype.setUTCTime ( ESValue[ ] p1, int[ ] p2 ) : ESValue
[mangled: FESI/Data/DatePrototype.setUTCTime:([LFESI/Data/ESValue;[I)LFESI/Data/ESValue;]
DatePrototype.setYear ( ESValue[ ] p1 ) : ESValue
[mangled: FESI/Data/DatePrototype.setYear:([LFESI/Data/ESValue;)LFESI/Data/ESValue;]
DatePrototype.toDetailString ( ) : String
[mangled: FESI/Data/DatePrototype.toDetailString:()Ljava/lang/String;]
DatePrototype.toJavaObject ( ) : Object
[mangled: FESI/Data/DatePrototype.toJavaObject:()Ljava/lang/Object;]
DatePrototype.toString ( ) : String
[mangled: FESI/Data/DatePrototype.toString:()Ljava/lang/String;]
fesi.jar, DefaultKeyTypedAction.class
package FESI.swinggui
JConsoleArea.DefaultKeyTypedAction.actionPerformed ( ActionEvent p1 ) : void
[mangled: FESI/swinggui/JConsoleArea.DefaultKeyTypedAction.actionPerformed:(Ljava/awt/event/ActionEvent;)V]
JConsoleArea.DefaultKeyTypedAction.JConsoleArea.DefaultKeyTypedAction ( JConsoleArea p1 )
[mangled: FESI/swinggui/JConsoleArea.DefaultKeyTypedAction."<init>":(LFESI/swinggui/JConsoleArea;)V]
fesi.jar, EcmaScript.class
package FESI.Parser
EcmaScript.AdditiveExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.AdditiveExpression:()V]
EcmaScript.AddOp ( ) : void
[mangled: FESI/Parser/EcmaScript.AddOp:()V]
EcmaScript.AllocationExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.AllocationExpression:()V]
EcmaScript.ArgumentList ( ) : void
[mangled: FESI/Parser/EcmaScript.ArgumentList:()V]
EcmaScript.Arguments ( ) : void
[mangled: FESI/Parser/EcmaScript.Arguments:()V]
EcmaScript.AssignementOperator ( ) : void
[mangled: FESI/Parser/EcmaScript.AssignementOperator:()V]
EcmaScript.AssignmentExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.AssignmentExpression:()V]
EcmaScript.BitwiseANDExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.BitwiseANDExpression:()V]
EcmaScript.BitwiseANDOp ( ) : void
[mangled: FESI/Parser/EcmaScript.BitwiseANDOp:()V]
EcmaScript.BitwiseORExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.BitwiseORExpression:()V]
EcmaScript.BitwiseOROp ( ) : void
[mangled: FESI/Parser/EcmaScript.BitwiseOROp:()V]
EcmaScript.BitwiseXORExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.BitwiseXORExpression:()V]
EcmaScript.BitwiseXOROp ( ) : void
[mangled: FESI/Parser/EcmaScript.BitwiseXOROp:()V]
EcmaScript.Block ( ) : void
[mangled: FESI/Parser/EcmaScript.Block:()V]
EcmaScript.BreakStatement ( ) : void
[mangled: FESI/Parser/EcmaScript.BreakStatement:()V]
EcmaScript.ConditionalExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.ConditionalExpression:()V]
EcmaScript.ContinueStatement ( ) : void
[mangled: FESI/Parser/EcmaScript.ContinueStatement:()V]
EcmaScript.disable_tracing ( ) : void
[mangled: FESI/Parser/EcmaScript.disable_tracing:()V]
EcmaScript.EcmaScript ( EcmaScriptTokenManager p1 )
[mangled: FESI/Parser/EcmaScript."<init>":(LFESI/Parser/EcmaScriptTokenManager;)V]
EcmaScript.EcmaScript ( InputStream p1 )
[mangled: FESI/Parser/EcmaScript."<init>":(Ljava/io/InputStream;)V]
EcmaScript.EcmaScript ( Reader p1 )
[mangled: FESI/Parser/EcmaScript."<init>":(Ljava/io/Reader;)V]
EcmaScript.EmptyStatement ( ) : void
[mangled: FESI/Parser/EcmaScript.EmptyStatement:()V]
EcmaScript.enable_tracing ( ) : void
[mangled: FESI/Parser/EcmaScript.enable_tracing:()V]
EcmaScript.EqualityExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.EqualityExpression:()V]
EcmaScript.EqualOp ( ) : void
[mangled: FESI/Parser/EcmaScript.EqualOp:()V]
EcmaScript.Expression ( ) : void
[mangled: FESI/Parser/EcmaScript.Expression:()V]
EcmaScript.ExpressionStatement ( ) : void
[mangled: FESI/Parser/EcmaScript.ExpressionStatement:()V]
EcmaScript.ForInStatement ( ) : void
[mangled: FESI/Parser/EcmaScript.ForInStatement:()V]
EcmaScript.FormalParameterList ( ) : FESI.AST.SimpleNode
[mangled: FESI/Parser/EcmaScript.FormalParameterList:()LFESI/AST/SimpleNode;]
EcmaScript.ForStatement ( ) : void
[mangled: FESI/Parser/EcmaScript.ForStatement:()V]
EcmaScript.ForVarInStatement ( ) : void
[mangled: FESI/Parser/EcmaScript.ForVarInStatement:()V]
EcmaScript.ForVarStatement ( ) : void
[mangled: FESI/Parser/EcmaScript.ForVarStatement:()V]
EcmaScript.FunctionDeclaration ( ) : void
[mangled: FESI/Parser/EcmaScript.FunctionDeclaration:()V]
EcmaScript.generateParseException ( ) : ParseException
[mangled: FESI/Parser/EcmaScript.generateParseException:()LFESI/Parser/ParseException;]
EcmaScript.getNextToken ( ) : Token
[mangled: FESI/Parser/EcmaScript.getNextToken:()LFESI/Parser/Token;]
EcmaScript.getToken ( int p1 ) : Token
[mangled: FESI/Parser/EcmaScript.getToken:(I)LFESI/Parser/Token;]
EcmaScript.Identifier ( ) : void
[mangled: FESI/Parser/EcmaScript.Identifier:()V]
EcmaScript.IfStatement ( ) : void
[mangled: FESI/Parser/EcmaScript.IfStatement:()V]
EcmaScript.Initializer ( ) : void
[mangled: FESI/Parser/EcmaScript.Initializer:()V]
EcmaScript.IterationStatement ( ) : void
[mangled: FESI/Parser/EcmaScript.IterationStatement:()V]
EcmaScript.Literal ( ) : void
[mangled: FESI/Parser/EcmaScript.Literal:()V]
EcmaScript.LogicalANDExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.LogicalANDExpression:()V]
EcmaScript.LogicalORExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.LogicalORExpression:()V]
EcmaScript.main ( String[ ] p1 ) [static] : void
[mangled: FESI/Parser/EcmaScript.main:([Ljava/lang/String;)V]
EcmaScript.MulOp ( ) : void
[mangled: FESI/Parser/EcmaScript.MulOp:()V]
EcmaScript.MultiplicativeExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.MultiplicativeExpression:()V]
EcmaScript.NewSuffix ( ) : void
[mangled: FESI/Parser/EcmaScript.NewSuffix:()V]
EcmaScript.PostfixExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.PostfixExpression:()V]
EcmaScript.PostfixOp ( ) : void
[mangled: FESI/Parser/EcmaScript.PostfixOp:()V]
EcmaScript.PrimaryExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.PrimaryExpression:()V]
EcmaScript.PrimarySuffix ( ) : void
[mangled: FESI/Parser/EcmaScript.PrimarySuffix:()V]
EcmaScript.Program ( ) : FESI.AST.SimpleNode
[mangled: FESI/Parser/EcmaScript.Program:()LFESI/AST/SimpleNode;]
EcmaScript.ReInit ( EcmaScriptTokenManager p1 ) : void
[mangled: FESI/Parser/EcmaScript.ReInit:(LFESI/Parser/EcmaScriptTokenManager;)V]
EcmaScript.ReInit ( InputStream p1 ) : void
[mangled: FESI/Parser/EcmaScript.ReInit:(Ljava/io/InputStream;)V]
EcmaScript.ReInit ( Reader p1 ) : void
[mangled: FESI/Parser/EcmaScript.ReInit:(Ljava/io/Reader;)V]
EcmaScript.RelationalExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.RelationalExpression:()V]
EcmaScript.RelOp ( ) : void
[mangled: FESI/Parser/EcmaScript.RelOp:()V]
EcmaScript.ReturnStatement ( ) : void
[mangled: FESI/Parser/EcmaScript.ReturnStatement:()V]
EcmaScript.ShiftExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.ShiftExpression:()V]
EcmaScript.ShiftOp ( ) : void
[mangled: FESI/Parser/EcmaScript.ShiftOp:()V]
EcmaScript.SourceElement ( ) : void
[mangled: FESI/Parser/EcmaScript.SourceElement:()V]
EcmaScript.Statement ( ) : void
[mangled: FESI/Parser/EcmaScript.Statement:()V]
EcmaScript.StatementList ( ) : FESI.AST.SimpleNode
[mangled: FESI/Parser/EcmaScript.StatementList:()LFESI/AST/SimpleNode;]
EcmaScript.UnaryExpression ( ) : void
[mangled: FESI/Parser/EcmaScript.UnaryExpression:()V]
EcmaScript.UnaryOp ( ) : void
[mangled: FESI/Parser/EcmaScript.UnaryOp:()V]
EcmaScript.VariableDeclaration ( ) : void
[mangled: FESI/Parser/EcmaScript.VariableDeclaration:()V]
EcmaScript.VariableDeclarationList ( ) : void
[mangled: FESI/Parser/EcmaScript.VariableDeclarationList:()V]
EcmaScript.VariableStatement ( ) : void
[mangled: FESI/Parser/EcmaScript.VariableStatement:()V]
EcmaScript.WhileStatement ( ) : void
[mangled: FESI/Parser/EcmaScript.WhileStatement:()V]
EcmaScript.WithStatement ( ) : void
[mangled: FESI/Parser/EcmaScript.WithStatement:()V]
fesi.jar, EcmaScriptDumpVisitor.class
package FESI.AST
EcmaScriptDumpVisitor.EcmaScriptDumpVisitor ( )
[mangled: FESI/AST/EcmaScriptDumpVisitor."<init>":()V]
EcmaScriptDumpVisitor.visit ( ASTAllocationExpression p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTAllocationExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTAndExpressionSequence p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTAndExpressionSequence;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTAssignmentExpression p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTAssignmentExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTBinaryExpressionSequence p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTBinaryExpressionSequence;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTBreakStatement p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTBreakStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTCompositeReference p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTCompositeReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTConditionalExpression p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTConditionalExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTContinueStatement p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTContinueStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTEmptyExpression p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTEmptyExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTExpressionList p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTExpressionList;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTForInStatement p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTForInStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTFormalParameterList p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTFormalParameterList;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTForStatement p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTForStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTForVarInStatement p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTForVarInStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTForVarStatement p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTForVarStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTFunctionCallParameters p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTFunctionCallParameters;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTFunctionDeclaration p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTFunctionDeclaration;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTIdentifier p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTIdentifier;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTIfStatement p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTIfStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTLiteral p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTLiteral;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTOperator p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTOperator;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTOrExpressionSequence p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTOrExpressionSequence;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTPostfixExpression p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTPostfixExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTProgram p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTProgram;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTPropertyIdentifierReference p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTPropertyIdentifierReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTPropertyValueReference p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTPropertyValueReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTReturnStatement p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTReturnStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTStatement p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTStatementList p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTStatementList;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTThisReference p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTThisReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTUnaryExpression p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTUnaryExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTVariableDeclaration p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTVariableDeclaration;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTWhileStatement p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTWhileStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( ASTWithStatement p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/ASTWithStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptDumpVisitor.visit ( SimpleNode p1, Object p2 ) : Object
[mangled: FESI/AST/EcmaScriptDumpVisitor.visit:(LFESI/AST/SimpleNode;Ljava/lang/Object;)Ljava/lang/Object;]
fesi.jar, EcmaScriptEvaluateVisitor.class
package FESI.Interpreter
EcmaScriptEvaluateVisitor.acceptNull ( Object p1 ) [static] : FESI.Data.ESValue
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.acceptNull:(Ljava/lang/Object;)LFESI/Data/ESValue;]
EcmaScriptEvaluateVisitor.EcmaScriptEvaluateVisitor ( Evaluator p1 )
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor."<init>":(LFESI/Interpreter/Evaluator;)V]
EcmaScriptEvaluateVisitor.evaluateFunction ( FESI.AST.ASTStatementList p1, EvaluationSource p2 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.evaluateFunction:(LFESI/AST/ASTStatementList;LFESI/Interpreter/EvaluationSource;)LFESI/Data/ESValue;]
EcmaScriptEvaluateVisitor.evaluateProgram ( FESI.AST.ASTProgram p1, EvaluationSource p2 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.evaluateProgram:(LFESI/AST/ASTProgram;LFESI/Interpreter/EvaluationSource;)LFESI/Data/ESValue;]
EcmaScriptEvaluateVisitor.evaluateWith ( FESI.AST.ASTStatement p1, EvaluationSource p2 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.evaluateWith:(LFESI/AST/ASTStatement;LFESI/Interpreter/EvaluationSource;)LFESI/Data/ESValue;]
EcmaScriptEvaluateVisitor.getCompletionCode ( ) : int
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.getCompletionCode:()I]
EcmaScriptEvaluateVisitor.getCompletionCodeString ( ) : String
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.getCompletionCodeString:()Ljava/lang/String;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTAllocationExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTAllocationExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTAndExpressionSequence p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTAndExpressionSequence;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTAssignmentExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTAssignmentExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTBinaryExpressionSequence p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTBinaryExpressionSequence;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTBreakStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTBreakStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTCompositeReference p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTCompositeReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTConditionalExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTConditionalExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTContinueStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTContinueStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTEmptyExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTEmptyExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTExpressionList p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTExpressionList;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTForInStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTForInStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTFormalParameterList p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTFormalParameterList;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTForStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTForStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTForVarInStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTForVarInStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTForVarStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTForVarStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTFunctionCallParameters p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTFunctionCallParameters;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTFunctionDeclaration p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTFunctionDeclaration;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTIdentifier p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTIdentifier;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTIfStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTIfStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTLiteral p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTLiteral;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTOperator p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTOperator;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTOrExpressionSequence p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTOrExpressionSequence;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTPostfixExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTPostfixExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTProgram p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTProgram;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTPropertyIdentifierReference p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTPropertyIdentifierReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTPropertyValueReference p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTPropertyValueReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTReturnStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTReturnStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTStatementList p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTStatementList;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTThisReference p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTThisReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTUnaryExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTUnaryExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTVariableDeclaration p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTVariableDeclaration;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTWhileStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTWhileStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.ASTWithStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/ASTWithStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptEvaluateVisitor.visit ( FESI.AST.SimpleNode p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptEvaluateVisitor.visit:(LFESI/AST/SimpleNode;Ljava/lang/Object;)Ljava/lang/Object;]
fesi.jar, EcmaScriptException.class
package FESI.Exceptions
EcmaScriptException.appendEvaluationSource ( FESI.Interpreter.EvaluationSource p1 ) : void
[mangled: FESI/Exceptions/EcmaScriptException.appendEvaluationSource:(LFESI/Interpreter/EvaluationSource;)V]
EcmaScriptException.EcmaScriptException ( String p1 )
[mangled: FESI/Exceptions/EcmaScriptException."<init>":(Ljava/lang/String;)V]
EcmaScriptException.EcmaScriptException ( String p1, Throwable p2 )
[mangled: FESI/Exceptions/EcmaScriptException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
EcmaScriptException.getLineNumber ( ) : int
[mangled: FESI/Exceptions/EcmaScriptException.getLineNumber:()I]
EcmaScriptException.getMessage ( ) : String
[mangled: FESI/Exceptions/EcmaScriptException.getMessage:()Ljava/lang/String;]
EcmaScriptException.getOriginatingException ( ) : Throwable
[mangled: FESI/Exceptions/EcmaScriptException.getOriginatingException:()Ljava/lang/Throwable;]
EcmaScriptException.isIncomplete ( ) : boolean
[mangled: FESI/Exceptions/EcmaScriptException.isIncomplete:()Z]
EcmaScriptException.printStackTrace ( ) : void
[mangled: FESI/Exceptions/EcmaScriptException.printStackTrace:()V]
EcmaScriptException.printStackTrace ( PrintStream p1 ) : void
[mangled: FESI/Exceptions/EcmaScriptException.printStackTrace:(Ljava/io/PrintStream;)V]
EcmaScriptException.printStackTrace ( PrintWriter p1 ) : void
[mangled: FESI/Exceptions/EcmaScriptException.printStackTrace:(Ljava/io/PrintWriter;)V]
fesi.jar, EcmaScriptFunctionVisitor.class
package FESI.Interpreter
EcmaScriptFunctionVisitor.EcmaScriptFunctionVisitor ( Evaluator p1 )
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor."<init>":(LFESI/Interpreter/Evaluator;)V]
EcmaScriptFunctionVisitor.processFunctionDeclarations ( FESI.AST.ASTProgram p1, EvaluationSource p2 ) : void
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.processFunctionDeclarations:(LFESI/AST/ASTProgram;LFESI/Interpreter/EvaluationSource;)V]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTAllocationExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTAllocationExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTAndExpressionSequence p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTAndExpressionSequence;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTAssignmentExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTAssignmentExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTBinaryExpressionSequence p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTBinaryExpressionSequence;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTBreakStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTBreakStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTCompositeReference p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTCompositeReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTConditionalExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTConditionalExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTContinueStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTContinueStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTEmptyExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTEmptyExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTExpressionList p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTExpressionList;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTForInStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTForInStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTFormalParameterList p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTFormalParameterList;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTForStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTForStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTForVarInStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTForVarInStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTForVarStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTForVarStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTFunctionCallParameters p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTFunctionCallParameters;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTFunctionDeclaration p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTFunctionDeclaration;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTIdentifier p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTIdentifier;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTIfStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTIfStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTLiteral p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTLiteral;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTOperator p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTOperator;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTOrExpressionSequence p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTOrExpressionSequence;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTPostfixExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTPostfixExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTProgram p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTProgram;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTPropertyIdentifierReference p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTPropertyIdentifierReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTPropertyValueReference p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTPropertyValueReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTReturnStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTReturnStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTStatementList p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTStatementList;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTThisReference p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTThisReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTUnaryExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTUnaryExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTVariableDeclaration p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTVariableDeclaration;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTWhileStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTWhileStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.ASTWithStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/ASTWithStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptFunctionVisitor.visit ( FESI.AST.SimpleNode p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptFunctionVisitor.visit:(LFESI/AST/SimpleNode;Ljava/lang/Object;)Ljava/lang/Object;]
fesi.jar, EcmaScriptLexicalException.class
package FESI.Exceptions
EcmaScriptLexicalException.EcmaScriptLexicalException ( FESI.Parser.TokenMgrError p1, FESI.Interpreter.EvaluationSource p2 )
[mangled: FESI/Exceptions/EcmaScriptLexicalException."<init>":(LFESI/Parser/TokenMgrError;LFESI/Interpreter/EvaluationSource;)V]
EcmaScriptLexicalException.getLineNumber ( ) : int
[mangled: FESI/Exceptions/EcmaScriptLexicalException.getLineNumber:()I]
EcmaScriptLexicalException.getMessage ( ) : String
[mangled: FESI/Exceptions/EcmaScriptLexicalException.getMessage:()Ljava/lang/String;]
EcmaScriptLexicalException.isIncomplete ( ) : boolean
[mangled: FESI/Exceptions/EcmaScriptLexicalException.isIncomplete:()Z]
fesi.jar, EcmaScriptParseException.class
package FESI.Exceptions
EcmaScriptParseException.EcmaScriptParseException ( FESI.Parser.ParseException p1, FESI.Interpreter.EvaluationSource p2 )
[mangled: FESI/Exceptions/EcmaScriptParseException."<init>":(LFESI/Parser/ParseException;LFESI/Interpreter/EvaluationSource;)V]
EcmaScriptParseException.getLineNumber ( ) : int
[mangled: FESI/Exceptions/EcmaScriptParseException.getLineNumber:()I]
EcmaScriptParseException.getMessage ( ) : String
[mangled: FESI/Exceptions/EcmaScriptParseException.getMessage:()Ljava/lang/String;]
EcmaScriptParseException.isIncomplete ( ) : boolean
[mangled: FESI/Exceptions/EcmaScriptParseException.isIncomplete:()Z]
EcmaScriptParseException.setNeverIncomplete ( ) : void
[mangled: FESI/Exceptions/EcmaScriptParseException.setNeverIncomplete:()V]
fesi.jar, EcmaScriptTokenManager.class
package FESI.Parser
EcmaScriptTokenManager.EcmaScriptTokenManager ( ASCII_CharStream p1 )
[mangled: FESI/Parser/EcmaScriptTokenManager."<init>":(LFESI/Parser/ASCII_CharStream;)V]
EcmaScriptTokenManager.EcmaScriptTokenManager ( ASCII_CharStream p1, int p2 )
[mangled: FESI/Parser/EcmaScriptTokenManager."<init>":(LFESI/Parser/ASCII_CharStream;I)V]
EcmaScriptTokenManager.getNextToken ( ) : Token
[mangled: FESI/Parser/EcmaScriptTokenManager.getNextToken:()LFESI/Parser/Token;]
EcmaScriptTokenManager.ReInit ( ASCII_CharStream p1 ) : void
[mangled: FESI/Parser/EcmaScriptTokenManager.ReInit:(LFESI/Parser/ASCII_CharStream;)V]
EcmaScriptTokenManager.ReInit ( ASCII_CharStream p1, int p2 ) : void
[mangled: FESI/Parser/EcmaScriptTokenManager.ReInit:(LFESI/Parser/ASCII_CharStream;I)V]
EcmaScriptTokenManager.SwitchTo ( int p1 ) : void
[mangled: FESI/Parser/EcmaScriptTokenManager.SwitchTo:(I)V]
fesi.jar, EcmaScriptVariableVisitor.class
package FESI.Interpreter
EcmaScriptVariableVisitor.EcmaScriptVariableVisitor ( Evaluator p1 )
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor."<init>":(LFESI/Interpreter/Evaluator;)V]
EcmaScriptVariableVisitor.processVariableDeclarations ( FESI.AST.ASTProgram p1, EvaluationSource p2 ) : Vector
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.processVariableDeclarations:(LFESI/AST/ASTProgram;LFESI/Interpreter/EvaluationSource;)Ljava/util/Vector;]
EcmaScriptVariableVisitor.processVariableDeclarations ( FESI.AST.ASTStatementList p1, EvaluationSource p2 ) : Vector
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.processVariableDeclarations:(LFESI/AST/ASTStatementList;LFESI/Interpreter/EvaluationSource;)Ljava/util/Vector;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTAllocationExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTAllocationExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTAndExpressionSequence p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTAndExpressionSequence;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTAssignmentExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTAssignmentExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTBinaryExpressionSequence p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTBinaryExpressionSequence;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTBreakStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTBreakStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTCompositeReference p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTCompositeReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTConditionalExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTConditionalExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTContinueStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTContinueStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTEmptyExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTEmptyExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTExpressionList p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTExpressionList;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTForInStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTForInStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTFormalParameterList p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTFormalParameterList;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTForStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTForStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTForVarInStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTForVarInStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTForVarStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTForVarStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTFunctionCallParameters p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTFunctionCallParameters;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTFunctionDeclaration p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTFunctionDeclaration;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTIdentifier p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTIdentifier;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTIfStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTIfStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTLiteral p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTLiteral;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTOperator p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTOperator;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTOrExpressionSequence p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTOrExpressionSequence;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTPostfixExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTPostfixExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTProgram p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTProgram;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTPropertyIdentifierReference p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTPropertyIdentifierReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTPropertyValueReference p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTPropertyValueReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTReturnStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTReturnStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTStatementList p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTStatementList;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTThisReference p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTThisReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTUnaryExpression p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTUnaryExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTVariableDeclaration p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTVariableDeclaration;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTWhileStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTWhileStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.ASTWithStatement p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/ASTWithStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVariableVisitor.visit ( FESI.AST.SimpleNode p1, Object p2 ) : Object
[mangled: FESI/Interpreter/EcmaScriptVariableVisitor.visit:(LFESI/AST/SimpleNode;Ljava/lang/Object;)Ljava/lang/Object;]
fesi.jar, EcmaScriptVisitor.class
package FESI.AST
EcmaScriptVisitor.visit ( ASTAllocationExpression p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTAllocationExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTAndExpressionSequence p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTAndExpressionSequence;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTAssignmentExpression p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTAssignmentExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTBinaryExpressionSequence p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTBinaryExpressionSequence;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTBreakStatement p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTBreakStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTCompositeReference p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTCompositeReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTConditionalExpression p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTConditionalExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTContinueStatement p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTContinueStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTEmptyExpression p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTEmptyExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTExpressionList p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTExpressionList;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTForInStatement p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTForInStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTFormalParameterList p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTFormalParameterList;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTForStatement p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTForStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTForVarInStatement p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTForVarInStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTForVarStatement p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTForVarStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTFunctionCallParameters p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTFunctionCallParameters;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTFunctionDeclaration p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTFunctionDeclaration;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTIdentifier p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTIdentifier;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTIfStatement p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTIfStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTLiteral p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTLiteral;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTOperator p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTOperator;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTOrExpressionSequence p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTOrExpressionSequence;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTPostfixExpression p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTPostfixExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTProgram p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTProgram;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTPropertyIdentifierReference p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTPropertyIdentifierReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTPropertyValueReference p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTPropertyValueReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTReturnStatement p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTReturnStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTStatement p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTStatementList p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTStatementList;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTThisReference p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTThisReference;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTUnaryExpression p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTUnaryExpression;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTVariableDeclaration p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTVariableDeclaration;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTWhileStatement p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTWhileStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( ASTWithStatement p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/ASTWithStatement;Ljava/lang/Object;)Ljava/lang/Object;]
EcmaScriptVisitor.visit ( SimpleNode p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/EcmaScriptVisitor.visit:(LFESI/AST/SimpleNode;Ljava/lang/Object;)Ljava/lang/Object;]
fesi.jar, Editor.class
package FESI.swinggui
Editor.createMenubar ( ) : JMenuBar
[mangled: FESI/swinggui/Editor.createMenubar:()Ljavax/swing/JMenuBar;]
Editor.getFrame ( ) : Frame
[mangled: FESI/swinggui/Editor.getFrame:()Ljava/awt/Frame;]
Editor.getMenubar ( ) : JMenuBar
[mangled: FESI/swinggui/Editor.getMenubar:()Ljavax/swing/JMenuBar;]
Editor.getWindowBaseTitle ( ) : String
[mangled: FESI/swinggui/Editor.getWindowBaseTitle:()Ljava/lang/String;]
Editor.getWindowTitle ( ) : String
[mangled: FESI/swinggui/Editor.getWindowTitle:()Ljava/lang/String;]
Editor.loadFile ( File p1 ) : void
[mangled: FESI/swinggui/Editor.loadFile:(Ljava/io/File;)V]
Editor.saveFile ( File p1 ) : void
[mangled: FESI/swinggui/Editor.saveFile:(Ljava/io/File;)V]
fesi.jar, ESArguments.class
package FESI.Data
ESArguments.deleteProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ESArguments.deleteProperty:(Ljava/lang/String;I)Z]
ESArguments.doIndirectCallInScope ( FESI.Interpreter.Evaluator p1, FESI.Interpreter.ScopeChain p2, ESObject p3, String p4, int p5, ESValue[ ] p6 ) : ESValue
[mangled: FESI/Data/ESArguments.doIndirectCallInScope:(LFESI/Interpreter/Evaluator;LFESI/Interpreter/ScopeChain;LFESI/Data/ESObject;Ljava/lang/String;I[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ESArguments.getDefaultValue ( FESI.Interpreter.Evaluator p1, int p2 ) : ESValue
[mangled: FESI/Data/ESArguments.getDefaultValue:(LFESI/Interpreter/Evaluator;I)LFESI/Data/ESValue;]
ESArguments.getProperty ( int p1 ) : ESValue
[mangled: FESI/Data/ESArguments.getProperty:(I)LFESI/Data/ESValue;]
ESArguments.getProperty ( String p1, int p2 ) : ESValue
[mangled: FESI/Data/ESArguments.getProperty:(Ljava/lang/String;I)LFESI/Data/ESValue;]
ESArguments.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 ) : ESValue
[mangled: FESI/Data/ESArguments.getPropertyInScope:(Ljava/lang/String;LFESI/Interpreter/ScopeChain;I)LFESI/Data/ESValue;]
ESArguments.getSpecialPropertyNames ( ) : String[ ]
[mangled: FESI/Data/ESArguments.getSpecialPropertyNames:()[Ljava/lang/String;]
ESArguments.getTypeOf ( ) : int
[mangled: FESI/Data/ESArguments.getTypeOf:()I]
ESArguments.getTypeofString ( ) : String
[mangled: FESI/Data/ESArguments.getTypeofString:()Ljava/lang/String;]
ESArguments.hasProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ESArguments.hasProperty:(Ljava/lang/String;I)Z]
ESArguments.makeNewESArguments ( FESI.Interpreter.Evaluator p1, ESObject p2, String[ ] p3, ESValue[ ] p4 ) [static] : ESArguments
[mangled: FESI/Data/ESArguments.makeNewESArguments:(LFESI/Interpreter/Evaluator;LFESI/Data/ESObject;[Ljava/lang/String;[LFESI/Data/ESValue;)LFESI/Data/ESArguments;]
ESArguments.toDetailString ( ) : String
[mangled: FESI/Data/ESArguments.toDetailString:()Ljava/lang/String;]
ESArguments.toJavaObject ( ) : Object
[mangled: FESI/Data/ESArguments.toJavaObject:()Ljava/lang/Object;]
ESArguments.toString ( ) : String
[mangled: FESI/Data/ESArguments.toString:()Ljava/lang/String;]
fesi.jar, ESArrayWrapper.class
package FESI.Data
ESArrayWrapper.booleanValue ( ) : boolean
[mangled: FESI/Data/ESArrayWrapper.booleanValue:()Z]
ESArrayWrapper.deleteProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ESArrayWrapper.deleteProperty:(Ljava/lang/String;I)Z]
ESArrayWrapper.doubleValue ( ) : double
[mangled: FESI/Data/ESArrayWrapper.doubleValue:()D]
ESArrayWrapper.ESArrayWrapper ( Object p1, FESI.Interpreter.Evaluator p2 )
[mangled: FESI/Data/ESArrayWrapper."<init>":(Ljava/lang/Object;LFESI/Interpreter/Evaluator;)V]
ESArrayWrapper.getAllProperties ( ) : Enumeration
[mangled: FESI/Data/ESArrayWrapper.getAllProperties:()Ljava/util/Enumeration;]
ESArrayWrapper.getDefaultValue ( ) : ESValue
[mangled: FESI/Data/ESArrayWrapper.getDefaultValue:()LFESI/Data/ESValue;]
ESArrayWrapper.getDefaultValue ( int p1 ) : ESValue
[mangled: FESI/Data/ESArrayWrapper.getDefaultValue:(I)LFESI/Data/ESValue;]
ESArrayWrapper.getESClassName ( ) : String
[mangled: FESI/Data/ESArrayWrapper.getESClassName:()Ljava/lang/String;]
ESArrayWrapper.getProperties ( ) : Enumeration
[mangled: FESI/Data/ESArrayWrapper.getProperties:()Ljava/util/Enumeration;]
ESArrayWrapper.getProperty ( int p1 ) : ESValue
[mangled: FESI/Data/ESArrayWrapper.getProperty:(I)LFESI/Data/ESValue;]
ESArrayWrapper.getProperty ( String p1, int p2 ) : ESValue
[mangled: FESI/Data/ESArrayWrapper.getProperty:(Ljava/lang/String;I)LFESI/Data/ESValue;]
ESArrayWrapper.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 ) : ESValue
[mangled: FESI/Data/ESArrayWrapper.getPropertyInScope:(Ljava/lang/String;LFESI/Interpreter/ScopeChain;I)LFESI/Data/ESValue;]
ESArrayWrapper.getPrototype ( ) : ESObject
[mangled: FESI/Data/ESArrayWrapper.getPrototype:()LFESI/Data/ESObject;]
ESArrayWrapper.getSpecialPropertyNames ( ) : String[ ]
[mangled: FESI/Data/ESArrayWrapper.getSpecialPropertyNames:()[Ljava/lang/String;]
ESArrayWrapper.getTypeOf ( ) : int
[mangled: FESI/Data/ESArrayWrapper.getTypeOf:()I]
ESArrayWrapper.hasProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ESArrayWrapper.hasProperty:(Ljava/lang/String;I)Z]
ESArrayWrapper.isHiddenProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ESArrayWrapper.isHiddenProperty:(Ljava/lang/String;I)Z]
ESArrayWrapper.putHiddenProperty ( String p1, ESValue p2 ) : void
[mangled: FESI/Data/ESArrayWrapper.putHiddenProperty:(Ljava/lang/String;LFESI/Data/ESValue;)V]
ESArrayWrapper.putProperty ( int p1, ESValue p2 ) : void
[mangled: FESI/Data/ESArrayWrapper.putProperty:(ILFESI/Data/ESValue;)V]
ESArrayWrapper.putProperty ( String p1, ESValue p2, int p3 ) : void
[mangled: FESI/Data/ESArrayWrapper.putProperty:(Ljava/lang/String;LFESI/Data/ESValue;I)V]
ESArrayWrapper.toDetailString ( ) : String
[mangled: FESI/Data/ESArrayWrapper.toDetailString:()Ljava/lang/String;]
ESArrayWrapper.toJavaObject ( ) : Object
[mangled: FESI/Data/ESArrayWrapper.toJavaObject:()Ljava/lang/Object;]
ESArrayWrapper.toString ( ) : String
[mangled: FESI/Data/ESArrayWrapper.toString:()Ljava/lang/String;]
fesi.jar, ESBeans.class
package FESI.Data
ESBeans.callFunction ( ESObject p1, ESValue[ ] p2 ) : ESValue
[mangled: FESI/Data/ESBeans.callFunction:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ESBeans.doConstruct ( ESObject p1, ESValue[ ] p2 ) : ESObject
[mangled: FESI/Data/ESBeans.doConstruct:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESObject;]
ESBeans.ESBeans ( FESI.Interpreter.Evaluator p1 )
[mangled: FESI/Data/ESBeans."<init>":(LFESI/Interpreter/Evaluator;)V]
ESBeans.ESBeans ( String p1, ESBeans p2, FESI.Interpreter.LocalClassLoader p3, FESI.Interpreter.Evaluator p4 )
[mangled: FESI/Data/ESBeans."<init>":(Ljava/lang/String;LFESI/Data/ESBeans;LFESI/Interpreter/LocalClassLoader;LFESI/Interpreter/Evaluator;)V]
ESBeans.getESClassName ( ) : String
[mangled: FESI/Data/ESBeans.getESClassName:()Ljava/lang/String;]
ESBeans.getProperty ( String p1, int p2 ) : ESValue
[mangled: FESI/Data/ESBeans.getProperty:(Ljava/lang/String;I)LFESI/Data/ESValue;]
ESBeans.getPrototype ( ) : ESObject
[mangled: FESI/Data/ESBeans.getPrototype:()LFESI/Data/ESObject;]
ESBeans.getTypeofString ( ) : String
[mangled: FESI/Data/ESBeans.getTypeofString:()Ljava/lang/String;]
ESBeans.toDetailString ( ) : String
[mangled: FESI/Data/ESBeans.toDetailString:()Ljava/lang/String;]
fesi.jar, ESBoolean.class
package FESI.Data
ESBoolean.booleanValue ( ) : boolean
[mangled: FESI/Data/ESBoolean.booleanValue:()Z]
ESBoolean.doubleValue ( ) : double
[mangled: FESI/Data/ESBoolean.doubleValue:()D]
ESBoolean.getTypeOf ( ) : int
[mangled: FESI/Data/ESBoolean.getTypeOf:()I]
ESBoolean.getTypeofString ( ) : String
[mangled: FESI/Data/ESBoolean.getTypeofString:()Ljava/lang/String;]
ESBoolean.isBooleanValue ( ) : boolean
[mangled: FESI/Data/ESBoolean.isBooleanValue:()Z]
ESBoolean.makeBoolean ( boolean p1 ) [static] : ESBoolean
[mangled: FESI/Data/ESBoolean.makeBoolean:(Z)LFESI/Data/ESBoolean;]
ESBoolean.toDetailString ( ) : String
[mangled: FESI/Data/ESBoolean.toDetailString:()Ljava/lang/String;]
ESBoolean.toESBoolean ( ) : ESValue
[mangled: FESI/Data/ESBoolean.toESBoolean:()LFESI/Data/ESValue;]
ESBoolean.toESObject ( FESI.Interpreter.Evaluator p1 ) : ESValue
[mangled: FESI/Data/ESBoolean.toESObject:(LFESI/Interpreter/Evaluator;)LFESI/Data/ESValue;]
ESBoolean.toJavaObject ( ) : Object
[mangled: FESI/Data/ESBoolean.toJavaObject:()Ljava/lang/Object;]
ESBoolean.toString ( ) : String
[mangled: FESI/Data/ESBoolean.toString:()Ljava/lang/String;]
fesi.jar, ESLoader.class
package FESI.Data
ESLoader.booleanValue ( ) : boolean
[mangled: FESI/Data/ESLoader.booleanValue:()Z]
ESLoader.buildPrefix ( ) : String
[mangled: FESI/Data/ESLoader.buildPrefix:()Ljava/lang/String;]
ESLoader.deleteProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ESLoader.deleteProperty:(Ljava/lang/String;I)Z]
ESLoader.doConstruct ( ESObject p1, ESValue[ ] p2 ) : ESObject
[mangled: FESI/Data/ESLoader.doConstruct:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESObject;]
ESLoader.doubleValue ( ) : double
[mangled: FESI/Data/ESLoader.doubleValue:()D]
ESLoader.ESLoader ( FESI.Interpreter.Evaluator p1 )
[mangled: FESI/Data/ESLoader."<init>":(LFESI/Interpreter/Evaluator;)V]
ESLoader.ESLoader ( String p1, ESLoader p2, FESI.Interpreter.LocalClassLoader p3, FESI.Interpreter.Evaluator p4 )
[mangled: FESI/Data/ESLoader."<init>":(Ljava/lang/String;LFESI/Data/ESLoader;LFESI/Interpreter/LocalClassLoader;LFESI/Interpreter/Evaluator;)V]
ESLoader.getDefaultValue ( ) : ESValue
[mangled: FESI/Data/ESLoader.getDefaultValue:()LFESI/Data/ESValue;]
ESLoader.getDefaultValue ( int p1 ) : ESValue
[mangled: FESI/Data/ESLoader.getDefaultValue:(I)LFESI/Data/ESValue;]
ESLoader.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 ) : ESValue
[mangled: FESI/Data/ESLoader.getPropertyInScope:(Ljava/lang/String;LFESI/Interpreter/ScopeChain;I)LFESI/Data/ESValue;]
ESLoader.getPrototype ( ) : ESObject
[mangled: FESI/Data/ESLoader.getPrototype:()LFESI/Data/ESObject;]
ESLoader.getTypeOf ( ) : int
[mangled: FESI/Data/ESLoader.getTypeOf:()I]
ESLoader.hasProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ESLoader.hasProperty:(Ljava/lang/String;I)Z]
ESLoader.isDebugJavaAccess ( ) [static] : boolean
[mangled: FESI/Data/ESLoader.isDebugJavaAccess:()Z]
ESLoader.isDebugLoader ( ) [static] : boolean
[mangled: FESI/Data/ESLoader.isDebugLoader:()Z]
ESLoader.isHiddenProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ESLoader.isHiddenProperty:(Ljava/lang/String;I)Z]
ESLoader.normalizeObject ( Object p1, FESI.Interpreter.Evaluator p2 ) [static] : ESObject
[mangled: FESI/Data/ESLoader.normalizeObject:(Ljava/lang/Object;LFESI/Interpreter/Evaluator;)LFESI/Data/ESObject;]
ESLoader.normalizeValue ( Object p1, FESI.Interpreter.Evaluator p2 ) [static] : ESValue
[mangled: FESI/Data/ESLoader.normalizeValue:(Ljava/lang/Object;LFESI/Interpreter/Evaluator;)LFESI/Data/ESValue;]
ESLoader.putHiddenProperty ( String p1, ESValue p2 ) : void
[mangled: FESI/Data/ESLoader.putHiddenProperty:(Ljava/lang/String;LFESI/Data/ESValue;)V]
ESLoader.putProperty ( String p1, ESValue p2, int p3 ) : void
[mangled: FESI/Data/ESLoader.putProperty:(Ljava/lang/String;LFESI/Data/ESValue;I)V]
ESLoader.setDebugJavaAccess ( boolean p1 ) [static] : void
[mangled: FESI/Data/ESLoader.setDebugJavaAccess:(Z)V]
ESLoader.setDebugLoader ( boolean p1 ) [static] : void
[mangled: FESI/Data/ESLoader.setDebugLoader:(Z)V]
ESLoader.toString ( ) : String
[mangled: FESI/Data/ESLoader.toString:()Ljava/lang/String;]
ESLoader.typeName ( Class p1 ) [static] : String
[mangled: FESI/Data/ESLoader.typeName:(Ljava/lang/Class;)Ljava/lang/String;]
fesi.jar, ESNull.class
package FESI.Data
ESNull.booleanValue ( ) : boolean
[mangled: FESI/Data/ESNull.booleanValue:()Z]
ESNull.doubleValue ( ) : double
[mangled: FESI/Data/ESNull.doubleValue:()D]
ESNull.getTypeOf ( ) : int
[mangled: FESI/Data/ESNull.getTypeOf:()I]
ESNull.getTypeofString ( ) : String
[mangled: FESI/Data/ESNull.getTypeofString:()Ljava/lang/String;]
ESNull.toDetailString ( ) : String
[mangled: FESI/Data/ESNull.toDetailString:()Ljava/lang/String;]
ESNull.toJavaObject ( ) : Object
[mangled: FESI/Data/ESNull.toJavaObject:()Ljava/lang/Object;]
ESNull.toString ( ) : String
[mangled: FESI/Data/ESNull.toString:()Ljava/lang/String;]
fesi.jar, ESNumber.class
package FESI.Data
ESNumber.booleanValue ( ) : boolean
[mangled: FESI/Data/ESNumber.booleanValue:()Z]
ESNumber.doubleValue ( ) : double
[mangled: FESI/Data/ESNumber.doubleValue:()D]
ESNumber.ESNumber ( double p1 )
[mangled: FESI/Data/ESNumber."<init>":(D)V]
ESNumber.getTypeOf ( ) : int
[mangled: FESI/Data/ESNumber.getTypeOf:()I]
ESNumber.getTypeofString ( ) : String
[mangled: FESI/Data/ESNumber.getTypeofString:()Ljava/lang/String;]
ESNumber.isNumberValue ( ) : boolean
[mangled: FESI/Data/ESNumber.isNumberValue:()Z]
ESNumber.toDetailString ( ) : String
[mangled: FESI/Data/ESNumber.toDetailString:()Ljava/lang/String;]
ESNumber.toESNumber ( ) : ESValue
[mangled: FESI/Data/ESNumber.toESNumber:()LFESI/Data/ESValue;]
ESNumber.toESObject ( FESI.Interpreter.Evaluator p1 ) : ESValue
[mangled: FESI/Data/ESNumber.toESObject:(LFESI/Interpreter/Evaluator;)LFESI/Data/ESValue;]
ESNumber.toJavaObject ( ) : Object
[mangled: FESI/Data/ESNumber.toJavaObject:()Ljava/lang/Object;]
ESNumber.toString ( ) : String
[mangled: FESI/Data/ESNumber.toString:()Ljava/lang/String;]
fesi.jar, ESObject.class
package FESI.Data
ESObject.booleanValue ( ) : boolean
[mangled: FESI/Data/ESObject.booleanValue:()Z]
ESObject.callFunction ( ESObject p1, ESValue[ ] p2 ) : ESValue
[mangled: FESI/Data/ESObject.callFunction:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ESObject.deleteProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ESObject.deleteProperty:(Ljava/lang/String;I)Z]
ESObject.doConstruct ( ESObject p1, ESValue[ ] p2 ) : ESObject
[mangled: FESI/Data/ESObject.doConstruct:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESObject;]
ESObject.doIndirectCall ( FESI.Interpreter.Evaluator p1, ESObject p2, String p3, ESValue[ ] p4 ) : ESValue
[mangled: FESI/Data/ESObject.doIndirectCall:(LFESI/Interpreter/Evaluator;LFESI/Data/ESObject;Ljava/lang/String;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ESObject.doIndirectCallInScope ( FESI.Interpreter.Evaluator p1, FESI.Interpreter.ScopeChain p2, ESObject p3, String p4, int p5, ESValue[ ] p6 ) : ESValue
[mangled: FESI/Data/ESObject.doIndirectCallInScope:(LFESI/Interpreter/Evaluator;LFESI/Interpreter/ScopeChain;LFESI/Data/ESObject;Ljava/lang/String;I[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ESObject.doubleValue ( ) : double
[mangled: FESI/Data/ESObject.doubleValue:()D]
ESObject.ESObject ( ESObject p1, FESI.Interpreter.Evaluator p2 )
[mangled: FESI/Data/ESObject."<init>":(LFESI/Data/ESObject;LFESI/Interpreter/Evaluator;)V]
ESObject.ESObject ( ESObject p1, FESI.Interpreter.Evaluator p2, int p3 )
[mangled: FESI/Data/ESObject."<init>":(LFESI/Data/ESObject;LFESI/Interpreter/Evaluator;I)V]
ESObject.getAllDescriptions ( ) : Enumeration
[mangled: FESI/Data/ESObject.getAllDescriptions:()Ljava/util/Enumeration;]
ESObject.getAllProperties ( ) : Enumeration
[mangled: FESI/Data/ESObject.getAllProperties:()Ljava/util/Enumeration;]
ESObject.getDefaultValue ( ) : ESValue
[mangled: FESI/Data/ESObject.getDefaultValue:()LFESI/Data/ESValue;]
ESObject.getDefaultValue ( int p1 ) : ESValue
[mangled: FESI/Data/ESObject.getDefaultValue:(I)LFESI/Data/ESValue;]
ESObject.getDescription ( String p1 ) : ValueDescription
[mangled: FESI/Data/ESObject.getDescription:(Ljava/lang/String;)LFESI/Data/ValueDescription;]
ESObject.getESClassName ( ) : String
[mangled: FESI/Data/ESObject.getESClassName:()Ljava/lang/String;]
ESObject.getEvaluator ( ) : FESI.Interpreter.Evaluator
[mangled: FESI/Data/ESObject.getEvaluator:()LFESI/Interpreter/Evaluator;]
ESObject.getProperties ( ) : Enumeration
[mangled: FESI/Data/ESObject.getProperties:()Ljava/util/Enumeration;]
ESObject.getProperty ( int p1 ) : ESValue
[mangled: FESI/Data/ESObject.getProperty:(I)LFESI/Data/ESValue;]
ESObject.getProperty ( String p1, int p2 ) : ESValue
[mangled: FESI/Data/ESObject.getProperty:(Ljava/lang/String;I)LFESI/Data/ESValue;]
ESObject.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 ) : ESValue
[mangled: FESI/Data/ESObject.getPropertyInScope:(Ljava/lang/String;LFESI/Interpreter/ScopeChain;I)LFESI/Data/ESValue;]
ESObject.getPrototype ( ) : ESObject
[mangled: FESI/Data/ESObject.getPrototype:()LFESI/Data/ESObject;]
ESObject.getSpecialPropertyNames ( ) : String[ ]
[mangled: FESI/Data/ESObject.getSpecialPropertyNames:()[Ljava/lang/String;]
ESObject.getTypeOf ( ) : int
[mangled: FESI/Data/ESObject.getTypeOf:()I]
ESObject.getTypeofString ( ) : String
[mangled: FESI/Data/ESObject.getTypeofString:()Ljava/lang/String;]
ESObject.hasProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ESObject.hasProperty:(Ljava/lang/String;I)Z]
ESObject.isComposite ( ) : boolean
[mangled: FESI/Data/ESObject.isComposite:()Z]
ESObject.isDirectEnumerator ( ) : boolean
[mangled: FESI/Data/ESObject.isDirectEnumerator:()Z]
ESObject.isHiddenProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ESObject.isHiddenProperty:(Ljava/lang/String;I)Z]
ESObject.isPrimitive ( ) : boolean
[mangled: FESI/Data/ESObject.isPrimitive:()Z]
ESObject.putHiddenProperty ( String p1, ESValue p2 ) : void
[mangled: FESI/Data/ESObject.putHiddenProperty:(Ljava/lang/String;LFESI/Data/ESValue;)V]
ESObject.putProperty ( int p1, ESValue p2 ) : void
[mangled: FESI/Data/ESObject.putProperty:(ILFESI/Data/ESValue;)V]
ESObject.putProperty ( String p1, ESValue p2, int p3 ) : void
[mangled: FESI/Data/ESObject.putProperty:(Ljava/lang/String;LFESI/Data/ESValue;I)V]
ESObject.toDetailString ( ) : String
[mangled: FESI/Data/ESObject.toDetailString:()Ljava/lang/String;]
ESObject.toESObject ( FESI.Interpreter.Evaluator p1 ) : ESValue
[mangled: FESI/Data/ESObject.toESObject:(LFESI/Interpreter/Evaluator;)LFESI/Data/ESValue;]
ESObject.toESPrimitive ( ) : ESValue
[mangled: FESI/Data/ESObject.toESPrimitive:()LFESI/Data/ESValue;]
ESObject.toESPrimitive ( int p1 ) : ESValue
[mangled: FESI/Data/ESObject.toESPrimitive:(I)LFESI/Data/ESValue;]
ESObject.toJavaObject ( ) : Object
[mangled: FESI/Data/ESObject.toJavaObject:()Ljava/lang/Object;]
ESObject.toString ( ) : String
[mangled: FESI/Data/ESObject.toString:()Ljava/lang/String;]
fesi.jar, ESPackages.class
package FESI.Data
ESPackages.callFunction ( ESObject p1, ESValue[ ] p2 ) : ESValue
[mangled: FESI/Data/ESPackages.callFunction:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ESPackages.ESPackages ( FESI.Interpreter.Evaluator p1 )
[mangled: FESI/Data/ESPackages."<init>":(LFESI/Interpreter/Evaluator;)V]
ESPackages.ESPackages ( String p1, ESPackages p2, FESI.Interpreter.LocalClassLoader p3, FESI.Interpreter.Evaluator p4 )
[mangled: FESI/Data/ESPackages."<init>":(Ljava/lang/String;LFESI/Data/ESPackages;LFESI/Interpreter/LocalClassLoader;LFESI/Interpreter/Evaluator;)V]
ESPackages.getESClassName ( ) : String
[mangled: FESI/Data/ESPackages.getESClassName:()Ljava/lang/String;]
ESPackages.getProperty ( String p1, int p2 ) : ESValue
[mangled: FESI/Data/ESPackages.getProperty:(Ljava/lang/String;I)LFESI/Data/ESValue;]
ESPackages.getPrototype ( ) : ESObject
[mangled: FESI/Data/ESPackages.getPrototype:()LFESI/Data/ESObject;]
ESPackages.getTypeofString ( ) : String
[mangled: FESI/Data/ESPackages.getTypeofString:()Ljava/lang/String;]
ESPackages.toDetailString ( ) : String
[mangled: FESI/Data/ESPackages.toDetailString:()Ljava/lang/String;]
fesi.jar, ESPrimitive.class
package FESI.Data
ESPrimitive.ESPrimitive ( )
[mangled: FESI/Data/ESPrimitive."<init>":()V]
ESPrimitive.getDescription ( String p1 ) : ValueDescription
[mangled: FESI/Data/ESPrimitive.getDescription:(Ljava/lang/String;)LFESI/Data/ValueDescription;]
ESPrimitive.isComposite ( ) : boolean
[mangled: FESI/Data/ESPrimitive.isComposite:()Z]
ESPrimitive.isPrimitive ( ) : boolean
[mangled: FESI/Data/ESPrimitive.isPrimitive:()Z]
ESPrimitive.toESPrimitive ( ) : ESValue
[mangled: FESI/Data/ESPrimitive.toESPrimitive:()LFESI/Data/ESValue;]
ESPrimitive.toESPrimitive ( int p1 ) : ESValue
[mangled: FESI/Data/ESPrimitive.toESPrimitive:(I)LFESI/Data/ESValue;]
fesi.jar, ESReference.class
package FESI.Data
ESReference.ESReference ( ESValue p1, String p2, int p3 )
[mangled: FESI/Data/ESReference."<init>":(LFESI/Data/ESValue;Ljava/lang/String;I)V]
ESReference.getBase ( ) : ESValue
[mangled: FESI/Data/ESReference.getBase:()LFESI/Data/ESValue;]
ESReference.getPropertyName ( ) : String
[mangled: FESI/Data/ESReference.getPropertyName:()Ljava/lang/String;]
ESReference.getValue ( ) : ESValue
[mangled: FESI/Data/ESReference.getValue:()LFESI/Data/ESValue;]
ESReference.putValue ( ESObject p1, ESValue p2 ) : void
[mangled: FESI/Data/ESReference.putValue:(LFESI/Data/ESObject;LFESI/Data/ESValue;)V]
ESReference.toDetailString ( ) : String
[mangled: FESI/Data/ESReference.toDetailString:()Ljava/lang/String;]
ESReference.toString ( ) : String
[mangled: FESI/Data/ESReference.toString:()Ljava/lang/String;]
fesi.jar, ESString.class
package FESI.Data
ESString.booleanValue ( ) : boolean
[mangled: FESI/Data/ESString.booleanValue:()Z]
ESString.doubleValue ( ) : double
[mangled: FESI/Data/ESString.doubleValue:()D]
ESString.ESString ( String p1 )
[mangled: FESI/Data/ESString."<init>":(Ljava/lang/String;)V]
ESString.getStringLength ( ) : int
[mangled: FESI/Data/ESString.getStringLength:()I]
ESString.getTypeOf ( ) : int
[mangled: FESI/Data/ESString.getTypeOf:()I]
ESString.getTypeofString ( ) : String
[mangled: FESI/Data/ESString.getTypeofString:()Ljava/lang/String;]
ESString.isStringValue ( ) : boolean
[mangled: FESI/Data/ESString.isStringValue:()Z]
ESString.toDetailString ( ) : String
[mangled: FESI/Data/ESString.toDetailString:()Ljava/lang/String;]
ESString.toESObject ( FESI.Interpreter.Evaluator p1 ) : ESValue
[mangled: FESI/Data/ESString.toESObject:(LFESI/Interpreter/Evaluator;)LFESI/Data/ESValue;]
ESString.toESString ( ) : ESValue
[mangled: FESI/Data/ESString.toESString:()LFESI/Data/ESValue;]
ESString.toJavaObject ( ) : Object
[mangled: FESI/Data/ESString.toJavaObject:()Ljava/lang/Object;]
ESString.toString ( ) : String
[mangled: FESI/Data/ESString.toString:()Ljava/lang/String;]
fesi.jar, ESUndefined.class
package FESI.Data
ESUndefined.booleanValue ( ) : boolean
[mangled: FESI/Data/ESUndefined.booleanValue:()Z]
ESUndefined.callFunction ( ESObject p1, ESValue[ ] p2 ) : ESValue
[mangled: FESI/Data/ESUndefined.callFunction:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ESUndefined.doConstruct ( ESObject p1, ESValue[ ] p2 ) : ESObject
[mangled: FESI/Data/ESUndefined.doConstruct:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESObject;]
ESUndefined.doubleValue ( ) : double
[mangled: FESI/Data/ESUndefined.doubleValue:()D]
ESUndefined.getTypeOf ( ) : int
[mangled: FESI/Data/ESUndefined.getTypeOf:()I]
ESUndefined.getTypeofString ( ) : String
[mangled: FESI/Data/ESUndefined.getTypeofString:()Ljava/lang/String;]
ESUndefined.toDetailString ( ) : String
[mangled: FESI/Data/ESUndefined.toDetailString:()Ljava/lang/String;]
ESUndefined.toJavaObject ( ) : Object
[mangled: FESI/Data/ESUndefined.toJavaObject:()Ljava/lang/Object;]
ESUndefined.toString ( ) : String
[mangled: FESI/Data/ESUndefined.toString:()Ljava/lang/String;]
fesi.jar, ESValue.class
package FESI.Data
ESValue.booleanValue ( ) : boolean
[mangled: FESI/Data/ESValue.booleanValue:()Z]
ESValue.callFunction ( ESObject p1, ESValue[ ] p2 ) : ESValue
[mangled: FESI/Data/ESValue.callFunction:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ESValue.doConstruct ( ESObject p1, ESValue[ ] p2 ) : ESObject
[mangled: FESI/Data/ESValue.doConstruct:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESObject;]
ESValue.doubleValue ( ) : double
[mangled: FESI/Data/ESValue.doubleValue:()D]
ESValue.ESValue ( )
[mangled: FESI/Data/ESValue."<init>":()V]
ESValue.getAllDescriptions ( ) : Enumeration
[mangled: FESI/Data/ESValue.getAllDescriptions:()Ljava/util/Enumeration;]
ESValue.getDescription ( ) : ValueDescription
[mangled: FESI/Data/ESValue.getDescription:()LFESI/Data/ValueDescription;]
ESValue.getDescription ( String p1 ) [abstract] : ValueDescription
[mangled: FESI/Data/ESValue.getDescription:(Ljava/lang/String;)LFESI/Data/ValueDescription;]
ESValue.getTypeOf ( ) [abstract] : int
[mangled: FESI/Data/ESValue.getTypeOf:()I]
ESValue.getTypeofString ( ) [abstract] : String
[mangled: FESI/Data/ESValue.getTypeofString:()Ljava/lang/String;]
ESValue.isBooleanValue ( ) : boolean
[mangled: FESI/Data/ESValue.isBooleanValue:()Z]
ESValue.isComposite ( ) [abstract] : boolean
[mangled: FESI/Data/ESValue.isComposite:()Z]
ESValue.isNumberValue ( ) : boolean
[mangled: FESI/Data/ESValue.isNumberValue:()Z]
ESValue.isPrimitive ( ) [abstract] : boolean
[mangled: FESI/Data/ESValue.isPrimitive:()Z]
ESValue.isStringValue ( ) : boolean
[mangled: FESI/Data/ESValue.isStringValue:()Z]
ESValue.toDetailString ( ) [abstract] : String
[mangled: FESI/Data/ESValue.toDetailString:()Ljava/lang/String;]
ESValue.toESBoolean ( ) : ESValue
[mangled: FESI/Data/ESValue.toESBoolean:()LFESI/Data/ESValue;]
ESValue.toESNumber ( ) : ESValue
[mangled: FESI/Data/ESValue.toESNumber:()LFESI/Data/ESValue;]
ESValue.toESObject ( FESI.Interpreter.Evaluator p1 ) : ESValue
[mangled: FESI/Data/ESValue.toESObject:(LFESI/Interpreter/Evaluator;)LFESI/Data/ESValue;]
ESValue.toESPrimitive ( ) [abstract] : ESValue
[mangled: FESI/Data/ESValue.toESPrimitive:()LFESI/Data/ESValue;]
ESValue.toESPrimitive ( int p1 ) [abstract] : ESValue
[mangled: FESI/Data/ESValue.toESPrimitive:(I)LFESI/Data/ESValue;]
ESValue.toESString ( ) : ESValue
[mangled: FESI/Data/ESValue.toESString:()LFESI/Data/ESValue;]
ESValue.toInt32 ( ) : int
[mangled: FESI/Data/ESValue.toInt32:()I]
ESValue.toInteger ( ) : double
[mangled: FESI/Data/ESValue.toInteger:()D]
ESValue.toJavaObject ( ) [abstract] : Object
[mangled: FESI/Data/ESValue.toJavaObject:()Ljava/lang/Object;]
ESValue.toUInt16 ( ) : short
[mangled: FESI/Data/ESValue.toUInt16:()S]
ESValue.toUInt32 ( ) : int
[mangled: FESI/Data/ESValue.toUInt32:()I]
fesi.jar, ESWrapper.class
package FESI.Data
ESWrapper.booleanValue ( ) : boolean
[mangled: FESI/Data/ESWrapper.booleanValue:()Z]
ESWrapper.callFunction ( ESObject p1, ESValue[ ] p2 ) : ESValue
[mangled: FESI/Data/ESWrapper.callFunction:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ESWrapper.deleteProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ESWrapper.deleteProperty:(Ljava/lang/String;I)Z]
ESWrapper.dispatchEvent ( Object[ ] p1, Class p2, Method p3 ) : void
[mangled: FESI/Data/ESWrapper.dispatchEvent:([Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;)V]
ESWrapper.doConstruct ( ESObject p1, ESValue[ ] p2 ) : ESObject
[mangled: FESI/Data/ESWrapper.doConstruct:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESObject;]
ESWrapper.doIndirectCall ( FESI.Interpreter.Evaluator p1, ESObject p2, String p3, ESValue[ ] p4 ) : ESValue
[mangled: FESI/Data/ESWrapper.doIndirectCall:(LFESI/Interpreter/Evaluator;LFESI/Data/ESObject;Ljava/lang/String;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ESWrapper.doIndirectCallInScope ( FESI.Interpreter.Evaluator p1, FESI.Interpreter.ScopeChain p2, ESObject p3, String p4, int p5, ESValue[ ] p6 ) : ESValue
[mangled: FESI/Data/ESWrapper.doIndirectCallInScope:(LFESI/Interpreter/Evaluator;LFESI/Interpreter/ScopeChain;LFESI/Data/ESObject;Ljava/lang/String;I[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ESWrapper.doubleValue ( ) : double
[mangled: FESI/Data/ESWrapper.doubleValue:()D]
ESWrapper.ESWrapper ( Object p1, FESI.Interpreter.Evaluator p2 )
[mangled: FESI/Data/ESWrapper."<init>":(Ljava/lang/Object;LFESI/Interpreter/Evaluator;)V]
ESWrapper.ESWrapper ( Object p1, FESI.Interpreter.Evaluator p2, boolean p3 )
[mangled: FESI/Data/ESWrapper."<init>":(Ljava/lang/Object;LFESI/Interpreter/Evaluator;Z)V]
ESWrapper.getAllDescriptions ( ) : Enumeration
[mangled: FESI/Data/ESWrapper.getAllDescriptions:()Ljava/util/Enumeration;]
ESWrapper.getAllProperties ( ) : Enumeration
[mangled: FESI/Data/ESWrapper.getAllProperties:()Ljava/util/Enumeration;]
ESWrapper.getDefaultValue ( ) : ESValue
[mangled: FESI/Data/ESWrapper.getDefaultValue:()LFESI/Data/ESValue;]
ESWrapper.getDefaultValue ( int p1 ) : ESValue
[mangled: FESI/Data/ESWrapper.getDefaultValue:(I)LFESI/Data/ESValue;]
ESWrapper.getDescription ( String p1 ) : ValueDescription
[mangled: FESI/Data/ESWrapper.getDescription:(Ljava/lang/String;)LFESI/Data/ValueDescription;]
ESWrapper.getESClassName ( ) : String
[mangled: FESI/Data/ESWrapper.getESClassName:()Ljava/lang/String;]
ESWrapper.getJavaObject ( ) : Object
[mangled: FESI/Data/ESWrapper.getJavaObject:()Ljava/lang/Object;]
ESWrapper.getProperties ( ) : Enumeration
[mangled: FESI/Data/ESWrapper.getProperties:()Ljava/util/Enumeration;]
ESWrapper.getProperty ( String p1, int p2 ) : ESValue
[mangled: FESI/Data/ESWrapper.getProperty:(Ljava/lang/String;I)LFESI/Data/ESValue;]
ESWrapper.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 ) : ESValue
[mangled: FESI/Data/ESWrapper.getPropertyInScope:(Ljava/lang/String;LFESI/Interpreter/ScopeChain;I)LFESI/Data/ESValue;]
ESWrapper.getPrototype ( ) : ESObject
[mangled: FESI/Data/ESWrapper.getPrototype:()LFESI/Data/ESObject;]
ESWrapper.getTypeOf ( ) : int
[mangled: FESI/Data/ESWrapper.getTypeOf:()I]
ESWrapper.hasProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ESWrapper.hasProperty:(Ljava/lang/String;I)Z]
ESWrapper.isBean ( ) : boolean
[mangled: FESI/Data/ESWrapper.isBean:()Z]
ESWrapper.isDebugEvent ( ) [static] : boolean
[mangled: FESI/Data/ESWrapper.isDebugEvent:()Z]
ESWrapper.isDirectEnumerator ( ) : boolean
[mangled: FESI/Data/ESWrapper.isDirectEnumerator:()Z]
ESWrapper.isHiddenProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/ESWrapper.isHiddenProperty:(Ljava/lang/String;I)Z]
ESWrapper.putHiddenProperty ( String p1, ESValue p2 ) : void
[mangled: FESI/Data/ESWrapper.putHiddenProperty:(Ljava/lang/String;LFESI/Data/ESValue;)V]
ESWrapper.putProperty ( String p1, ESValue p2, int p3 ) : void
[mangled: FESI/Data/ESWrapper.putProperty:(Ljava/lang/String;LFESI/Data/ESValue;I)V]
ESWrapper.setDebugEvent ( boolean p1 ) [static] : void
[mangled: FESI/Data/ESWrapper.setDebugEvent:(Z)V]
ESWrapper.toDetailString ( ) : String
[mangled: FESI/Data/ESWrapper.toDetailString:()Ljava/lang/String;]
ESWrapper.toJavaObject ( ) : Object
[mangled: FESI/Data/ESWrapper.toJavaObject:()Ljava/lang/Object;]
ESWrapper.toString ( ) : String
[mangled: FESI/Data/ESWrapper.toString:()Ljava/lang/String;]
fesi.jar, EvaluationSource.class
package FESI.Interpreter
EvaluationSource.EvaluationSource ( EvaluationSource p1 )
[mangled: FESI/Interpreter/EvaluationSource."<init>":(LFESI/Interpreter/EvaluationSource;)V]
EvaluationSource.getEvaluationSourceText ( ) [abstract] : String
[mangled: FESI/Interpreter/EvaluationSource.getEvaluationSourceText:()Ljava/lang/String;]
EvaluationSource.getLineNumber ( ) : int
[mangled: FESI/Interpreter/EvaluationSource.getLineNumber:()I]
EvaluationSource.toString ( ) : String
[mangled: FESI/Interpreter/EvaluationSource.toString:()Ljava/lang/String;]
fesi.jar, Evaluator.class
package FESI.Interpreter
Evaluator.addExtension ( String p1 ) : Object
[mangled: FESI/Interpreter/Evaluator.addExtension:(Ljava/lang/String;)Ljava/lang/Object;]
Evaluator.addMandatoryExtension ( String p1 ) : Object
[mangled: FESI/Interpreter/Evaluator.addMandatoryExtension:(Ljava/lang/String;)Ljava/lang/Object;]
Evaluator.addMandatoryExtension ( String p1, FESI.jslib.JSExtension p2 ) : Object
[mangled: FESI/Interpreter/Evaluator.addMandatoryExtension:(Ljava/lang/String;LFESI/jslib/JSExtension;)Ljava/lang/Object;]
Evaluator.createVariable ( String p1, int p2 ) : void
[mangled: FESI/Interpreter/Evaluator.createVariable:(Ljava/lang/String;I)V]
Evaluator.doIndirectCall ( FESI.Data.ESObject p1, String p2, int p3, FESI.Data.ESValue[ ] p4 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.doIndirectCall:(LFESI/Data/ESObject;Ljava/lang/String;I[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
Evaluator.evaluate ( ParsedProgram p1, FESI.Data.ESObject p2, boolean p3 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.evaluate:(LFESI/Interpreter/ParsedProgram;LFESI/Data/ESObject;Z)LFESI/Data/ESValue;]
Evaluator.evaluate ( File p1 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.evaluate:(Ljava/io/File;)LFESI/Data/ESValue;]
Evaluator.evaluate ( File p1, FESI.Data.ESObject p2 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.evaluate:(Ljava/io/File;LFESI/Data/ESObject;)LFESI/Data/ESValue;]
Evaluator.evaluate ( Reader p1 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.evaluate:(Ljava/io/Reader;)LFESI/Data/ESValue;]
Evaluator.evaluate ( Reader p1, FESI.Data.ESObject p2 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.evaluate:(Ljava/io/Reader;LFESI/Data/ESObject;)LFESI/Data/ESValue;]
Evaluator.evaluate ( Reader p1, FESI.Data.ESObject p2, EvaluationSource p3, boolean p4 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.evaluate:(Ljava/io/Reader;LFESI/Data/ESObject;LFESI/Interpreter/EvaluationSource;Z)LFESI/Data/ESValue;]
Evaluator.evaluate ( String p1 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.evaluate:(Ljava/lang/String;)LFESI/Data/ESValue;]
Evaluator.evaluate ( String p1, FESI.Data.ESObject p2, boolean p3 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.evaluate:(Ljava/lang/String;LFESI/Data/ESObject;Z)LFESI/Data/ESValue;]
Evaluator.evaluate ( String p1, String p2 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.evaluate:(Ljava/lang/String;Ljava/lang/String;)LFESI/Data/ESValue;]
Evaluator.evaluateEvalString ( String p1 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.evaluateEvalString:(Ljava/lang/String;)LFESI/Data/ESValue;]
Evaluator.evaluateEvent ( FESI.Data.ESWrapper p1, FESI.Data.ESObject p2, Object[ ] p3 ) : void
[mangled: FESI/Interpreter/Evaluator.evaluateEvent:(LFESI/Data/ESWrapper;LFESI/Data/ESObject;[Ljava/lang/Object;)V]
Evaluator.evaluateFunction ( FESI.AST.ASTStatementList p1, EvaluationSource p2, FESI.Data.ESObject p3, Vector p4, FESI.Data.ESObject p5 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.evaluateFunction:(LFESI/AST/ASTStatementList;LFESI/Interpreter/EvaluationSource;LFESI/Data/ESObject;Ljava/util/Vector;LFESI/Data/ESObject;)LFESI/Data/ESValue;]
Evaluator.evaluateLoadFile ( File p1 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.evaluateLoadFile:(Ljava/io/File;)LFESI/Data/ESValue;]
Evaluator.evaluateLoadModule ( String p1 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.evaluateLoadModule:(Ljava/lang/String;)LFESI/Data/ESValue;]
Evaluator.evaluateWith ( FESI.AST.ASTStatement p1, FESI.Data.ESObject p2, EvaluationSource p3 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.evaluateWith:(LFESI/AST/ASTStatement;LFESI/Data/ESObject;LFESI/Interpreter/EvaluationSource;)LFESI/Data/ESValue;]
Evaluator.Evaluator ( )
[mangled: FESI/Interpreter/Evaluator."<init>":()V]
Evaluator.getArrayPrototype ( ) : FESI.Data.ESObject
[mangled: FESI/Interpreter/Evaluator.getArrayPrototype:()LFESI/Data/ESObject;]
Evaluator.getBooleanPrototype ( ) : FESI.Data.ESObject
[mangled: FESI/Interpreter/Evaluator.getBooleanPrototype:()LFESI/Data/ESObject;]
Evaluator.getDatePrototype ( ) : FESI.Data.ESObject
[mangled: FESI/Interpreter/Evaluator.getDatePrototype:()LFESI/Data/ESObject;]
Evaluator.getExtension ( String p1 ) : FESI.Extensions.Extension
[mangled: FESI/Interpreter/Evaluator.getExtension:(Ljava/lang/String;)LFESI/Extensions/Extension;]
Evaluator.getExtensions ( ) : Enumeration
[mangled: FESI/Interpreter/Evaluator.getExtensions:()Ljava/util/Enumeration;]
Evaluator.getFunctionObject ( ) : FESI.Data.ESObject
[mangled: FESI/Interpreter/Evaluator.getFunctionObject:()LFESI/Data/ESObject;]
Evaluator.getFunctionPrototype ( ) : FESI.Data.ESObject
[mangled: FESI/Interpreter/Evaluator.getFunctionPrototype:()LFESI/Data/ESObject;]
Evaluator.getGlobalObject ( ) : FESI.Data.GlobalObject
[mangled: FESI/Interpreter/Evaluator.getGlobalObject:()LFESI/Data/GlobalObject;]
Evaluator.getNumberPrototype ( ) : FESI.Data.ESObject
[mangled: FESI/Interpreter/Evaluator.getNumberPrototype:()LFESI/Data/ESObject;]
Evaluator.getObjectPrototype ( ) : FESI.Data.ESObject
[mangled: FESI/Interpreter/Evaluator.getObjectPrototype:()LFESI/Data/ESObject;]
Evaluator.getPackageObject ( ) : FESI.Data.ESObject
[mangled: FESI/Interpreter/Evaluator.getPackageObject:()LFESI/Data/ESObject;]
Evaluator.getReference ( String p1 ) : FESI.Data.ESReference
[mangled: FESI/Interpreter/Evaluator.getReference:(Ljava/lang/String;)LFESI/Data/ESReference;]
Evaluator.getReference ( String p1, int p2 ) : FESI.Data.ESReference
[mangled: FESI/Interpreter/Evaluator.getReference:(Ljava/lang/String;I)LFESI/Data/ESReference;]
Evaluator.getStringPrototype ( ) : FESI.Data.ESObject
[mangled: FESI/Interpreter/Evaluator.getStringPrototype:()LFESI/Data/ESObject;]
Evaluator.getThisObject ( ) : FESI.Data.ESObject
[mangled: FESI/Interpreter/Evaluator.getThisObject:()LFESI/Data/ESObject;]
Evaluator.getValue ( String p1 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.getValue:(Ljava/lang/String;)LFESI/Data/ESValue;]
Evaluator.getValue ( String p1, int p2 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/Evaluator.getValue:(Ljava/lang/String;I)LFESI/Data/ESValue;]
Evaluator.getVarDeclarationVisitor ( ) : EcmaScriptVariableVisitor
[mangled: FESI/Interpreter/Evaluator.getVarDeclarationVisitor:()LFESI/Interpreter/EcmaScriptVariableVisitor;]
Evaluator.getVersion ( ) [static] : String
[mangled: FESI/Interpreter/Evaluator.getVersion:()Ljava/lang/String;]
Evaluator.getWelcomeText ( ) [static] : String
[mangled: FESI/Interpreter/Evaluator.getWelcomeText:()Ljava/lang/String;]
Evaluator.isDebugParse ( ) : boolean
[mangled: FESI/Interpreter/Evaluator.isDebugParse:()Z]
Evaluator.putValue ( FESI.Data.ESReference p1, FESI.Data.ESValue p2 ) : void
[mangled: FESI/Interpreter/Evaluator.putValue:(LFESI/Data/ESReference;LFESI/Data/ESValue;)V]
Evaluator.reset ( ) : void
[mangled: FESI/Interpreter/Evaluator.reset:()V]
Evaluator.setArrayPrototype ( FESI.Data.ESObject p1 ) : void
[mangled: FESI/Interpreter/Evaluator.setArrayPrototype:(LFESI/Data/ESObject;)V]
Evaluator.setBooleanPrototype ( FESI.Data.ESObject p1 ) : void
[mangled: FESI/Interpreter/Evaluator.setBooleanPrototype:(LFESI/Data/ESObject;)V]
Evaluator.setDatePrototype ( FESI.Data.ESObject p1 ) : void
[mangled: FESI/Interpreter/Evaluator.setDatePrototype:(LFESI/Data/ESObject;)V]
Evaluator.setDebugParse ( boolean p1 ) : void
[mangled: FESI/Interpreter/Evaluator.setDebugParse:(Z)V]
Evaluator.setFunctionObject ( FESI.Data.ESObject p1 ) : void
[mangled: FESI/Interpreter/Evaluator.setFunctionObject:(LFESI/Data/ESObject;)V]
Evaluator.setFunctionPrototype ( FESI.Data.ESObject p1 ) : void
[mangled: FESI/Interpreter/Evaluator.setFunctionPrototype:(LFESI/Data/ESObject;)V]
Evaluator.setNumberPrototype ( FESI.Data.ESObject p1 ) : void
[mangled: FESI/Interpreter/Evaluator.setNumberPrototype:(LFESI/Data/ESObject;)V]
Evaluator.setObjectPrototype ( FESI.Data.ESObject p1 ) : void
[mangled: FESI/Interpreter/Evaluator.setObjectPrototype:(LFESI/Data/ESObject;)V]
Evaluator.setStringPrototype ( FESI.Data.ESObject p1 ) : void
[mangled: FESI/Interpreter/Evaluator.setStringPrototype:(LFESI/Data/ESObject;)V]
fesi.jar, EventAdaptor.class
package FESI.Interpreter
EventAdaptor.addAdaptorToSource ( ) : void
[mangled: FESI/Interpreter/EventAdaptor.addAdaptorToSource:()V]
EventAdaptor.EventAdaptor ( )
[mangled: FESI/Interpreter/EventAdaptor."<init>":()V]
EventAdaptor.fire ( EventObject p1, Method p2 ) : void
[mangled: FESI/Interpreter/EventAdaptor.fire:(Ljava/util/EventObject;Ljava/lang/reflect/Method;)V]
EventAdaptor.fire ( Object[ ] p1, Method p2 ) : void
[mangled: FESI/Interpreter/EventAdaptor.fire:([Ljava/lang/Object;Ljava/lang/reflect/Method;)V]
EventAdaptor.getEventAdaptor ( Class p1, Object p2, FESI.Data.ESWrapper p3 ) [static] : EventAdaptor
[mangled: FESI/Interpreter/EventAdaptor.getEventAdaptor:(Ljava/lang/Class;Ljava/lang/Object;LFESI/Data/ESWrapper;)LFESI/Interpreter/EventAdaptor;]
EventAdaptor.getEventAdaptorClass ( Class p1 ) [static] : Class
[mangled: FESI/Interpreter/EventAdaptor.getEventAdaptorClass:(Ljava/lang/Class;)Ljava/lang/Class;]
EventAdaptor.getListenerClass ( ) [abstract] : Class
[mangled: FESI/Interpreter/EventAdaptor.getListenerClass:()Ljava/lang/Class;]
EventAdaptor.getListenerClassName ( ) : String
[mangled: FESI/Interpreter/EventAdaptor.getListenerClassName:()Ljava/lang/String;]
EventAdaptor.getSource ( ) : Object
[mangled: FESI/Interpreter/EventAdaptor.getSource:()Ljava/lang/Object;]
EventAdaptor.getWarepper ( ) : FESI.Data.ESWrapper
[mangled: FESI/Interpreter/EventAdaptor.getWarepper:()LFESI/Data/ESWrapper;]
EventAdaptor.removeAdaptorFromSource ( ) : void
[mangled: FESI/Interpreter/EventAdaptor.removeAdaptorFromSource:()V]
EventAdaptor.setSource ( Object p1 ) : void
[mangled: FESI/Interpreter/EventAdaptor.setSource:(Ljava/lang/Object;)V]
EventAdaptor.setWrapper ( FESI.Data.ESWrapper p1 ) : void
[mangled: FESI/Interpreter/EventAdaptor.setWrapper:(LFESI/Data/ESWrapper;)V]
fesi.jar, EventAdaptorClassFile.class
package FESI.ClassFile
EventAdaptorClassFile.EventAdaptorClassFile ( String p1, OutputStream p2 )
[mangled: FESI/ClassFile/EventAdaptorClassFile."<init>":(Ljava/lang/String;Ljava/io/OutputStream;)V]
fesi.jar, EventAdaptorGenerator.class
package FESI.Interpreter
EventAdaptorGenerator.getBaseNameFromAdaptorName ( String p1 ) [static] : String
[mangled: FESI/Interpreter/EventAdaptorGenerator.getBaseNameFromAdaptorName:(Ljava/lang/String;)Ljava/lang/String;]
EventAdaptorGenerator.loadClass ( String p1, boolean p2 ) : Class
[mangled: FESI/Interpreter/EventAdaptorGenerator.loadClass:(Ljava/lang/String;Z)Ljava/lang/Class;]
fesi.jar, Extension.class
package FESI.Extensions
Extension.Extension ( )
[mangled: FESI/Extensions/Extension."<init>":()V]
Extension.initializeExtension ( FESI.Interpreter.Evaluator p1 ) [abstract] : void
[mangled: FESI/Extensions/Extension.initializeExtension:(LFESI/Interpreter/Evaluator;)V]
fesi.jar, FesiHashtable.class
package FESI.Interpreter
FesiHashtable.clear ( ) : void
[mangled: FESI/Interpreter/FesiHashtable.clear:()V]
FesiHashtable.clone ( ) : Object
[mangled: FESI/Interpreter/FesiHashtable.clone:()Ljava/lang/Object;]
FesiHashtable.containsKey ( String p1, int p2 ) : boolean
[mangled: FESI/Interpreter/FesiHashtable.containsKey:(Ljava/lang/String;I)Z]
FesiHashtable.elements ( ) : Enumeration
[mangled: FESI/Interpreter/FesiHashtable.elements:()Ljava/util/Enumeration;]
FesiHashtable.FesiHashtable ( )
[mangled: FESI/Interpreter/FesiHashtable."<init>":()V]
FesiHashtable.FesiHashtable ( int p1 )
[mangled: FESI/Interpreter/FesiHashtable."<init>":(I)V]
FesiHashtable.FesiHashtable ( int p1, float p2 )
[mangled: FESI/Interpreter/FesiHashtable."<init>":(IF)V]
FesiHashtable.get ( String p1, int p2 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/FesiHashtable.get:(Ljava/lang/String;I)LFESI/Data/ESValue;]
FesiHashtable.isEmpty ( ) : boolean
[mangled: FESI/Interpreter/FesiHashtable.isEmpty:()Z]
FesiHashtable.isHidden ( String p1, int p2 ) : boolean
[mangled: FESI/Interpreter/FesiHashtable.isHidden:(Ljava/lang/String;I)Z]
FesiHashtable.isReadonly ( String p1, int p2 ) : boolean
[mangled: FESI/Interpreter/FesiHashtable.isReadonly:(Ljava/lang/String;I)Z]
FesiHashtable.keys ( ) : Enumeration
[mangled: FESI/Interpreter/FesiHashtable.keys:()Ljava/util/Enumeration;]
FesiHashtable.put ( String p1, int p2, boolean p3, boolean p4, FESI.Data.ESValue p5 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/FesiHashtable.put:(Ljava/lang/String;IZZLFESI/Data/ESValue;)LFESI/Data/ESValue;]
FesiHashtable.rehash ( ) : void
[mangled: FESI/Interpreter/FesiHashtable.rehash:()V]
FesiHashtable.remove ( String p1, int p2 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/FesiHashtable.remove:(Ljava/lang/String;I)LFESI/Data/ESValue;]
FesiHashtable.size ( ) : int
[mangled: FESI/Interpreter/FesiHashtable.size:()I]
FesiHashtable.toString ( ) : String
[mangled: FESI/Interpreter/FesiHashtable.toString:()Ljava/lang/String;]
fesi.jar, FESIResourceConnection.class
package FESI.Interpreter
FESIResourceConnection.connect ( ) : void
[mangled: FESI/Interpreter/FESIResourceConnection.connect:()V]
FESIResourceConnection.FESIResourceConnection ( URL p1 )
[mangled: FESI/Interpreter/FESIResourceConnection."<init>":(Ljava/net/URL;)V]
FESIResourceConnection.getContent ( ) : Object
[mangled: FESI/Interpreter/FESIResourceConnection.getContent:()Ljava/lang/Object;]
FESIResourceConnection.getInputStream ( ) : InputStream
[mangled: FESI/Interpreter/FESIResourceConnection.getInputStream:()Ljava/io/InputStream;]
fesi.jar, FileEvaluationSource.class
package FESI.Interpreter
FileEvaluationSource.FileEvaluationSource ( String p1, EvaluationSource p2 )
[mangled: FESI/Interpreter/FileEvaluationSource."<init>":(Ljava/lang/String;LFESI/Interpreter/EvaluationSource;)V]
FileEvaluationSource.getEvaluationSourceText ( ) : String
[mangled: FESI/Interpreter/FileEvaluationSource.getEvaluationSourceText:()Ljava/lang/String;]
fesi.jar, FileIO.class
package FESI.Extensions
FileIO.FileIO ( )
[mangled: FESI/Extensions/FileIO."<init>":()V]
FileIO.initializeExtension ( FESI.Interpreter.Evaluator p1 ) : void
[mangled: FESI/Extensions/FileIO.initializeExtension:(LFESI/Interpreter/Evaluator;)V]
fesi.jar, FunctionEvaluationSource.class
package FESI.Interpreter
FunctionEvaluationSource.FunctionEvaluationSource ( EvaluationSource p1, String p2 )
[mangled: FESI/Interpreter/FunctionEvaluationSource."<init>":(LFESI/Interpreter/EvaluationSource;Ljava/lang/String;)V]
FunctionEvaluationSource.getEvaluationSourceText ( ) : String
[mangled: FESI/Interpreter/FunctionEvaluationSource.getEvaluationSourceText:()Ljava/lang/String;]
fesi.jar, FunctionObject.class
package FESI.Data
FunctionObject.callFunction ( ESObject p1, ESValue[ ] p2 ) : ESValue
[mangled: FESI/Data/FunctionObject.callFunction:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
FunctionObject.doConstruct ( ESObject p1, ESValue[ ] p2 ) : ESObject
[mangled: FESI/Data/FunctionObject.doConstruct:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESObject;]
FunctionObject.getESClassName ( ) : String
[mangled: FESI/Data/FunctionObject.getESClassName:()Ljava/lang/String;]
FunctionObject.toString ( ) : String
[mangled: FESI/Data/FunctionObject.toString:()Ljava/lang/String;]
fesi.jar, FunctionPrototype.class
package FESI.Data
FunctionPrototype.callFunction ( ESObject p1, ESValue[ ] p2 ) : ESValue
[mangled: FESI/Data/FunctionPrototype.callFunction:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
FunctionPrototype.getESClassName ( ) : String
[mangled: FESI/Data/FunctionPrototype.getESClassName:()Ljava/lang/String;]
FunctionPrototype.getFunctionImplementationString ( ) : String
[mangled: FESI/Data/FunctionPrototype.getFunctionImplementationString:()Ljava/lang/String;]
FunctionPrototype.getFunctionName ( ) : String
[mangled: FESI/Data/FunctionPrototype.getFunctionName:()Ljava/lang/String;]
FunctionPrototype.getFunctionParametersString ( ) : String
[mangled: FESI/Data/FunctionPrototype.getFunctionParametersString:()Ljava/lang/String;]
FunctionPrototype.getLengthProperty ( ) : int
[mangled: FESI/Data/FunctionPrototype.getLengthProperty:()I]
FunctionPrototype.getProperty ( String p1, int p2 ) : ESValue
[mangled: FESI/Data/FunctionPrototype.getProperty:(Ljava/lang/String;I)LFESI/Data/ESValue;]
FunctionPrototype.getPropertyInScope ( String p1, FESI.Interpreter.ScopeChain p2, int p3 ) : ESValue
[mangled: FESI/Data/FunctionPrototype.getPropertyInScope:(Ljava/lang/String;LFESI/Interpreter/ScopeChain;I)LFESI/Data/ESValue;]
FunctionPrototype.getSpecialPropertyNames ( ) : String[ ]
[mangled: FESI/Data/FunctionPrototype.getSpecialPropertyNames:()[Ljava/lang/String;]
FunctionPrototype.getTypeofString ( ) : String
[mangled: FESI/Data/FunctionPrototype.getTypeofString:()Ljava/lang/String;]
FunctionPrototype.hasProperty ( String p1, int p2 ) : boolean
[mangled: FESI/Data/FunctionPrototype.hasProperty:(Ljava/lang/String;I)Z]
FunctionPrototype.putProperty ( String p1, ESValue p2, int p3 ) : void
[mangled: FESI/Data/FunctionPrototype.putProperty:(Ljava/lang/String;LFESI/Data/ESValue;I)V]
FunctionPrototype.toString ( ) : String
[mangled: FESI/Data/FunctionPrototype.toString:()Ljava/lang/String;]
fesi.jar, GlobalObject.class
package FESI.Data
GlobalObject.makeGlobalObject ( FESI.Interpreter.Evaluator p1 ) [static] : GlobalObject
[mangled: FESI/Data/GlobalObject.makeGlobalObject:(LFESI/Interpreter/Evaluator;)LFESI/Data/GlobalObject;]
fesi.jar, GNURegExp.class
package FESI.Extensions
GNURegExp.GNURegExp ( )
[mangled: FESI/Extensions/GNURegExp."<init>":()V]
GNURegExp.initializeExtension ( FESI.Interpreter.Evaluator p1 ) : void
[mangled: FESI/Extensions/GNURegExp.initializeExtension:(LFESI/Interpreter/Evaluator;)V]
fesi.jar, GuiFactory.class
package FESI.gui
GuiFactory.displayMessageBox ( String p1, String p2 ) [abstract] : MessageBox
[mangled: FESI/gui/GuiFactory.displayMessageBox:(Ljava/lang/String;Ljava/lang/String;)LFESI/gui/MessageBox;]
GuiFactory.GuiFactory ( )
[mangled: FESI/gui/GuiFactory."<init>":()V]
GuiFactory.makeConsole ( InterpreterCommands p1, String p2, int p3, int p4 ) [abstract] : Console
[mangled: FESI/gui/GuiFactory.makeConsole:(LFESI/gui/InterpreterCommands;Ljava/lang/String;II)LFESI/gui/Console;]
fesi.jar, Handler.class
package FESI.Interpreter.fesiresource
Handler.Handler ( )
[mangled: FESI/Interpreter/fesiresource/Handler."<init>":()V]
Handler.openConnection ( URL p1 ) : URLConnection
[mangled: FESI/Interpreter/fesiresource/Handler.openConnection:(Ljava/net/URL;)Ljava/net/URLConnection;]
fesi.jar, HelpWindow.class
package FESI.swinggui
HelpWindow.addHistory ( URL p1 ) : void
[mangled: FESI/swinggui/HelpWindow.addHistory:(Ljava/net/URL;)V]
HelpWindow.backHistory ( ) : void
[mangled: FESI/swinggui/HelpWindow.backHistory:()V]
HelpWindow.gotoContentPage ( ) : void
[mangled: FESI/swinggui/HelpWindow.gotoContentPage:()V]
HelpWindow.hyperlinkUpdate ( HyperlinkEvent p1 ) : void
[mangled: FESI/swinggui/HelpWindow.hyperlinkUpdate:(Ljavax/swing/event/HyperlinkEvent;)V]
fesi.jar, HtmlPane.class
package FESI.swinggui
HtmlPane.HtmlPane ( HelpWindow p1, URL p2 )
[mangled: FESI/swinggui/HtmlPane."<init>":(LFESI/swinggui/HelpWindow;Ljava/net/URL;)V]
HtmlPane.processMouseEvent ( MouseEvent p1 ) : void
[mangled: FESI/swinggui/HtmlPane.processMouseEvent:(Ljava/awt/event/MouseEvent;)V]
fesi.jar, InsideValue.class
package FESI.Tests
TestInterface.InsideValue.create ( ) [static] : TestInterface.InsideValue
[mangled: FESI/Tests/TestInterface.InsideValue.create:()LFESI/Tests/TestInterface$InsideValue;]
TestInterface.InsideValue.increment ( int p1 ) : int
[mangled: FESI/Tests/TestInterface.InsideValue.increment:(I)I]
TestInterface.InsideValue.TestInterface.InsideValue ( )
[mangled: FESI/Tests/TestInterface.InsideValue."<init>":()V]
fesi.jar, Interpret.class
package FESI.Interpreter
Interpret.clearConsole ( ) : void
[mangled: FESI/Interpreter/Interpret.clearConsole:()V]
Interpret.describe ( String p1 ) : void
[mangled: FESI/Interpreter/Interpret.describe:(Ljava/lang/String;)V]
Interpret.displayAboutText ( ) : void
[mangled: FESI/Interpreter/Interpret.displayAboutText:()V]
Interpret.displayHelpText ( ) : void
[mangled: FESI/Interpreter/Interpret.displayHelpText:()V]
Interpret.doExpand ( String p1 ) : void
[mangled: FESI/Interpreter/Interpret.doExpand:(Ljava/lang/String;)V]
Interpret.doLoad ( String p1 ) : void
[mangled: FESI/Interpreter/Interpret.doLoad:(Ljava/lang/String;)V]
Interpret.doLoadFile ( String p1 ) : void
[mangled: FESI/Interpreter/Interpret.doLoadFile:(Ljava/lang/String;)V]
Interpret.doPath ( ) : void
[mangled: FESI/Interpreter/Interpret.doPath:()V]
Interpret.doPwd ( ) : void
[mangled: FESI/Interpreter/Interpret.doPwd:()V]
Interpret.doTest ( String p1 ) : void
[mangled: FESI/Interpreter/Interpret.doTest:(Ljava/lang/String;)V]
Interpret.doWork ( String[ ] p1 ) : void
[mangled: FESI/Interpreter/Interpret.doWork:([Ljava/lang/String;)V]
Interpret.errorExit ( ) : void
[mangled: FESI/Interpreter/Interpret.errorExit:()V]
Interpret.executeString ( String p1, String p2 ) : int
[mangled: FESI/Interpreter/Interpret.executeString:(Ljava/lang/String;Ljava/lang/String;)I]
Interpret.exit ( ) : void
[mangled: FESI/Interpreter/Interpret.exit:()V]
Interpret.finalMessage ( String p1 ) : void
[mangled: FESI/Interpreter/Interpret.finalMessage:(Ljava/lang/String;)V]
Interpret.getTitle ( ) : String
[mangled: FESI/Interpreter/Interpret.getTitle:()Ljava/lang/String;]
Interpret.Interpret ( )
[mangled: FESI/Interpreter/Interpret."<init>":()V]
Interpret.listAllProperties ( String p1 ) : void
[mangled: FESI/Interpreter/Interpret.listAllProperties:(Ljava/lang/String;)V]
Interpret.listExtensions ( ) : void
[mangled: FESI/Interpreter/Interpret.listExtensions:()V]
Interpret.listMemory ( ) : void
[mangled: FESI/Interpreter/Interpret.listMemory:()V]
Interpret.listProperties ( String p1 ) : void
[mangled: FESI/Interpreter/Interpret.listProperties:(Ljava/lang/String;)V]
Interpret.loadCommonExtensions ( ) : void
[mangled: FESI/Interpreter/Interpret.loadCommonExtensions:()V]
Interpret.loadFile ( String p1, String p2 ) : void
[mangled: FESI/Interpreter/Interpret.loadFile:(Ljava/lang/String;Ljava/lang/String;)V]
Interpret.main ( String[ ] p1 ) [static] : void
[mangled: FESI/Interpreter/Interpret.main:([Ljava/lang/String;)V]
Interpret.printAbout ( ) : void
[mangled: FESI/Interpreter/Interpret.printAbout:()V]
Interpret.printDetail ( ) : void
[mangled: FESI/Interpreter/Interpret.printDetail:()V]
Interpret.printHelp ( ) : void
[mangled: FESI/Interpreter/Interpret.printHelp:()V]
Interpret.printVersion ( ) : void
[mangled: FESI/Interpreter/Interpret.printVersion:()V]
Interpret.reset ( ) : void
[mangled: FESI/Interpreter/Interpret.reset:()V]
Interpret.resetEvaluator ( ) : void
[mangled: FESI/Interpreter/Interpret.resetEvaluator:()V]
Interpret.setupCommands ( ) : void
[mangled: FESI/Interpreter/Interpret.setupCommands:()V]
Interpret.testString ( String p1, String p2, File p3 ) : boolean
[mangled: FESI/Interpreter/Interpret.testString:(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)Z]
Interpret.toggleDebugEvent ( ) : void
[mangled: FESI/Interpreter/Interpret.toggleDebugEvent:()V]
Interpret.toggleDebugJavaAccess ( ) : void
[mangled: FESI/Interpreter/Interpret.toggleDebugJavaAccess:()V]
Interpret.toggleDebugLoader ( ) : void
[mangled: FESI/Interpreter/Interpret.toggleDebugLoader:()V]
Interpret.toggleDebugParse ( ) : void
[mangled: FESI/Interpreter/Interpret.toggleDebugParse:()V]
Interpret.usage ( ) : void
[mangled: FESI/Interpreter/Interpret.usage:()V]
fesi.jar, InterpreterCommands.class
package FESI.gui
InterpreterCommands.displayAboutText ( ) [abstract] : void
[mangled: FESI/gui/InterpreterCommands.displayAboutText:()V]
InterpreterCommands.displayHelpText ( ) [abstract] : void
[mangled: FESI/gui/InterpreterCommands.displayHelpText:()V]
InterpreterCommands.executeString ( String p1, String p2 ) [abstract] : int
[mangled: FESI/gui/InterpreterCommands.executeString:(Ljava/lang/String;Ljava/lang/String;)I]
InterpreterCommands.exit ( ) [abstract] : void
[mangled: FESI/gui/InterpreterCommands.exit:()V]
InterpreterCommands.loadFile ( String p1, String p2 ) [abstract] : void
[mangled: FESI/gui/InterpreterCommands.loadFile:(Ljava/lang/String;Ljava/lang/String;)V]
fesi.jar, JarEvaluationSource.class
package FESI.Interpreter
JarEvaluationSource.getEvaluationSourceText ( ) : String
[mangled: FESI/Interpreter/JarEvaluationSource.getEvaluationSourceText:()Ljava/lang/String;]
JarEvaluationSource.JarEvaluationSource ( String p1, String p2, EvaluationSource p3 )
[mangled: FESI/Interpreter/JarEvaluationSource."<init>":(Ljava/lang/String;Ljava/lang/String;LFESI/Interpreter/EvaluationSource;)V]
fesi.jar, JavaAccess.class
package FESI.Extensions
JavaAccess.initializeExtension ( FESI.Interpreter.Evaluator p1 ) : void
[mangled: FESI/Extensions/JavaAccess.initializeExtension:(LFESI/Interpreter/Evaluator;)V]
JavaAccess.JavaAccess ( )
[mangled: FESI/Extensions/JavaAccess."<init>":()V]
fesi.jar, JConsoleArea.class
package FESI.swinggui
JConsoleArea.append ( String p1 ) : void
[mangled: FESI/swinggui/JConsoleArea.append:(Ljava/lang/String;)V]
JConsoleArea.atEnd ( ) : void
[mangled: FESI/swinggui/JConsoleArea.atEnd:()V]
JConsoleArea.getFirstInputLocation ( ) : int
[mangled: FESI/swinggui/JConsoleArea.getFirstInputLocation:()I]
JConsoleArea.paste ( ) : void
[mangled: FESI/swinggui/JConsoleArea.paste:()V]
JConsoleArea.resetFirstInputLocation ( ) : void
[mangled: FESI/swinggui/JConsoleArea.resetFirstInputLocation:()V]
JConsoleArea.setFirstInputLocation ( int p1 ) : void
[mangled: FESI/swinggui/JConsoleArea.setFirstInputLocation:(I)V]
fesi.jar, JJTEcmaScriptState.class
package FESI.AST
JJTEcmaScriptState.clearNodeScope ( Node p1 ) : void
[mangled: FESI/AST/JJTEcmaScriptState.clearNodeScope:(LFESI/AST/Node;)V]
JJTEcmaScriptState.closeNodeScope ( Node p1, boolean p2 ) : void
[mangled: FESI/AST/JJTEcmaScriptState.closeNodeScope:(LFESI/AST/Node;Z)V]
JJTEcmaScriptState.closeNodeScope ( Node p1, int p2 ) : void
[mangled: FESI/AST/JJTEcmaScriptState.closeNodeScope:(LFESI/AST/Node;I)V]
JJTEcmaScriptState.JJTEcmaScriptState ( )
[mangled: FESI/AST/JJTEcmaScriptState."<init>":()V]
JJTEcmaScriptState.nodeArity ( ) : int
[mangled: FESI/AST/JJTEcmaScriptState.nodeArity:()I]
JJTEcmaScriptState.nodeCreated ( ) : boolean
[mangled: FESI/AST/JJTEcmaScriptState.nodeCreated:()Z]
JJTEcmaScriptState.openNodeScope ( Node p1 ) : void
[mangled: FESI/AST/JJTEcmaScriptState.openNodeScope:(LFESI/AST/Node;)V]
JJTEcmaScriptState.peekNode ( ) : Node
[mangled: FESI/AST/JJTEcmaScriptState.peekNode:()LFESI/AST/Node;]
JJTEcmaScriptState.popNode ( ) : Node
[mangled: FESI/AST/JJTEcmaScriptState.popNode:()LFESI/AST/Node;]
JJTEcmaScriptState.pushNode ( Node p1 ) : void
[mangled: FESI/AST/JJTEcmaScriptState.pushNode:(LFESI/AST/Node;)V]
JJTEcmaScriptState.reset ( ) : void
[mangled: FESI/AST/JJTEcmaScriptState.reset:()V]
JJTEcmaScriptState.rootNode ( ) : Node
[mangled: FESI/AST/JJTEcmaScriptState.rootNode:()LFESI/AST/Node;]
fesi.jar, JSException.class
package FESI.jslib
JSException.getOriginatingException ( ) : Throwable
[mangled: FESI/jslib/JSException.getOriginatingException:()Ljava/lang/Throwable;]
JSException.JSException ( String p1 )
[mangled: FESI/jslib/JSException."<init>":(Ljava/lang/String;)V]
JSException.JSException ( String p1, Throwable p2 )
[mangled: FESI/jslib/JSException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
JSException.printStackTrace ( ) : void
[mangled: FESI/jslib/JSException.printStackTrace:()V]
JSException.printStackTrace ( PrintStream p1 ) : void
[mangled: FESI/jslib/JSException.printStackTrace:(Ljava/io/PrintStream;)V]
JSException.printStackTrace ( PrintWriter p1 ) : void
[mangled: FESI/jslib/JSException.printStackTrace:(Ljava/io/PrintWriter;)V]
fesi.jar, JSExtension.class
package FESI.jslib
JSExtension.initializeExtension ( JSGlobalObject p1 ) [abstract] : void
[mangled: FESI/jslib/JSExtension.initializeExtension:(LFESI/jslib/JSGlobalObject;)V]
fesi.jar, JSFunction.class
package FESI.jslib
JSFunction.doCall ( JSObject p1, Object[ ] p2 ) [abstract] : Object
[mangled: FESI/jslib/JSFunction.doCall:(LFESI/jslib/JSObject;[Ljava/lang/Object;)Ljava/lang/Object;]
JSFunction.doNew ( JSObject p1, Object[ ] p2 ) [abstract] : Object
[mangled: FESI/jslib/JSFunction.doNew:(LFESI/jslib/JSObject;[Ljava/lang/Object;)Ljava/lang/Object;]
fesi.jar, JSFunctionAdapter.class
package FESI.jslib
JSFunctionAdapter.doCall ( JSObject p1, Object[ ] p2 ) : Object
[mangled: FESI/jslib/JSFunctionAdapter.doCall:(LFESI/jslib/JSObject;[Ljava/lang/Object;)Ljava/lang/Object;]
JSFunctionAdapter.doNew ( JSObject p1, Object[ ] p2 ) : Object
[mangled: FESI/jslib/JSFunctionAdapter.doNew:(LFESI/jslib/JSObject;[Ljava/lang/Object;)Ljava/lang/Object;]
JSFunctionAdapter.JSFunctionAdapter ( )
[mangled: FESI/jslib/JSFunctionAdapter."<init>":()V]
fesi.jar, JSGlobalObject.class
package FESI.jslib
JSGlobalObject.makeBeanWrapper ( Object p1 ) [abstract] : Object
[mangled: FESI/jslib/JSGlobalObject.makeBeanWrapper:(Ljava/lang/Object;)Ljava/lang/Object;]
JSGlobalObject.makeJSArrayObject ( ) [abstract] : JSObject
[mangled: FESI/jslib/JSGlobalObject.makeJSArrayObject:()LFESI/jslib/JSObject;]
JSGlobalObject.makeJSObject ( ) [abstract] : JSObject
[mangled: FESI/jslib/JSGlobalObject.makeJSObject:()LFESI/jslib/JSObject;]
JSGlobalObject.makeJSObject ( JSObject p1 ) [abstract] : JSObject
[mangled: FESI/jslib/JSGlobalObject.makeJSObject:(LFESI/jslib/JSObject;)LFESI/jslib/JSObject;]
JSGlobalObject.makeObjectWrapper ( Object p1 ) [abstract] : JSObject
[mangled: FESI/jslib/JSGlobalObject.makeObjectWrapper:(Ljava/lang/Object;)LFESI/jslib/JSObject;]
fesi.jar, JSGlobalWrapper.class
package FESI.Data
JSGlobalWrapper.JSGlobalWrapper ( GlobalObject p1, FESI.Interpreter.Evaluator p2 )
[mangled: FESI/Data/JSGlobalWrapper."<init>":(LFESI/Data/GlobalObject;LFESI/Interpreter/Evaluator;)V]
JSGlobalWrapper.makeBeanWrapper ( Object p1 ) : Object
[mangled: FESI/Data/JSGlobalWrapper.makeBeanWrapper:(Ljava/lang/Object;)Ljava/lang/Object;]
JSGlobalWrapper.makeJSArrayObject ( ) : FESI.jslib.JSObject
[mangled: FESI/Data/JSGlobalWrapper.makeJSArrayObject:()LFESI/jslib/JSObject;]
JSGlobalWrapper.makeJSObject ( ) : FESI.jslib.JSObject
[mangled: FESI/Data/JSGlobalWrapper.makeJSObject:()LFESI/jslib/JSObject;]
JSGlobalWrapper.makeJSObject ( FESI.jslib.JSObject p1 ) : FESI.jslib.JSObject
[mangled: FESI/Data/JSGlobalWrapper.makeJSObject:(LFESI/jslib/JSObject;)LFESI/jslib/JSObject;]
JSGlobalWrapper.makeObjectWrapper ( Object p1 ) : FESI.jslib.JSObject
[mangled: FESI/Data/JSGlobalWrapper.makeObjectWrapper:(Ljava/lang/Object;)LFESI/jslib/JSObject;]
JSGlobalWrapper.toString ( ) : String
[mangled: FESI/Data/JSGlobalWrapper.toString:()Ljava/lang/String;]
fesi.jar, JSObject.class
package FESI.jslib
JSObject.call ( String p1, Object[ ] p2 ) [abstract] : Object
[mangled: FESI/jslib/JSObject.call:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
JSObject.eval ( Reader p1, String p2 ) [abstract] : Object
[mangled: FESI/jslib/JSObject.eval:(Ljava/io/Reader;Ljava/lang/String;)Ljava/lang/Object;]
JSObject.eval ( String p1 ) [abstract] : Object
[mangled: FESI/jslib/JSObject.eval:(Ljava/lang/String;)Ljava/lang/Object;]
JSObject.evalAsFunction ( String p1 ) [abstract] : Object
[mangled: FESI/jslib/JSObject.evalAsFunction:(Ljava/lang/String;)Ljava/lang/Object;]
JSObject.evalAsFunction ( String p1, String[ ] p2, Object[ ] p3 ) [abstract] : Object
[mangled: FESI/jslib/JSObject.evalAsFunction:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
JSObject.getGlobalObject ( ) [abstract] : JSGlobalObject
[mangled: FESI/jslib/JSObject.getGlobalObject:()LFESI/jslib/JSGlobalObject;]
JSObject.getMember ( String p1 ) [abstract] : Object
[mangled: FESI/jslib/JSObject.getMember:(Ljava/lang/String;)Ljava/lang/Object;]
JSObject.getSlot ( int p1 ) [abstract] : Object
[mangled: FESI/jslib/JSObject.getSlot:(I)Ljava/lang/Object;]
JSObject.removeMember ( String p1 ) [abstract] : void
[mangled: FESI/jslib/JSObject.removeMember:(Ljava/lang/String;)V]
JSObject.setMember ( String p1, Object p2 ) [abstract] : void
[mangled: FESI/jslib/JSObject.setMember:(Ljava/lang/String;Ljava/lang/Object;)V]
JSObject.setSlot ( int p1, Object p2 ) [abstract] : void
[mangled: FESI/jslib/JSObject.setSlot:(ILjava/lang/Object;)V]
fesi.jar, JSUtil.class
package FESI.jslib
JSUtil.getVersion ( ) [static] : String
[mangled: FESI/jslib/JSUtil.getVersion:()Ljava/lang/String;]
JSUtil.getWelcomeText ( ) [static] : String
[mangled: FESI/jslib/JSUtil.getWelcomeText:()Ljava/lang/String;]
JSUtil.JSUtil ( )
[mangled: FESI/jslib/JSUtil."<init>":()V]
JSUtil.makeEvaluator ( ) [static] : JSGlobalObject
[mangled: FESI/jslib/JSUtil.makeEvaluator:()LFESI/jslib/JSGlobalObject;]
JSUtil.makeEvaluator ( String[ ] p1 ) [static] : JSGlobalObject
[mangled: FESI/jslib/JSUtil.makeEvaluator:([Ljava/lang/String;)LFESI/jslib/JSGlobalObject;]
fesi.jar, JSWrapper.class
package FESI.Data
JSWrapper.call ( String p1, Object[ ] p2 ) : Object
[mangled: FESI/Data/JSWrapper.call:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
JSWrapper.eval ( Reader p1, String p2 ) : Object
[mangled: FESI/Data/JSWrapper.eval:(Ljava/io/Reader;Ljava/lang/String;)Ljava/lang/Object;]
JSWrapper.eval ( String p1 ) : Object
[mangled: FESI/Data/JSWrapper.eval:(Ljava/lang/String;)Ljava/lang/Object;]
JSWrapper.evalAsFunction ( Reader p1, String p2 ) : Object
[mangled: FESI/Data/JSWrapper.evalAsFunction:(Ljava/io/Reader;Ljava/lang/String;)Ljava/lang/Object;]
JSWrapper.evalAsFunction ( Reader p1, String p2, String[ ] p3, Object[ ] p4 ) : Object
[mangled: FESI/Data/JSWrapper.evalAsFunction:(Ljava/io/Reader;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
JSWrapper.evalAsFunction ( String p1 ) : Object
[mangled: FESI/Data/JSWrapper.evalAsFunction:(Ljava/lang/String;)Ljava/lang/Object;]
JSWrapper.evalAsFunction ( String p1, String[ ] p2, Object[ ] p3 ) : Object
[mangled: FESI/Data/JSWrapper.evalAsFunction:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
JSWrapper.getESObject ( ) : ESObject
[mangled: FESI/Data/JSWrapper.getESObject:()LFESI/Data/ESObject;]
JSWrapper.getGlobalObject ( ) : FESI.jslib.JSGlobalObject
[mangled: FESI/Data/JSWrapper.getGlobalObject:()LFESI/jslib/JSGlobalObject;]
JSWrapper.getMember ( String p1 ) : Object
[mangled: FESI/Data/JSWrapper.getMember:(Ljava/lang/String;)Ljava/lang/Object;]
JSWrapper.getSlot ( int p1 ) : Object
[mangled: FESI/Data/JSWrapper.getSlot:(I)Ljava/lang/Object;]
JSWrapper.JSWrapper ( ESObject p1, FESI.Interpreter.Evaluator p2 )
[mangled: FESI/Data/JSWrapper."<init>":(LFESI/Data/ESObject;LFESI/Interpreter/Evaluator;)V]
JSWrapper.makeEvaluator ( ) [static] : FESI.jslib.JSGlobalObject
[mangled: FESI/Data/JSWrapper.makeEvaluator:()LFESI/jslib/JSGlobalObject;]
JSWrapper.makeEvaluator ( String[ ] p1 ) [static] : FESI.jslib.JSGlobalObject
[mangled: FESI/Data/JSWrapper.makeEvaluator:([Ljava/lang/String;)LFESI/jslib/JSGlobalObject;]
JSWrapper.removeMember ( String p1 ) : void
[mangled: FESI/Data/JSWrapper.removeMember:(Ljava/lang/String;)V]
JSWrapper.setMember ( String p1, Object p2 ) : void
[mangled: FESI/Data/JSWrapper.setMember:(Ljava/lang/String;Ljava/lang/Object;)V]
JSWrapper.setSlot ( int p1, Object p2 ) : void
[mangled: FESI/Data/JSWrapper.setSlot:(ILjava/lang/Object;)V]
JSWrapper.toString ( ) : String
[mangled: FESI/Data/JSWrapper.toString:()Ljava/lang/String;]
JSWrapper.wrapJSFunction ( FESI.Interpreter.Evaluator p1, FESI.jslib.JSFunction p2 ) [static] : ESObject
[mangled: FESI/Data/JSWrapper.wrapJSFunction:(LFESI/Interpreter/Evaluator;LFESI/jslib/JSFunction;)LFESI/Data/ESObject;]
fesi.jar, LineEvaluationSource.class
package FESI.Interpreter
LineEvaluationSource.getEvaluationSourceText ( ) : String
[mangled: FESI/Interpreter/LineEvaluationSource.getEvaluationSourceText:()Ljava/lang/String;]
LineEvaluationSource.getLineNumber ( ) : int
[mangled: FESI/Interpreter/LineEvaluationSource.getLineNumber:()I]
LineEvaluationSource.LineEvaluationSource ( int p1, EvaluationSource p2 )
[mangled: FESI/Interpreter/LineEvaluationSource."<init>":(ILFESI/Interpreter/EvaluationSource;)V]
fesi.jar, LineInputStream.class
package FESI.awtgui
AwtConsole.LineInputStream.available ( ) : int
[mangled: FESI/awtgui/AwtConsole.LineInputStream.available:()I]
AwtConsole.LineInputStream.AwtConsole.LineInputStream ( AwtConsole p1, InputStream p2 )
[mangled: FESI/awtgui/AwtConsole.LineInputStream."<init>":(LFESI/awtgui/AwtConsole;Ljava/io/InputStream;)V]
AwtConsole.LineInputStream.read ( ) : int
[mangled: FESI/awtgui/AwtConsole.LineInputStream.read:()I]
AwtConsole.LineInputStream.read ( byte[ ] p1, int p2, int p3 ) : int
[mangled: FESI/awtgui/AwtConsole.LineInputStream.read:([BII)I]
AwtConsole.LineInputStream.readLine ( ) : byte[ ]
[mangled: FESI/awtgui/AwtConsole.LineInputStream.readLine:()[B]
package FESI.swinggui
SwingConsole.LineInputStream.available ( ) : int
[mangled: FESI/swinggui/SwingConsole.LineInputStream.available:()I]
SwingConsole.LineInputStream.read ( ) : int
[mangled: FESI/swinggui/SwingConsole.LineInputStream.read:()I]
SwingConsole.LineInputStream.read ( byte[ ] p1, int p2, int p3 ) : int
[mangled: FESI/swinggui/SwingConsole.LineInputStream.read:([BII)I]
SwingConsole.LineInputStream.readLine ( ) : byte[ ]
[mangled: FESI/swinggui/SwingConsole.LineInputStream.readLine:()[B]
SwingConsole.LineInputStream.SwingConsole.LineInputStream ( SwingConsole p1, InputStream p2 )
[mangled: FESI/swinggui/SwingConsole.LineInputStream."<init>":(LFESI/swinggui/SwingConsole;Ljava/io/InputStream;)V]
fesi.jar, LocalClassLoader.class
package FESI.Interpreter
LocalClassLoader.getLocalResource ( String p1, String p2 ) [static] : Object
[mangled: FESI/Interpreter/LocalClassLoader.getLocalResource:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;]
LocalClassLoader.getLocalResourceAsStream ( String p1, String p2 ) [static] : InputStream
[mangled: FESI/Interpreter/LocalClassLoader.getLocalResourceAsStream:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/InputStream;]
LocalClassLoader.getResource ( String p1 ) : URL
[mangled: FESI/Interpreter/LocalClassLoader.getResource:(Ljava/lang/String;)Ljava/net/URL;]
LocalClassLoader.getResourceAsStream ( String p1 ) : InputStream
[mangled: FESI/Interpreter/LocalClassLoader.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
LocalClassLoader.loadClass ( String p1 ) : Class
[mangled: FESI/Interpreter/LocalClassLoader.loadClass:(Ljava/lang/String;)Ljava/lang/Class;]
LocalClassLoader.loadClass ( String p1, boolean p2 ) : Class
[mangled: FESI/Interpreter/LocalClassLoader.loadClass:(Ljava/lang/String;Z)Ljava/lang/Class;]
LocalClassLoader.makeLocalClassLoader ( String p1 ) [static] : LocalClassLoader
[mangled: FESI/Interpreter/LocalClassLoader.makeLocalClassLoader:(Ljava/lang/String;)LFESI/Interpreter/LocalClassLoader;]
LocalClassLoader.toString ( ) : String
[mangled: FESI/Interpreter/LocalClassLoader.toString:()Ljava/lang/String;]
fesi.jar, MathObject.class
package FESI.Data
MathObject.getESClassName ( ) : String
[mangled: FESI/Data/MathObject.getESClassName:()Ljava/lang/String;]
MathObject.makeMathObject ( FESI.Interpreter.Evaluator p1, ObjectPrototype p2, FunctionPrototype p3 ) [static] : ESObject
[mangled: FESI/Data/MathObject.makeMathObject:(LFESI/Interpreter/Evaluator;LFESI/Data/ObjectPrototype;LFESI/Data/FunctionPrototype;)LFESI/Data/ESObject;]
fesi.jar, MessageBox.class
package FESI.gui
MessageBox.waitOK ( ) [abstract] : void
[mangled: FESI/gui/MessageBox.waitOK:()V]
fesi.jar, Node.class
package FESI.AST
Node.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) [abstract] : Object
[mangled: FESI/AST/Node.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
Node.jjtAddChild ( Node p1, int p2 ) [abstract] : void
[mangled: FESI/AST/Node.jjtAddChild:(LFESI/AST/Node;I)V]
Node.jjtClose ( ) [abstract] : void
[mangled: FESI/AST/Node.jjtClose:()V]
Node.jjtGetChild ( int p1 ) [abstract] : Node
[mangled: FESI/AST/Node.jjtGetChild:(I)LFESI/AST/Node;]
Node.jjtGetNumChildren ( ) [abstract] : int
[mangled: FESI/AST/Node.jjtGetNumChildren:()I]
Node.jjtGetParent ( ) [abstract] : Node
[mangled: FESI/AST/Node.jjtGetParent:()LFESI/AST/Node;]
Node.jjtOpen ( ) [abstract] : void
[mangled: FESI/AST/Node.jjtOpen:()V]
Node.jjtSetParent ( Node p1 ) [abstract] : void
[mangled: FESI/AST/Node.jjtSetParent:(LFESI/AST/Node;)V]
fesi.jar, NumberObject.class
package FESI.Data
NumberObject.callFunction ( ESObject p1, ESValue[ ] p2 ) : ESValue
[mangled: FESI/Data/NumberObject.callFunction:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
NumberObject.doConstruct ( ESObject p1, ESValue[ ] p2 ) : ESObject
[mangled: FESI/Data/NumberObject.doConstruct:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESObject;]
NumberObject.makeNumberObject ( FESI.Interpreter.Evaluator p1, ObjectPrototype p2, FunctionPrototype p3 ) [static] : NumberObject
[mangled: FESI/Data/NumberObject.makeNumberObject:(LFESI/Interpreter/Evaluator;LFESI/Data/ObjectPrototype;LFESI/Data/FunctionPrototype;)LFESI/Data/NumberObject;]
NumberObject.toString ( ) : String
[mangled: FESI/Data/NumberObject.toString:()Ljava/lang/String;]
fesi.jar, ObjectObject.class
package FESI.Data
ObjectObject.callFunction ( ESObject p1, ESValue[ ] p2 ) : ESValue
[mangled: FESI/Data/ObjectObject.callFunction:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ObjectObject.createObject ( FESI.Interpreter.Evaluator p1 ) [static] : ObjectPrototype
[mangled: FESI/Data/ObjectObject.createObject:(LFESI/Interpreter/Evaluator;)LFESI/Data/ObjectPrototype;]
ObjectObject.doConstruct ( ESObject p1, ESValue[ ] p2 ) : ESObject
[mangled: FESI/Data/ObjectObject.doConstruct:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESObject;]
ObjectObject.ObjectObject ( ESObject p1, FESI.Interpreter.Evaluator p2 )
[mangled: FESI/Data/ObjectObject."<init>":(LFESI/Data/ESObject;LFESI/Interpreter/Evaluator;)V]
ObjectObject.toString ( ) : String
[mangled: FESI/Data/ObjectObject.toString:()Ljava/lang/String;]
fesi.jar, ObjectPrototype.class
package FESI.Data
ObjectPrototype.ObjectPrototype ( ESObject p1, FESI.Interpreter.Evaluator p2 )
[mangled: FESI/Data/ObjectPrototype."<init>":(LFESI/Data/ESObject;LFESI/Interpreter/Evaluator;)V]
fesi.jar, OptionalRegExp.class
package FESI.Extensions
OptionalRegExp.initializeExtension ( FESI.Interpreter.Evaluator p1 ) : void
[mangled: FESI/Extensions/OptionalRegExp.initializeExtension:(LFESI/Interpreter/Evaluator;)V]
OptionalRegExp.OptionalRegExp ( )
[mangled: FESI/Extensions/OptionalRegExp."<init>":()V]
fesi.jar, ORORegExp.class
package FESI.Extensions
ORORegExp.initializeExtension ( FESI.Interpreter.Evaluator p1 ) : void
[mangled: FESI/Extensions/ORORegExp.initializeExtension:(LFESI/Interpreter/Evaluator;)V]
ORORegExp.ORORegExp ( )
[mangled: FESI/Extensions/ORORegExp."<init>":()V]
fesi.jar, ParsedProgram.class
package FESI.Interpreter
ParsedProgram.getEvaluationSource ( ) : EvaluationSource
[mangled: FESI/Interpreter/ParsedProgram.getEvaluationSource:()LFESI/Interpreter/EvaluationSource;]
ParsedProgram.getProgramNode ( ) : FESI.AST.ASTProgram
[mangled: FESI/Interpreter/ParsedProgram.getProgramNode:()LFESI/AST/ASTProgram;]
ParsedProgram.getVariableNames ( ) : Vector
[mangled: FESI/Interpreter/ParsedProgram.getVariableNames:()Ljava/util/Vector;]
ParsedProgram.ParsedProgram ( FESI.AST.ASTProgram p1, Vector p2, EvaluationSource p3 )
[mangled: FESI/Interpreter/ParsedProgram."<init>":(LFESI/AST/ASTProgram;Ljava/util/Vector;LFESI/Interpreter/EvaluationSource;)V]
fesi.jar, ParseException.class
package FESI.Parser
ParseException.add_escapes ( String p1 ) : String
[mangled: FESI/Parser/ParseException.add_escapes:(Ljava/lang/String;)Ljava/lang/String;]
ParseException.getMessage ( ) : String
[mangled: FESI/Parser/ParseException.getMessage:()Ljava/lang/String;]
ParseException.ParseException ( )
[mangled: FESI/Parser/ParseException."<init>":()V]
ParseException.ParseException ( Token p1, int[ ][ ] p2, String[ ] p3 )
[mangled: FESI/Parser/ParseException."<init>":(LFESI/Parser/Token;[[I[Ljava/lang/String;)V]
ParseException.ParseException ( String p1 )
[mangled: FESI/Parser/ParseException."<init>":(Ljava/lang/String;)V]
fesi.jar, PasteAction.class
package FESI.swinggui
JConsoleArea.PasteAction.actionPerformed ( ActionEvent p1 ) : void
[mangled: FESI/swinggui/JConsoleArea.PasteAction.actionPerformed:(Ljava/awt/event/ActionEvent;)V]
JConsoleArea.PasteAction.JConsoleArea.PasteAction ( JConsoleArea p1 )
[mangled: FESI/swinggui/JConsoleArea.PasteAction."<init>":(LFESI/swinggui/JConsoleArea;)V]
fesi.jar, ProgrammingError.class
package FESI.Exceptions
ProgrammingError.getMessage ( ) : String
[mangled: FESI/Exceptions/ProgrammingError.getMessage:()Ljava/lang/String;]
ProgrammingError.ProgrammingError ( )
[mangled: FESI/Exceptions/ProgrammingError."<init>":()V]
ProgrammingError.ProgrammingError ( String p1 )
[mangled: FESI/Exceptions/ProgrammingError."<init>":(Ljava/lang/String;)V]
fesi.jar, PromptBox.class
package FESI.gui
PromptBox.waitResponse ( ) [abstract] : String
[mangled: FESI/gui/PromptBox.waitResponse:()Ljava/lang/String;]
fesi.jar, RE.class
package gnu.regexp
RE.getAllMatches ( Object p1 ) : REMatch[ ]
[mangled: gnu/regexp/RE.getAllMatches:(Ljava/lang/Object;)[Lgnu/regexp/REMatch;]
RE.getAllMatches ( Object p1, int p2 ) : REMatch[ ]
[mangled: gnu/regexp/RE.getAllMatches:(Ljava/lang/Object;I)[Lgnu/regexp/REMatch;]
RE.getAllMatches ( Object p1, int p2, int p3 ) : REMatch[ ]
[mangled: gnu/regexp/RE.getAllMatches:(Ljava/lang/Object;II)[Lgnu/regexp/REMatch;]
RE.getMatch ( Object p1 ) : REMatch
[mangled: gnu/regexp/RE.getMatch:(Ljava/lang/Object;)Lgnu/regexp/REMatch;]
RE.getMatch ( Object p1, int p2 ) : REMatch
[mangled: gnu/regexp/RE.getMatch:(Ljava/lang/Object;I)Lgnu/regexp/REMatch;]
RE.getMatch ( Object p1, int p2, int p3 ) : REMatch
[mangled: gnu/regexp/RE.getMatch:(Ljava/lang/Object;II)Lgnu/regexp/REMatch;]
RE.getMatch ( Object p1, int p2, int p3, StringBuffer p4 ) : REMatch
[mangled: gnu/regexp/RE.getMatch:(Ljava/lang/Object;IILjava/lang/StringBuffer;)Lgnu/regexp/REMatch;]
RE.getMatchEnumeration ( Object p1 ) : REMatchEnumeration
[mangled: gnu/regexp/RE.getMatchEnumeration:(Ljava/lang/Object;)Lgnu/regexp/REMatchEnumeration;]
RE.getMatchEnumeration ( Object p1, int p2 ) : REMatchEnumeration
[mangled: gnu/regexp/RE.getMatchEnumeration:(Ljava/lang/Object;I)Lgnu/regexp/REMatchEnumeration;]
RE.getMatchEnumeration ( Object p1, int p2, int p3 ) : REMatchEnumeration
[mangled: gnu/regexp/RE.getMatchEnumeration:(Ljava/lang/Object;II)Lgnu/regexp/REMatchEnumeration;]
RE.getMinimumLength ( ) : int
[mangled: gnu/regexp/RE.getMinimumLength:()I]
RE.getNumSubs ( ) : int
[mangled: gnu/regexp/RE.getNumSubs:()I]
RE.isMatch ( Object p1 ) : boolean
[mangled: gnu/regexp/RE.isMatch:(Ljava/lang/Object;)Z]
RE.isMatch ( Object p1, int p2 ) : boolean
[mangled: gnu/regexp/RE.isMatch:(Ljava/lang/Object;I)Z]
RE.isMatch ( Object p1, int p2, int p3 ) : boolean
[mangled: gnu/regexp/RE.isMatch:(Ljava/lang/Object;II)Z]
RE.RE ( Object p1 )
[mangled: gnu/regexp/RE."<init>":(Ljava/lang/Object;)V]
RE.RE ( Object p1, int p2 )
[mangled: gnu/regexp/RE."<init>":(Ljava/lang/Object;I)V]
RE.RE ( Object p1, int p2, RESyntax p3 )
[mangled: gnu/regexp/RE."<init>":(Ljava/lang/Object;ILgnu/regexp/RESyntax;)V]
RE.substitute ( Object p1, String p2 ) : String
[mangled: gnu/regexp/RE.substitute:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;]
RE.substitute ( Object p1, String p2, int p3 ) : String
[mangled: gnu/regexp/RE.substitute:(Ljava/lang/Object;Ljava/lang/String;I)Ljava/lang/String;]
RE.substitute ( Object p1, String p2, int p3, int p4 ) : String
[mangled: gnu/regexp/RE.substitute:(Ljava/lang/Object;Ljava/lang/String;II)Ljava/lang/String;]
RE.substituteAll ( Object p1, String p2 ) : String
[mangled: gnu/regexp/RE.substituteAll:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;]
RE.substituteAll ( Object p1, String p2, int p3 ) : String
[mangled: gnu/regexp/RE.substituteAll:(Ljava/lang/Object;Ljava/lang/String;I)Ljava/lang/String;]
RE.substituteAll ( Object p1, String p2, int p3, int p4 ) : String
[mangled: gnu/regexp/RE.substituteAll:(Ljava/lang/Object;Ljava/lang/String;II)Ljava/lang/String;]
RE.toString ( ) : String
[mangled: gnu/regexp/RE.toString:()Ljava/lang/String;]
RE.version ( ) [static] : String
[mangled: gnu/regexp/RE.version:()Ljava/lang/String;]
fesi.jar, REException.class
package gnu.regexp
REException.getMessage ( ) : String
[mangled: gnu/regexp/REException.getMessage:()Ljava/lang/String;]
REException.getPosition ( ) : int
[mangled: gnu/regexp/REException.getPosition:()I]
REException.getType ( ) : int
[mangled: gnu/regexp/REException.getType:()I]
fesi.jar, REFilterInputStream.class
package gnu.regexp
REFilterInputStream.markSupported ( ) : boolean
[mangled: gnu/regexp/REFilterInputStream.markSupported:()Z]
REFilterInputStream.read ( ) : int
[mangled: gnu/regexp/REFilterInputStream.read:()I]
REFilterInputStream.read ( byte[ ] p1 ) : int
[mangled: gnu/regexp/REFilterInputStream.read:([B)I]
REFilterInputStream.read ( byte[ ] p1, int p2, int p3 ) : int
[mangled: gnu/regexp/REFilterInputStream.read:([BII)I]
REFilterInputStream.REFilterInputStream ( InputStream p1, RE p2, String p3 )
[mangled: gnu/regexp/REFilterInputStream."<init>":(Ljava/io/InputStream;Lgnu/regexp/RE;Ljava/lang/String;)V]
fesi.jar, REMatch.class
package gnu.regexp
REMatch.getEndIndex ( ) : int
[mangled: gnu/regexp/REMatch.getEndIndex:()I]
REMatch.getStartIndex ( ) : int
[mangled: gnu/regexp/REMatch.getStartIndex:()I]
REMatch.getSubEndIndex ( int p1 ) : int
[mangled: gnu/regexp/REMatch.getSubEndIndex:(I)I]
REMatch.getSubStartIndex ( int p1 ) : int
[mangled: gnu/regexp/REMatch.getSubStartIndex:(I)I]
REMatch.substituteInto ( String p1 ) : String
[mangled: gnu/regexp/REMatch.substituteInto:(Ljava/lang/String;)Ljava/lang/String;]
REMatch.toString ( ) : String
[mangled: gnu/regexp/REMatch.toString:()Ljava/lang/String;]
REMatch.toString ( int p1 ) : String
[mangled: gnu/regexp/REMatch.toString:(I)Ljava/lang/String;]
fesi.jar, REMatchEnumeration.class
package gnu.regexp
REMatchEnumeration.hasMoreElements ( ) : boolean
[mangled: gnu/regexp/REMatchEnumeration.hasMoreElements:()Z]
REMatchEnumeration.hasMoreMatches ( ) : boolean
[mangled: gnu/regexp/REMatchEnumeration.hasMoreMatches:()Z]
REMatchEnumeration.hasMoreMatches ( StringBuffer p1 ) : boolean
[mangled: gnu/regexp/REMatchEnumeration.hasMoreMatches:(Ljava/lang/StringBuffer;)Z]
REMatchEnumeration.nextElement ( ) : Object
[mangled: gnu/regexp/REMatchEnumeration.nextElement:()Ljava/lang/Object;]
REMatchEnumeration.nextMatch ( ) : REMatch
[mangled: gnu/regexp/REMatchEnumeration.nextMatch:()Lgnu/regexp/REMatch;]
fesi.jar, RESyntax.class
package gnu.regexp
RESyntax.get ( int p1 ) : boolean
[mangled: gnu/regexp/RESyntax.get:(I)Z]
RESyntax.RESyntax ( )
[mangled: gnu/regexp/RESyntax."<init>":()V]
RESyntax.RESyntax ( RESyntax p1 )
[mangled: gnu/regexp/RESyntax."<init>":(Lgnu/regexp/RESyntax;)V]
RESyntax.set ( int p1 ) : RESyntax
[mangled: gnu/regexp/RESyntax.set:(I)Lgnu/regexp/RESyntax;]
fesi.jar, ReturnKeyTypedAction.class
package FESI.swinggui
JConsoleArea.ReturnKeyTypedAction.actionPerformed ( ActionEvent p1 ) : void
[mangled: FESI/swinggui/JConsoleArea.ReturnKeyTypedAction.actionPerformed:(Ljava/awt/event/ActionEvent;)V]
JConsoleArea.ReturnKeyTypedAction.JConsoleArea.ReturnKeyTypedAction ( JConsoleArea p1 )
[mangled: FESI/swinggui/JConsoleArea.ReturnKeyTypedAction."<init>":(LFESI/swinggui/JConsoleArea;)V]
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
[mangled: FESI/Interpreter/ScopeChain.doIndirectCall:(LFESI/Interpreter/Evaluator;LFESI/Data/ESObject;Ljava/lang/String;I[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
ScopeChain.getReference ( String p1 ) : FESI.Data.ESReference
[mangled: FESI/Interpreter/ScopeChain.getReference:(Ljava/lang/String;)LFESI/Data/ESReference;]
ScopeChain.getReference ( String p1, int p2 ) : FESI.Data.ESReference
[mangled: FESI/Interpreter/ScopeChain.getReference:(Ljava/lang/String;I)LFESI/Data/ESReference;]
ScopeChain.getValue ( String p1 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/ScopeChain.getValue:(Ljava/lang/String;)LFESI/Data/ESValue;]
ScopeChain.getValue ( String p1, int p2 ) : FESI.Data.ESValue
[mangled: FESI/Interpreter/ScopeChain.getValue:(Ljava/lang/String;I)LFESI/Data/ESValue;]
fesi.jar, SimpleNode.class
package FESI.AST
SimpleNode.assertFourChildren ( ) : void
[mangled: FESI/AST/SimpleNode.assertFourChildren:()V]
SimpleNode.assertNoChildren ( ) : void
[mangled: FESI/AST/SimpleNode.assertNoChildren:()V]
SimpleNode.assertOneChild ( ) : void
[mangled: FESI/AST/SimpleNode.assertOneChild:()V]
SimpleNode.assertThreeChildren ( ) : void
[mangled: FESI/AST/SimpleNode.assertThreeChildren:()V]
SimpleNode.assertTwoChildren ( ) : void
[mangled: FESI/AST/SimpleNode.assertTwoChildren:()V]
SimpleNode.childrenAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/SimpleNode.childrenAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
SimpleNode.dump ( String p1 ) : void
[mangled: FESI/AST/SimpleNode.dump:(Ljava/lang/String;)V]
SimpleNode.getLineNumber ( ) : int
[mangled: FESI/AST/SimpleNode.getLineNumber:()I]
SimpleNode.jjtAccept ( EcmaScriptVisitor p1, Object p2 ) : Object
[mangled: FESI/AST/SimpleNode.jjtAccept:(LFESI/AST/EcmaScriptVisitor;Ljava/lang/Object;)Ljava/lang/Object;]
SimpleNode.jjtAddChild ( Node p1, int p2 ) : void
[mangled: FESI/AST/SimpleNode.jjtAddChild:(LFESI/AST/Node;I)V]
SimpleNode.jjtClose ( ) : void
[mangled: FESI/AST/SimpleNode.jjtClose:()V]
SimpleNode.jjtGetChild ( int p1 ) : Node
[mangled: FESI/AST/SimpleNode.jjtGetChild:(I)LFESI/AST/Node;]
SimpleNode.jjtGetNumChildren ( ) : int
[mangled: FESI/AST/SimpleNode.jjtGetNumChildren:()I]
SimpleNode.jjtGetParent ( ) : Node
[mangled: FESI/AST/SimpleNode.jjtGetParent:()LFESI/AST/Node;]
SimpleNode.jjtOpen ( ) : void
[mangled: FESI/AST/SimpleNode.jjtOpen:()V]
SimpleNode.jjtSetParent ( Node p1 ) : void
[mangled: FESI/AST/SimpleNode.jjtSetParent:(LFESI/AST/Node;)V]
SimpleNode.setLineNumber ( int p1 ) : void
[mangled: FESI/AST/SimpleNode.setLineNumber:(I)V]
SimpleNode.SimpleNode ( FESI.Parser.EcmaScript p1, int p2 )
[mangled: FESI/AST/SimpleNode."<init>":(LFESI/Parser/EcmaScript;I)V]
SimpleNode.SimpleNode ( int p1 )
[mangled: FESI/AST/SimpleNode."<init>":(I)V]
SimpleNode.toString ( ) : String
[mangled: FESI/AST/SimpleNode.toString:()Ljava/lang/String;]
SimpleNode.toString ( String p1 ) : String
[mangled: FESI/AST/SimpleNode.toString:(Ljava/lang/String;)Ljava/lang/String;]
fesi.jar, StringEvaluationSource.class
package FESI.Interpreter
StringEvaluationSource.getEvaluationSourceText ( ) : String
[mangled: FESI/Interpreter/StringEvaluationSource.getEvaluationSourceText:()Ljava/lang/String;]
StringEvaluationSource.StringEvaluationSource ( String p1, EvaluationSource p2 )
[mangled: FESI/Interpreter/StringEvaluationSource."<init>":(Ljava/lang/String;LFESI/Interpreter/EvaluationSource;)V]
fesi.jar, StringObject.class
package FESI.Data
StringObject.callFunction ( ESObject p1, ESValue[ ] p2 ) : ESValue
[mangled: FESI/Data/StringObject.callFunction:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESValue;]
StringObject.doConstruct ( ESObject p1, ESValue[ ] p2 ) : ESObject
[mangled: FESI/Data/StringObject.doConstruct:(LFESI/Data/ESObject;[LFESI/Data/ESValue;)LFESI/Data/ESObject;]
StringObject.makeStringObject ( FESI.Interpreter.Evaluator p1, ObjectPrototype p2, FunctionPrototype p3 ) [static] : StringObject
[mangled: FESI/Data/StringObject.makeStringObject:(LFESI/Interpreter/Evaluator;LFESI/Data/ObjectPrototype;LFESI/Data/FunctionPrototype;)LFESI/Data/StringObject;]
StringObject.toString ( ) : String
[mangled: FESI/Data/StringObject.toString:()Ljava/lang/String;]
fesi.jar, SwingConfirmationBox.class
package FESI.swinggui
SwingConfirmationBox.SwingConfirmationBox ( String p1, String p2 )
[mangled: FESI/swinggui/SwingConfirmationBox."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
SwingConfirmationBox.waitYesOrNo ( ) : boolean
[mangled: FESI/swinggui/SwingConfirmationBox.waitYesOrNo:()Z]
fesi.jar, SwingConsole.class
package FESI.swinggui
SwingConsole.clear ( ) : void
[mangled: FESI/swinggui/SwingConsole.clear:()V]
SwingConsole.commandExit ( ) : void
[mangled: FESI/swinggui/SwingConsole.commandExit:()V]
SwingConsole.commandLoad ( ) : void
[mangled: FESI/swinggui/SwingConsole.commandLoad:()V]
SwingConsole.commandNew ( ) : void
[mangled: FESI/swinggui/SwingConsole.commandNew:()V]
SwingConsole.commandOpen ( ) : void
[mangled: FESI/swinggui/SwingConsole.commandOpen:()V]
SwingConsole.createEditor ( String p1 ) : void
[mangled: FESI/swinggui/SwingConsole.createEditor:(Ljava/lang/String;)V]
SwingConsole.displayAbout ( ) : void
[mangled: FESI/swinggui/SwingConsole.displayAbout:()V]
SwingConsole.displayHelpText ( ) : void
[mangled: FESI/swinggui/SwingConsole.displayHelpText:()V]
SwingConsole.displayHelpWindow ( ) : void
[mangled: FESI/swinggui/SwingConsole.displayHelpWindow:()V]
SwingConsole.getConsoleIn ( ) : InputStream
[mangled: FESI/swinggui/SwingConsole.getConsoleIn:()Ljava/io/InputStream;]
SwingConsole.getConsoleOut ( ) : PrintStream
[mangled: FESI/swinggui/SwingConsole.getConsoleOut:()Ljava/io/PrintStream;]
SwingConsole.send ( String p1 ) : void
[mangled: FESI/swinggui/SwingConsole.send:(Ljava/lang/String;)V]
SwingConsole.supportsEditing ( ) : boolean
[mangled: FESI/swinggui/SwingConsole.supportsEditing:()Z]
SwingConsole.SwingConsole ( FESI.gui.InterpreterCommands p1, String p2, int p3, int p4 )
[mangled: FESI/swinggui/SwingConsole."<init>":(LFESI/gui/InterpreterCommands;Ljava/lang/String;II)V]
fesi.jar, SwingGuiFactory.class
package FESI.swinggui
SwingGuiFactory.displayMessageBox ( String p1, String p2 ) : FESI.gui.MessageBox
[mangled: FESI/swinggui/SwingGuiFactory.displayMessageBox:(Ljava/lang/String;Ljava/lang/String;)LFESI/gui/MessageBox;]
SwingGuiFactory.makeConsole ( FESI.gui.InterpreterCommands p1, String p2, int p3, int p4 ) : FESI.gui.Console
[mangled: FESI/swinggui/SwingGuiFactory.makeConsole:(LFESI/gui/InterpreterCommands;Ljava/lang/String;II)LFESI/gui/Console;]
SwingGuiFactory.SwingGuiFactory ( )
[mangled: FESI/swinggui/SwingGuiFactory."<init>":()V]
fesi.jar, SwingMessageBox.class
package FESI.swinggui
SwingMessageBox.SwingMessageBox ( String p1, String p2 )
[mangled: FESI/swinggui/SwingMessageBox."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
SwingMessageBox.waitOK ( ) : void
[mangled: FESI/swinggui/SwingMessageBox.waitOK:()V]
fesi.jar, SwingPromptBox.class
package FESI.swinggui
SwingPromptBox.SwingPromptBox ( String p1, String p2, String p3 )
[mangled: FESI/swinggui/SwingPromptBox."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SwingPromptBox.waitResponse ( ) : String
[mangled: FESI/swinggui/SwingPromptBox.waitResponse:()Ljava/lang/String;]
fesi.jar, Test.class
Test.main ( String[ ] p1 ) [static] : void
[mangled: Test.main:([Ljava/lang/String;)V]
Test.Test ( )
[mangled: Test."<init>":()V]
fesi.jar, TestDescrBean.class
package FESI.Tests
TestDescrBean.getAValue ( ) : int
[mangled: FESI/Tests/TestDescrBean.getAValue:()I]
TestDescrBean.getIntArray ( ) : int[ ]
[mangled: FESI/Tests/TestDescrBean.getIntArray:()[I]
TestDescrBean.getIntArrayWithIndex ( int p1 ) : int
[mangled: FESI/Tests/TestDescrBean.getIntArrayWithIndex:(I)I]
TestDescrBean.getIntIndexed ( int p1 ) : int
[mangled: FESI/Tests/TestDescrBean.getIntIndexed:(I)I]
TestDescrBean.setAValue ( int p1 ) : void
[mangled: FESI/Tests/TestDescrBean.setAValue:(I)V]
TestDescrBean.setIntArray ( int[ ] p1 ) : void
[mangled: FESI/Tests/TestDescrBean.setIntArray:([I)V]
TestDescrBean.setIntArrayWithIndex ( int p1, int p2 ) : void
[mangled: FESI/Tests/TestDescrBean.setIntArrayWithIndex:(II)V]
TestDescrBean.setIntIndexed ( int p1, int p2 ) : void
[mangled: FESI/Tests/TestDescrBean.setIntIndexed:(II)V]
TestDescrBean.TestDescrBean ( )
[mangled: FESI/Tests/TestDescrBean."<init>":()V]
TestDescrBean.toString ( ) : String
[mangled: FESI/Tests/TestDescrBean.toString:()Ljava/lang/String;]
fesi.jar, TestDescrBeanBeanInfo.class
package FESI.Tests
TestDescrBeanBeanInfo.getBeanDescriptor ( ) : BeanDescriptor
[mangled: FESI/Tests/TestDescrBeanBeanInfo.getBeanDescriptor:()Ljava/beans/BeanDescriptor;]
TestDescrBeanBeanInfo.getPropertyDescriptors ( ) : PropertyDescriptor[ ]
[mangled: FESI/Tests/TestDescrBeanBeanInfo.getPropertyDescriptors:()[Ljava/beans/PropertyDescriptor;]
TestDescrBeanBeanInfo.TestDescrBeanBeanInfo ( )
[mangled: FESI/Tests/TestDescrBeanBeanInfo."<init>":()V]
fesi.jar, TestEngine.class
package FESI.Tests.dan
TestEngine.main ( String[ ] p1 ) [static] : void
[mangled: FESI/Tests/dan/TestEngine.main:([Ljava/lang/String;)V]
TestEngine.TestEngine ( )
[mangled: FESI/Tests/dan/TestEngine."<init>":()V]
package FESI.Tests.vivek
TestEngine.main ( String[ ] p1 ) [static] : void
[mangled: FESI/Tests/vivek/TestEngine.main:([Ljava/lang/String;)V]
TestEngine.TestEngine ( )
[mangled: FESI/Tests/vivek/TestEngine."<init>":()V]
fesi.jar, TestInterface.class
package FESI.Tests
TestInterface.getData ( ) [abstract] : int
[mangled: FESI/Tests/TestInterface.getData:()I]
fesi.jar, TestJavaAccess.class
package FESI.Tests
TestJavaAccess.checkWidening ( byte p1 ) : String
[mangled: FESI/Tests/TestJavaAccess.checkWidening:(B)Ljava/lang/String;]
TestJavaAccess.checkWidening ( double p1 ) : String
[mangled: FESI/Tests/TestJavaAccess.checkWidening:(D)Ljava/lang/String;]
TestJavaAccess.checkWidening ( float p1 ) : String
[mangled: FESI/Tests/TestJavaAccess.checkWidening:(F)Ljava/lang/String;]
TestJavaAccess.checkWidening ( int p1 ) : String
[mangled: FESI/Tests/TestJavaAccess.checkWidening:(I)Ljava/lang/String;]
TestJavaAccess.checkWidening ( long p1 ) : String
[mangled: FESI/Tests/TestJavaAccess.checkWidening:(J)Ljava/lang/String;]
TestJavaAccess.checkWidening ( short p1 ) : String
[mangled: FESI/Tests/TestJavaAccess.checkWidening:(S)Ljava/lang/String;]
TestJavaAccess.corba ( ) : int
[mangled: FESI/Tests/TestJavaAccess.corba:()I]
TestJavaAccess.corba ( int p1 ) : void
[mangled: FESI/Tests/TestJavaAccess.corba:(I)V]
TestJavaAccess.getArray ( ) : byte[ ]
[mangled: FESI/Tests/TestJavaAccess.getArray:()[B]
TestJavaAccess.getImages ( ) : Enumeration
[mangled: FESI/Tests/TestJavaAccess.getImages:()Ljava/util/Enumeration;]
TestJavaAccess.getIntField ( ) : int
[mangled: FESI/Tests/TestJavaAccess.getIntField:()I]
TestJavaAccess.getPrivateIntField ( ) : int
[mangled: FESI/Tests/TestJavaAccess.getPrivateIntField:()I]
TestJavaAccess.getStaticIntField ( ) [static] : int
[mangled: FESI/Tests/TestJavaAccess.getStaticIntField:()I]
TestJavaAccess.getSubInterfaceData ( ) : LocalForInterface
[mangled: FESI/Tests/TestJavaAccess.getSubInterfaceData:()LFESI/Tests/LocalForInterface;]
TestJavaAccess.makeBean ( FESI.jslib.JSObject p1 ) : void
[mangled: FESI/Tests/TestJavaAccess.makeBean:(LFESI/jslib/JSObject;)V]
TestJavaAccess.makeObj ( FESI.jslib.JSObject p1 ) : void
[mangled: FESI/Tests/TestJavaAccess.makeObj:(LFESI/jslib/JSObject;)V]
TestJavaAccess.makeStuff ( ) : SomeLocalStuff
[mangled: FESI/Tests/TestJavaAccess.makeStuff:()LFESI/Tests/SomeLocalStuff;]
TestJavaAccess.makeStuffElement ( FESI.jslib.JSObject p1 ) : void
[mangled: FESI/Tests/TestJavaAccess.makeStuffElement:(LFESI/jslib/JSObject;)V]
TestJavaAccess.makeSub ( ) : SomeLocalSubclass
[mangled: FESI/Tests/TestJavaAccess.makeSub:()LFESI/Tests/SomeLocalSubclass;]
TestJavaAccess.meanArray ( byte[ ] p1 ) : double
[mangled: FESI/Tests/TestJavaAccess.meanArray:([B)D]
TestJavaAccess.run ( ) : void
[mangled: FESI/Tests/TestJavaAccess.run:()V]
TestJavaAccess.setPrivateIntField ( int p1 ) : void
[mangled: FESI/Tests/TestJavaAccess.setPrivateIntField:(I)V]
TestJavaAccess.testInterface ( Runnable p1 ) : boolean
[mangled: FESI/Tests/TestJavaAccess.testInterface:(Ljava/lang/Runnable;)Z]
TestJavaAccess.TestJavaAccess ( )
[mangled: FESI/Tests/TestJavaAccess."<init>":()V]
TestJavaAccess.TestJavaAccess ( byte p1 )
[mangled: FESI/Tests/TestJavaAccess."<init>":(B)V]
TestJavaAccess.TestJavaAccess ( double p1 )
[mangled: FESI/Tests/TestJavaAccess."<init>":(D)V]
TestJavaAccess.TestJavaAccess ( float p1 )
[mangled: FESI/Tests/TestJavaAccess."<init>":(F)V]
TestJavaAccess.TestJavaAccess ( int p1 )
[mangled: FESI/Tests/TestJavaAccess."<init>":(I)V]
TestJavaAccess.TestJavaAccess ( long p1 )
[mangled: FESI/Tests/TestJavaAccess."<init>":(J)V]
TestJavaAccess.TestJavaAccess ( short p1 )
[mangled: FESI/Tests/TestJavaAccess."<init>":(S)V]
TestJavaAccess.testJS ( FESI.jslib.JSObject p1 ) : Object
[mangled: FESI/Tests/TestJavaAccess.testJS:(LFESI/jslib/JSObject;)Ljava/lang/Object;]
TestJavaAccess.testJSObject ( FESI.jslib.JSObject p1 ) : Object
[mangled: FESI/Tests/TestJavaAccess.testJSObject:(LFESI/jslib/JSObject;)Ljava/lang/Object;]
TestJavaAccess.whichOne ( ) : String
[mangled: FESI/Tests/TestJavaAccess.whichOne:()Ljava/lang/String;]
fesi.jar, TestJavaBean.class
package FESI.Tests
TestJavaBean.getBoth ( ) : int
[mangled: FESI/Tests/TestJavaBean.getBoth:()I]
TestJavaBean.getHidden ( ) : int
[mangled: FESI/Tests/TestJavaBean.getHidden:()I]
TestJavaBean.setBoth ( int p1 ) : void
[mangled: FESI/Tests/TestJavaBean.setBoth:(I)V]
TestJavaBean.setHidden ( int p1 ) : void
[mangled: FESI/Tests/TestJavaBean.setHidden:(I)V]
TestJavaBean.TestJavaBean ( )
[mangled: FESI/Tests/TestJavaBean."<init>":()V]
TestJavaBean.toString ( ) : String
[mangled: FESI/Tests/TestJavaBean.toString:()Ljava/lang/String;]
fesi.jar, TestJSE.class
package FESI.Test
TestJSE.initializeExtension ( FESI.jslib.JSGlobalObject p1 ) : void
[mangled: FESI/Test/TestJSE.initializeExtension:(LFESI/jslib/JSGlobalObject;)V]
TestJSE.main ( String[ ] p1 ) [static] : void
[mangled: FESI/Test/TestJSE.main:([Ljava/lang/String;)V]
TestJSE.TestJSE ( )
[mangled: FESI/Test/TestJSE."<init>":()V]
TestJSE.testJSE ( FESI.jslib.JSObject p1 ) : Object
[mangled: FESI/Test/TestJSE.testJSE:(LFESI/jslib/JSObject;)Ljava/lang/Object;]
fesi.jar, TestSubInterface.class
package FESI.Tests
TestSubInterface.getSubData ( ) [abstract] : int
[mangled: FESI/Tests/TestSubInterface.getSubData:()I]
TestSubInterface.getSubData ( int p1 ) [abstract] : int
[mangled: FESI/Tests/TestSubInterface.getSubData:(I)I]
fesi.jar, TextAreaInputStream.class
package FESI.awtgui
AwtConsole.TextAreaInputStream.AwtConsole.TextAreaInputStream ( AwtConsole p1, TextArea p2 )
[mangled: FESI/awtgui/AwtConsole.TextAreaInputStream."<init>":(LFESI/awtgui/AwtConsole;Ljava/awt/TextArea;)V]
AwtConsole.TextAreaInputStream.keyPressed ( KeyEvent p1 ) : void
[mangled: FESI/awtgui/AwtConsole.TextAreaInputStream.keyPressed:(Ljava/awt/event/KeyEvent;)V]
AwtConsole.TextAreaInputStream.keyReleased ( KeyEvent p1 ) : void
[mangled: FESI/awtgui/AwtConsole.TextAreaInputStream.keyReleased:(Ljava/awt/event/KeyEvent;)V]
AwtConsole.TextAreaInputStream.keyTyped ( KeyEvent p1 ) : void
[mangled: FESI/awtgui/AwtConsole.TextAreaInputStream.keyTyped:(Ljava/awt/event/KeyEvent;)V]
package FESI.swinggui
SwingConsole.TextAreaInputStream.SwingConsole.TextAreaInputStream ( SwingConsole p1, JConsoleArea p2 )
[mangled: FESI/swinggui/SwingConsole.TextAreaInputStream."<init>":(LFESI/swinggui/SwingConsole;LFESI/swinggui/JConsoleArea;)V]
fesi.jar, TextAreaOutputStream.class
package FESI.awtgui
AwtConsole.TextAreaOutputStream.AwtConsole.TextAreaOutputStream ( AwtConsole p1, TextArea p2 )
[mangled: FESI/awtgui/AwtConsole.TextAreaOutputStream."<init>":(LFESI/awtgui/AwtConsole;Ljava/awt/TextArea;)V]
AwtConsole.TextAreaOutputStream.flush ( ) : void
[mangled: FESI/awtgui/AwtConsole.TextAreaOutputStream.flush:()V]
AwtConsole.TextAreaOutputStream.write ( int p1 ) : void
[mangled: FESI/awtgui/AwtConsole.TextAreaOutputStream.write:(I)V]
package FESI.swinggui
SwingConsole.TextAreaOutputStream.flush ( ) : void
[mangled: FESI/swinggui/SwingConsole.TextAreaOutputStream.flush:()V]
SwingConsole.TextAreaOutputStream.SwingConsole.TextAreaOutputStream ( SwingConsole p1, JConsoleArea p2 )
[mangled: FESI/swinggui/SwingConsole.TextAreaOutputStream."<init>":(LFESI/swinggui/SwingConsole;LFESI/swinggui/JConsoleArea;)V]
SwingConsole.TextAreaOutputStream.write ( int p1 ) : void
[mangled: FESI/swinggui/SwingConsole.TextAreaOutputStream.write:(I)V]
fesi.jar, Token.class
package FESI.Parser
Token.newToken ( int p1 ) [static] : Token
[mangled: FESI/Parser/Token.newToken:(I)LFESI/Parser/Token;]
Token.Token ( )
[mangled: FESI/Parser/Token."<init>":()V]
Token.toString ( ) : String
[mangled: FESI/Parser/Token.toString:()Ljava/lang/String;]
fesi.jar, TokenMgrError.class
package FESI.Parser
TokenMgrError.addEscapes ( String p1 ) [static] : String
[mangled: FESI/Parser/TokenMgrError.addEscapes:(Ljava/lang/String;)Ljava/lang/String;]
TokenMgrError.getMessage ( ) : String
[mangled: FESI/Parser/TokenMgrError.getMessage:()Ljava/lang/String;]
TokenMgrError.TokenMgrError ( )
[mangled: FESI/Parser/TokenMgrError."<init>":()V]
TokenMgrError.TokenMgrError ( boolean p1, int p2, int p3, int p4, String p5, char p6, int p7 )
[mangled: FESI/Parser/TokenMgrError."<init>":(ZIIILjava/lang/String;CI)V]
TokenMgrError.TokenMgrError ( String p1, int p2 )
[mangled: FESI/Parser/TokenMgrError."<init>":(Ljava/lang/String;I)V]
fesi.jar, UserEvaluationSource.class
package FESI.Interpreter
UserEvaluationSource.getEvaluationSourceText ( ) : String
[mangled: FESI/Interpreter/UserEvaluationSource.getEvaluationSourceText:()Ljava/lang/String;]
UserEvaluationSource.UserEvaluationSource ( String p1, EvaluationSource p2 )
[mangled: FESI/Interpreter/UserEvaluationSource."<init>":(Ljava/lang/String;LFESI/Interpreter/EvaluationSource;)V]
fesi.jar, ValueDescription.class
package FESI.Data
ValueDescription.toString ( ) : String
[mangled: FESI/Data/ValueDescription.toString:()Ljava/lang/String;]
ValueDescription.ValueDescription ( String p1, String p2 )
[mangled: FESI/Data/ValueDescription."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
ValueDescription.ValueDescription ( String p1, String p2, String p3 )
[mangled: FESI/Data/ValueDescription."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
fop_0_15_0.jar, A.class
package org.apache.fop.svg
A.A ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/A."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
A.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/A.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
A.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/A.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, AbsFunction.class
package org.apache.fop.fo.expr
AbsFunction.AbsFunction ( )
[mangled: org/apache/fop/fo/expr/AbsFunction."<init>":()V]
AbsFunction.eval ( Property[ ] p1, PropertyInfo p2 ) : Property
[mangled: org/apache/fop/fo/expr/AbsFunction.eval:([Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/expr/PropertyInfo;)Lorg/apache/fop/fo/Property;]
AbsFunction.nbArgs ( ) : int
[mangled: org/apache/fop/fo/expr/AbsFunction.nbArgs:()I]
fop_0_15_0.jar, AbstractFopImage.class
package org.apache.fop.image
AbstractFopImage.AbstractFopImage ( URL p1 )
[mangled: org/apache/fop/image/AbstractFopImage."<init>":(Ljava/net/URL;)V]
AbstractFopImage.AbstractFopImage ( URL p1, ImageReader p2 )
[mangled: org/apache/fop/image/AbstractFopImage."<init>":(Ljava/net/URL;Lorg/apache/fop/image/analyser/ImageReader;)V]
AbstractFopImage.close ( ) : void
[mangled: org/apache/fop/image/AbstractFopImage.close:()V]
AbstractFopImage.getBitmaps ( ) : byte[ ]
[mangled: org/apache/fop/image/AbstractFopImage.getBitmaps:()[B]
AbstractFopImage.getBitmapsSize ( ) : int
[mangled: org/apache/fop/image/AbstractFopImage.getBitmapsSize:()I]
AbstractFopImage.getBitsPerPixel ( ) : int
[mangled: org/apache/fop/image/AbstractFopImage.getBitsPerPixel:()I]
AbstractFopImage.getColorSpace ( ) : ColorSpace
[mangled: org/apache/fop/image/AbstractFopImage.getColorSpace:()Lorg/apache/fop/datatypes/ColorSpace;]
AbstractFopImage.getHeight ( ) : int
[mangled: org/apache/fop/image/AbstractFopImage.getHeight:()I]
AbstractFopImage.getPDFFilter ( ) : PDFFilter
[mangled: org/apache/fop/image/AbstractFopImage.getPDFFilter:()Lorg/apache/fop/pdf/PDFFilter;]
AbstractFopImage.getRessourceBytes ( ) : byte[ ]
[mangled: org/apache/fop/image/AbstractFopImage.getRessourceBytes:()[B]
AbstractFopImage.getRessourceBytesSize ( ) : int
[mangled: org/apache/fop/image/AbstractFopImage.getRessourceBytesSize:()I]
AbstractFopImage.getTransparentColor ( ) : PDFColor
[mangled: org/apache/fop/image/AbstractFopImage.getTransparentColor:()Lorg/apache/fop/pdf/PDFColor;]
AbstractFopImage.getURL ( ) : String
[mangled: org/apache/fop/image/AbstractFopImage.getURL:()Ljava/lang/String;]
AbstractFopImage.getWidth ( ) : int
[mangled: org/apache/fop/image/AbstractFopImage.getWidth:()I]
AbstractFopImage.isTransparent ( ) : boolean
[mangled: org/apache/fop/image/AbstractFopImage.isTransparent:()Z]
AbstractFopImage.loadImage ( ) [abstract] : void
[mangled: org/apache/fop/image/AbstractFopImage.loadImage:()V]
fop_0_15_0.jar, AbstractImageReader.class
package org.apache.fop.image.analyser
AbstractImageReader.AbstractImageReader ( )
[mangled: org/apache/fop/image/analyser/AbstractImageReader."<init>":()V]
AbstractImageReader.getHeight ( ) : int
[mangled: org/apache/fop/image/analyser/AbstractImageReader.getHeight:()I]
AbstractImageReader.getInputStream ( ) : BufferedInputStream
[mangled: org/apache/fop/image/analyser/AbstractImageReader.getInputStream:()Ljava/io/BufferedInputStream;]
AbstractImageReader.getMimeType ( ) [abstract] : String
[mangled: org/apache/fop/image/analyser/AbstractImageReader.getMimeType:()Ljava/lang/String;]
AbstractImageReader.getWidth ( ) : int
[mangled: org/apache/fop/image/analyser/AbstractImageReader.getWidth:()I]
AbstractImageReader.verifySignature ( BufferedInputStream p1 ) [abstract] : boolean
[mangled: org/apache/fop/image/analyser/AbstractImageReader.verifySignature:(Ljava/io/BufferedInputStream;)Z]
fop_0_15_0.jar, AltGlyph.class
package org.apache.fop.svg
AltGlyph.AltGlyph ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/AltGlyph."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
AltGlyph.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/AltGlyph.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, Animate.class
package org.apache.fop.svg
Animate.Animate ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Animate."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
Animate.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Animate.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, AnimateColor.class
package org.apache.fop.svg
AnimateColor.AnimateColor ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/AnimateColor."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
AnimateColor.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/AnimateColor.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, AnimateMotion.class
package org.apache.fop.svg
AnimateMotion.AnimateMotion ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/AnimateMotion."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
AnimateMotion.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/AnimateMotion.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, AnimateTransform.class
package org.apache.fop.svg
AnimateTransform.AnimateTransform ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/AnimateTransform."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
AnimateTransform.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/AnimateTransform.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, Area.class
package org.apache.fop.layout
Area.getAbsoluteHeight ( ) : int
[mangled: org/apache/fop/layout/Area.getAbsoluteHeight:()I]
Area.getIDReferences ( ) : IDReferences
[mangled: org/apache/fop/layout/Area.getIDReferences:()Lorg/apache/fop/datatypes/IDReferences;]
Area.getTableCellXOffset ( ) : int
[mangled: org/apache/fop/layout/Area.getTableCellXOffset:()I]
Area.increaseAbsoluteHeight ( int p1 ) : void
[mangled: org/apache/fop/layout/Area.increaseAbsoluteHeight:(I)V]
Area.setAbsoluteHeight ( int p1 ) : void
[mangled: org/apache/fop/layout/Area.setAbsoluteHeight:(I)V]
Area.setIDReferences ( IDReferences p1 ) : void
[mangled: org/apache/fop/layout/Area.setIDReferences:(Lorg/apache/fop/datatypes/IDReferences;)V]
Area.setTableCellXOffset ( int p1 ) : void
[mangled: org/apache/fop/layout/Area.setTableCellXOffset:(I)V]
fop_0_15_0.jar, AreaContainer.class
package org.apache.fop.layout
AreaContainer.setXPosition ( int p1 ) : void
[mangled: org/apache/fop/layout/AreaContainer.setXPosition:(I)V]
fop_0_15_0.jar, AreaTree.class
package org.apache.fop.layout
AreaTree.getIDReferences ( ) : IDReferences
[mangled: org/apache/fop/layout/AreaTree.getIDReferences:()Lorg/apache/fop/datatypes/IDReferences;]
fop_0_15_0.jar, AWTFontMetrics.class
package org.apache.fop.render.awt
AWTFontMetrics.AWTFontMetrics ( Component p1 )
[mangled: org/apache/fop/render/awt/AWTFontMetrics."<init>":(Ljava/awt/Component;)V]
AWTFontMetrics.getAscender ( String p1, int p2, int p3 ) : int
[mangled: org/apache/fop/render/awt/AWTFontMetrics.getAscender:(Ljava/lang/String;II)I]
AWTFontMetrics.getCapHeight ( String p1, int p2, int p3 ) : int
[mangled: org/apache/fop/render/awt/AWTFontMetrics.getCapHeight:(Ljava/lang/String;II)I]
AWTFontMetrics.getDescender ( String p1, int p2, int p3 ) : int
[mangled: org/apache/fop/render/awt/AWTFontMetrics.getDescender:(Ljava/lang/String;II)I]
AWTFontMetrics.getFont ( String p1, int p2, int p3 ) : Font
[mangled: org/apache/fop/render/awt/AWTFontMetrics.getFont:(Ljava/lang/String;II)Ljava/awt/Font;]
AWTFontMetrics.getWidths ( String p1, int p2, int p3 ) : int[ ]
[mangled: org/apache/fop/render/awt/AWTFontMetrics.getWidths:(Ljava/lang/String;II)[I]
AWTFontMetrics.getXHeight ( String p1, int p2, int p3 ) : int
[mangled: org/apache/fop/render/awt/AWTFontMetrics.getXHeight:(Ljava/lang/String;II)I]
AWTFontMetrics.width ( int p1, String p2, int p3, int p4 ) : int
[mangled: org/apache/fop/render/awt/AWTFontMetrics.width:(ILjava/lang/String;II)I]
fop_0_15_0.jar, AWTRenderer.class
package org.apache.fop.render.awt
AWTRenderer.convertPath ( SVGPathElementImpl p1, float p2, float p3 ) : GeneralPath
[mangled: org/apache/fop/render/awt/AWTRenderer.convertPath:(Lorg/apache/fop/dom/svg/SVGPathElementImpl;FF)Ljava/awt/geom/GeneralPath;]
AWTRenderer.convertPolygon ( SVGPolygonElementImpl p1, int p2, int p3 ) : Polygon
[mangled: org/apache/fop/render/awt/AWTRenderer.convertPolygon:(Lorg/apache/fop/dom/svg/SVGPolygonElementImpl;II)Ljava/awt/Polygon;]
AWTRenderer.createInstruction ( GraphicImpl p1, Hashtable p2 ) : AWTRenderer.DrawingInstruction
[mangled: org/apache/fop/render/awt/AWTRenderer.createInstruction:(Lorg/apache/fop/dom/svg/GraphicImpl;Ljava/util/Hashtable;)Lorg/apache/fop/render/awt/AWTRenderer$DrawingInstruction;]
AWTRenderer.drawShape ( Shape p1, AWTRenderer.DrawingInstruction p2 ) : void
[mangled: org/apache/fop/render/awt/AWTRenderer.drawShape:(Ljava/awt/Shape;Lorg/apache/fop/render/awt/AWTRenderer$DrawingInstruction;)V]
AWTRenderer.renderElement ( SVGArea p1, GraphicImpl p2, int p3, int p4, Vector p5 ) : void
[mangled: org/apache/fop/render/awt/AWTRenderer.renderElement:(Lorg/apache/fop/dom/svg/SVGArea;Lorg/apache/fop/dom/svg/GraphicImpl;IILjava/util/Vector;)V]
AWTRenderer.renderForeignObjectArea ( ForeignObjectArea p1 ) : void
[mangled: org/apache/fop/render/awt/AWTRenderer.renderForeignObjectArea:(Lorg/apache/fop/layout/ForeignObjectArea;)V]
AWTRenderer.renderGArea ( SVGArea p1, SVGGElementImpl p2, int p3, int p4 ) : void
[mangled: org/apache/fop/render/awt/AWTRenderer.renderGArea:(Lorg/apache/fop/dom/svg/SVGArea;Lorg/apache/fop/dom/svg/SVGGElementImpl;II)V]
AWTRenderer.renderGArea ( SVGArea p1, SVGGElementImpl p2, int p3, int p4, Vector p5 ) : void
[mangled: org/apache/fop/render/awt/AWTRenderer.renderGArea:(Lorg/apache/fop/dom/svg/SVGArea;Lorg/apache/fop/dom/svg/SVGGElementImpl;IILjava/util/Vector;)V]
AWTRenderer.renderImage ( String p1, float p2, float p3, float p4, float p5, Vector p6 ) : void
[mangled: org/apache/fop/render/awt/AWTRenderer.renderImage:(Ljava/lang/String;FFFFLjava/util/Vector;)V]
AWTRenderer.renderLeaderArea ( LeaderArea p1 ) : void
[mangled: org/apache/fop/render/awt/AWTRenderer.renderLeaderArea:(Lorg/apache/fop/layout/LeaderArea;)V]
AWTRenderer.renderSVGArea ( SVGArea p1 ) : void
[mangled: org/apache/fop/render/awt/AWTRenderer.renderSVGArea:(Lorg/apache/fop/dom/svg/SVGArea;)V]
AWTRenderer.setComponent ( Component p1 ) : void
[mangled: org/apache/fop/render/awt/AWTRenderer.setComponent:(Ljava/awt/Component;)V]
AWTRenderer.transformShape ( Vector p1, Shape p2 ) : Shape
[mangled: org/apache/fop/render/awt/AWTRenderer.transformShape:(Ljava/util/Vector;Ljava/awt/Shape;)Ljava/awt/Shape;]
fop_0_15_0.jar, BackgroundColorMaker.class
package org.apache.fop.fo.properties
BackgroundColorMaker.BackgroundColorMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BackgroundColorMaker."<init>":(Ljava/lang/String;)V]
BackgroundColorMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BackgroundColorMaker.isInherited:()Z]
BackgroundColorMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BackgroundColorMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BackgroundColorMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BackgroundColorMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, BasicLink.class
package org.apache.fop.fo.flow
BasicLink.BasicLink ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/flow/BasicLink."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
BasicLink.layout ( Area p1 ) : Status
[mangled: org/apache/fop/fo/flow/BasicLink.layout:(Lorg/apache/fop/layout/Area;)Lorg/apache/fop/fo/Status;]
BasicLink.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/flow/BasicLink.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, BlankOrNotBlankMaker.class
package org.apache.fop.fo.properties
BlankOrNotBlankMaker.BlankOrNotBlankMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BlankOrNotBlankMaker."<init>":(Ljava/lang/String;)V]
BlankOrNotBlankMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/BlankOrNotBlankMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BlankOrNotBlankMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BlankOrNotBlankMaker.isInherited:()Z]
BlankOrNotBlankMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BlankOrNotBlankMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BlankOrNotBlankMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BlankOrNotBlankMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, Block.class
package org.apache.fop.fo.flow
Block.getContentWidth ( ) : int
[mangled: org/apache/fop/fo/flow/Block.getContentWidth:()I]
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
[mangled: org/apache/fop/layout/BlockArea.addLeader:(Lorg/apache/fop/layout/FontState;FFFIIIIIIII)I]
BlockArea.addPageNumberCitation ( FontState p1, float p2, float p3, float p4, int p5, LinkSet p6, int p7, String p8 ) : int
[mangled: org/apache/fop/layout/BlockArea.addPageNumberCitation:(Lorg/apache/fop/layout/FontState;FFFILorg/apache/fop/layout/LinkSet;ILjava/lang/String;)I]
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
[mangled: org/apache/fop/layout/BlockArea.addText:(Lorg/apache/fop/layout/FontState;FFFILorg/apache/fop/layout/LinkSet;I[CIIZ)I]
BlockArea.getHalfLeading ( ) : int
[mangled: org/apache/fop/layout/BlockArea.getHalfLeading:()I]
fop_0_15_0.jar, BlockContainer.class
package org.apache.fop.fo.flow
BlockContainer.getContentWidth ( ) : int
[mangled: org/apache/fop/fo/flow/BlockContainer.getContentWidth:()I]
fop_0_15_0.jar, BmpImage.class
package org.apache.fop.image
BmpImage.BmpImage ( URL p1 )
[mangled: org/apache/fop/image/BmpImage."<init>":(Ljava/net/URL;)V]
BmpImage.BmpImage ( URL p1, ImageReader p2 )
[mangled: org/apache/fop/image/BmpImage."<init>":(Ljava/net/URL;Lorg/apache/fop/image/analyser/ImageReader;)V]
BmpImage.loadImage ( ) : void
[mangled: org/apache/fop/image/BmpImage.loadImage:()V]
fop_0_15_0.jar, BMPReader.class
package org.apache.fop.image.analyser
BMPReader.BMPReader ( )
[mangled: org/apache/fop/image/analyser/BMPReader."<init>":()V]
BMPReader.getMimeType ( ) : String
[mangled: org/apache/fop/image/analyser/BMPReader.getMimeType:()Ljava/lang/String;]
BMPReader.setDefaultHeader ( ) : void
[mangled: org/apache/fop/image/analyser/BMPReader.setDefaultHeader:()V]
BMPReader.setDimension ( ) : void
[mangled: org/apache/fop/image/analyser/BMPReader.setDimension:()V]
BMPReader.verifySignature ( BufferedInputStream p1 ) : boolean
[mangled: org/apache/fop/image/analyser/BMPReader.verifySignature:(Ljava/io/BufferedInputStream;)Z]
fop_0_15_0.jar, BorderAfterColorMaker.class
package org.apache.fop.fo.properties
BorderAfterColorMaker.BorderAfterColorMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BorderAfterColorMaker."<init>":(Ljava/lang/String;)V]
BorderAfterColorMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderAfterColorMaker.isInherited:()Z]
BorderAfterColorMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderAfterColorMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BorderAfterColorMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderAfterColorMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, BorderBeforeColorMaker.class
package org.apache.fop.fo.properties
BorderBeforeColorMaker.BorderBeforeColorMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BorderBeforeColorMaker."<init>":(Ljava/lang/String;)V]
BorderBeforeColorMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderBeforeColorMaker.isInherited:()Z]
BorderBeforeColorMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBeforeColorMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BorderBeforeColorMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderBeforeColorMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, BorderBottomColorMaker.class
package org.apache.fop.fo.properties
BorderBottomColorMaker.BorderBottomColorMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BorderBottomColorMaker."<init>":(Ljava/lang/String;)V]
BorderBottomColorMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderBottomColorMaker.isInherited:()Z]
BorderBottomColorMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBottomColorMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BorderBottomColorMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderBottomColorMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, BorderBottomMaker.class
package org.apache.fop.fo.properties
BorderBottomMaker.BorderBottomMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BorderBottomMaker."<init>":(Ljava/lang/String;)V]
BorderBottomMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderBottomMaker.isInherited:()Z]
BorderBottomMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBottomMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BorderBottomMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderBottomMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, BorderColorMaker.class
package org.apache.fop.fo.properties
BorderColorMaker.BorderColorMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BorderColorMaker."<init>":(Ljava/lang/String;)V]
BorderColorMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderColorMaker.isInherited:()Z]
BorderColorMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderColorMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BorderColorMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderColorMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, BorderEndColorMaker.class
package org.apache.fop.fo.properties
BorderEndColorMaker.BorderEndColorMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BorderEndColorMaker."<init>":(Ljava/lang/String;)V]
BorderEndColorMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderEndColorMaker.isInherited:()Z]
BorderEndColorMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderEndColorMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BorderEndColorMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderEndColorMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, BorderLeftColorMaker.class
package org.apache.fop.fo.properties
BorderLeftColorMaker.BorderLeftColorMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BorderLeftColorMaker."<init>":(Ljava/lang/String;)V]
BorderLeftColorMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderLeftColorMaker.isInherited:()Z]
BorderLeftColorMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderLeftColorMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BorderLeftColorMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderLeftColorMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, BorderLeftMaker.class
package org.apache.fop.fo.properties
BorderLeftMaker.BorderLeftMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BorderLeftMaker."<init>":(Ljava/lang/String;)V]
BorderLeftMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderLeftMaker.isInherited:()Z]
BorderLeftMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderLeftMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BorderLeftMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderLeftMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, BorderRightColorMaker.class
package org.apache.fop.fo.properties
BorderRightColorMaker.BorderRightColorMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BorderRightColorMaker."<init>":(Ljava/lang/String;)V]
BorderRightColorMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderRightColorMaker.isInherited:()Z]
BorderRightColorMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderRightColorMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BorderRightColorMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderRightColorMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, BorderRightMaker.class
package org.apache.fop.fo.properties
BorderRightMaker.BorderRightMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BorderRightMaker."<init>":(Ljava/lang/String;)V]
BorderRightMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderRightMaker.isInherited:()Z]
BorderRightMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderRightMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BorderRightMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderRightMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, BorderStartColorMaker.class
package org.apache.fop.fo.properties
BorderStartColorMaker.BorderStartColorMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BorderStartColorMaker."<init>":(Ljava/lang/String;)V]
BorderStartColorMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderStartColorMaker.isInherited:()Z]
BorderStartColorMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderStartColorMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BorderStartColorMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderStartColorMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, BorderTopColorMaker.class
package org.apache.fop.fo.properties
BorderTopColorMaker.BorderTopColorMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BorderTopColorMaker."<init>":(Ljava/lang/String;)V]
BorderTopColorMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderTopColorMaker.isInherited:()Z]
BorderTopColorMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderTopColorMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BorderTopColorMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderTopColorMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, BorderTopMaker.class
package org.apache.fop.fo.properties
BorderTopMaker.BorderTopMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BorderTopMaker."<init>":(Ljava/lang/String;)V]
BorderTopMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderTopMaker.isInherited:()Z]
BorderTopMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderTopMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BorderTopMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderTopMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, BorderWidthMaker.class
package org.apache.fop.fo.properties
BorderWidthMaker.BorderWidthMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BorderWidthMaker."<init>":(Ljava/lang/String;)V]
BorderWidthMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderWidthMaker.isInherited:()Z]
BorderWidthMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderWidthMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BorderWidthMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderWidthMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, BottomMaker.class
package org.apache.fop.fo.properties
BottomMaker.BottomMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/BottomMaker."<init>":(Ljava/lang/String;)V]
BottomMaker.isAutoLengthAllowed ( ) : boolean
[mangled: org/apache/fop/fo/properties/BottomMaker.isAutoLengthAllowed:()Z]
BottomMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BottomMaker.isInherited:()Z]
BottomMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/BottomMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
BottomMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BottomMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, CharacterDataImpl.class
package org.apache.fop.dom
CharacterDataImpl.appendData ( String p1 ) : void
[mangled: org/apache/fop/dom/CharacterDataImpl.appendData:(Ljava/lang/String;)V]
CharacterDataImpl.CharacterDataImpl ( )
[mangled: org/apache/fop/dom/CharacterDataImpl."<init>":()V]
CharacterDataImpl.deleteData ( int p1, int p2 ) : void
[mangled: org/apache/fop/dom/CharacterDataImpl.deleteData:(II)V]
CharacterDataImpl.getData ( ) : String
[mangled: org/apache/fop/dom/CharacterDataImpl.getData:()Ljava/lang/String;]
CharacterDataImpl.getLength ( ) : int
[mangled: org/apache/fop/dom/CharacterDataImpl.getLength:()I]
CharacterDataImpl.insertData ( int p1, String p2 ) : void
[mangled: org/apache/fop/dom/CharacterDataImpl.insertData:(ILjava/lang/String;)V]
CharacterDataImpl.replaceData ( int p1, int p2, String p3 ) : void
[mangled: org/apache/fop/dom/CharacterDataImpl.replaceData:(IILjava/lang/String;)V]
CharacterDataImpl.setData ( String p1 ) : void
[mangled: org/apache/fop/dom/CharacterDataImpl.setData:(Ljava/lang/String;)V]
CharacterDataImpl.substringData ( int p1, int p2 ) : String
[mangled: org/apache/fop/dom/CharacterDataImpl.substringData:(II)Ljava/lang/String;]
CharacterDataImpl.toString ( ) : String
[mangled: org/apache/fop/dom/CharacterDataImpl.toString:()Ljava/lang/String;]
fop_0_15_0.jar, Circle.class
package org.apache.fop.svg
Circle.Circle ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Circle."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
Circle.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Circle.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
Circle.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Circle.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, ClipPath.class
package org.apache.fop.svg
ClipPath.addChild ( FONode p1 ) : void
[mangled: org/apache/fop/svg/ClipPath.addChild:(Lorg/apache/fop/fo/FONode;)V]
ClipPath.ClipPath ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/ClipPath."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
ClipPath.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/ClipPath.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
ClipPath.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/ClipPath.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, ColorMaker.class
package org.apache.fop.fo.properties
ColorMaker.ColorMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/ColorMaker."<init>":(Ljava/lang/String;)V]
ColorMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ColorMaker.isInherited:()Z]
ColorMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/ColorMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
ColorMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ColorMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, ColorType.class
package org.apache.fop.datatypes
ColorType.ColorType ( float p1, float p2, float p3 )
[mangled: org/apache/fop/datatypes/ColorType."<init>":(FFF)V]
fop_0_15_0.jar, ColorTypeProperty.class
package org.apache.fop.fo
ColorTypeProperty.ColorTypeProperty ( ColorType p1 )
[mangled: org/apache/fop/fo/ColorTypeProperty."<init>":(Lorg/apache/fop/datatypes/ColorType;)V]
ColorTypeProperty.getColorType ( ) : ColorType
[mangled: org/apache/fop/fo/ColorTypeProperty.getColorType:()Lorg/apache/fop/datatypes/ColorType;]
ColorTypeProperty.getObject ( ) : Object
[mangled: org/apache/fop/fo/ColorTypeProperty.getObject:()Ljava/lang/Object;]
fop_0_15_0.jar, ColumnNumberMaker.class
package org.apache.fop.fo.properties
ColumnNumberMaker.ColumnNumberMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/ColumnNumberMaker."<init>":(Ljava/lang/String;)V]
ColumnNumberMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ColumnNumberMaker.isInherited:()Z]
ColumnNumberMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/ColumnNumberMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
ColumnNumberMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ColumnNumberMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, ColumnWidthMaker.class
package org.apache.fop.fo.properties
ColumnWidthMaker.ColumnWidthMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/ColumnWidthMaker."<init>":(Ljava/lang/String;)V]
ColumnWidthMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ColumnWidthMaker.isInherited:()Z]
ColumnWidthMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/ColumnWidthMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
ColumnWidthMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ColumnWidthMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, CommandLine.class
package org.apache.fop.apps
CommandLine.CommandLine ( String[ ] p1 )
[mangled: org/apache/fop/apps/CommandLine."<init>":([Ljava/lang/String;)V]
CommandLine.printUsage ( String p1 ) : void
[mangled: org/apache/fop/apps/CommandLine.printUsage:(Ljava/lang/String;)V]
CommandLine.run ( ) : void
[mangled: org/apache/fop/apps/CommandLine.run:()V]
fop_0_15_0.jar, ConditionalPageMasterReference.class
package org.apache.fop.fo.pagination
ConditionalPageMasterReference.ConditionalPageMasterReference ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/pagination/ConditionalPageMasterReference."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
ConditionalPageMasterReference.getBlankOrNotBlank ( ) : int
[mangled: org/apache/fop/fo/pagination/ConditionalPageMasterReference.getBlankOrNotBlank:()I]
ConditionalPageMasterReference.getElementName ( ) : String
[mangled: org/apache/fop/fo/pagination/ConditionalPageMasterReference.getElementName:()Ljava/lang/String;]
ConditionalPageMasterReference.getMasterName ( ) : String
[mangled: org/apache/fop/fo/pagination/ConditionalPageMasterReference.getMasterName:()Ljava/lang/String;]
ConditionalPageMasterReference.getOddOrEven ( ) : int
[mangled: org/apache/fop/fo/pagination/ConditionalPageMasterReference.getOddOrEven:()I]
ConditionalPageMasterReference.getPagePosition ( ) : int
[mangled: org/apache/fop/fo/pagination/ConditionalPageMasterReference.getPagePosition:()I]
ConditionalPageMasterReference.isValid ( int p1, boolean p2, boolean p3 ) : boolean
[mangled: org/apache/fop/fo/pagination/ConditionalPageMasterReference.isValid:(IZZ)Z]
ConditionalPageMasterReference.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/pagination/ConditionalPageMasterReference.maker:()Lorg/apache/fop/fo/FObj$Maker;]
ConditionalPageMasterReference.setBlankOrNotBlank ( int p1 ) : void
[mangled: org/apache/fop/fo/pagination/ConditionalPageMasterReference.setBlankOrNotBlank:(I)V]
ConditionalPageMasterReference.setMasterName ( String p1 ) : void
[mangled: org/apache/fop/fo/pagination/ConditionalPageMasterReference.setMasterName:(Ljava/lang/String;)V]
ConditionalPageMasterReference.setOddOrEven ( int p1 ) : void
[mangled: org/apache/fop/fo/pagination/ConditionalPageMasterReference.setOddOrEven:(I)V]
ConditionalPageMasterReference.setPagePosition ( int p1 ) : void
[mangled: org/apache/fop/fo/pagination/ConditionalPageMasterReference.setPagePosition:(I)V]
ConditionalPageMasterReference.validateParent ( FObj p1 ) : void
[mangled: org/apache/fop/fo/pagination/ConditionalPageMasterReference.validateParent:(Lorg/apache/fop/fo/FObj;)V]
fop_0_15_0.jar, CondLength.class
package org.apache.fop.datatypes
CondLength.CondLength ( Length p1 )
[mangled: org/apache/fop/datatypes/CondLength."<init>":(Lorg/apache/fop/datatypes/Length;)V]
CondLength.getConditionality ( ) : String
[mangled: org/apache/fop/datatypes/CondLength.getConditionality:()Ljava/lang/String;]
CondLength.getLength ( ) : Length
[mangled: org/apache/fop/datatypes/CondLength.getLength:()Lorg/apache/fop/datatypes/Length;]
CondLength.isDiscard ( ) : boolean
[mangled: org/apache/fop/datatypes/CondLength.isDiscard:()Z]
CondLength.setConditionality ( String p1 ) : void
[mangled: org/apache/fop/datatypes/CondLength.setConditionality:(Ljava/lang/String;)V]
CondLength.setLength ( Length p1 ) : void
[mangled: org/apache/fop/datatypes/CondLength.setLength:(Lorg/apache/fop/datatypes/Length;)V]
fop_0_15_0.jar, CondLengthProperty.class
package org.apache.fop.fo
CondLengthProperty.CondLengthProperty ( CondLength p1 )
[mangled: org/apache/fop/fo/CondLengthProperty."<init>":(Lorg/apache/fop/datatypes/CondLength;)V]
CondLengthProperty.getCondLength ( ) : CondLength
[mangled: org/apache/fop/fo/CondLengthProperty.getCondLength:()Lorg/apache/fop/datatypes/CondLength;]
fop_0_15_0.jar, ContentHeightMaker.class
package org.apache.fop.fo.properties
ContentHeightMaker.ContentHeightMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/ContentHeightMaker."<init>":(Ljava/lang/String;)V]
ContentHeightMaker.isAutoLengthAllowed ( ) : boolean
[mangled: org/apache/fop/fo/properties/ContentHeightMaker.isAutoLengthAllowed:()Z]
ContentHeightMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ContentHeightMaker.isInherited:()Z]
ContentHeightMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/ContentHeightMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
ContentHeightMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ContentHeightMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, ContentWidthMaker.class
package org.apache.fop.fo.properties
ContentWidthMaker.ContentWidthMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/ContentWidthMaker."<init>":(Ljava/lang/String;)V]
ContentWidthMaker.isAutoLengthAllowed ( ) : boolean
[mangled: org/apache/fop/fo/properties/ContentWidthMaker.isAutoLengthAllowed:()Z]
ContentWidthMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ContentWidthMaker.isInherited:()Z]
ContentWidthMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/ContentWidthMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
ContentWidthMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ContentWidthMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, Courier.class
package org.apache.fop.render.pdf.fonts
Courier.getAscender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Courier.getAscender:(I)I]
Courier.getCapHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Courier.getCapHeight:(I)I]
Courier.getDescender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Courier.getDescender:(I)I]
Courier.getFirstChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/Courier.getFirstChar:()I]
Courier.getLastChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/Courier.getLastChar:()I]
Courier.getWidths ( int p1 ) : int[ ]
[mangled: org/apache/fop/render/pdf/fonts/Courier.getWidths:(I)[I]
Courier.getXHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Courier.getXHeight:(I)I]
Courier.width ( int p1, int p2 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Courier.width:(II)I]
fop_0_15_0.jar, CourierBold.class
package org.apache.fop.render.pdf.fonts
CourierBold.getAscender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBold.getAscender:(I)I]
CourierBold.getCapHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBold.getCapHeight:(I)I]
CourierBold.getDescender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBold.getDescender:(I)I]
CourierBold.getFirstChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBold.getFirstChar:()I]
CourierBold.getLastChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBold.getLastChar:()I]
CourierBold.getWidths ( int p1 ) : int[ ]
[mangled: org/apache/fop/render/pdf/fonts/CourierBold.getWidths:(I)[I]
CourierBold.getXHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBold.getXHeight:(I)I]
CourierBold.width ( int p1, int p2 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBold.width:(II)I]
fop_0_15_0.jar, CourierBoldOblique.class
package org.apache.fop.render.pdf.fonts
CourierBoldOblique.getAscender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBoldOblique.getAscender:(I)I]
CourierBoldOblique.getCapHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBoldOblique.getCapHeight:(I)I]
CourierBoldOblique.getDescender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBoldOblique.getDescender:(I)I]
CourierBoldOblique.getFirstChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBoldOblique.getFirstChar:()I]
CourierBoldOblique.getLastChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBoldOblique.getLastChar:()I]
CourierBoldOblique.getWidths ( int p1 ) : int[ ]
[mangled: org/apache/fop/render/pdf/fonts/CourierBoldOblique.getWidths:(I)[I]
CourierBoldOblique.getXHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBoldOblique.getXHeight:(I)I]
CourierBoldOblique.width ( int p1, int p2 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBoldOblique.width:(II)I]
fop_0_15_0.jar, CourierOblique.class
package org.apache.fop.render.pdf.fonts
CourierOblique.getAscender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierOblique.getAscender:(I)I]
CourierOblique.getCapHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierOblique.getCapHeight:(I)I]
CourierOblique.getDescender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierOblique.getDescender:(I)I]
CourierOblique.getFirstChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierOblique.getFirstChar:()I]
CourierOblique.getLastChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierOblique.getLastChar:()I]
CourierOblique.getWidths ( int p1 ) : int[ ]
[mangled: org/apache/fop/render/pdf/fonts/CourierOblique.getWidths:(I)[I]
CourierOblique.getXHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierOblique.getXHeight:(I)I]
CourierOblique.width ( int p1, int p2 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierOblique.width:(II)I]
fop_0_15_0.jar, CSSPrimitiveValueImpl.class
package org.apache.fop.dom.css
CSSPrimitiveValueImpl.CSSPrimitiveValueImpl ( )
[mangled: org/apache/fop/dom/css/CSSPrimitiveValueImpl."<init>":()V]
CSSPrimitiveValueImpl.getCounterValue ( ) : Counter
[mangled: org/apache/fop/dom/css/CSSPrimitiveValueImpl.getCounterValue:()Lorg/w3c/dom/css/Counter;]
CSSPrimitiveValueImpl.getFloatValue ( short p1 ) : float
[mangled: org/apache/fop/dom/css/CSSPrimitiveValueImpl.getFloatValue:(S)F]
CSSPrimitiveValueImpl.getPrimitiveType ( ) : short
[mangled: org/apache/fop/dom/css/CSSPrimitiveValueImpl.getPrimitiveType:()S]
CSSPrimitiveValueImpl.getRectValue ( ) : Rect
[mangled: org/apache/fop/dom/css/CSSPrimitiveValueImpl.getRectValue:()Lorg/w3c/dom/css/Rect;]
CSSPrimitiveValueImpl.getRGBColorValue ( ) : RGBColor
[mangled: org/apache/fop/dom/css/CSSPrimitiveValueImpl.getRGBColorValue:()Lorg/w3c/dom/css/RGBColor;]
CSSPrimitiveValueImpl.getStringValue ( ) : String
[mangled: org/apache/fop/dom/css/CSSPrimitiveValueImpl.getStringValue:()Ljava/lang/String;]
CSSPrimitiveValueImpl.setFloatValue ( short p1, float p2 ) : void
[mangled: org/apache/fop/dom/css/CSSPrimitiveValueImpl.setFloatValue:(SF)V]
CSSPrimitiveValueImpl.setStringValue ( short p1, String p2 ) : void
[mangled: org/apache/fop/dom/css/CSSPrimitiveValueImpl.setStringValue:(SLjava/lang/String;)V]
fop_0_15_0.jar, CSSStyleDeclarationImpl.class
package org.apache.fop.dom.css
CSSStyleDeclarationImpl.CSSStyleDeclarationImpl ( )
[mangled: org/apache/fop/dom/css/CSSStyleDeclarationImpl."<init>":()V]
CSSStyleDeclarationImpl.getCssText ( ) : String
[mangled: org/apache/fop/dom/css/CSSStyleDeclarationImpl.getCssText:()Ljava/lang/String;]
CSSStyleDeclarationImpl.getLength ( ) : int
[mangled: org/apache/fop/dom/css/CSSStyleDeclarationImpl.getLength:()I]
CSSStyleDeclarationImpl.getParentRule ( ) : CSSRule
[mangled: org/apache/fop/dom/css/CSSStyleDeclarationImpl.getParentRule:()Lorg/w3c/dom/css/CSSRule;]
CSSStyleDeclarationImpl.getPropertyCSSValue ( String p1 ) : CSSValue
[mangled: org/apache/fop/dom/css/CSSStyleDeclarationImpl.getPropertyCSSValue:(Ljava/lang/String;)Lorg/w3c/dom/css/CSSValue;]
CSSStyleDeclarationImpl.getPropertyPriority ( String p1 ) : String
[mangled: org/apache/fop/dom/css/CSSStyleDeclarationImpl.getPropertyPriority:(Ljava/lang/String;)Ljava/lang/String;]
CSSStyleDeclarationImpl.getPropertyValue ( String p1 ) : String
[mangled: org/apache/fop/dom/css/CSSStyleDeclarationImpl.getPropertyValue:(Ljava/lang/String;)Ljava/lang/String;]
CSSStyleDeclarationImpl.item ( int p1 ) : String
[mangled: org/apache/fop/dom/css/CSSStyleDeclarationImpl.item:(I)Ljava/lang/String;]
CSSStyleDeclarationImpl.parseStyleText ( String p1 ) : void
[mangled: org/apache/fop/dom/css/CSSStyleDeclarationImpl.parseStyleText:(Ljava/lang/String;)V]
CSSStyleDeclarationImpl.removeProperty ( String p1 ) : String
[mangled: org/apache/fop/dom/css/CSSStyleDeclarationImpl.removeProperty:(Ljava/lang/String;)Ljava/lang/String;]
CSSStyleDeclarationImpl.setCssText ( String p1 ) : void
[mangled: org/apache/fop/dom/css/CSSStyleDeclarationImpl.setCssText:(Ljava/lang/String;)V]
CSSStyleDeclarationImpl.setProperty ( String p1, String p2, String p3 ) : void
[mangled: org/apache/fop/dom/css/CSSStyleDeclarationImpl.setProperty:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
fop_0_15_0.jar, CSSStyleRuleImpl.class
package org.apache.fop.dom.css
CSSStyleRuleImpl.CSSStyleRuleImpl ( CSSStyleSheet p1 )
[mangled: org/apache/fop/dom/css/CSSStyleRuleImpl."<init>":(Lorg/w3c/dom/css/CSSStyleSheet;)V]
CSSStyleRuleImpl.getCssText ( ) : String
[mangled: org/apache/fop/dom/css/CSSStyleRuleImpl.getCssText:()Ljava/lang/String;]
CSSStyleRuleImpl.getParentRule ( ) : CSSRule
[mangled: org/apache/fop/dom/css/CSSStyleRuleImpl.getParentRule:()Lorg/w3c/dom/css/CSSRule;]
CSSStyleRuleImpl.getParentStyleSheet ( ) : CSSStyleSheet
[mangled: org/apache/fop/dom/css/CSSStyleRuleImpl.getParentStyleSheet:()Lorg/w3c/dom/css/CSSStyleSheet;]
CSSStyleRuleImpl.getSelectorText ( ) : String
[mangled: org/apache/fop/dom/css/CSSStyleRuleImpl.getSelectorText:()Ljava/lang/String;]
CSSStyleRuleImpl.getStyle ( ) : CSSStyleDeclaration
[mangled: org/apache/fop/dom/css/CSSStyleRuleImpl.getStyle:()Lorg/w3c/dom/css/CSSStyleDeclaration;]
CSSStyleRuleImpl.getType ( ) : short
[mangled: org/apache/fop/dom/css/CSSStyleRuleImpl.getType:()S]
CSSStyleRuleImpl.matches ( SVGElement p1 ) : boolean
[mangled: org/apache/fop/dom/css/CSSStyleRuleImpl.matches:(Lorg/w3c/dom/svg/SVGElement;)Z]
CSSStyleRuleImpl.matches ( SVGElement p1, Selector p2 ) : boolean
[mangled: org/apache/fop/dom/css/CSSStyleRuleImpl.matches:(Lorg/w3c/dom/svg/SVGElement;Lorg/apache/fop/dom/css/Selector;)Z]
CSSStyleRuleImpl.parseSelector ( ) : void
[mangled: org/apache/fop/dom/css/CSSStyleRuleImpl.parseSelector:()V]
CSSStyleRuleImpl.setCssText ( String p1 ) : void
[mangled: org/apache/fop/dom/css/CSSStyleRuleImpl.setCssText:(Ljava/lang/String;)V]
CSSStyleRuleImpl.setSelectorText ( String p1 ) : void
[mangled: org/apache/fop/dom/css/CSSStyleRuleImpl.setSelectorText:(Ljava/lang/String;)V]
fop_0_15_0.jar, CSSStyleSheetImpl.class
package org.apache.fop.dom.css
CSSStyleSheetImpl.CSSStyleSheetImpl ( String p1 )
[mangled: org/apache/fop/dom/css/CSSStyleSheetImpl."<init>":(Ljava/lang/String;)V]
CSSStyleSheetImpl.deleteRule ( int p1 ) : void
[mangled: org/apache/fop/dom/css/CSSStyleSheetImpl.deleteRule:(I)V]
CSSStyleSheetImpl.getCssRules ( ) : CSSRuleList
[mangled: org/apache/fop/dom/css/CSSStyleSheetImpl.getCssRules:()Lorg/w3c/dom/css/CSSRuleList;]
CSSStyleSheetImpl.getDisabled ( ) : boolean
[mangled: org/apache/fop/dom/css/CSSStyleSheetImpl.getDisabled:()Z]
CSSStyleSheetImpl.getHref ( ) : String
[mangled: org/apache/fop/dom/css/CSSStyleSheetImpl.getHref:()Ljava/lang/String;]
CSSStyleSheetImpl.getMedia ( ) : MediaList
[mangled: org/apache/fop/dom/css/CSSStyleSheetImpl.getMedia:()Lorg/w3c/dom/stylesheets/MediaList;]
CSSStyleSheetImpl.getOwnerNode ( ) : Node
[mangled: org/apache/fop/dom/css/CSSStyleSheetImpl.getOwnerNode:()Lorg/w3c/dom/Node;]
CSSStyleSheetImpl.getOwnerRule ( ) : CSSRule
[mangled: org/apache/fop/dom/css/CSSStyleSheetImpl.getOwnerRule:()Lorg/w3c/dom/css/CSSRule;]
CSSStyleSheetImpl.getParentStyleSheet ( ) : StyleSheet
[mangled: org/apache/fop/dom/css/CSSStyleSheetImpl.getParentStyleSheet:()Lorg/w3c/dom/stylesheets/StyleSheet;]
CSSStyleSheetImpl.getTitle ( ) : String
[mangled: org/apache/fop/dom/css/CSSStyleSheetImpl.getTitle:()Ljava/lang/String;]
CSSStyleSheetImpl.getType ( ) : String
[mangled: org/apache/fop/dom/css/CSSStyleSheetImpl.getType:()Ljava/lang/String;]
CSSStyleSheetImpl.insertRule ( String p1, int p2 ) : int
[mangled: org/apache/fop/dom/css/CSSStyleSheetImpl.insertRule:(Ljava/lang/String;I)I]
CSSStyleSheetImpl.parseRule ( String p1 ) : CSSRule
[mangled: org/apache/fop/dom/css/CSSStyleSheetImpl.parseRule:(Ljava/lang/String;)Lorg/w3c/dom/css/CSSRule;]
CSSStyleSheetImpl.parseSheet ( String p1 ) : void
[mangled: org/apache/fop/dom/css/CSSStyleSheetImpl.parseSheet:(Ljava/lang/String;)V]
CSSStyleSheetImpl.setDisabled ( boolean p1 ) : void
[mangled: org/apache/fop/dom/css/CSSStyleSheetImpl.setDisabled:(Z)V]
fop_0_15_0.jar, CSSValueImpl.class
package org.apache.fop.dom.css
CSSValueImpl.CSSValueImpl ( )
[mangled: org/apache/fop/dom/css/CSSValueImpl."<init>":()V]
CSSValueImpl.getCssText ( ) : String
[mangled: org/apache/fop/dom/css/CSSValueImpl.getCssText:()Ljava/lang/String;]
CSSValueImpl.getValueType ( ) : short
[mangled: org/apache/fop/dom/css/CSSValueImpl.getValueType:()S]
CSSValueImpl.setCssText ( String p1 ) : void
[mangled: org/apache/fop/dom/css/CSSValueImpl.setCssText:(Ljava/lang/String;)V]
fop_0_15_0.jar, CSSValueListImpl.class
package org.apache.fop.dom.css
CSSValueListImpl.CSSValueListImpl ( )
[mangled: org/apache/fop/dom/css/CSSValueListImpl."<init>":()V]
CSSValueListImpl.getLength ( ) : int
[mangled: org/apache/fop/dom/css/CSSValueListImpl.getLength:()I]
CSSValueListImpl.item ( int p1 ) : CSSValue
[mangled: org/apache/fop/dom/css/CSSValueListImpl.item:(I)Lorg/w3c/dom/css/CSSValue;]
fop_0_15_0.jar, Cursor.class
package org.apache.fop.svg
Cursor.Cursor ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Cursor."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
Cursor.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Cursor.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, DefaultMessageListener.class
package org.apache.fop.messaging
DefaultMessageListener.DefaultMessageListener ( )
[mangled: org/apache/fop/messaging/DefaultMessageListener."<init>":()V]
DefaultMessageListener.processMessage ( MessageEvent p1 ) : void
[mangled: org/apache/fop/messaging/DefaultMessageListener.processMessage:(Lorg/apache/fop/messaging/MessageEvent;)V]
fop_0_15_0.jar, Defs.class
package org.apache.fop.svg
Defs.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Defs.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
Defs.Defs ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Defs."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
Defs.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Defs.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, Desc.class
package org.apache.fop.svg
Desc.addCharacters ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/apache/fop/svg/Desc.addCharacters:([CII)V]
Desc.Desc ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Desc."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
Desc.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Desc.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, Driver.class
package org.apache.fop.apps
Driver.addPropertyList ( String p1 ) : void
[mangled: org/apache/fop/apps/Driver.addPropertyList:(Ljava/lang/String;)V]
Driver.buildFOTree ( XMLReader p1, InputSource p2 ) : void
[mangled: org/apache/fop/apps/Driver.buildFOTree:(Lorg/xml/sax/XMLReader;Lorg/xml/sax/InputSource;)V]
Driver.createPropertyList ( String p1 ) : PropertyListMapping
[mangled: org/apache/fop/apps/Driver.createPropertyList:(Ljava/lang/String;)Lorg/apache/fop/fo/PropertyListMapping;]
Driver.dumpError ( Exception p1 ) : void
[mangled: org/apache/fop/apps/Driver.dumpError:(Ljava/lang/Exception;)V]
Driver.getContentHandler ( ) : ContentHandler
[mangled: org/apache/fop/apps/Driver.getContentHandler:()Lorg/xml/sax/ContentHandler;]
Driver.setErrorDump ( boolean p1 ) : void
[mangled: org/apache/fop/apps/Driver.setErrorDump:(Z)V]
fop_0_15_0.jar, ElementClassMaker.class
package org.apache.fop.fo.properties
ElementClassMaker.ElementClassMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/ElementClassMaker."<init>":(Ljava/lang/String;)V]
ElementClassMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ElementClassMaker.isInherited:()Z]
ElementClassMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/ElementClassMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
ElementClassMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ElementClassMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, ElementImpl.class
package org.apache.fop.dom
ElementImpl.ElementImpl ( )
[mangled: org/apache/fop/dom/ElementImpl."<init>":()V]
ElementImpl.getAttribute ( String p1 ) : String
[mangled: org/apache/fop/dom/ElementImpl.getAttribute:(Ljava/lang/String;)Ljava/lang/String;]
ElementImpl.getAttributeNode ( String p1 ) : Attr
[mangled: org/apache/fop/dom/ElementImpl.getAttributeNode:(Ljava/lang/String;)Lorg/w3c/dom/Attr;]
ElementImpl.getAttributeNodeNS ( String p1, String p2 ) : Attr
[mangled: org/apache/fop/dom/ElementImpl.getAttributeNodeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;]
ElementImpl.getAttributeNS ( String p1, String p2 ) : String
[mangled: org/apache/fop/dom/ElementImpl.getAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
ElementImpl.getElementsByTagName ( String p1 ) : NodeList
[mangled: org/apache/fop/dom/ElementImpl.getElementsByTagName:(Ljava/lang/String;)Lorg/w3c/dom/NodeList;]
ElementImpl.getElementsByTagNameNS ( String p1, String p2 ) : NodeList
[mangled: org/apache/fop/dom/ElementImpl.getElementsByTagNameNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/NodeList;]
ElementImpl.hasAttribute ( String p1 ) : boolean
[mangled: org/apache/fop/dom/ElementImpl.hasAttribute:(Ljava/lang/String;)Z]
ElementImpl.hasAttributeNS ( String p1, String p2 ) : boolean
[mangled: org/apache/fop/dom/ElementImpl.hasAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Z]
ElementImpl.hasAttributes ( ) : boolean
[mangled: org/apache/fop/dom/ElementImpl.hasAttributes:()Z]
ElementImpl.removeAttribute ( String p1 ) : void
[mangled: org/apache/fop/dom/ElementImpl.removeAttribute:(Ljava/lang/String;)V]
ElementImpl.removeAttributeNode ( Attr p1 ) : Attr
[mangled: org/apache/fop/dom/ElementImpl.removeAttributeNode:(Lorg/w3c/dom/Attr;)Lorg/w3c/dom/Attr;]
ElementImpl.removeAttributeNS ( String p1, String p2 ) : void
[mangled: org/apache/fop/dom/ElementImpl.removeAttributeNS:(Ljava/lang/String;Ljava/lang/String;)V]
ElementImpl.replaceChild ( Node p1, Node p2 ) : Node
[mangled: org/apache/fop/dom/ElementImpl.replaceChild:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
ElementImpl.setAttribute ( String p1, String p2 ) : void
[mangled: org/apache/fop/dom/ElementImpl.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
ElementImpl.setAttributeNode ( Attr p1 ) : Attr
[mangled: org/apache/fop/dom/ElementImpl.setAttributeNode:(Lorg/w3c/dom/Attr;)Lorg/w3c/dom/Attr;]
ElementImpl.setAttributeNodeNS ( Attr p1 ) : Attr
[mangled: org/apache/fop/dom/ElementImpl.setAttributeNodeNS:(Lorg/w3c/dom/Attr;)Lorg/w3c/dom/Attr;]
ElementImpl.setAttributeNS ( String p1, String p2, String p3 ) : void
[mangled: org/apache/fop/dom/ElementImpl.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
fop_0_15_0.jar, ElementMapping.class
package org.apache.fop.fo
ElementMapping.addToBuilder ( TreeBuilder p1 ) [abstract] : void
[mangled: org/apache/fop/fo/ElementMapping.addToBuilder:(Lorg/apache/fop/fo/TreeBuilder;)V]
fop_0_15_0.jar, Ellipse.class
package org.apache.fop.svg
Ellipse.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Ellipse.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
Ellipse.Ellipse ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Ellipse."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
Ellipse.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Ellipse.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, EndIndentMaker.class
package org.apache.fop.fo.properties
EndIndentMaker.EndIndentMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/EndIndentMaker."<init>":(Ljava/lang/String;)V]
EndIndentMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/EndIndentMaker.isInherited:()Z]
EndIndentMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/EndIndentMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
EndIndentMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/EndIndentMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, EnumProperty.class
package org.apache.fop.fo
EnumProperty.EnumProperty ( int p1 )
[mangled: org/apache/fop/fo/EnumProperty."<init>":(I)V]
EnumProperty.getEnum ( ) : int
[mangled: org/apache/fop/fo/EnumProperty.getEnum:()I]
EnumProperty.getObject ( ) : Object
[mangled: org/apache/fop/fo/EnumProperty.getObject:()Ljava/lang/Object;]
fop_0_15_0.jar, ExtentMaker.class
package org.apache.fop.fo.properties
ExtentMaker.ExtentMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/ExtentMaker."<init>":(Ljava/lang/String;)V]
ExtentMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ExtentMaker.isInherited:()Z]
ExtentMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/ExtentMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
ExtentMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ExtentMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, ExternalDestinationMaker.class
package org.apache.fop.fo.properties
ExternalDestinationMaker.ExternalDestinationMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/ExternalDestinationMaker."<init>":(Ljava/lang/String;)V]
ExternalDestinationMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ExternalDestinationMaker.isInherited:()Z]
ExternalDestinationMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/ExternalDestinationMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
ExternalDestinationMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ExternalDestinationMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, ExternalGraphic.class
package org.apache.fop.fo.flow
ExternalGraphic.ExternalGraphic ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/flow/ExternalGraphic."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
ExternalGraphic.layout ( Area p1 ) : Status
[mangled: org/apache/fop/fo/flow/ExternalGraphic.layout:(Lorg/apache/fop/layout/Area;)Lorg/apache/fop/fo/Status;]
ExternalGraphic.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/flow/ExternalGraphic.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, Filter.class
package org.apache.fop.svg
Filter.Filter ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Filter."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
Filter.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Filter.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, Flow.class
package org.apache.fop.fo.flow
Flow.getContentWidth ( ) : int
[mangled: org/apache/fop/fo/flow/Flow.getContentWidth:()I]
Flow.getElementName ( ) : String
[mangled: org/apache/fop/fo/flow/Flow.getElementName:()Ljava/lang/String;]
Flow.getFlowName ( ) : String
[mangled: org/apache/fop/fo/flow/Flow.getFlowName:()Ljava/lang/String;]
Flow.getStatus ( ) : Status
[mangled: org/apache/fop/fo/flow/Flow.getStatus:()Lorg/apache/fop/fo/Status;]
Flow.layout ( Area p1, Region p2 ) : Status
[mangled: org/apache/fop/fo/flow/Flow.layout:(Lorg/apache/fop/layout/Area;Lorg/apache/fop/fo/pagination/Region;)Lorg/apache/fop/fo/Status;]
Flow.setFlowName ( String p1 ) : void
[mangled: org/apache/fop/fo/flow/Flow.setFlowName:(Ljava/lang/String;)V]
fop_0_15_0.jar, FlowNameMaker.class
package org.apache.fop.fo.properties
FlowNameMaker.FlowNameMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/FlowNameMaker."<init>":(Ljava/lang/String;)V]
FlowNameMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/FlowNameMaker.isInherited:()Z]
FlowNameMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/FlowNameMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
FlowNameMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/FlowNameMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, FObj.class
package org.apache.fop.fo
FObj.getContainingWidth ( ) : int
[mangled: org/apache/fop/fo/FObj.getContainingWidth:()I]
FObj.getContentWidth ( ) : int
[mangled: org/apache/fop/fo/FObj.getContentWidth:()I]
FObj.getProperty ( String p1 ) : Property
[mangled: org/apache/fop/fo/FObj.getProperty:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
FObj.removeID ( IDReferences p1 ) : void
[mangled: org/apache/fop/fo/FObj.removeID:(Lorg/apache/fop/datatypes/IDReferences;)V]
fop_0_15_0.jar, FONode.class
package org.apache.fop.fo
FONode.getProperty ( String p1 ) : Property
[mangled: org/apache/fop/fo/FONode.getProperty:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
fop_0_15_0.jar, Font.class
package org.apache.fop.render.pdf
Font.getAscender ( int p1 ) [abstract] : int
[mangled: org/apache/fop/render/pdf/Font.getAscender:(I)I]
Font.getCapHeight ( int p1 ) [abstract] : int
[mangled: org/apache/fop/render/pdf/Font.getCapHeight:(I)I]
Font.getDescender ( int p1 ) [abstract] : int
[mangled: org/apache/fop/render/pdf/Font.getDescender:(I)I]
Font.getFirstChar ( ) [abstract] : int
[mangled: org/apache/fop/render/pdf/Font.getFirstChar:()I]
Font.getLastChar ( ) [abstract] : int
[mangled: org/apache/fop/render/pdf/Font.getLastChar:()I]
Font.getWidths ( int p1 ) [abstract] : int[ ]
[mangled: org/apache/fop/render/pdf/Font.getWidths:(I)[I]
Font.getXHeight ( int p1 ) [abstract] : int
[mangled: org/apache/fop/render/pdf/Font.getXHeight:(I)I]
Font.width ( int p1, int p2 ) [abstract] : int
[mangled: org/apache/fop/render/pdf/Font.width:(II)I]
package org.apache.fop.svg
Font.Font ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Font."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
Font.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Font.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, FontDescriptor.class
package org.apache.fop.layout
FontDescriptor.fontName ( ) [abstract] : String
[mangled: org/apache/fop/layout/FontDescriptor.fontName:()Ljava/lang/String;]
FontDescriptor.getAscender ( ) [abstract] : int
[mangled: org/apache/fop/layout/FontDescriptor.getAscender:()I]
FontDescriptor.getCapHeight ( ) [abstract] : int
[mangled: org/apache/fop/layout/FontDescriptor.getCapHeight:()I]
FontDescriptor.getDescender ( ) [abstract] : int
[mangled: org/apache/fop/layout/FontDescriptor.getDescender:()I]
FontDescriptor.getFlags ( ) [abstract] : int
[mangled: org/apache/fop/layout/FontDescriptor.getFlags:()I]
FontDescriptor.getFontBBox ( ) [abstract] : int[ ]
[mangled: org/apache/fop/layout/FontDescriptor.getFontBBox:()[I]
FontDescriptor.getItalicAngle ( ) [abstract] : int
[mangled: org/apache/fop/layout/FontDescriptor.getItalicAngle:()I]
FontDescriptor.getStemV ( ) [abstract] : int
[mangled: org/apache/fop/layout/FontDescriptor.getStemV:()I]
fop_0_15_0.jar, FontFamilyMaker.class
package org.apache.fop.fo.properties
FontFamilyMaker.FontFamilyMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/FontFamilyMaker."<init>":(Ljava/lang/String;)V]
FontFamilyMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/FontFamilyMaker.isInherited:()Z]
FontFamilyMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/FontFamilyMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
FontFamilyMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/FontFamilyMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, FontMetric.class
package org.apache.fop.layout
FontMetric.getAscender ( int p1 ) [abstract] : int
[mangled: org/apache/fop/layout/FontMetric.getAscender:(I)I]
FontMetric.getCapHeight ( int p1 ) [abstract] : int
[mangled: org/apache/fop/layout/FontMetric.getCapHeight:(I)I]
FontMetric.getDescender ( int p1 ) [abstract] : int
[mangled: org/apache/fop/layout/FontMetric.getDescender:(I)I]
FontMetric.getFirstChar ( ) [abstract] : int
[mangled: org/apache/fop/layout/FontMetric.getFirstChar:()I]
FontMetric.getLastChar ( ) [abstract] : int
[mangled: org/apache/fop/layout/FontMetric.getLastChar:()I]
FontMetric.getWidths ( int p1 ) [abstract] : int[ ]
[mangled: org/apache/fop/layout/FontMetric.getWidths:(I)[I]
FontMetric.getXHeight ( int p1 ) [abstract] : int
[mangled: org/apache/fop/layout/FontMetric.getXHeight:(I)I]
FontMetric.width ( int p1, int p2 ) [abstract] : int
[mangled: org/apache/fop/layout/FontMetric.width:(II)I]
fop_0_15_0.jar, FontMetricsMapper.class
package org.apache.fop.render.awt
FontMetricsMapper.FontMetricsMapper ( String p1, int p2, Component p3 )
[mangled: org/apache/fop/render/awt/FontMetricsMapper."<init>":(Ljava/lang/String;ILjava/awt/Component;)V]
FontMetricsMapper.getAscender ( int p1 ) : int
[mangled: org/apache/fop/render/awt/FontMetricsMapper.getAscender:(I)I]
FontMetricsMapper.getCapHeight ( int p1 ) : int
[mangled: org/apache/fop/render/awt/FontMetricsMapper.getCapHeight:(I)I]
FontMetricsMapper.getDescender ( int p1 ) : int
[mangled: org/apache/fop/render/awt/FontMetricsMapper.getDescender:(I)I]
FontMetricsMapper.getFirstChar ( ) : int
[mangled: org/apache/fop/render/awt/FontMetricsMapper.getFirstChar:()I]
FontMetricsMapper.getFont ( int p1 ) : Font
[mangled: org/apache/fop/render/awt/FontMetricsMapper.getFont:(I)Ljava/awt/Font;]
FontMetricsMapper.getLastChar ( ) : int
[mangled: org/apache/fop/render/awt/FontMetricsMapper.getLastChar:()I]
FontMetricsMapper.getWidths ( int p1 ) : int[ ]
[mangled: org/apache/fop/render/awt/FontMetricsMapper.getWidths:(I)[I]
FontMetricsMapper.getXHeight ( int p1 ) : int
[mangled: org/apache/fop/render/awt/FontMetricsMapper.getXHeight:(I)I]
FontMetricsMapper.width ( int p1, int p2 ) : int
[mangled: org/apache/fop/render/awt/FontMetricsMapper.width:(II)I]
fop_0_15_0.jar, FontSetup.class
package org.apache.fop.render.awt
FontSetup.FontSetup ( )
[mangled: org/apache/fop/render/awt/FontSetup."<init>":()V]
FontSetup.setup ( FontInfo p1, Component p2 ) [static] : void
[mangled: org/apache/fop/render/awt/FontSetup.setup:(Lorg/apache/fop/layout/FontInfo;Ljava/awt/Component;)V]
fop_0_15_0.jar, FontSizeMaker.class
package org.apache.fop.fo.properties
FontSizeMaker.FontSizeMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/FontSizeMaker."<init>":(Ljava/lang/String;)V]
FontSizeMaker.getPercentBase ( FObj p1, PropertyList p2 ) : PercentBase
[mangled: org/apache/fop/fo/properties/FontSizeMaker.getPercentBase:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/datatypes/PercentBase;]
FontSizeMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/FontSizeMaker.isInherited:()Z]
FontSizeMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/FontSizeMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
FontSizeMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/FontSizeMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, FontState.class
package org.apache.fop.layout
FontState.getFontFamily ( ) : String
[mangled: org/apache/fop/layout/FontState.getFontFamily:()Ljava/lang/String;]
FontState.getFontStyle ( ) : String
[mangled: org/apache/fop/layout/FontState.getFontStyle:()Ljava/lang/String;]
fop_0_15_0.jar, FontStyleMaker.class
package org.apache.fop.fo.properties
FontStyleMaker.FontStyleMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/FontStyleMaker."<init>":(Ljava/lang/String;)V]
FontStyleMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/FontStyleMaker.isInherited:()Z]
FontStyleMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/FontStyleMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
FontStyleMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/FontStyleMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, FontWeightMaker.class
package org.apache.fop.fo.properties
FontWeightMaker.FontWeightMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/FontWeightMaker."<init>":(Ljava/lang/String;)V]
FontWeightMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/FontWeightMaker.isInherited:()Z]
FontWeightMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/FontWeightMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
FontWeightMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/FontWeightMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, FopImage.class
package org.apache.fop.image
FopImage.close ( ) [abstract] : void
[mangled: org/apache/fop/image/FopImage.close:()V]
FopImage.getBitmaps ( ) [abstract] : byte[ ]
[mangled: org/apache/fop/image/FopImage.getBitmaps:()[B]
FopImage.getBitmapsSize ( ) [abstract] : int
[mangled: org/apache/fop/image/FopImage.getBitmapsSize:()I]
FopImage.getBitsPerPixel ( ) [abstract] : int
[mangled: org/apache/fop/image/FopImage.getBitsPerPixel:()I]
FopImage.getColorSpace ( ) [abstract] : ColorSpace
[mangled: org/apache/fop/image/FopImage.getColorSpace:()Lorg/apache/fop/datatypes/ColorSpace;]
FopImage.getPDFFilter ( ) [abstract] : PDFFilter
[mangled: org/apache/fop/image/FopImage.getPDFFilter:()Lorg/apache/fop/pdf/PDFFilter;]
FopImage.getRessourceBytes ( ) [abstract] : byte[ ]
[mangled: org/apache/fop/image/FopImage.getRessourceBytes:()[B]
FopImage.getRessourceBytesSize ( ) [abstract] : int
[mangled: org/apache/fop/image/FopImage.getRessourceBytesSize:()I]
FopImage.getTransparentColor ( ) [abstract] : PDFColor
[mangled: org/apache/fop/image/FopImage.getTransparentColor:()Lorg/apache/fop/pdf/PDFColor;]
FopImage.getURL ( ) [abstract] : String
[mangled: org/apache/fop/image/FopImage.getURL:()Ljava/lang/String;]
FopImage.isTransparent ( ) [abstract] : boolean
[mangled: org/apache/fop/image/FopImage.isTransparent:()Z]
fop_0_15_0.jar, FopImageConsumer.class
package org.apache.fop.image
FopImageConsumer.FopImageConsumer ( ImageProducer p1 )
[mangled: org/apache/fop/image/FopImageConsumer."<init>":(Ljava/awt/image/ImageProducer;)V]
FopImageConsumer.getColorModel ( ) : ColorModel
[mangled: org/apache/fop/image/FopImageConsumer.getColorModel:()Ljava/awt/image/ColorModel;]
FopImageConsumer.getHeight ( ) : int
[mangled: org/apache/fop/image/FopImageConsumer.getHeight:()I]
FopImageConsumer.getImage ( ) : int[ ]
[mangled: org/apache/fop/image/FopImageConsumer.getImage:()[I]
FopImageConsumer.getWidth ( ) : int
[mangled: org/apache/fop/image/FopImageConsumer.getWidth:()I]
FopImageConsumer.imageComplete ( int p1 ) : void
[mangled: org/apache/fop/image/FopImageConsumer.imageComplete:(I)V]
FopImageConsumer.isImageReady ( ) : boolean
[mangled: org/apache/fop/image/FopImageConsumer.isImageReady:()Z]
FopImageConsumer.setColorModel ( ColorModel p1 ) : void
[mangled: org/apache/fop/image/FopImageConsumer.setColorModel:(Ljava/awt/image/ColorModel;)V]
FopImageConsumer.setDimensions ( int p1, int p2 ) : void
[mangled: org/apache/fop/image/FopImageConsumer.setDimensions:(II)V]
FopImageConsumer.setHints ( int p1 ) : void
[mangled: org/apache/fop/image/FopImageConsumer.setHints:(I)V]
FopImageConsumer.setPixels ( int p1, int p2, int p3, int p4, ColorModel p5, byte[ ] p6, int p7, int p8 ) : void
[mangled: org/apache/fop/image/FopImageConsumer.setPixels:(IIIILjava/awt/image/ColorModel;[BII)V]
FopImageConsumer.setPixels ( int p1, int p2, int p3, int p4, ColorModel p5, int[ ] p6, int p7, int p8 ) : void
[mangled: org/apache/fop/image/FopImageConsumer.setPixels:(IIIILjava/awt/image/ColorModel;[III)V]
FopImageConsumer.setProperties ( Hashtable p1 ) : void
[mangled: org/apache/fop/image/FopImageConsumer.setProperties:(Ljava/util/Hashtable;)V]
fop_0_15_0.jar, FopImageException.class
package org.apache.fop.image
FopImageException.FopImageException ( )
[mangled: org/apache/fop/image/FopImageException."<init>":()V]
FopImageException.FopImageException ( String p1 )
[mangled: org/apache/fop/image/FopImageException."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, FopImageFactory.class
package org.apache.fop.image
FopImageFactory.Make ( String p1 ) [static] : FopImage
[mangled: org/apache/fop/image/FopImageFactory.Make:(Ljava/lang/String;)Lorg/apache/fop/image/FopImage;]
fop_0_15_0.jar, FOPropertyMapping.class
package org.apache.fop.fo.properties
FOPropertyMapping.FOPropertyMapping ( )
[mangled: org/apache/fop/fo/properties/FOPropertyMapping."<init>":()V]
FOPropertyMapping.getElementMapping ( String p1 ) [static] : Hashtable
[mangled: org/apache/fop/fo/properties/FOPropertyMapping.getElementMapping:(Ljava/lang/String;)Ljava/util/Hashtable;]
FOPropertyMapping.getElementMappings ( ) [static] : Enumeration
[mangled: org/apache/fop/fo/properties/FOPropertyMapping.getElementMappings:()Ljava/util/Enumeration;]
FOPropertyMapping.getGenericMappings ( ) [static] : Hashtable
[mangled: org/apache/fop/fo/properties/FOPropertyMapping.getGenericMappings:()Ljava/util/Hashtable;]
fop_0_15_0.jar, ForeignObjectArea.class
package org.apache.fop.layout
ForeignObjectArea.ForeignObjectArea ( FontState p1, int p2, int p3 )
[mangled: org/apache/fop/layout/ForeignObjectArea."<init>":(Lorg/apache/fop/layout/FontState;II)V]
ForeignObjectArea.getAlign ( ) : int
[mangled: org/apache/fop/layout/ForeignObjectArea.getAlign:()I]
ForeignObjectArea.getEffectiveHeight ( ) : int
[mangled: org/apache/fop/layout/ForeignObjectArea.getEffectiveHeight:()I]
ForeignObjectArea.getEffectiveWidth ( ) : int
[mangled: org/apache/fop/layout/ForeignObjectArea.getEffectiveWidth:()I]
ForeignObjectArea.getIntrinsicHeight ( ) : int
[mangled: org/apache/fop/layout/ForeignObjectArea.getIntrinsicHeight:()I]
ForeignObjectArea.getIntrinsicWidth ( ) : int
[mangled: org/apache/fop/layout/ForeignObjectArea.getIntrinsicWidth:()I]
ForeignObjectArea.getObject ( ) : Area
[mangled: org/apache/fop/layout/ForeignObjectArea.getObject:()Lorg/apache/fop/layout/Area;]
ForeignObjectArea.getOverflow ( ) : int
[mangled: org/apache/fop/layout/ForeignObjectArea.getOverflow:()I]
ForeignObjectArea.getVerticalAlign ( ) : int
[mangled: org/apache/fop/layout/ForeignObjectArea.getVerticalAlign:()I]
ForeignObjectArea.getXOffset ( ) : int
[mangled: org/apache/fop/layout/ForeignObjectArea.getXOffset:()I]
ForeignObjectArea.render ( Renderer p1 ) : void
[mangled: org/apache/fop/layout/ForeignObjectArea.render:(Lorg/apache/fop/render/Renderer;)V]
ForeignObjectArea.scalingMethod ( ) : int
[mangled: org/apache/fop/layout/ForeignObjectArea.scalingMethod:()I]
ForeignObjectArea.setAlign ( int p1 ) : void
[mangled: org/apache/fop/layout/ForeignObjectArea.setAlign:(I)V]
ForeignObjectArea.setContentHeight ( int p1 ) : void
[mangled: org/apache/fop/layout/ForeignObjectArea.setContentHeight:(I)V]
ForeignObjectArea.setContentSizeAuto ( boolean p1, boolean p2 ) : void
[mangled: org/apache/fop/layout/ForeignObjectArea.setContentSizeAuto:(ZZ)V]
ForeignObjectArea.setContentWidth ( int p1 ) : void
[mangled: org/apache/fop/layout/ForeignObjectArea.setContentWidth:(I)V]
ForeignObjectArea.setHeight ( int p1 ) : void
[mangled: org/apache/fop/layout/ForeignObjectArea.setHeight:(I)V]
ForeignObjectArea.setIntrinsicHeight ( int p1 ) : void
[mangled: org/apache/fop/layout/ForeignObjectArea.setIntrinsicHeight:(I)V]
ForeignObjectArea.setIntrinsicWidth ( int p1 ) : void
[mangled: org/apache/fop/layout/ForeignObjectArea.setIntrinsicWidth:(I)V]
ForeignObjectArea.setObject ( Area p1 ) : void
[mangled: org/apache/fop/layout/ForeignObjectArea.setObject:(Lorg/apache/fop/layout/Area;)V]
ForeignObjectArea.setOverflow ( int p1 ) : void
[mangled: org/apache/fop/layout/ForeignObjectArea.setOverflow:(I)V]
ForeignObjectArea.setScaling ( int p1 ) : void
[mangled: org/apache/fop/layout/ForeignObjectArea.setScaling:(I)V]
ForeignObjectArea.setSizeAuto ( boolean p1, boolean p2 ) : void
[mangled: org/apache/fop/layout/ForeignObjectArea.setSizeAuto:(ZZ)V]
ForeignObjectArea.setStartIndent ( int p1 ) : void
[mangled: org/apache/fop/layout/ForeignObjectArea.setStartIndent:(I)V]
ForeignObjectArea.setVerticalAlign ( int p1 ) : void
[mangled: org/apache/fop/layout/ForeignObjectArea.setVerticalAlign:(I)V]
ForeignObjectArea.setWidth ( int p1 ) : void
[mangled: org/apache/fop/layout/ForeignObjectArea.setWidth:(I)V]
fop_0_15_0.jar, FOText.class
package org.apache.fop.fo
FOText.setUnderlined ( boolean p1 ) : void
[mangled: org/apache/fop/fo/FOText.setUnderlined:(Z)V]
fop_0_15_0.jar, FOTreeBuilder.class
package org.apache.fop.fo
FOTreeBuilder.addElementPropertyList ( String p1, String p2, Hashtable p3 ) : void
[mangled: org/apache/fop/fo/FOTreeBuilder.addElementPropertyList:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Hashtable;)V]
FOTreeBuilder.addPropertyList ( String p1, Hashtable p2 ) : void
[mangled: org/apache/fop/fo/FOTreeBuilder.addPropertyList:(Ljava/lang/String;Ljava/util/Hashtable;)V]
FOTreeBuilder.endElement ( String p1, String p2, String p3 ) : void
[mangled: org/apache/fop/fo/FOTreeBuilder.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
FOTreeBuilder.startElement ( String p1, String p2, String p3, Attributes p4 ) : void
[mangled: org/apache/fop/fo/FOTreeBuilder.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
fop_0_15_0.jar, FromParentFunction.class
package org.apache.fop.fo.expr
FromParentFunction.eval ( Property[ ] p1, PropertyInfo p2 ) : Property
[mangled: org/apache/fop/fo/expr/FromParentFunction.eval:([Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/expr/PropertyInfo;)Lorg/apache/fop/fo/Property;]
FromParentFunction.FromParentFunction ( )
[mangled: org/apache/fop/fo/expr/FromParentFunction."<init>":()V]
FromParentFunction.nbArgs ( ) : int
[mangled: org/apache/fop/fo/expr/FromParentFunction.nbArgs:()I]
fop_0_15_0.jar, FromTableColumnFunction.class
package org.apache.fop.fo.expr
FromTableColumnFunction.eval ( Property[ ] p1, PropertyInfo p2 ) : Property
[mangled: org/apache/fop/fo/expr/FromTableColumnFunction.eval:([Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/expr/PropertyInfo;)Lorg/apache/fop/fo/Property;]
FromTableColumnFunction.FromTableColumnFunction ( )
[mangled: org/apache/fop/fo/expr/FromTableColumnFunction."<init>":()V]
FromTableColumnFunction.nbArgs ( ) : int
[mangled: org/apache/fop/fo/expr/FromTableColumnFunction.nbArgs:()I]
fop_0_15_0.jar, Function.class
package org.apache.fop.fo.expr
Function.eval ( Property[ ] p1, PropertyInfo p2 ) [abstract] : Property
[mangled: org/apache/fop/fo/expr/Function.eval:([Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/expr/PropertyInfo;)Lorg/apache/fop/fo/Property;]
Function.getPercentBase ( ) [abstract] : PercentBase
[mangled: org/apache/fop/fo/expr/Function.getPercentBase:()Lorg/apache/fop/datatypes/PercentBase;]
Function.nbArgs ( ) [abstract] : int
[mangled: org/apache/fop/fo/expr/Function.nbArgs:()I]
fop_0_15_0.jar, FunctionBase.class
package org.apache.fop.fo.expr
FunctionBase.eval ( Property[ ] p1, PropertyInfo p2 ) [abstract] : Property
[mangled: org/apache/fop/fo/expr/FunctionBase.eval:([Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/expr/PropertyInfo;)Lorg/apache/fop/fo/Property;]
FunctionBase.FunctionBase ( )
[mangled: org/apache/fop/fo/expr/FunctionBase."<init>":()V]
FunctionBase.getPercentBase ( ) : PercentBase
[mangled: org/apache/fop/fo/expr/FunctionBase.getPercentBase:()Lorg/apache/fop/datatypes/PercentBase;]
FunctionBase.nbArgs ( ) [abstract] : int
[mangled: org/apache/fop/fo/expr/FunctionBase.nbArgs:()I]
fop_0_15_0.jar, G.class
package org.apache.fop.svg
G.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/G.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
G.G ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/G."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
G.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/G.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, GenericBorderStyle.class
package org.apache.fop.fo.properties
GenericBorderStyle.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/GenericBorderStyle.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
GenericBorderStyle.GenericBorderStyle ( String p1 )
[mangled: org/apache/fop/fo/properties/GenericBorderStyle."<init>":(Ljava/lang/String;)V]
GenericBorderStyle.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/GenericBorderStyle.isInherited:()Z]
GenericBorderStyle.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/GenericBorderStyle.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
GenericBorderStyle.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/GenericBorderStyle.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, GenericBorderWidth.class
package org.apache.fop.fo.properties
GenericBorderWidth.checkValueKeywords ( String p1 ) : String
[mangled: org/apache/fop/fo/properties/GenericBorderWidth.checkValueKeywords:(Ljava/lang/String;)Ljava/lang/String;]
GenericBorderWidth.GenericBorderWidth ( String p1 )
[mangled: org/apache/fop/fo/properties/GenericBorderWidth."<init>":(Ljava/lang/String;)V]
GenericBorderWidth.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/GenericBorderWidth.isInherited:()Z]
GenericBorderWidth.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/GenericBorderWidth.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
GenericBorderWidth.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/GenericBorderWidth.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, GenericBreak.class
package org.apache.fop.fo.properties
GenericBreak.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/GenericBreak.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
GenericBreak.GenericBreak ( String p1 )
[mangled: org/apache/fop/fo/properties/GenericBreak."<init>":(Ljava/lang/String;)V]
GenericBreak.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/GenericBreak.isInherited:()Z]
GenericBreak.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/GenericBreak.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
GenericBreak.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/GenericBreak.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, GenericColor.class
package org.apache.fop.fo.properties
GenericColor.convertPropertyDatatype ( Property p1, PropertyList p2, FObj p3 ) : Property
[mangled: org/apache/fop/fo/properties/GenericColor.convertPropertyDatatype:(Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
GenericColor.GenericColor ( String p1 )
[mangled: org/apache/fop/fo/properties/GenericColor."<init>":(Ljava/lang/String;)V]
GenericColor.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/GenericColor.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, GenericCondBorderWidth.class
package org.apache.fop.fo.properties
GenericCondBorderWidth.checkValueKeywords ( String p1 ) : String
[mangled: org/apache/fop/fo/properties/GenericCondBorderWidth.checkValueKeywords:(Ljava/lang/String;)Ljava/lang/String;]
GenericCondBorderWidth.GenericCondBorderWidth ( String p1 )
[mangled: org/apache/fop/fo/properties/GenericCondBorderWidth."<init>":(Ljava/lang/String;)V]
GenericCondBorderWidth.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/GenericCondBorderWidth.isInherited:()Z]
GenericCondBorderWidth.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/GenericCondBorderWidth.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
GenericCondBorderWidth.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/GenericCondBorderWidth.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, GenericCondLength.class
package org.apache.fop.fo.properties
GenericCondLength.GenericCondLength ( String p1 )
[mangled: org/apache/fop/fo/properties/GenericCondLength."<init>":(Ljava/lang/String;)V]
GenericCondLength.getSubpropMaker ( String p1 ) : Property.Maker
[mangled: org/apache/fop/fo/properties/GenericCondLength.getSubpropMaker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
GenericCondLength.getSubpropValue ( Property p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/GenericCondLength.getSubpropValue:(Lorg/apache/fop/fo/Property;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
GenericCondLength.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/GenericCondLength.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
GenericCondLength.setSubprop ( Property p1, String p2, Property p3 ) : Property
[mangled: org/apache/fop/fo/properties/GenericCondLength.setSubprop:(Lorg/apache/fop/fo/Property;Ljava/lang/String;Lorg/apache/fop/fo/Property;)Lorg/apache/fop/fo/Property;]
fop_0_15_0.jar, GenericCondPadding.class
package org.apache.fop.fo.properties
GenericCondPadding.GenericCondPadding ( String p1 )
[mangled: org/apache/fop/fo/properties/GenericCondPadding."<init>":(Ljava/lang/String;)V]
GenericCondPadding.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/GenericCondPadding.isInherited:()Z]
GenericCondPadding.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/GenericCondPadding.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
GenericCondPadding.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/GenericCondPadding.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, GenericPadding.class
package org.apache.fop.fo.properties
GenericPadding.GenericPadding ( String p1 )
[mangled: org/apache/fop/fo/properties/GenericPadding."<init>":(Ljava/lang/String;)V]
GenericPadding.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/GenericPadding.isInherited:()Z]
GenericPadding.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/GenericPadding.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
GenericPadding.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/GenericPadding.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, GenericSpace.class
package org.apache.fop.fo.properties
GenericSpace.GenericSpace ( String p1 )
[mangled: org/apache/fop/fo/properties/GenericSpace."<init>":(Ljava/lang/String;)V]
GenericSpace.getSubpropMaker ( String p1 ) : Property.Maker
[mangled: org/apache/fop/fo/properties/GenericSpace.getSubpropMaker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
GenericSpace.getSubpropValue ( Property p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/GenericSpace.getSubpropValue:(Lorg/apache/fop/fo/Property;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
GenericSpace.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/GenericSpace.isInherited:()Z]
GenericSpace.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/GenericSpace.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
GenericSpace.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/GenericSpace.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
GenericSpace.setSubprop ( Property p1, String p2, Property p3 ) : Property
[mangled: org/apache/fop/fo/properties/GenericSpace.setSubprop:(Lorg/apache/fop/fo/Property;Ljava/lang/String;Lorg/apache/fop/fo/Property;)Lorg/apache/fop/fo/Property;]
fop_0_15_0.jar, GifJpegImage.class
package org.apache.fop.image
GifJpegImage.GifJpegImage ( URL p1 )
[mangled: org/apache/fop/image/GifJpegImage."<init>":(Ljava/net/URL;)V]
GifJpegImage.GifJpegImage ( URL p1, ImageReader p2 )
[mangled: org/apache/fop/image/GifJpegImage."<init>":(Ljava/net/URL;Lorg/apache/fop/image/analyser/ImageReader;)V]
GifJpegImage.loadImage ( ) : void
[mangled: org/apache/fop/image/GifJpegImage.loadImage:()V]
fop_0_15_0.jar, GIFReader.class
package org.apache.fop.image.analyser
GIFReader.getMimeType ( ) : String
[mangled: org/apache/fop/image/analyser/GIFReader.getMimeType:()Ljava/lang/String;]
GIFReader.GIFReader ( )
[mangled: org/apache/fop/image/analyser/GIFReader."<init>":()V]
GIFReader.setDefaultHeader ( ) : void
[mangled: org/apache/fop/image/analyser/GIFReader.setDefaultHeader:()V]
GIFReader.setDimension ( ) : void
[mangled: org/apache/fop/image/analyser/GIFReader.setDimension:()V]
GIFReader.verifySignature ( BufferedInputStream p1 ) : boolean
[mangled: org/apache/fop/image/analyser/GIFReader.verifySignature:(Ljava/io/BufferedInputStream;)Z]
fop_0_15_0.jar, Glyph.class
package org.apache.fop.svg
Glyph.Glyph ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Glyph."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
Glyph.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Glyph.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, GoToPageDialog.class
package org.apache.fop.viewer
GoToPageDialog.getPageNumber ( ) : int
[mangled: org/apache/fop/viewer/GoToPageDialog.getPageNumber:()I]
GoToPageDialog.GoToPageDialog ( )
[mangled: org/apache/fop/viewer/GoToPageDialog."<init>":()V]
GoToPageDialog.GoToPageDialog ( Frame p1, String p2, boolean p3 )
[mangled: org/apache/fop/viewer/GoToPageDialog."<init>":(Ljava/awt/Frame;Ljava/lang/String;Z)V]
fop_0_15_0.jar, GradientTransformMaker.class
package org.apache.fop.fo.properties
GradientTransformMaker.GradientTransformMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/GradientTransformMaker."<init>":(Ljava/lang/String;)V]
GradientTransformMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/GradientTransformMaker.isInherited:()Z]
GradientTransformMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/GradientTransformMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
GradientTransformMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/GradientTransformMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, GradientUnitsMaker.class
package org.apache.fop.fo.properties
GradientUnitsMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/GradientUnitsMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
GradientUnitsMaker.GradientUnitsMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/GradientUnitsMaker."<init>":(Ljava/lang/String;)V]
GradientUnitsMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/GradientUnitsMaker.isInherited:()Z]
GradientUnitsMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/GradientUnitsMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
GradientUnitsMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/GradientUnitsMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, GraphicElement.class
package org.apache.fop.dom.svg
GraphicElement.addEventListener ( String p1, EventListener p2, boolean p3 ) : void
[mangled: org/apache/fop/dom/svg/GraphicElement.addEventListener:(Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V]
GraphicElement.dispatchEvent ( Event p1 ) : boolean
[mangled: org/apache/fop/dom/svg/GraphicElement.dispatchEvent:(Lorg/w3c/dom/events/Event;)Z]
GraphicElement.getBBox ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/GraphicElement.getBBox:()Lorg/w3c/dom/svg/SVGRect;]
GraphicElement.getChildrenBBox ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/GraphicElement.getChildrenBBox:()Lorg/w3c/dom/svg/SVGRect;]
GraphicElement.getCTM ( ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/GraphicElement.getCTM:()Lorg/w3c/dom/svg/SVGMatrix;]
GraphicElement.getFarthestViewportElement ( ) : SVGElement
[mangled: org/apache/fop/dom/svg/GraphicElement.getFarthestViewportElement:()Lorg/w3c/dom/svg/SVGElement;]
GraphicElement.getNearestViewportElement ( ) : SVGElement
[mangled: org/apache/fop/dom/svg/GraphicElement.getNearestViewportElement:()Lorg/w3c/dom/svg/SVGElement;]
GraphicElement.getRequiredExtensions ( ) : SVGList
[mangled: org/apache/fop/dom/svg/GraphicElement.getRequiredExtensions:()Lorg/w3c/dom/svg/SVGList;]
GraphicElement.getRequiredFeatures ( ) : SVGList
[mangled: org/apache/fop/dom/svg/GraphicElement.getRequiredFeatures:()Lorg/w3c/dom/svg/SVGList;]
GraphicElement.getScreenCTM ( ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/GraphicElement.getScreenCTM:()Lorg/w3c/dom/svg/SVGMatrix;]
GraphicElement.getSystemLanguage ( ) : SVGList
[mangled: org/apache/fop/dom/svg/GraphicElement.getSystemLanguage:()Lorg/w3c/dom/svg/SVGList;]
GraphicElement.getTransform ( ) : SVGAnimatedTransformList
[mangled: org/apache/fop/dom/svg/GraphicElement.getTransform:()Lorg/w3c/dom/svg/SVGAnimatedTransformList;]
GraphicElement.getTransformToElement ( SVGElement p1 ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/GraphicElement.getTransformToElement:(Lorg/w3c/dom/svg/SVGElement;)Lorg/w3c/dom/svg/SVGMatrix;]
GraphicElement.getXMLlang ( ) : String
[mangled: org/apache/fop/dom/svg/GraphicElement.getXMLlang:()Ljava/lang/String;]
GraphicElement.getXMLspace ( ) : String
[mangled: org/apache/fop/dom/svg/GraphicElement.getXMLspace:()Ljava/lang/String;]
GraphicElement.GraphicElement ( )
[mangled: org/apache/fop/dom/svg/GraphicElement."<init>":()V]
GraphicElement.hasExtension ( String p1 ) : boolean
[mangled: org/apache/fop/dom/svg/GraphicElement.hasExtension:(Ljava/lang/String;)Z]
GraphicElement.removeEventListener ( String p1, EventListener p2, boolean p3 ) : void
[mangled: org/apache/fop/dom/svg/GraphicElement.removeEventListener:(Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V]
GraphicElement.setRequiredExtensions ( SVGList p1 ) : void
[mangled: org/apache/fop/dom/svg/GraphicElement.setRequiredExtensions:(Lorg/w3c/dom/svg/SVGList;)V]
GraphicElement.setRequiredFeatures ( SVGList p1 ) : void
[mangled: org/apache/fop/dom/svg/GraphicElement.setRequiredFeatures:(Lorg/w3c/dom/svg/SVGList;)V]
GraphicElement.setSystemLanguage ( SVGList p1 ) : void
[mangled: org/apache/fop/dom/svg/GraphicElement.setSystemLanguage:(Lorg/w3c/dom/svg/SVGList;)V]
GraphicElement.setTransform ( SVGAnimatedTransformList p1 ) : void
[mangled: org/apache/fop/dom/svg/GraphicElement.setTransform:(Lorg/w3c/dom/svg/SVGAnimatedTransformList;)V]
GraphicElement.setXMLlang ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/GraphicElement.setXMLlang:(Ljava/lang/String;)V]
GraphicElement.setXMLspace ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/GraphicElement.setXMLspace:(Ljava/lang/String;)V]
fop_0_15_0.jar, GraphicImpl.class
package org.apache.fop.dom.svg
GraphicImpl.addDefs ( Hashtable p1 ) [abstract] : void
[mangled: org/apache/fop/dom/svg/GraphicImpl.addDefs:(Ljava/util/Hashtable;)V]
GraphicImpl.getDefs ( ) [abstract] : Hashtable
[mangled: org/apache/fop/dom/svg/GraphicImpl.getDefs:()Ljava/util/Hashtable;]
GraphicImpl.getGraphicParent ( ) [abstract] : SVGElement
[mangled: org/apache/fop/dom/svg/GraphicImpl.getGraphicParent:()Lorg/w3c/dom/svg/SVGElement;]
GraphicImpl.locateDef ( String p1 ) [abstract] : SVGElement
[mangled: org/apache/fop/dom/svg/GraphicImpl.locateDef:(Ljava/lang/String;)Lorg/w3c/dom/svg/SVGElement;]
GraphicImpl.oldgetStyle ( ) [abstract] : Hashtable
[mangled: org/apache/fop/dom/svg/GraphicImpl.oldgetStyle:()Ljava/util/Hashtable;]
GraphicImpl.oldgetTransform ( ) [abstract] : Vector
[mangled: org/apache/fop/dom/svg/GraphicImpl.oldgetTransform:()Ljava/util/Vector;]
GraphicImpl.setParent ( SVGElement p1 ) [abstract] : void
[mangled: org/apache/fop/dom/svg/GraphicImpl.setParent:(Lorg/w3c/dom/svg/SVGElement;)V]
GraphicImpl.setStyle ( Hashtable p1 ) [abstract] : void
[mangled: org/apache/fop/dom/svg/GraphicImpl.setStyle:(Ljava/util/Hashtable;)V]
GraphicImpl.setTransform ( Vector p1 ) [abstract] : void
[mangled: org/apache/fop/dom/svg/GraphicImpl.setTransform:(Ljava/util/Vector;)V]
fop_0_15_0.jar, GraphicsCreator.class
package org.apache.fop.svg
GraphicsCreator.createGraphic ( ) [abstract] : SVGElement
[mangled: org/apache/fop/svg/GraphicsCreator.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
fop_0_15_0.jar, HeightMaker.class
package org.apache.fop.fo.properties
HeightMaker.HeightMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/HeightMaker."<init>":(Ljava/lang/String;)V]
HeightMaker.isAutoLengthAllowed ( ) : boolean
[mangled: org/apache/fop/fo/properties/HeightMaker.isAutoLengthAllowed:()Z]
HeightMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/HeightMaker.isInherited:()Z]
HeightMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/HeightMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
HeightMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/HeightMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, Helvetica.class
package org.apache.fop.render.pdf.fonts
Helvetica.getAscender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Helvetica.getAscender:(I)I]
Helvetica.getCapHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Helvetica.getCapHeight:(I)I]
Helvetica.getDescender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Helvetica.getDescender:(I)I]
Helvetica.getFirstChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/Helvetica.getFirstChar:()I]
Helvetica.getLastChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/Helvetica.getLastChar:()I]
Helvetica.getWidths ( int p1 ) : int[ ]
[mangled: org/apache/fop/render/pdf/fonts/Helvetica.getWidths:(I)[I]
Helvetica.getXHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Helvetica.getXHeight:(I)I]
Helvetica.width ( int p1, int p2 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Helvetica.width:(II)I]
fop_0_15_0.jar, HelveticaBold.class
package org.apache.fop.render.pdf.fonts
HelveticaBold.getAscender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBold.getAscender:(I)I]
HelveticaBold.getCapHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBold.getCapHeight:(I)I]
HelveticaBold.getDescender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBold.getDescender:(I)I]
HelveticaBold.getFirstChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBold.getFirstChar:()I]
HelveticaBold.getLastChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBold.getLastChar:()I]
HelveticaBold.getWidths ( int p1 ) : int[ ]
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBold.getWidths:(I)[I]
HelveticaBold.getXHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBold.getXHeight:(I)I]
HelveticaBold.width ( int p1, int p2 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBold.width:(II)I]
fop_0_15_0.jar, HelveticaBoldOblique.class
package org.apache.fop.render.pdf.fonts
HelveticaBoldOblique.getAscender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBoldOblique.getAscender:(I)I]
HelveticaBoldOblique.getCapHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBoldOblique.getCapHeight:(I)I]
HelveticaBoldOblique.getDescender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBoldOblique.getDescender:(I)I]
HelveticaBoldOblique.getFirstChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBoldOblique.getFirstChar:()I]
HelveticaBoldOblique.getLastChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBoldOblique.getLastChar:()I]
HelveticaBoldOblique.getWidths ( int p1 ) : int[ ]
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBoldOblique.getWidths:(I)[I]
HelveticaBoldOblique.getXHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBoldOblique.getXHeight:(I)I]
HelveticaBoldOblique.width ( int p1, int p2 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBoldOblique.width:(II)I]
fop_0_15_0.jar, HelveticaOblique.class
package org.apache.fop.render.pdf.fonts
HelveticaOblique.getAscender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaOblique.getAscender:(I)I]
HelveticaOblique.getCapHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaOblique.getCapHeight:(I)I]
HelveticaOblique.getDescender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaOblique.getDescender:(I)I]
HelveticaOblique.getFirstChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaOblique.getFirstChar:()I]
HelveticaOblique.getLastChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaOblique.getLastChar:()I]
HelveticaOblique.getWidths ( int p1 ) : int[ ]
[mangled: org/apache/fop/render/pdf/fonts/HelveticaOblique.getWidths:(I)[I]
HelveticaOblique.getXHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaOblique.getXHeight:(I)I]
HelveticaOblique.width ( int p1, int p2 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaOblique.width:(II)I]
fop_0_15_0.jar, HKern.class
package org.apache.fop.svg
HKern.HKern ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/HKern."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
HKern.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/HKern.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, HRefMaker.class
package org.apache.fop.fo.properties
HRefMaker.HRefMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/HRefMaker."<init>":(Ljava/lang/String;)V]
HRefMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/HRefMaker.isInherited:()Z]
HRefMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/HRefMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
HRefMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/HRefMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, IdMaker.class
package org.apache.fop.fo.properties
IdMaker.IdMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/IdMaker."<init>":(Ljava/lang/String;)V]
IdMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/IdMaker.isInherited:()Z]
IdMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/IdMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
IdMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/IdMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, IDNode.class
package org.apache.fop.datatypes
IDNode.createInternalLinkGoTo ( int p1 ) : void
[mangled: org/apache/fop/datatypes/IDNode.createInternalLinkGoTo:(I)V]
IDNode.getIDValue ( ) : String
[mangled: org/apache/fop/datatypes/IDNode.getIDValue:()Ljava/lang/String;]
IDNode.getInternalLinkGoTo ( ) : PDFGoTo
[mangled: org/apache/fop/datatypes/IDNode.getInternalLinkGoTo:()Lorg/apache/fop/pdf/PDFGoTo;]
IDNode.getInternalLinkGoToReference ( ) : String
[mangled: org/apache/fop/datatypes/IDNode.getInternalLinkGoToReference:()Ljava/lang/String;]
IDNode.getPageNumber ( ) : String
[mangled: org/apache/fop/datatypes/IDNode.getPageNumber:()Ljava/lang/String;]
IDNode.IDNode ( String p1 )
[mangled: org/apache/fop/datatypes/IDNode."<init>":(Ljava/lang/String;)V]
IDNode.isThereInternalLinkGoTo ( ) : boolean
[mangled: org/apache/fop/datatypes/IDNode.isThereInternalLinkGoTo:()Z]
IDNode.setInternalLinkGoToPageReference ( String p1 ) : void
[mangled: org/apache/fop/datatypes/IDNode.setInternalLinkGoToPageReference:(Ljava/lang/String;)V]
IDNode.setPageNumber ( int p1 ) : void
[mangled: org/apache/fop/datatypes/IDNode.setPageNumber:(I)V]
IDNode.setPosition ( int p1, int p2 ) : void
[mangled: org/apache/fop/datatypes/IDNode.setPosition:(II)V]
fop_0_15_0.jar, IDReferences.class
package org.apache.fop.datatypes
IDReferences.addToIdValidationList ( String p1 ) : void
[mangled: org/apache/fop/datatypes/IDReferences.addToIdValidationList:(Ljava/lang/String;)V]
IDReferences.configureID ( String p1, Area p2 ) : void
[mangled: org/apache/fop/datatypes/IDReferences.configureID:(Ljava/lang/String;Lorg/apache/fop/layout/Area;)V]
IDReferences.createID ( String p1 ) : void
[mangled: org/apache/fop/datatypes/IDReferences.createID:(Ljava/lang/String;)V]
IDReferences.createInternalLinkGoTo ( String p1, int p2 ) : String
[mangled: org/apache/fop/datatypes/IDReferences.createInternalLinkGoTo:(Ljava/lang/String;I)Ljava/lang/String;]
IDReferences.createNewId ( String p1 ) : void
[mangled: org/apache/fop/datatypes/IDReferences.createNewId:(Ljava/lang/String;)V]
IDReferences.doesGoToReferenceExist ( String p1 ) : boolean
[mangled: org/apache/fop/datatypes/IDReferences.doesGoToReferenceExist:(Ljava/lang/String;)Z]
IDReferences.doesIDExist ( String p1 ) : boolean
[mangled: org/apache/fop/datatypes/IDReferences.doesIDExist:(Ljava/lang/String;)Z]
IDReferences.getInternalLinkGotToReference ( String p1 ) : String
[mangled: org/apache/fop/datatypes/IDReferences.getInternalLinkGotToReference:(Ljava/lang/String;)Ljava/lang/String;]
IDReferences.getInvalidIds ( ) : String
[mangled: org/apache/fop/datatypes/IDReferences.getInvalidIds:()Ljava/lang/String;]
IDReferences.getPageNumber ( String p1 ) : String
[mangled: org/apache/fop/datatypes/IDReferences.getPageNumber:(Ljava/lang/String;)Ljava/lang/String;]
IDReferences.getPDFGoTo ( String p1 ) : PDFGoTo
[mangled: org/apache/fop/datatypes/IDReferences.getPDFGoTo:(Ljava/lang/String;)Lorg/apache/fop/pdf/PDFGoTo;]
IDReferences.IDReferences ( )
[mangled: org/apache/fop/datatypes/IDReferences."<init>":()V]
IDReferences.initializeID ( String p1, Area p2 ) : void
[mangled: org/apache/fop/datatypes/IDReferences.initializeID:(Ljava/lang/String;Lorg/apache/fop/layout/Area;)V]
IDReferences.isEveryIdValid ( ) : boolean
[mangled: org/apache/fop/datatypes/IDReferences.isEveryIdValid:()Z]
IDReferences.removeFromIdValidationList ( String p1 ) : void
[mangled: org/apache/fop/datatypes/IDReferences.removeFromIdValidationList:(Ljava/lang/String;)V]
IDReferences.removeID ( String p1 ) : void
[mangled: org/apache/fop/datatypes/IDReferences.removeID:(Ljava/lang/String;)V]
IDReferences.setInternalGoToPageReference ( String p1, String p2 ) : void
[mangled: org/apache/fop/datatypes/IDReferences.setInternalGoToPageReference:(Ljava/lang/String;Ljava/lang/String;)V]
IDReferences.setPageNumber ( String p1, int p2 ) : void
[mangled: org/apache/fop/datatypes/IDReferences.setPageNumber:(Ljava/lang/String;I)V]
IDReferences.setPosition ( String p1, int p2, int p3 ) : void
[mangled: org/apache/fop/datatypes/IDReferences.setPosition:(Ljava/lang/String;II)V]
fop_0_15_0.jar, Image.class
package org.apache.fop.svg
Image.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Image.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
Image.Image ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Image."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
Image.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Image.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, ImageReader.class
package org.apache.fop.image.analyser
ImageReader.getHeight ( ) [abstract] : int
[mangled: org/apache/fop/image/analyser/ImageReader.getHeight:()I]
ImageReader.getInputStream ( ) [abstract] : BufferedInputStream
[mangled: org/apache/fop/image/analyser/ImageReader.getInputStream:()Ljava/io/BufferedInputStream;]
ImageReader.getMimeType ( ) [abstract] : String
[mangled: org/apache/fop/image/analyser/ImageReader.getMimeType:()Ljava/lang/String;]
ImageReader.getWidth ( ) [abstract] : int
[mangled: org/apache/fop/image/analyser/ImageReader.getWidth:()I]
ImageReader.verifySignature ( BufferedInputStream p1 ) [abstract] : boolean
[mangled: org/apache/fop/image/analyser/ImageReader.verifySignature:(Ljava/io/BufferedInputStream;)Z]
fop_0_15_0.jar, ImageReaderFactory.class
package org.apache.fop.image.analyser
ImageReaderFactory.ImageReaderFactory ( )
[mangled: org/apache/fop/image/analyser/ImageReaderFactory."<init>":()V]
ImageReaderFactory.Make ( InputStream p1 ) [static] : ImageReader
[mangled: org/apache/fop/image/analyser/ImageReaderFactory.Make:(Ljava/io/InputStream;)Lorg/apache/fop/image/analyser/ImageReader;]
fop_0_15_0.jar, InheritedPropFunction.class
package org.apache.fop.fo.expr
InheritedPropFunction.eval ( Property[ ] p1, PropertyInfo p2 ) : Property
[mangled: org/apache/fop/fo/expr/InheritedPropFunction.eval:([Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/expr/PropertyInfo;)Lorg/apache/fop/fo/Property;]
InheritedPropFunction.InheritedPropFunction ( )
[mangled: org/apache/fop/fo/expr/InheritedPropFunction."<init>":()V]
InheritedPropFunction.nbArgs ( ) : int
[mangled: org/apache/fop/fo/expr/InheritedPropFunction.nbArgs:()I]
fop_0_15_0.jar, InitialPageNumberMaker.class
package org.apache.fop.fo.properties
InitialPageNumberMaker.InitialPageNumberMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/InitialPageNumberMaker."<init>":(Ljava/lang/String;)V]
InitialPageNumberMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/InitialPageNumberMaker.isInherited:()Z]
InitialPageNumberMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/InitialPageNumberMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
InitialPageNumberMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/InitialPageNumberMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, Inline.class
package org.apache.fop.fo.flow
Inline.addCharacters ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/apache/fop/fo/flow/Inline.addCharacters:([CII)V]
Inline.Inline ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/flow/Inline."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
Inline.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/flow/Inline.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, InlineArea.class
package org.apache.fop.layout
InlineArea.getPageNumberID ( ) : String
[mangled: org/apache/fop/layout/InlineArea.getPageNumberID:()Ljava/lang/String;]
InlineArea.getUnderlined ( ) : boolean
[mangled: org/apache/fop/layout/InlineArea.getUnderlined:()Z]
InlineArea.setUnderlined ( boolean p1 ) : void
[mangled: org/apache/fop/layout/InlineArea.setUnderlined:(Z)V]
fop_0_15_0.jar, InlineSpace.class
package org.apache.fop.layout
InlineSpace.getResizeable ( ) : boolean
[mangled: org/apache/fop/layout/InlineSpace.getResizeable:()Z]
InlineSpace.InlineSpace ( int p1, boolean p2 )
[mangled: org/apache/fop/layout/InlineSpace."<init>":(IZ)V]
InlineSpace.setResizeable ( boolean p1 ) : void
[mangled: org/apache/fop/layout/InlineSpace.setResizeable:(Z)V]
fop_0_15_0.jar, InstreamForeignObject.class
package org.apache.fop.fo.flow
InstreamForeignObject.InstreamForeignObject ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/flow/InstreamForeignObject."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
InstreamForeignObject.layout ( Area p1 ) : Status
[mangled: org/apache/fop/fo/flow/InstreamForeignObject.layout:(Lorg/apache/fop/layout/Area;)Lorg/apache/fop/fo/Status;]
InstreamForeignObject.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/flow/InstreamForeignObject.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, InternalDestinationMaker.class
package org.apache.fop.fo.properties
InternalDestinationMaker.InternalDestinationMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/InternalDestinationMaker."<init>":(Ljava/lang/String;)V]
InternalDestinationMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/InternalDestinationMaker.isInherited:()Z]
InternalDestinationMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/InternalDestinationMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
InternalDestinationMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/InternalDestinationMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, JPEGReader.class
package org.apache.fop.image.analyser
JPEGReader.getMimeType ( ) : String
[mangled: org/apache/fop/image/analyser/JPEGReader.getMimeType:()Ljava/lang/String;]
JPEGReader.JPEGReader ( )
[mangled: org/apache/fop/image/analyser/JPEGReader."<init>":()V]
JPEGReader.read2bytes ( ) : int
[mangled: org/apache/fop/image/analyser/JPEGReader.read2bytes:()I]
JPEGReader.setDefaultHeader ( ) : void
[mangled: org/apache/fop/image/analyser/JPEGReader.setDefaultHeader:()V]
JPEGReader.setDimension ( ) : void
[mangled: org/apache/fop/image/analyser/JPEGReader.setDimension:()V]
JPEGReader.skip ( long p1 ) : long
[mangled: org/apache/fop/image/analyser/JPEGReader.skip:(J)J]
JPEGReader.verifySignature ( BufferedInputStream p1 ) : boolean
[mangled: org/apache/fop/image/analyser/JPEGReader.verifySignature:(Ljava/io/BufferedInputStream;)Z]
fop_0_15_0.jar, KeepWithNextMaker.class
package org.apache.fop.fo.properties
KeepWithNextMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/KeepWithNextMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
KeepWithNextMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/KeepWithNextMaker.isInherited:()Z]
KeepWithNextMaker.KeepWithNextMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/KeepWithNextMaker."<init>":(Ljava/lang/String;)V]
KeepWithNextMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/KeepWithNextMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
KeepWithNextMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/KeepWithNextMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, LayoutMasterSet.class
package org.apache.fop.fo.pagination
LayoutMasterSet.addPageSequenceMaster ( String p1, PageSequenceMaster p2 ) : void
[mangled: org/apache/fop/fo/pagination/LayoutMasterSet.addPageSequenceMaster:(Ljava/lang/String;Lorg/apache/fop/fo/pagination/PageSequenceMaster;)V]
LayoutMasterSet.addSimplePageMaster ( SimplePageMaster p1 ) : void
[mangled: org/apache/fop/fo/pagination/LayoutMasterSet.addSimplePageMaster:(Lorg/apache/fop/fo/pagination/SimplePageMaster;)V]
LayoutMasterSet.checkRegionNames ( ) : void
[mangled: org/apache/fop/fo/pagination/LayoutMasterSet.checkRegionNames:()V]
LayoutMasterSet.getPageSequenceMaster ( String p1 ) : PageSequenceMaster
[mangled: org/apache/fop/fo/pagination/LayoutMasterSet.getPageSequenceMaster:(Ljava/lang/String;)Lorg/apache/fop/fo/pagination/PageSequenceMaster;]
LayoutMasterSet.getSimplePageMaster ( String p1 ) : SimplePageMaster
[mangled: org/apache/fop/fo/pagination/LayoutMasterSet.getSimplePageMaster:(Ljava/lang/String;)Lorg/apache/fop/fo/pagination/SimplePageMaster;]
LayoutMasterSet.regionNameExists ( String p1 ) : boolean
[mangled: org/apache/fop/fo/pagination/LayoutMasterSet.regionNameExists:(Ljava/lang/String;)Z]
LayoutMasterSet.resetPageMasters ( ) : void
[mangled: org/apache/fop/fo/pagination/LayoutMasterSet.resetPageMasters:()V]
fop_0_15_0.jar, Leader.class
package org.apache.fop.fo.flow
Leader.layout ( Area p1 ) : Status
[mangled: org/apache/fop/fo/flow/Leader.layout:(Lorg/apache/fop/layout/Area;)Lorg/apache/fop/fo/Status;]
Leader.Leader ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/flow/Leader."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
Leader.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/flow/Leader.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, LeaderAlignmentMaker.class
package org.apache.fop.fo.properties
LeaderAlignmentMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/LeaderAlignmentMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
LeaderAlignmentMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/LeaderAlignmentMaker.isInherited:()Z]
LeaderAlignmentMaker.LeaderAlignmentMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/LeaderAlignmentMaker."<init>":(Ljava/lang/String;)V]
LeaderAlignmentMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/LeaderAlignmentMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
LeaderAlignmentMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/LeaderAlignmentMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, LeaderArea.class
package org.apache.fop.layout
LeaderArea.getLeaderLength ( ) : int
[mangled: org/apache/fop/layout/LeaderArea.getLeaderLength:()I]
LeaderArea.getLeaderPattern ( ) : int
[mangled: org/apache/fop/layout/LeaderArea.getLeaderPattern:()I]
LeaderArea.getRuleStyle ( ) : int
[mangled: org/apache/fop/layout/LeaderArea.getRuleStyle:()I]
LeaderArea.getRuleThickness ( ) : int
[mangled: org/apache/fop/layout/LeaderArea.getRuleThickness:()I]
LeaderArea.LeaderArea ( FontState p1, float p2, float p3, float p4, String p5, int p6, int p7, int p8, int p9 )
[mangled: org/apache/fop/layout/LeaderArea."<init>":(Lorg/apache/fop/layout/FontState;FFFLjava/lang/String;IIII)V]
LeaderArea.render ( Renderer p1 ) : void
[mangled: org/apache/fop/layout/LeaderArea.render:(Lorg/apache/fop/render/Renderer;)V]
fop_0_15_0.jar, LeaderLengthMaker.class
package org.apache.fop.fo.properties
LeaderLengthMaker.getSubpropMaker ( String p1 ) : Property.Maker
[mangled: org/apache/fop/fo/properties/LeaderLengthMaker.getSubpropMaker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
LeaderLengthMaker.getSubpropValue ( Property p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/LeaderLengthMaker.getSubpropValue:(Lorg/apache/fop/fo/Property;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
LeaderLengthMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/LeaderLengthMaker.isInherited:()Z]
LeaderLengthMaker.LeaderLengthMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/LeaderLengthMaker."<init>":(Ljava/lang/String;)V]
LeaderLengthMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/LeaderLengthMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
LeaderLengthMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/LeaderLengthMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
LeaderLengthMaker.setSubprop ( Property p1, String p2, Property p3 ) : Property
[mangled: org/apache/fop/fo/properties/LeaderLengthMaker.setSubprop:(Lorg/apache/fop/fo/Property;Ljava/lang/String;Lorg/apache/fop/fo/Property;)Lorg/apache/fop/fo/Property;]
fop_0_15_0.jar, LeaderPatternMaker.class
package org.apache.fop.fo.properties
LeaderPatternMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/LeaderPatternMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
LeaderPatternMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/LeaderPatternMaker.isInherited:()Z]
LeaderPatternMaker.LeaderPatternMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/LeaderPatternMaker."<init>":(Ljava/lang/String;)V]
LeaderPatternMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/LeaderPatternMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
LeaderPatternMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/LeaderPatternMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, LeaderPatternWidthMaker.class
package org.apache.fop.fo.properties
LeaderPatternWidthMaker.checkValueKeywords ( String p1 ) : String
[mangled: org/apache/fop/fo/properties/LeaderPatternWidthMaker.checkValueKeywords:(Ljava/lang/String;)Ljava/lang/String;]
LeaderPatternWidthMaker.getPercentBase ( FObj p1, PropertyList p2 ) : PercentBase
[mangled: org/apache/fop/fo/properties/LeaderPatternWidthMaker.getPercentBase:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/datatypes/PercentBase;]
LeaderPatternWidthMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/LeaderPatternWidthMaker.isInherited:()Z]
LeaderPatternWidthMaker.LeaderPatternWidthMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/LeaderPatternWidthMaker."<init>":(Ljava/lang/String;)V]
LeaderPatternWidthMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/LeaderPatternWidthMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
LeaderPatternWidthMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/LeaderPatternWidthMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, LeftMaker.class
package org.apache.fop.fo.properties
LeftMaker.isAutoLengthAllowed ( ) : boolean
[mangled: org/apache/fop/fo/properties/LeftMaker.isAutoLengthAllowed:()Z]
LeftMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/LeftMaker.isInherited:()Z]
LeftMaker.LeftMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/LeftMaker."<init>":(Ljava/lang/String;)V]
LeftMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/LeftMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
LeftMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/LeftMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, Length.class
package org.apache.fop.datatypes
Length.computeValue ( ) : int
[mangled: org/apache/fop/datatypes/Length.computeValue:()I]
Length.convert ( double p1, String p2 ) : void
[mangled: org/apache/fop/datatypes/Length.convert:(DLjava/lang/String;)V]
Length.getTableUnits ( ) : double
[mangled: org/apache/fop/datatypes/Length.getTableUnits:()D]
Length.isAuto ( ) : boolean
[mangled: org/apache/fop/datatypes/Length.isAuto:()Z]
Length.Length ( double p1, int p2 )
[mangled: org/apache/fop/datatypes/Length."<init>":(DI)V]
Length.Length ( double p1, String p2 )
[mangled: org/apache/fop/datatypes/Length."<init>":(DLjava/lang/String;)V]
Length.Length ( int p1 )
[mangled: org/apache/fop/datatypes/Length."<init>":(I)V]
Length.setIsComputed ( boolean p1 ) : void
[mangled: org/apache/fop/datatypes/Length.setIsComputed:(Z)V]
Length.setValue ( int p1 ) : void
[mangled: org/apache/fop/datatypes/Length.setValue:(I)V]
fop_0_15_0.jar, LengthBase.class
package org.apache.fop.datatypes
LengthBase.getBaseLength ( ) [abstract] : int
[mangled: org/apache/fop/datatypes/LengthBase.getBaseLength:()I]
LengthBase.getBaseValue ( ) : double
[mangled: org/apache/fop/datatypes/LengthBase.getBaseValue:()D]
LengthBase.getDimension ( ) : int
[mangled: org/apache/fop/datatypes/LengthBase.getDimension:()I]
LengthBase.LengthBase ( )
[mangled: org/apache/fop/datatypes/LengthBase."<init>":()V]
fop_0_15_0.jar, LengthProperty.class
package org.apache.fop.fo
LengthProperty.getLength ( ) : Length
[mangled: org/apache/fop/fo/LengthProperty.getLength:()Lorg/apache/fop/datatypes/Length;]
LengthProperty.getNumeric ( ) : Numeric
[mangled: org/apache/fop/fo/LengthProperty.getNumeric:()Lorg/apache/fop/fo/expr/Numeric;]
LengthProperty.getObject ( ) : Object
[mangled: org/apache/fop/fo/LengthProperty.getObject:()Ljava/lang/Object;]
LengthProperty.LengthProperty ( Length p1 )
[mangled: org/apache/fop/fo/LengthProperty."<init>":(Lorg/apache/fop/datatypes/Length;)V]
fop_0_15_0.jar, LengthRange.class
package org.apache.fop.datatypes
LengthRange.getMaximum ( ) : Length
[mangled: org/apache/fop/datatypes/LengthRange.getMaximum:()Lorg/apache/fop/datatypes/Length;]
LengthRange.getMinimum ( ) : Length
[mangled: org/apache/fop/datatypes/LengthRange.getMinimum:()Lorg/apache/fop/datatypes/Length;]
LengthRange.getOptimum ( ) : Length
[mangled: org/apache/fop/datatypes/LengthRange.getOptimum:()Lorg/apache/fop/datatypes/Length;]
LengthRange.LengthRange ( Length p1 )
[mangled: org/apache/fop/datatypes/LengthRange."<init>":(Lorg/apache/fop/datatypes/Length;)V]
LengthRange.setMaximum ( Length p1 ) : void
[mangled: org/apache/fop/datatypes/LengthRange.setMaximum:(Lorg/apache/fop/datatypes/Length;)V]
LengthRange.setMinimum ( Length p1 ) : void
[mangled: org/apache/fop/datatypes/LengthRange.setMinimum:(Lorg/apache/fop/datatypes/Length;)V]
LengthRange.setOptimum ( Length p1 ) : void
[mangled: org/apache/fop/datatypes/LengthRange.setOptimum:(Lorg/apache/fop/datatypes/Length;)V]
fop_0_15_0.jar, LengthRangeProperty.class
package org.apache.fop.fo
LengthRangeProperty.getLength ( ) : Length
[mangled: org/apache/fop/fo/LengthRangeProperty.getLength:()Lorg/apache/fop/datatypes/Length;]
LengthRangeProperty.getLengthRange ( ) : LengthRange
[mangled: org/apache/fop/fo/LengthRangeProperty.getLengthRange:()Lorg/apache/fop/datatypes/LengthRange;]
LengthRangeProperty.getObject ( ) : Object
[mangled: org/apache/fop/fo/LengthRangeProperty.getObject:()Ljava/lang/Object;]
LengthRangeProperty.LengthRangeProperty ( LengthRange p1 )
[mangled: org/apache/fop/fo/LengthRangeProperty."<init>":(Lorg/apache/fop/datatypes/LengthRange;)V]
fop_0_15_0.jar, Line.class
package org.apache.fop.svg
Line.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Line.createGraphic:()Lorg/w3c/dom/svg/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
[mangled: org/apache/fop/layout/LineArea.addLeader:(IIIIIIII)V]
LineArea.addPageNumberCitation ( String p1, LinkSet p2 ) : int
[mangled: org/apache/fop/layout/LineArea.addPageNumberCitation:(Ljava/lang/String;Lorg/apache/fop/layout/LinkSet;)I]
LineArea.addText ( char[ ] p1, int p2, int p3, LinkSet p4, boolean p5 ) : int
[mangled: org/apache/fop/layout/LineArea.addText:([CIILorg/apache/fop/layout/LinkSet;Z)I]
LineArea.changeWhiteSpaceCollapse ( int p1 ) : void
[mangled: org/apache/fop/layout/LineArea.changeWhiteSpaceCollapse:(I)V]
LineArea.LineArea ( FontState p1, int p2, int p3, int p4, int p5, int p6, LineArea p7 )
[mangled: org/apache/fop/layout/LineArea."<init>":(Lorg/apache/fop/layout/FontState;IIIIILorg/apache/fop/layout/LineArea;)V]
fop_0_15_0.jar, LinearGradient.class
package org.apache.fop.svg
LinearGradient.addChild ( FONode p1 ) : void
[mangled: org/apache/fop/svg/LinearGradient.addChild:(Lorg/apache/fop/fo/FONode;)V]
LinearGradient.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/LinearGradient.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
LinearGradient.LinearGradient ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/LinearGradient."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
LinearGradient.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/LinearGradient.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_15_0.jar, LineHeightMaker.class
package org.apache.fop.fo.properties
LineHeightMaker.checkValueKeywords ( String p1 ) : String
[mangled: org/apache/fop/fo/properties/LineHeightMaker.checkValueKeywords:(Ljava/lang/String;)Ljava/lang/String;]
LineHeightMaker.convertPropertyDatatype ( Property p1, PropertyList p2, FObj p3 ) : Property
[mangled: org/apache/fop/fo/properties/LineHeightMaker.convertPropertyDatatype:(Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
LineHeightMaker.getPercentBase ( FObj p1, PropertyList p2 ) : PercentBase
[mangled: org/apache/fop/fo/properties/LineHeightMaker.getPercentBase:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/datatypes/PercentBase;]
LineHeightMaker.inheritsSpecified ( ) : boolean
[mangled: org/apache/fop/fo/properties/LineHeightMaker.inheritsSpecified:()Z]
LineHeightMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/LineHeightMaker.isInherited:()Z]
LineHeightMaker.LineHeightMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/LineHeightMaker."<init>":(Ljava/lang/String;)V]
LineHeightMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/LineHeightMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
LineHeightMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/LineHeightMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
fop_0_15_0.jar, LinkSet.class
package org.apache.fop.layout
LinkSet.applyAreaContainerOffsets ( AreaContainer p1, Area p2 ) : void
[mangled: org/apache/fop/layout/LinkSet.applyAreaContainerOffsets:(Lorg/apache/fop/layout/AreaContainer;Lorg/apache/fop/layout/Area;)V]
LinkSet.getLinkType ( ) : int
[mangled: org/apache/fop/layout/LinkSet.getLinkType:()I]
LinkSet.LinkSet ( String p1, Area p2, int p3 )
[mangled: org/apache/fop/layout/LinkSet."<init>":(Ljava/lang/String;Lorg/apache/fop/layout/Area;I)V]
fop_0_15_0.jar, ListBlock.class
package org.apache.fop.fo.flow
ListBlock.setBodyIndent ( int p1 ) : void
[mangled: org/apache/fop/fo/flow/ListBlock.setBodyIndent:(I)V]
fop_0_15_0.jar, Maker.class
package org.apache.fop.fo
ColorTypeProperty.Maker.ColorTypeProperty.Maker ( String p1 )
[mangled: org/apache/fop/fo/ColorTypeProperty.Maker."<init>":(Ljava/lang/String;)V]
ColorTypeProperty.Maker.convertProperty ( Property p1, PropertyList p2, FObj p3 ) : Property
[mangled: org/apache/fop/fo/ColorTypeProperty.Maker.convertProperty:(Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
CondLengthProperty.Maker.CondLengthProperty.Maker ( String p1 )
[mangled: org/apache/fop/fo/CondLengthProperty.Maker."<init>":(Ljava/lang/String;)V]
CondLengthProperty.Maker.convertProperty ( Property p1, PropertyList p2, FObj p3 ) : Property
[mangled: org/apache/fop/fo/CondLengthProperty.Maker.convertProperty:(Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
EnumProperty.Maker.EnumProperty.Maker ( String p1 )
[mangled: org/apache/fop/fo/EnumProperty.Maker."<init>":(Ljava/lang/String;)V]
EnumProperty.Maker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/EnumProperty.Maker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
EnumProperty.Maker.make ( PropertyList p1, String p2, FObj p3 ) : Property
[mangled: org/apache/fop/fo/EnumProperty.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
LengthProperty.Maker.convertProperty ( Property p1, PropertyList p2, FObj p3 ) : Property
[mangled: org/apache/fop/fo/LengthProperty.Maker.convertProperty:(Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
LengthProperty.Maker.isAutoLengthAllowed ( ) : boolean
[mangled: org/apache/fop/fo/LengthProperty.Maker.isAutoLengthAllowed:()Z]
LengthProperty.Maker.LengthProperty.Maker ( String p1 )
[mangled: org/apache/fop/fo/LengthProperty.Maker."<init>":(Ljava/lang/String;)V]
LengthRangeProperty.Maker.convertProperty ( Property p1, PropertyList p2, FObj p3 ) : Property
[mangled: org/apache/fop/fo/LengthRangeProperty.Maker.convertProperty:(Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
LengthRangeProperty.Maker.LengthRangeProperty.Maker ( String p1 )
[mangled: org/apache/fop/fo/LengthRangeProperty.Maker."<init>":(Ljava/lang/String;)V]
NumberProperty.Maker.convertProperty ( Property p1, PropertyList p2, FObj p3 ) : Property
[mangled: org/apache/fop/fo/NumberProperty.Maker.convertProperty:(Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
NumberProperty.Maker.NumberProperty.Maker ( String p1 )
[mangled: org/apache/fop/fo/NumberProperty.Maker."<init>":(Ljava/lang/String;)V]
Property.Maker.checkValueKeywords ( String p1 ) : String
[mangled: org/apache/fop/fo/Property.Maker.checkValueKeywords:(Ljava/lang/String;)Ljava/lang/String;]
Property.Maker.convertProperty ( Property p1, PropertyList p2, FObj p3 ) : Property
[mangled: org/apache/fop/fo/Property.Maker.convertProperty:(Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
Property.Maker.convertPropertyDatatype ( Property p1, PropertyList p2, FObj p3 ) : Property
[mangled: org/apache/fop/fo/Property.Maker.convertPropertyDatatype:(Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
Property.Maker.getPercentBase ( FObj p1, PropertyList p2 ) : PercentBase
[mangled: org/apache/fop/fo/Property.Maker.getPercentBase:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/datatypes/PercentBase;]
Property.Maker.getPropName ( ) : String
[mangled: org/apache/fop/fo/Property.Maker.getPropName:()Ljava/lang/String;]
Property.Maker.getSubpropMaker ( String p1 ) : Property.Maker
[mangled: org/apache/fop/fo/Property.Maker.getSubpropMaker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
Property.Maker.getSubpropValue ( Property p1, String p2 ) : Property
[mangled: org/apache/fop/fo/Property.Maker.getSubpropValue:(Lorg/apache/fop/fo/Property;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
Property.Maker.inheritsSpecified ( ) : boolean
[mangled: org/apache/fop/fo/Property.Maker.inheritsSpecified:()Z]
Property.Maker.make ( Property p1, String p2, PropertyList p3, String p4, FObj p5 ) : Property
[mangled: org/apache/fop/fo/Property.Maker.make:(Lorg/apache/fop/fo/Property;Ljava/lang/String;Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
Property.Maker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/Property.Maker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
Property.Maker.make ( PropertyList p1, String p2, FObj p3 ) : Property
[mangled: org/apache/fop/fo/Property.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
Property.Maker.Property.Maker ( String p1 )
[mangled: org/apache/fop/fo/Property.Maker."<init>":(Ljava/lang/String;)V]
Property.Maker.setSubprop ( Property p1, String p2, Property p3 ) : Property
[mangled: org/apache/fop/fo/Property.Maker.setSubprop:(Lorg/apache/fop/fo/Property;Ljava/lang/String;Lorg/apache/fop/fo/Property;)Lorg/apache/fop/fo/Property;]
SpaceProperty.Maker.convertProperty ( Property p1, PropertyList p2, FObj p3 ) : Property
[mangled: org/apache/fop/fo/SpaceProperty.Maker.convertProperty:(Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
SpaceProperty.Maker.SpaceProperty.Maker ( String p1 )
[mangled: org/apache/fop/fo/SpaceProperty.Maker."<init>":(Ljava/lang/String;)V]
StringProperty.Maker.make ( PropertyList p1, String p2, FObj p3 ) : Property
[mangled: org/apache/fop/fo/StringProperty.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
StringProperty.Maker.StringProperty.Maker ( String p1 )
[mangled: org/apache/fop/fo/StringProperty.Maker."<init>":(Ljava/lang/String;)V]
package org.apache.fop.fo.flow
BasicLink.Maker.BasicLink.Maker ( )
[mangled: org/apache/fop/fo/flow/BasicLink.Maker."<init>":()V]
BasicLink.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/flow/BasicLink.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
ExternalGraphic.Maker.ExternalGraphic.Maker ( )
[mangled: org/apache/fop/fo/flow/ExternalGraphic.Maker."<init>":()V]
ExternalGraphic.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/flow/ExternalGraphic.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Inline.Maker.Inline.Maker ( )
[mangled: org/apache/fop/fo/flow/Inline.Maker."<init>":()V]
Inline.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/flow/Inline.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
InstreamForeignObject.Maker.InstreamForeignObject.Maker ( )
[mangled: org/apache/fop/fo/flow/InstreamForeignObject.Maker."<init>":()V]
InstreamForeignObject.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/flow/InstreamForeignObject.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Leader.Maker.Leader.Maker ( )
[mangled: org/apache/fop/fo/flow/Leader.Maker."<init>":()V]
Leader.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/flow/Leader.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
PageNumberCitation.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/flow/PageNumberCitation.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
PageNumberCitation.Maker.PageNumberCitation.Maker ( )
[mangled: org/apache/fop/fo/flow/PageNumberCitation.Maker."<init>":()V]
package org.apache.fop.fo.pagination
ConditionalPageMasterReference.Maker.ConditionalPageMasterReference.Maker ( )
[mangled: org/apache/fop/fo/pagination/ConditionalPageMasterReference.Maker."<init>":()V]
ConditionalPageMasterReference.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/pagination/ConditionalPageMasterReference.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
PageSequenceMaster.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/pagination/PageSequenceMaster.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
PageSequenceMaster.Maker.PageSequenceMaster.Maker ( )
[mangled: org/apache/fop/fo/pagination/PageSequenceMaster.Maker."<init>":()V]
RepeatablePageMasterAlternatives.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/pagination/RepeatablePageMasterAlternatives.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
RepeatablePageMasterAlternatives.Maker.RepeatablePageMasterAlternatives.Maker ( )
[mangled: org/apache/fop/fo/pagination/RepeatablePageMasterAlternatives.Maker."<init>":()V]
RepeatablePageMasterReference.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/pagination/RepeatablePageMasterReference.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
RepeatablePageMasterReference.Maker.RepeatablePageMasterReference.Maker ( )
[mangled: org/apache/fop/fo/pagination/RepeatablePageMasterReference.Maker."<init>":()V]
SinglePageMasterReference.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/pagination/SinglePageMasterReference.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
SinglePageMasterReference.Maker.SinglePageMasterReference.Maker ( )
[mangled: org/apache/fop/fo/pagination/SinglePageMasterReference.Maker."<init>":()V]
package org.apache.fop.svg
A.Maker.A.Maker ( )
[mangled: org/apache/fop/svg/A.Maker."<init>":()V]
A.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/A.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
AltGlyph.Maker.AltGlyph.Maker ( )
[mangled: org/apache/fop/svg/AltGlyph.Maker."<init>":()V]
AltGlyph.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/AltGlyph.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Animate.Maker.Animate.Maker ( )
[mangled: org/apache/fop/svg/Animate.Maker."<init>":()V]
Animate.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Animate.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
AnimateColor.Maker.AnimateColor.Maker ( )
[mangled: org/apache/fop/svg/AnimateColor.Maker."<init>":()V]
AnimateColor.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/AnimateColor.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
AnimateMotion.Maker.AnimateMotion.Maker ( )
[mangled: org/apache/fop/svg/AnimateMotion.Maker."<init>":()V]
AnimateMotion.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/AnimateMotion.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
AnimateTransform.Maker.AnimateTransform.Maker ( )
[mangled: org/apache/fop/svg/AnimateTransform.Maker."<init>":()V]
AnimateTransform.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/AnimateTransform.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Circle.Maker.Circle.Maker ( )
[mangled: org/apache/fop/svg/Circle.Maker."<init>":()V]
Circle.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Circle.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
ClipPath.Maker.ClipPath.Maker ( )
[mangled: org/apache/fop/svg/ClipPath.Maker."<init>":()V]
ClipPath.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/ClipPath.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Cursor.Maker.Cursor.Maker ( )
[mangled: org/apache/fop/svg/Cursor.Maker."<init>":()V]
Cursor.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Cursor.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Defs.Maker.Defs.Maker ( )
[mangled: org/apache/fop/svg/Defs.Maker."<init>":()V]
Defs.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Defs.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Desc.Maker.Desc.Maker ( )
[mangled: org/apache/fop/svg/Desc.Maker."<init>":()V]
Desc.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Desc.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Ellipse.Maker.Ellipse.Maker ( )
[mangled: org/apache/fop/svg/Ellipse.Maker."<init>":()V]
Ellipse.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Ellipse.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Filter.Maker.Filter.Maker ( )
[mangled: org/apache/fop/svg/Filter.Maker."<init>":()V]
Filter.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Filter.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Font.Maker.Font.Maker ( )
[mangled: org/apache/fop/svg/Font.Maker."<init>":()V]
Font.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Font.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
G.Maker.G.Maker ( )
[mangled: org/apache/fop/svg/G.Maker."<init>":()V]
G.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/G.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Glyph.Maker.Glyph.Maker ( )
[mangled: org/apache/fop/svg/Glyph.Maker."<init>":()V]
Glyph.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Glyph.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
HKern.Maker.HKern.Maker ( )
[mangled: org/apache/fop/svg/HKern.Maker."<init>":()V]
HKern.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/HKern.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Image.Maker.Image.Maker ( )
[mangled: org/apache/fop/svg/Image.Maker."<init>":()V]
Image.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Image.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
LinearGradient.Maker.LinearGradient.Maker ( )
[mangled: org/apache/fop/svg/LinearGradient.Maker."<init>":()V]
LinearGradient.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/LinearGradient.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Marker.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Marker.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Marker.Maker.Marker.Maker ( )
[mangled: org/apache/fop/svg/Marker.Maker."<init>":()V]
Mask.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Mask.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Mask.Maker.Mask.Maker ( )
[mangled: org/apache/fop/svg/Mask.Maker."<init>":()V]
MissingGlyph.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/MissingGlyph.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
MissingGlyph.Maker.MissingGlyph.Maker ( )
[mangled: org/apache/fop/svg/MissingGlyph.Maker."<init>":()V]
Path.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Path.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Path.Maker.Path.Maker ( )
[mangled: org/apache/fop/svg/Path.Maker."<init>":()V]
Pattern.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Pattern.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Pattern.Maker.Pattern.Maker ( )
[mangled: org/apache/fop/svg/Pattern.Maker."<init>":()V]
Polygon.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Polygon.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Polygon.Maker.Polygon.Maker ( )
[mangled: org/apache/fop/svg/Polygon.Maker."<init>":()V]
Polyline.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Polyline.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Polyline.Maker.Polyline.Maker ( )
[mangled: org/apache/fop/svg/Polyline.Maker."<init>":()V]
RadialGradient.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/RadialGradient.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
RadialGradient.Maker.RadialGradient.Maker ( )
[mangled: org/apache/fop/svg/RadialGradient.Maker."<init>":()V]
Set.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Set.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Set.Maker.Set.Maker ( )
[mangled: org/apache/fop/svg/Set.Maker."<init>":()V]
Stop.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Stop.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Stop.Maker.Stop.Maker ( )
[mangled: org/apache/fop/svg/Stop.Maker."<init>":()V]
Style.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Style.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Style.Maker.Style.Maker ( )
[mangled: org/apache/fop/svg/Style.Maker."<init>":()V]
SVGD.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/svg/SVGD.Maker.isInherited:()Z]
SVGD.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/svg/SVGD.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
SVGD.Maker.make ( PropertyList p1, String p2, FObj p3 ) : Property
[mangled: org/apache/fop/svg/SVGD.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
SVGD.Maker.SVGD.Maker ( )
[mangled: org/apache/fop/svg/SVGD.Maker."<init>":()V]
SVGLengthListProperty.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/svg/SVGLengthListProperty.Maker.isInherited:()Z]
SVGLengthListProperty.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/svg/SVGLengthListProperty.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
SVGLengthListProperty.Maker.make ( PropertyList p1, String p2, FObj p3 ) : Property
[mangled: org/apache/fop/svg/SVGLengthListProperty.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
SVGLengthListProperty.Maker.SVGLengthListProperty.Maker ( )
[mangled: org/apache/fop/svg/SVGLengthListProperty.Maker."<init>":()V]
SVGLengthProperty.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/svg/SVGLengthProperty.Maker.isInherited:()Z]
SVGLengthProperty.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/svg/SVGLengthProperty.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
SVGLengthProperty.Maker.make ( PropertyList p1, String p2, FObj p3 ) : Property
[mangled: org/apache/fop/svg/SVGLengthProperty.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
SVGLengthProperty.Maker.SVGLengthProperty.Maker ( )
[mangled: org/apache/fop/svg/SVGLengthProperty.Maker."<init>":()V]
SVGPoints.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/svg/SVGPoints.Maker.isInherited:()Z]
SVGPoints.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/svg/SVGPoints.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
SVGPoints.Maker.make ( PropertyList p1, String p2, FObj p3 ) : Property
[mangled: org/apache/fop/svg/SVGPoints.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
SVGPoints.Maker.SVGPoints.Maker ( )
[mangled: org/apache/fop/svg/SVGPoints.Maker."<init>":()V]
SVGStringProperty.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/svg/SVGStringProperty.Maker.isInherited:()Z]
SVGStringProperty.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/svg/SVGStringProperty.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
SVGStringProperty.Maker.make ( PropertyList p1, String p2, FObj p3 ) : Property
[mangled: org/apache/fop/svg/SVGStringProperty.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
SVGStringProperty.Maker.SVGStringProperty.Maker ( )
[mangled: org/apache/fop/svg/SVGStringProperty.Maker."<init>":()V]
SVGStyle.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/svg/SVGStyle.Maker.isInherited:()Z]
SVGStyle.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/svg/SVGStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
SVGStyle.Maker.make ( PropertyList p1, String p2, FObj p3 ) : Property
[mangled: org/apache/fop/svg/SVGStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
SVGStyle.Maker.SVGStyle.Maker ( )
[mangled: org/apache/fop/svg/SVGStyle.Maker."<init>":()V]
SVGTransform.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/svg/SVGTransform.Maker.isInherited:()Z]
SVGTransform.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/svg/SVGTransform.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
SVGTransform.Maker.make ( PropertyList p1, String p2, FObj p3 ) : Property
[mangled: org/apache/fop/svg/SVGTransform.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
SVGTransform.Maker.SVGTransform.Maker ( )
[mangled: org/apache/fop/svg/SVGTransform.Maker."<init>":()V]
Switch.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Switch.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Switch.Maker.Switch.Maker ( )
[mangled: org/apache/fop/svg/Switch.Maker."<init>":()V]
Symbol.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Symbol.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Symbol.Maker.Symbol.Maker ( )
[mangled: org/apache/fop/svg/Symbol.Maker."<init>":()V]
TextPath.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/TextPath.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
TextPath.Maker.TextPath.Maker ( )
[mangled: org/apache/fop/svg/TextPath.Maker."<init>":()V]
TextProperty.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/svg/TextProperty.Maker.isInherited:()Z]
TextProperty.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/svg/TextProperty.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
TextProperty.Maker.make ( PropertyList p1, String p2, FObj p3 ) : Property
[mangled: org/apache/fop/svg/TextProperty.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/Property;]
TextProperty.Maker.TextProperty.Maker ( )
[mangled: org/apache/fop/svg/TextProperty.Maker."<init>":()V]
Title.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Title.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Title.Maker.Title.Maker ( )
[mangled: org/apache/fop/svg/Title.Maker."<init>":()V]
TRef.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/TRef.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
TRef.Maker.TRef.Maker ( )
[mangled: org/apache/fop/svg/TRef.Maker."<init>":()V]
TSpan.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/TSpan.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
TSpan.Maker.TSpan.Maker ( )
[mangled: org/apache/fop/svg/TSpan.Maker."<init>":()V]
Use.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/Use.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
Use.Maker.Use.Maker ( )
[mangled: org/apache/fop/svg/Use.Maker."<init>":()V]
VKern.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/svg/VKern.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
VKern.Maker.VKern.Maker ( )
[mangled: org/apache/fop/svg/VKern.Maker."<init>":()V]
fop_0_15_0.jar, MarginBottomMaker.class
package org.apache.fop.fo.properties
MarginBottomMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/MarginBottomMaker.isInherited:()Z]
MarginBottomMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/MarginBottomMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
MarginBottomMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/MarginBottomMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
MarginBottomMaker.MarginBottomMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/MarginBottomMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, MarginLeftMaker.class
package org.apache.fop.fo.properties
MarginLeftMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/MarginLeftMaker.isInherited:()Z]
MarginLeftMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/MarginLeftMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
MarginLeftMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/MarginLeftMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
MarginLeftMaker.MarginLeftMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/MarginLeftMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, MarginRightMaker.class
package org.apache.fop.fo.properties
MarginRightMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/MarginRightMaker.isInherited:()Z]
MarginRightMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/MarginRightMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
MarginRightMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/MarginRightMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
MarginRightMaker.MarginRightMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/MarginRightMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, MarginTopMaker.class
package org.apache.fop.fo.properties
MarginTopMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/MarginTopMaker.isInherited:()Z]
MarginTopMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/MarginTopMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
MarginTopMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/MarginTopMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
MarginTopMaker.MarginTopMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/MarginTopMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, Marker.class
package org.apache.fop.svg
Marker.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Marker.maker:()Lorg/apache/fop/fo/FObj$Maker;]
Marker.Marker ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Marker."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, Mask.class
package org.apache.fop.svg
Mask.addChild ( FONode p1 ) : void
[mangled: org/apache/fop/svg/Mask.addChild:(Lorg/apache/fop/fo/FONode;)V]
Mask.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Mask.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
Mask.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Mask.maker:()Lorg/apache/fop/fo/FObj$Maker;]
Mask.Mask ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Mask."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, MasterNameMaker.class
package org.apache.fop.fo.properties
MasterNameMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/MasterNameMaker.isInherited:()Z]
MasterNameMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/MasterNameMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
MasterNameMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/MasterNameMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
MasterNameMaker.MasterNameMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/MasterNameMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, MaxFunction.class
package org.apache.fop.fo.expr
MaxFunction.eval ( Property[ ] p1, PropertyInfo p2 ) : Property
[mangled: org/apache/fop/fo/expr/MaxFunction.eval:([Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/expr/PropertyInfo;)Lorg/apache/fop/fo/Property;]
MaxFunction.MaxFunction ( )
[mangled: org/apache/fop/fo/expr/MaxFunction."<init>":()V]
MaxFunction.nbArgs ( ) : int
[mangled: org/apache/fop/fo/expr/MaxFunction.nbArgs:()I]
fop_0_15_0.jar, MaximumRepeatsMaker.class
package org.apache.fop.fo.properties
MaximumRepeatsMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/MaximumRepeatsMaker.isInherited:()Z]
MaximumRepeatsMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/MaximumRepeatsMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
MaximumRepeatsMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/MaximumRepeatsMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
MaximumRepeatsMaker.MaximumRepeatsMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/MaximumRepeatsMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, MessageEvent.class
package org.apache.fop.messaging
MessageEvent.getMessage ( ) : String
[mangled: org/apache/fop/messaging/MessageEvent.getMessage:()Ljava/lang/String;]
MessageEvent.getMessageType ( ) : int
[mangled: org/apache/fop/messaging/MessageEvent.getMessageType:()I]
MessageEvent.MessageEvent ( Object p1 )
[mangled: org/apache/fop/messaging/MessageEvent."<init>":(Ljava/lang/Object;)V]
fop_0_15_0.jar, MessageHandler.class
package org.apache.fop.messaging
MessageHandler.addListener ( MessageListener p1 ) [static] : void
[mangled: org/apache/fop/messaging/MessageHandler.addListener:(Lorg/apache/fop/messaging/MessageListener;)V]
MessageHandler.error ( String p1 ) [static] : void
[mangled: org/apache/fop/messaging/MessageHandler.error:(Ljava/lang/String;)V]
MessageHandler.errorln ( String p1 ) [static] : void
[mangled: org/apache/fop/messaging/MessageHandler.errorln:(Ljava/lang/String;)V]
MessageHandler.getLogfileName ( ) [static] : String
[mangled: org/apache/fop/messaging/MessageHandler.getLogfileName:()Ljava/lang/String;]
MessageHandler.getOutputMethod ( ) [static] : int
[mangled: org/apache/fop/messaging/MessageHandler.getOutputMethod:()I]
MessageHandler.log ( String p1 ) [static] : void
[mangled: org/apache/fop/messaging/MessageHandler.log:(Ljava/lang/String;)V]
MessageHandler.logln ( String p1 ) [static] : void
[mangled: org/apache/fop/messaging/MessageHandler.logln:(Ljava/lang/String;)V]
MessageHandler.MessageHandler ( )
[mangled: org/apache/fop/messaging/MessageHandler."<init>":()V]
MessageHandler.removeListener ( MessageListener p1 ) [static] : void
[mangled: org/apache/fop/messaging/MessageHandler.removeListener:(Lorg/apache/fop/messaging/MessageListener;)V]
MessageHandler.setID ( boolean p1 ) [static] : void
[mangled: org/apache/fop/messaging/MessageHandler.setID:(Z)V]
MessageHandler.setLogfileName ( String p1, boolean p2 ) [static] : void
[mangled: org/apache/fop/messaging/MessageHandler.setLogfileName:(Ljava/lang/String;Z)V]
MessageHandler.setOutputMethod ( int p1 ) [static] : void
[mangled: org/apache/fop/messaging/MessageHandler.setOutputMethod:(I)V]
fop_0_15_0.jar, MessageListener.class
package org.apache.fop.messaging
MessageListener.processMessage ( MessageEvent p1 ) [abstract] : void
[mangled: org/apache/fop/messaging/MessageListener.processMessage:(Lorg/apache/fop/messaging/MessageEvent;)V]
fop_0_15_0.jar, MinFunction.class
package org.apache.fop.fo.expr
MinFunction.eval ( Property[ ] p1, PropertyInfo p2 ) : Property
[mangled: org/apache/fop/fo/expr/MinFunction.eval:([Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/expr/PropertyInfo;)Lorg/apache/fop/fo/Property;]
MinFunction.MinFunction ( )
[mangled: org/apache/fop/fo/expr/MinFunction."<init>":()V]
MinFunction.nbArgs ( ) : int
[mangled: org/apache/fop/fo/expr/MinFunction.nbArgs:()I]
fop_0_15_0.jar, MissingGlyph.class
package org.apache.fop.svg
MissingGlyph.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/MissingGlyph.maker:()Lorg/apache/fop/fo/FObj$Maker;]
MissingGlyph.MissingGlyph ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/MissingGlyph."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, MixedLength.class
package org.apache.fop.datatypes
MixedLength.computeValue ( ) : int
[mangled: org/apache/fop/datatypes/MixedLength.computeValue:()I]
MixedLength.MixedLength ( int p1, PercentLength p2 )
[mangled: org/apache/fop/datatypes/MixedLength."<init>":(ILorg/apache/fop/datatypes/PercentLength;)V]
MixedLength.toString ( ) : String
[mangled: org/apache/fop/datatypes/MixedLength.toString:()Ljava/lang/String;]
fop_0_15_0.jar, NCnameProperty.class
package org.apache.fop.fo.expr
NCnameProperty.getColor ( ) : ColorType
[mangled: org/apache/fop/fo/expr/NCnameProperty.getColor:()Lorg/apache/fop/datatypes/ColorType;]
NCnameProperty.getNCname ( ) : String
[mangled: org/apache/fop/fo/expr/NCnameProperty.getNCname:()Ljava/lang/String;]
NCnameProperty.getString ( ) : String
[mangled: org/apache/fop/fo/expr/NCnameProperty.getString:()Ljava/lang/String;]
NCnameProperty.NCnameProperty ( String p1 )
[mangled: org/apache/fop/fo/expr/NCnameProperty."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, NearestSpecPropFunction.class
package org.apache.fop.fo.expr
NearestSpecPropFunction.eval ( Property[ ] p1, PropertyInfo p2 ) : Property
[mangled: org/apache/fop/fo/expr/NearestSpecPropFunction.eval:([Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/expr/PropertyInfo;)Lorg/apache/fop/fo/Property;]
NearestSpecPropFunction.nbArgs ( ) : int
[mangled: org/apache/fop/fo/expr/NearestSpecPropFunction.nbArgs:()I]
NearestSpecPropFunction.NearestSpecPropFunction ( )
[mangled: org/apache/fop/fo/expr/NearestSpecPropFunction."<init>":()V]
fop_0_15_0.jar, NodeImpl.class
package org.apache.fop.dom
NodeImpl.appendChild ( Node p1 ) : Node
[mangled: org/apache/fop/dom/NodeImpl.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
NodeImpl.cloneNode ( boolean p1 ) : Node
[mangled: org/apache/fop/dom/NodeImpl.cloneNode:(Z)Lorg/w3c/dom/Node;]
NodeImpl.getAttributes ( ) : NamedNodeMap
[mangled: org/apache/fop/dom/NodeImpl.getAttributes:()Lorg/w3c/dom/NamedNodeMap;]
NodeImpl.getChildNodes ( ) : NodeList
[mangled: org/apache/fop/dom/NodeImpl.getChildNodes:()Lorg/w3c/dom/NodeList;]
NodeImpl.getFirstChild ( ) : Node
[mangled: org/apache/fop/dom/NodeImpl.getFirstChild:()Lorg/w3c/dom/Node;]
NodeImpl.getLastChild ( ) : Node
[mangled: org/apache/fop/dom/NodeImpl.getLastChild:()Lorg/w3c/dom/Node;]
NodeImpl.getLocalName ( ) : String
[mangled: org/apache/fop/dom/NodeImpl.getLocalName:()Ljava/lang/String;]
NodeImpl.getNamespaceURI ( ) : String
[mangled: org/apache/fop/dom/NodeImpl.getNamespaceURI:()Ljava/lang/String;]
NodeImpl.getNextSibling ( ) : Node
[mangled: org/apache/fop/dom/NodeImpl.getNextSibling:()Lorg/w3c/dom/Node;]
NodeImpl.getNodeName ( ) : String
[mangled: org/apache/fop/dom/NodeImpl.getNodeName:()Ljava/lang/String;]
NodeImpl.getNodeType ( ) : short
[mangled: org/apache/fop/dom/NodeImpl.getNodeType:()S]
NodeImpl.getNodeValue ( ) : String
[mangled: org/apache/fop/dom/NodeImpl.getNodeValue:()Ljava/lang/String;]
NodeImpl.getOwnerDocument ( ) : Document
[mangled: org/apache/fop/dom/NodeImpl.getOwnerDocument:()Lorg/w3c/dom/Document;]
NodeImpl.getParentNode ( ) : Node
[mangled: org/apache/fop/dom/NodeImpl.getParentNode:()Lorg/w3c/dom/Node;]
NodeImpl.getPrefix ( ) : String
[mangled: org/apache/fop/dom/NodeImpl.getPrefix:()Ljava/lang/String;]
NodeImpl.getPreviousSibling ( ) : Node
[mangled: org/apache/fop/dom/NodeImpl.getPreviousSibling:()Lorg/w3c/dom/Node;]
NodeImpl.getTagName ( ) : String
[mangled: org/apache/fop/dom/NodeImpl.getTagName:()Ljava/lang/String;]
NodeImpl.hasAttributes ( ) : boolean
[mangled: org/apache/fop/dom/NodeImpl.hasAttributes:()Z]
NodeImpl.hasChildNodes ( ) : boolean
[mangled: org/apache/fop/dom/NodeImpl.hasChildNodes:()Z]
NodeImpl.insertBefore ( Node p1, Node p2 ) : Node
[mangled: org/apache/fop/dom/NodeImpl.insertBefore:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
NodeImpl.isSupported ( String p1, String p2 ) : boolean
[mangled: org/apache/fop/dom/NodeImpl.isSupported:(Ljava/lang/String;Ljava/lang/String;)Z]
NodeImpl.NodeImpl ( )
[mangled: org/apache/fop/dom/NodeImpl."<init>":()V]
NodeImpl.normalize ( ) : void
[mangled: org/apache/fop/dom/NodeImpl.normalize:()V]
NodeImpl.removeChild ( Node p1 ) : Node
[mangled: org/apache/fop/dom/NodeImpl.removeChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
NodeImpl.replaceChild ( Node p1, Node p2 ) : Node
[mangled: org/apache/fop/dom/NodeImpl.replaceChild:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
NodeImpl.setNodeValue ( String p1 ) : void
[mangled: org/apache/fop/dom/NodeImpl.setNodeValue:(Ljava/lang/String;)V]
NodeImpl.setPrefix ( String p1 ) : void
[mangled: org/apache/fop/dom/NodeImpl.setPrefix:(Ljava/lang/String;)V]
NodeImpl.supports ( String p1, String p2 ) : boolean
[mangled: org/apache/fop/dom/NodeImpl.supports:(Ljava/lang/String;Ljava/lang/String;)Z]
fop_0_15_0.jar, NumberColumnsRepeatedMaker.class
package org.apache.fop.fo.properties
NumberColumnsRepeatedMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/NumberColumnsRepeatedMaker.isInherited:()Z]
NumberColumnsRepeatedMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/NumberColumnsRepeatedMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
NumberColumnsRepeatedMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/NumberColumnsRepeatedMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
NumberColumnsRepeatedMaker.NumberColumnsRepeatedMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/NumberColumnsRepeatedMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, NumberColumnsSpannedMaker.class
package org.apache.fop.fo.properties
NumberColumnsSpannedMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/NumberColumnsSpannedMaker.isInherited:()Z]
NumberColumnsSpannedMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/NumberColumnsSpannedMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
NumberColumnsSpannedMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/NumberColumnsSpannedMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
NumberColumnsSpannedMaker.NumberColumnsSpannedMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/NumberColumnsSpannedMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, NumberProperty.class
package org.apache.fop.fo
NumberProperty.getColorType ( ) : ColorType
[mangled: org/apache/fop/fo/NumberProperty.getColorType:()Lorg/apache/fop/datatypes/ColorType;]
NumberProperty.getNumber ( ) : Number
[mangled: org/apache/fop/fo/NumberProperty.getNumber:()Ljava/lang/Number;]
NumberProperty.getNumeric ( ) : Numeric
[mangled: org/apache/fop/fo/NumberProperty.getNumeric:()Lorg/apache/fop/fo/expr/Numeric;]
NumberProperty.getObject ( ) : Object
[mangled: org/apache/fop/fo/NumberProperty.getObject:()Ljava/lang/Object;]
NumberProperty.NumberProperty ( double p1 )
[mangled: org/apache/fop/fo/NumberProperty."<init>":(D)V]
NumberProperty.NumberProperty ( int p1 )
[mangled: org/apache/fop/fo/NumberProperty."<init>":(I)V]
NumberProperty.NumberProperty ( Number p1 )
[mangled: org/apache/fop/fo/NumberProperty."<init>":(Ljava/lang/Number;)V]
fop_0_15_0.jar, NumberRowsSpannedMaker.class
package org.apache.fop.fo.properties
NumberRowsSpannedMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/NumberRowsSpannedMaker.isInherited:()Z]
NumberRowsSpannedMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/NumberRowsSpannedMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
NumberRowsSpannedMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/NumberRowsSpannedMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
NumberRowsSpannedMaker.NumberRowsSpannedMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/NumberRowsSpannedMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, Numeric.class
package org.apache.fop.fo.expr
Numeric.abs ( ) : Numeric
[mangled: org/apache/fop/fo/expr/Numeric.abs:()Lorg/apache/fop/fo/expr/Numeric;]
Numeric.add ( Numeric p1 ) : Numeric
[mangled: org/apache/fop/fo/expr/Numeric.add:(Lorg/apache/fop/fo/expr/Numeric;)Lorg/apache/fop/fo/expr/Numeric;]
Numeric.asDouble ( ) : Double
[mangled: org/apache/fop/fo/expr/Numeric.asDouble:()Ljava/lang/Double;]
Numeric.asLength ( ) : Length
[mangled: org/apache/fop/fo/expr/Numeric.asLength:()Lorg/apache/fop/datatypes/Length;]
Numeric.asNumber ( ) : Number
[mangled: org/apache/fop/fo/expr/Numeric.asNumber:()Ljava/lang/Number;]
Numeric.divide ( Numeric p1 ) : Numeric
[mangled: org/apache/fop/fo/expr/Numeric.divide:(Lorg/apache/fop/fo/expr/Numeric;)Lorg/apache/fop/fo/expr/Numeric;]
Numeric.max ( Numeric p1 ) : Numeric
[mangled: org/apache/fop/fo/expr/Numeric.max:(Lorg/apache/fop/fo/expr/Numeric;)Lorg/apache/fop/fo/expr/Numeric;]
Numeric.min ( Numeric p1 ) : Numeric
[mangled: org/apache/fop/fo/expr/Numeric.min:(Lorg/apache/fop/fo/expr/Numeric;)Lorg/apache/fop/fo/expr/Numeric;]
Numeric.multiply ( Numeric p1 ) : Numeric
[mangled: org/apache/fop/fo/expr/Numeric.multiply:(Lorg/apache/fop/fo/expr/Numeric;)Lorg/apache/fop/fo/expr/Numeric;]
Numeric.Numeric ( int p1, double p2, double p3, double p4, int p5, PercentBase p6 )
[mangled: org/apache/fop/fo/expr/Numeric."<init>":(IDDDILorg/apache/fop/datatypes/PercentBase;)V]
Numeric.Numeric ( Length p1 )
[mangled: org/apache/fop/fo/expr/Numeric."<init>":(Lorg/apache/fop/datatypes/Length;)V]
Numeric.Numeric ( Number p1 )
[mangled: org/apache/fop/fo/expr/Numeric."<init>":(Ljava/lang/Number;)V]
Numeric.Numeric ( PercentLength p1 )
[mangled: org/apache/fop/fo/expr/Numeric."<init>":(Lorg/apache/fop/datatypes/PercentLength;)V]
Numeric.Numeric ( TableColLength p1 )
[mangled: org/apache/fop/fo/expr/Numeric."<init>":(Lorg/apache/fop/datatypes/TableColLength;)V]
Numeric.subtract ( Numeric p1 ) : Numeric
[mangled: org/apache/fop/fo/expr/Numeric.subtract:(Lorg/apache/fop/fo/expr/Numeric;)Lorg/apache/fop/fo/expr/Numeric;]
fop_0_15_0.jar, OddOrEvenMaker.class
package org.apache.fop.fo.properties
OddOrEvenMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/OddOrEvenMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
OddOrEvenMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/OddOrEvenMaker.isInherited:()Z]
OddOrEvenMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/OddOrEvenMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
OddOrEvenMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/OddOrEvenMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
OddOrEvenMaker.OddOrEvenMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/OddOrEvenMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, OverflowMaker.class
package org.apache.fop.fo.properties
OverflowMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/OverflowMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
OverflowMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/OverflowMaker.isInherited:()Z]
OverflowMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/OverflowMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
OverflowMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/OverflowMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
OverflowMaker.OverflowMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/OverflowMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, PaddingMaker.class
package org.apache.fop.fo.properties
PaddingMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PaddingMaker.isInherited:()Z]
PaddingMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
PaddingMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PaddingMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
PaddingMaker.PaddingMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/PaddingMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, Page.class
package org.apache.fop.layout
Page.addToIDList ( String p1 ) : void
[mangled: org/apache/fop/layout/Page.addToIDList:(Ljava/lang/String;)V]
Page.getIDList ( ) : Vector
[mangled: org/apache/fop/layout/Page.getIDList:()Ljava/util/Vector;]
fop_0_15_0.jar, PageHeightMaker.class
package org.apache.fop.fo.properties
PageHeightMaker.isAutoLengthAllowed ( ) : boolean
[mangled: org/apache/fop/fo/properties/PageHeightMaker.isAutoLengthAllowed:()Z]
PageHeightMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PageHeightMaker.isInherited:()Z]
PageHeightMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/PageHeightMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
PageHeightMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PageHeightMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
PageHeightMaker.PageHeightMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/PageHeightMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, PageMaster.class
package org.apache.fop.layout
PageMaster.addAfter ( RegionArea p1 ) : void
[mangled: org/apache/fop/layout/PageMaster.addAfter:(Lorg/apache/fop/layout/RegionArea;)V]
PageMaster.addBefore ( RegionArea p1 ) : void
[mangled: org/apache/fop/layout/PageMaster.addBefore:(Lorg/apache/fop/layout/RegionArea;)V]
PageMaster.addBody ( RegionArea p1 ) : void
[mangled: org/apache/fop/layout/PageMaster.addBody:(Lorg/apache/fop/layout/RegionArea;)V]
PageMaster.addEnd ( RegionArea p1 ) : void
[mangled: org/apache/fop/layout/PageMaster.addEnd:(Lorg/apache/fop/layout/RegionArea;)V]
PageMaster.addStart ( RegionArea p1 ) : void
[mangled: org/apache/fop/layout/PageMaster.addStart:(Lorg/apache/fop/layout/RegionArea;)V]
fop_0_15_0.jar, PageMasterEvenMaker.class
package org.apache.fop.fo.properties
PageMasterEvenMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PageMasterEvenMaker.isInherited:()Z]
PageMasterEvenMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/PageMasterEvenMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
PageMasterEvenMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PageMasterEvenMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
PageMasterEvenMaker.PageMasterEvenMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/PageMasterEvenMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, PageMasterFirstMaker.class
package org.apache.fop.fo.properties
PageMasterFirstMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PageMasterFirstMaker.isInherited:()Z]
PageMasterFirstMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/PageMasterFirstMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
PageMasterFirstMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PageMasterFirstMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
PageMasterFirstMaker.PageMasterFirstMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/PageMasterFirstMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, PageMasterOddMaker.class
package org.apache.fop.fo.properties
PageMasterOddMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PageMasterOddMaker.isInherited:()Z]
PageMasterOddMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/PageMasterOddMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
PageMasterOddMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PageMasterOddMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
PageMasterOddMaker.PageMasterOddMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/PageMasterOddMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, PageMasterReference.class
package org.apache.fop.fo.pagination
PageMasterReference.getElementName ( ) [abstract] : String
[mangled: org/apache/fop/fo/pagination/PageMasterReference.getElementName:()Ljava/lang/String;]
PageMasterReference.getMasterName ( ) : String
[mangled: org/apache/fop/fo/pagination/PageMasterReference.getMasterName:()Ljava/lang/String;]
PageMasterReference.getNextPageMaster ( int p1, boolean p2, boolean p3 ) [abstract] : String
[mangled: org/apache/fop/fo/pagination/PageMasterReference.getNextPageMaster:(IZZ)Ljava/lang/String;]
PageMasterReference.getPageSequenceMaster ( ) : PageSequenceMaster
[mangled: org/apache/fop/fo/pagination/PageMasterReference.getPageSequenceMaster:()Lorg/apache/fop/fo/pagination/PageSequenceMaster;]
PageMasterReference.PageMasterReference ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/pagination/PageMasterReference."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
PageMasterReference.reset ( ) [abstract] : void
[mangled: org/apache/fop/fo/pagination/PageMasterReference.reset:()V]
PageMasterReference.setMasterName ( String p1 ) : void
[mangled: org/apache/fop/fo/pagination/PageMasterReference.setMasterName:(Ljava/lang/String;)V]
PageMasterReference.setPageSequenceMaster ( PageSequenceMaster p1 ) : void
[mangled: org/apache/fop/fo/pagination/PageMasterReference.setPageSequenceMaster:(Lorg/apache/fop/fo/pagination/PageSequenceMaster;)V]
PageMasterReference.validateParent ( FObj p1 ) : void
[mangled: org/apache/fop/fo/pagination/PageMasterReference.validateParent:(Lorg/apache/fop/fo/FObj;)V]
fop_0_15_0.jar, PageMasterRepeatingMaker.class
package org.apache.fop.fo.properties
PageMasterRepeatingMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PageMasterRepeatingMaker.isInherited:()Z]
PageMasterRepeatingMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/PageMasterRepeatingMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
PageMasterRepeatingMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PageMasterRepeatingMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
PageMasterRepeatingMaker.PageMasterRepeatingMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/PageMasterRepeatingMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, PageNumberCitation.class
package org.apache.fop.fo.flow
PageNumberCitation.layout ( Area p1 ) : Status
[mangled: org/apache/fop/fo/flow/PageNumberCitation.layout:(Lorg/apache/fop/layout/Area;)Lorg/apache/fop/fo/Status;]
PageNumberCitation.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/flow/PageNumberCitation.maker:()Lorg/apache/fop/fo/FObj$Maker;]
PageNumberCitation.PageNumberCitation ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/flow/PageNumberCitation."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
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 )
[mangled: org/apache/fop/layout/PageNumberInlineArea."<init>":(Lorg/apache/fop/layout/FontState;FFFLjava/lang/String;I)V]
fop_0_15_0.jar, PagePositionMaker.class
package org.apache.fop.fo.properties
PagePositionMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/PagePositionMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PagePositionMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PagePositionMaker.isInherited:()Z]
PagePositionMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/PagePositionMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
PagePositionMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PagePositionMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
PagePositionMaker.PagePositionMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/PagePositionMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, PageSequence.class
package org.apache.fop.fo.pagination
PageSequence.addFlow ( Flow p1 ) : void
[mangled: org/apache/fop/fo/pagination/PageSequence.addFlow:(Lorg/apache/fop/fo/flow/Flow;)V]
fop_0_15_0.jar, PageSequenceMaster.class
package org.apache.fop.fo.pagination
PageSequenceMaster.addSubsequenceSpecifier ( SubSequenceSpecifier p1 ) : void
[mangled: org/apache/fop/fo/pagination/PageSequenceMaster.addSubsequenceSpecifier:(Lorg/apache/fop/fo/pagination/SubSequenceSpecifier;)V]
PageSequenceMaster.getSubSequenceSpecifier ( int p1 ) : SubSequenceSpecifier
[mangled: org/apache/fop/fo/pagination/PageSequenceMaster.getSubSequenceSpecifier:(I)Lorg/apache/fop/fo/pagination/SubSequenceSpecifier;]
PageSequenceMaster.getSubSequenceSpecifierCount ( ) : int
[mangled: org/apache/fop/fo/pagination/PageSequenceMaster.getSubSequenceSpecifierCount:()I]
PageSequenceMaster.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/pagination/PageSequenceMaster.maker:()Lorg/apache/fop/fo/FObj$Maker;]
PageSequenceMaster.PageSequenceMaster ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/pagination/PageSequenceMaster."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
PageSequenceMaster.reset ( ) : void
[mangled: org/apache/fop/fo/pagination/PageSequenceMaster.reset:()V]
fop_0_15_0.jar, PageWidthMaker.class
package org.apache.fop.fo.properties
PageWidthMaker.isAutoLengthAllowed ( ) : boolean
[mangled: org/apache/fop/fo/properties/PageWidthMaker.isAutoLengthAllowed:()Z]
PageWidthMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PageWidthMaker.isInherited:()Z]
PageWidthMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/PageWidthMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
PageWidthMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PageWidthMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
PageWidthMaker.PageWidthMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/PageWidthMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, Path.class
package org.apache.fop.svg
Path.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Path.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
Path.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Path.maker:()Lorg/apache/fop/fo/FObj$Maker;]
Path.Path ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Path."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, PathData.class
package org.apache.fop.datatypes
PathData.addSVGPathSeg ( SVGPathSeg p1 ) : void
[mangled: org/apache/fop/datatypes/PathData.addSVGPathSeg:(Lorg/w3c/dom/svg/SVGPathSeg;)V]
PathData.convert ( String p1 ) : void
[mangled: org/apache/fop/datatypes/PathData.convert:(Ljava/lang/String;)V]
PathData.getPath ( ) : Vector
[mangled: org/apache/fop/datatypes/PathData.getPath:()Ljava/util/Vector;]
PathData.PathData ( String p1 )
[mangled: org/apache/fop/datatypes/PathData."<init>":(Ljava/lang/String;)V]
PathData.toString ( ) : String
[mangled: org/apache/fop/datatypes/PathData.toString:()Ljava/lang/String;]
fop_0_15_0.jar, PathPoint.class
package org.apache.fop.svg
PathPoint.PathPoint ( float p1, float p2 )
[mangled: org/apache/fop/svg/PathPoint."<init>":(FF)V]
fop_0_15_0.jar, Pattern.class
package org.apache.fop.svg
Pattern.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Pattern.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
Pattern.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Pattern.maker:()Lorg/apache/fop/fo/FObj$Maker;]
Pattern.Pattern ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Pattern."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, PDFAction.class
package org.apache.fop.pdf
PDFAction.getAction ( ) [abstract] : String
[mangled: org/apache/fop/pdf/PDFAction.getAction:()Ljava/lang/String;]
PDFAction.PDFAction ( )
[mangled: org/apache/fop/pdf/PDFAction."<init>":()V]
PDFAction.PDFAction ( int p1 )
[mangled: org/apache/fop/pdf/PDFAction."<init>":(I)V]
fop_0_15_0.jar, PDFArray.class
package org.apache.fop.pdf
PDFArray.PDFArray ( int p1, int[ ] p2 )
[mangled: org/apache/fop/pdf/PDFArray."<init>":(I[I)V]
PDFArray.toPDF ( ) : String
[mangled: org/apache/fop/pdf/PDFArray.toPDF:()Ljava/lang/String;]
fop_0_15_0.jar, PDFBinaryStream.class
package org.apache.fop.pdf
PDFBinaryStream.encode ( PDFFilter p1 ) : void
[mangled: org/apache/fop/pdf/PDFBinaryStream.encode:(Lorg/apache/fop/pdf/PDFFilter;)V]
PDFBinaryStream.getPDFDictionary ( ) : String
[mangled: org/apache/fop/pdf/PDFBinaryStream.getPDFDictionary:()Ljava/lang/String;]
PDFBinaryStream.getPDFStream ( ) : String
[mangled: org/apache/fop/pdf/PDFBinaryStream.getPDFStream:()Ljava/lang/String;]
PDFBinaryStream.outputPDFStream ( PrintWriter p1 ) : int
[mangled: org/apache/fop/pdf/PDFBinaryStream.outputPDFStream:(Ljava/io/PrintWriter;)I]
PDFBinaryStream.PDFBinaryStream ( )
[mangled: org/apache/fop/pdf/PDFBinaryStream."<init>":()V]
PDFBinaryStream.setData ( byte[ ] p1 ) : void
[mangled: org/apache/fop/pdf/PDFBinaryStream.setData:([B)V]
PDFBinaryStream.toPDF ( ) : String
[mangled: org/apache/fop/pdf/PDFBinaryStream.toPDF:()Ljava/lang/String;]
fop_0_15_0.jar, PDFColor.class
package org.apache.fop.pdf
PDFColor.blue255 ( ) : int
[mangled: org/apache/fop/pdf/PDFColor.blue255:()I]
PDFColor.green255 ( ) : int
[mangled: org/apache/fop/pdf/PDFColor.green255:()I]
PDFColor.PDFColor ( int p1, int p2, int p3 )
[mangled: org/apache/fop/pdf/PDFColor."<init>":(III)V]
PDFColor.red255 ( ) : int
[mangled: org/apache/fop/pdf/PDFColor.red255:()I]
fop_0_15_0.jar, PDFDocument.class
package org.apache.fop.pdf
PDFDocument.makeArray ( int[ ] p1 ) : PDFArray
[mangled: org/apache/fop/pdf/PDFDocument.makeArray:([I)Lorg/apache/fop/pdf/PDFArray;]
PDFDocument.makeEncoding ( String p1 ) : PDFEncoding
[mangled: org/apache/fop/pdf/PDFDocument.makeEncoding:(Ljava/lang/String;)Lorg/apache/fop/pdf/PDFEncoding;]
PDFDocument.makeFont ( String p1, String p2, String p3, FontMetric p4, FontDescriptor p5 ) : PDFFont
[mangled: org/apache/fop/pdf/PDFDocument.makeFont:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/fop/layout/FontMetric;Lorg/apache/fop/layout/FontDescriptor;)Lorg/apache/fop/pdf/PDFFont;]
PDFDocument.makeFontDescriptor ( FontDescriptor p1 ) : PDFFontDescriptor
[mangled: org/apache/fop/pdf/PDFDocument.makeFontDescriptor:(Lorg/apache/fop/layout/FontDescriptor;)Lorg/apache/fop/pdf/PDFFontDescriptor;]
PDFDocument.makeLink ( Rectangle p1, String p2, int p3 ) : PDFLink
[mangled: org/apache/fop/pdf/PDFDocument.makeLink:(Ljava/awt/Rectangle;Ljava/lang/String;I)Lorg/apache/fop/pdf/PDFLink;]
PDFDocument.makePage ( PDFResources p1, PDFStream p2, int p3, int p4, Page p5 ) : PDFPage
[mangled: org/apache/fop/pdf/PDFDocument.makePage:(Lorg/apache/fop/pdf/PDFResources;Lorg/apache/fop/pdf/PDFStream;IILorg/apache/fop/layout/Page;)Lorg/apache/fop/pdf/PDFPage;]
PDFDocument.setIDReferences ( IDReferences p1 ) : void
[mangled: org/apache/fop/pdf/PDFDocument.setIDReferences:(Lorg/apache/fop/datatypes/IDReferences;)V]
fop_0_15_0.jar, PDFEncoding.class
package org.apache.fop.pdf
PDFEncoding.addDifferences ( int p1, Vector p2 ) : void
[mangled: org/apache/fop/pdf/PDFEncoding.addDifferences:(ILjava/util/Vector;)V]
PDFEncoding.PDFEncoding ( int p1, String p2 )
[mangled: org/apache/fop/pdf/PDFEncoding."<init>":(ILjava/lang/String;)V]
PDFEncoding.toPDF ( ) : String
[mangled: org/apache/fop/pdf/PDFEncoding.toPDF:()Ljava/lang/String;]
fop_0_15_0.jar, PDFFilter.class
package org.apache.fop.pdf
PDFFilter.getPredictor ( ) : Integer
[mangled: org/apache/fop/pdf/PDFFilter.getPredictor:()Ljava/lang/Integer;]
PDFFilter.getType ( ) : int
[mangled: org/apache/fop/pdf/PDFFilter.getType:()I]
PDFFilter.PDFFilter ( int p1 )
[mangled: org/apache/fop/pdf/PDFFilter."<init>":(I)V]
PDFFilter.setPredictor ( Integer p1 ) : void
[mangled: org/apache/fop/pdf/PDFFilter.setPredictor:(Ljava/lang/Integer;)V]
PDFFilter.toPDF ( ) : String
[mangled: org/apache/fop/pdf/PDFFilter.toPDF:()Ljava/lang/String;]
fop_0_15_0.jar, PDFFilterException.class
package org.apache.fop.pdf
PDFFilterException.PDFFilterException ( )
[mangled: org/apache/fop/pdf/PDFFilterException."<init>":()V]
PDFFilterException.PDFFilterException ( String p1 )
[mangled: org/apache/fop/pdf/PDFFilterException."<init>":(Ljava/lang/String;)V]
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
[mangled: org/apache/fop/pdf/PDFFont.createFont:(ILjava/lang/String;BLjava/lang/String;Ljava/lang/Object;)Lorg/apache/fop/pdf/PDFFont;]
PDFFont.createFont ( int p1, String p2, byte p3, String p4, Object p5, int p6, int p7, PDFArray p8, PDFFontDescriptor p9 ) [static] : PDFFont
[mangled: org/apache/fop/pdf/PDFFont.createFont:(ILjava/lang/String;BLjava/lang/String;Ljava/lang/Object;IILorg/apache/fop/pdf/PDFArray;Lorg/apache/fop/pdf/PDFFontDescriptor;)Lorg/apache/fop/pdf/PDFFont;]
PDFFont.fillInPDF ( StringBuffer p1 ) : void
[mangled: org/apache/fop/pdf/PDFFont.fillInPDF:(Ljava/lang/StringBuffer;)V]
PDFFont.PDFFont ( int p1, String p2, byte p3, String p4, Object p5 )
[mangled: org/apache/fop/pdf/PDFFont."<init>":(ILjava/lang/String;BLjava/lang/String;Ljava/lang/Object;)V]
fop_0_15_0.jar, PDFFontDescriptor.class
package org.apache.fop.pdf
PDFFontDescriptor.fillInPDF ( StringBuffer p1 ) : void
[mangled: org/apache/fop/pdf/PDFFontDescriptor.fillInPDF:(Ljava/lang/StringBuffer;)V]
PDFFontDescriptor.PDFFontDescriptor ( int p1, String p2, int p3, int p4, int p5, int p6, PDFRectangle p7, int p8, int p9 )
[mangled: org/apache/fop/pdf/PDFFontDescriptor."<init>":(ILjava/lang/String;IIIILorg/apache/fop/pdf/PDFRectangle;II)V]
PDFFontDescriptor.setFontFile ( byte p1, PDFStream p2 ) : void
[mangled: org/apache/fop/pdf/PDFFontDescriptor.setFontFile:(BLorg/apache/fop/pdf/PDFStream;)V]
PDFFontDescriptor.setMetrics ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: org/apache/fop/pdf/PDFFontDescriptor.setMetrics:(IIIIII)V]
PDFFontDescriptor.toPDF ( ) : String
[mangled: org/apache/fop/pdf/PDFFontDescriptor.toPDF:()Ljava/lang/String;]
fop_0_15_0.jar, PDFFontNonBase14.class
package org.apache.fop.pdf
PDFFontNonBase14.fillInPDF ( StringBuffer p1 ) : void
[mangled: org/apache/fop/pdf/PDFFontNonBase14.fillInPDF:(Ljava/lang/StringBuffer;)V]
PDFFontNonBase14.PDFFontNonBase14 ( int p1, String p2, byte p3, String p4, Object p5 )
[mangled: org/apache/fop/pdf/PDFFontNonBase14."<init>":(ILjava/lang/String;BLjava/lang/String;Ljava/lang/Object;)V]
PDFFontNonBase14.setDescriptor ( PDFFontDescriptor p1 ) : void
[mangled: org/apache/fop/pdf/PDFFontNonBase14.setDescriptor:(Lorg/apache/fop/pdf/PDFFontDescriptor;)V]
PDFFontNonBase14.setWidthMetrics ( int p1, int p2, PDFArray p3 ) : void
[mangled: org/apache/fop/pdf/PDFFontNonBase14.setWidthMetrics:(IILorg/apache/fop/pdf/PDFArray;)V]
fop_0_15_0.jar, PDFFontType1.class
package org.apache.fop.pdf
PDFFontType1.PDFFontType1 ( int p1, String p2, byte p3, String p4, Object p5 )
[mangled: org/apache/fop/pdf/PDFFontType1."<init>":(ILjava/lang/String;BLjava/lang/String;Ljava/lang/Object;)V]
fop_0_15_0.jar, PDFGoTo.class
package org.apache.fop.pdf
PDFGoTo.PDFGoTo ( int p1, String p2 )
[mangled: org/apache/fop/pdf/PDFGoTo."<init>":(ILjava/lang/String;)V]
PDFGoTo.setPageReference ( String p1 ) : void
[mangled: org/apache/fop/pdf/PDFGoTo.setPageReference:(Ljava/lang/String;)V]
PDFGoTo.setXPosition ( int p1 ) : void
[mangled: org/apache/fop/pdf/PDFGoTo.setXPosition:(I)V]
PDFGoTo.setYPosition ( int p1 ) : void
[mangled: org/apache/fop/pdf/PDFGoTo.setYPosition:(I)V]
PDFGoTo.toPDF ( ) : String
[mangled: org/apache/fop/pdf/PDFGoTo.toPDF:()Ljava/lang/String;]
fop_0_15_0.jar, PDFGoToRemote.class
package org.apache.fop.pdf
PDFGoToRemote.getAction ( ) : String
[mangled: org/apache/fop/pdf/PDFGoToRemote.getAction:()Ljava/lang/String;]
PDFGoToRemote.PDFGoToRemote ( int p1, PDFFileSpec p2 )
[mangled: org/apache/fop/pdf/PDFGoToRemote."<init>":(ILorg/apache/fop/pdf/PDFFileSpec;)V]
PDFGoToRemote.toPDF ( ) : String
[mangled: org/apache/fop/pdf/PDFGoToRemote.toPDF:()Ljava/lang/String;]
fop_0_15_0.jar, PDFInternalLink.class
package org.apache.fop.pdf
PDFInternalLink.getAction ( ) : String
[mangled: org/apache/fop/pdf/PDFInternalLink.getAction:()Ljava/lang/String;]
PDFInternalLink.PDFInternalLink ( String p1 )
[mangled: org/apache/fop/pdf/PDFInternalLink."<init>":(Ljava/lang/String;)V]
PDFInternalLink.toPDF ( ) : String
[mangled: org/apache/fop/pdf/PDFInternalLink.toPDF:()Ljava/lang/String;]
fop_0_15_0.jar, PDFObject.class
package org.apache.fop.pdf
PDFObject.getNumber ( ) : int
[mangled: org/apache/fop/pdf/PDFObject.getNumber:()I]
fop_0_15_0.jar, PDFRectangle.class
package org.apache.fop.pdf
PDFRectangle.PDFRectangle ( int p1, int p2, int p3, int p4 )
[mangled: org/apache/fop/pdf/PDFRectangle."<init>":(IIII)V]
PDFRectangle.PDFRectangle ( int[ ] p1 )
[mangled: org/apache/fop/pdf/PDFRectangle."<init>":([I)V]
PDFRectangle.toPDF ( ) : String
[mangled: org/apache/fop/pdf/PDFRectangle.toPDF:()Ljava/lang/String;]
fop_0_15_0.jar, PDFRenderer.class
package org.apache.fop.render.pdf
PDFRenderer.renderForeignObjectArea ( ForeignObjectArea p1 ) : void
[mangled: org/apache/fop/render/pdf/PDFRenderer.renderForeignObjectArea:(Lorg/apache/fop/layout/ForeignObjectArea;)V]
PDFRenderer.renderLeaderArea ( LeaderArea p1 ) : void
[mangled: org/apache/fop/render/pdf/PDFRenderer.renderLeaderArea:(Lorg/apache/fop/layout/LeaderArea;)V]
PDFRenderer.renderSVGArea ( SVGArea p1 ) : void
[mangled: org/apache/fop/render/pdf/PDFRenderer.renderSVGArea:(Lorg/apache/fop/dom/svg/SVGArea;)V]
fop_0_15_0.jar, PDFUri.class
package org.apache.fop.pdf
PDFUri.getAction ( ) : String
[mangled: org/apache/fop/pdf/PDFUri.getAction:()Ljava/lang/String;]
PDFUri.PDFUri ( String p1 )
[mangled: org/apache/fop/pdf/PDFUri."<init>":(Ljava/lang/String;)V]
PDFUri.toPDF ( ) : String
[mangled: org/apache/fop/pdf/PDFUri.toPDF:()Ljava/lang/String;]
fop_0_15_0.jar, PDFXObject.class
package org.apache.fop.pdf
PDFXObject.getXNumber ( ) : int
[mangled: org/apache/fop/pdf/PDFXObject.getXNumber:()I]
fop_0_15_0.jar, PercentBase.class
package org.apache.fop.datatypes
PercentBase.getBaseLength ( ) [abstract] : int
[mangled: org/apache/fop/datatypes/PercentBase.getBaseLength:()I]
PercentBase.getBaseValue ( ) [abstract] : double
[mangled: org/apache/fop/datatypes/PercentBase.getBaseValue:()D]
PercentBase.getDimension ( ) [abstract] : int
[mangled: org/apache/fop/datatypes/PercentBase.getDimension:()I]
fop_0_15_0.jar, PercentLength.class
package org.apache.fop.datatypes
PercentLength.computeValue ( ) : int
[mangled: org/apache/fop/datatypes/PercentLength.computeValue:()I]
PercentLength.getBaseLength ( ) : PercentBase
[mangled: org/apache/fop/datatypes/PercentLength.getBaseLength:()Lorg/apache/fop/datatypes/PercentBase;]
PercentLength.PercentLength ( double p1 )
[mangled: org/apache/fop/datatypes/PercentLength."<init>":(D)V]
PercentLength.PercentLength ( double p1, PercentBase p2 )
[mangled: org/apache/fop/datatypes/PercentLength."<init>":(DLorg/apache/fop/datatypes/PercentBase;)V]
PercentLength.setBaseLength ( PercentBase p1 ) : void
[mangled: org/apache/fop/datatypes/PercentLength.setBaseLength:(Lorg/apache/fop/datatypes/PercentBase;)V]
PercentLength.toString ( ) : String
[mangled: org/apache/fop/datatypes/PercentLength.toString:()Ljava/lang/String;]
PercentLength.value ( ) : double
[mangled: org/apache/fop/datatypes/PercentLength.value:()D]
fop_0_15_0.jar, PFMFile.class
package org.apache.fop.fonts
PFMFile.getCapHeight ( ) : int
[mangled: org/apache/fop/fonts/PFMFile.getCapHeight:()I]
PFMFile.getCharSet ( ) : short
[mangled: org/apache/fop/fonts/PFMFile.getCharSet:()S]
PFMFile.getCharSetName ( ) : String
[mangled: org/apache/fop/fonts/PFMFile.getCharSetName:()Ljava/lang/String;]
PFMFile.getCharWidth ( short p1 ) : int
[mangled: org/apache/fop/fonts/PFMFile.getCharWidth:(S)I]
PFMFile.getFirstChar ( ) : short
[mangled: org/apache/fop/fonts/PFMFile.getFirstChar:()S]
PFMFile.getFlags ( ) : int
[mangled: org/apache/fop/fonts/PFMFile.getFlags:()I]
PFMFile.getFontBBox ( ) : int[ ]
[mangled: org/apache/fop/fonts/PFMFile.getFontBBox:()[I]
PFMFile.getIsProportional ( ) : boolean
[mangled: org/apache/fop/fonts/PFMFile.getIsProportional:()Z]
PFMFile.getItalicAngle ( ) : int
[mangled: org/apache/fop/fonts/PFMFile.getItalicAngle:()I]
PFMFile.getLastChar ( ) : short
[mangled: org/apache/fop/fonts/PFMFile.getLastChar:()S]
PFMFile.getLowerCaseAscent ( ) : int
[mangled: org/apache/fop/fonts/PFMFile.getLowerCaseAscent:()I]
PFMFile.getLowerCaseDescent ( ) : int
[mangled: org/apache/fop/fonts/PFMFile.getLowerCaseDescent:()I]
PFMFile.getPostscriptName ( ) : String
[mangled: org/apache/fop/fonts/PFMFile.getPostscriptName:()Ljava/lang/String;]
PFMFile.getStemV ( ) : int
[mangled: org/apache/fop/fonts/PFMFile.getStemV:()I]
PFMFile.getWindowsName ( ) : String
[mangled: org/apache/fop/fonts/PFMFile.getWindowsName:()Ljava/lang/String;]
PFMFile.getXHeight ( ) : int
[mangled: org/apache/fop/fonts/PFMFile.getXHeight:()I]
PFMFile.load ( InputStream p1 ) : void
[mangled: org/apache/fop/fonts/PFMFile.load:(Ljava/io/InputStream;)V]
PFMFile.PFMFile ( )
[mangled: org/apache/fop/fonts/PFMFile."<init>":()V]
fop_0_15_0.jar, PFMInputStream.class
package org.apache.fop.fonts
PFMInputStream.PFMInputStream ( InputStream p1 )
[mangled: org/apache/fop/fonts/PFMInputStream."<init>":(Ljava/io/InputStream;)V]
PFMInputStream.readByte ( ) : short
[mangled: org/apache/fop/fonts/PFMInputStream.readByte:()S]
PFMInputStream.readInt ( ) : long
[mangled: org/apache/fop/fonts/PFMInputStream.readInt:()J]
PFMInputStream.readShort ( ) : int
[mangled: org/apache/fop/fonts/PFMInputStream.readShort:()I]
PFMInputStream.readString ( ) : String
[mangled: org/apache/fop/fonts/PFMInputStream.readString:()Ljava/lang/String;]
fop_0_15_0.jar, PFMReader.class
package org.apache.fop.fonts.apps
PFMReader.constructFontXML ( PFMFile p1 ) : Document
[mangled: org/apache/fop/fonts/apps/PFMReader.constructFontXML:(Lorg/apache/fop/fonts/PFMFile;)Lorg/w3c/dom/Document;]
PFMReader.loadPFM ( String p1 ) : PFMFile
[mangled: org/apache/fop/fonts/apps/PFMReader.loadPFM:(Ljava/lang/String;)Lorg/apache/fop/fonts/PFMFile;]
PFMReader.main ( String[ ] p1 ) [static] : void
[mangled: org/apache/fop/fonts/apps/PFMReader.main:([Ljava/lang/String;)V]
PFMReader.PFMReader ( )
[mangled: org/apache/fop/fonts/apps/PFMReader."<init>":()V]
PFMReader.postProcessXML ( Document p1 ) : Document
[mangled: org/apache/fop/fonts/apps/PFMReader.postProcessXML:(Lorg/w3c/dom/Document;)Lorg/w3c/dom/Document;]
PFMReader.preview ( PFMFile p1 ) : void
[mangled: org/apache/fop/fonts/apps/PFMReader.preview:(Lorg/apache/fop/fonts/PFMFile;)V]
PFMReader.writeFontXML ( Document p1, String p2 ) : void
[mangled: org/apache/fop/fonts/apps/PFMReader.writeFontXML:(Lorg/w3c/dom/Document;Ljava/lang/String;)V]
fop_0_15_0.jar, PNGReader.class
package org.apache.fop.image.analyser
PNGReader.getMimeType ( ) : String
[mangled: org/apache/fop/image/analyser/PNGReader.getMimeType:()Ljava/lang/String;]
PNGReader.PNGReader ( )
[mangled: org/apache/fop/image/analyser/PNGReader."<init>":()V]
PNGReader.setDefaultHeader ( ) : void
[mangled: org/apache/fop/image/analyser/PNGReader.setDefaultHeader:()V]
PNGReader.setDimension ( ) : void
[mangled: org/apache/fop/image/analyser/PNGReader.setDimension:()V]
PNGReader.verifySignature ( BufferedInputStream p1 ) : boolean
[mangled: org/apache/fop/image/analyser/PNGReader.verifySignature:(Ljava/io/BufferedInputStream;)Z]
fop_0_15_0.jar, PointsData.class
package org.apache.fop.datatypes
PointsData.addPoint ( PathPoint p1 ) : void
[mangled: org/apache/fop/datatypes/PointsData.addPoint:(Lorg/apache/fop/svg/PathPoint;)V]
PointsData.convert ( String p1 ) : void
[mangled: org/apache/fop/datatypes/PointsData.convert:(Ljava/lang/String;)V]
PointsData.getPoints ( ) : Vector
[mangled: org/apache/fop/datatypes/PointsData.getPoints:()Ljava/util/Vector;]
PointsData.PointsData ( String p1 )
[mangled: org/apache/fop/datatypes/PointsData."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, Polygon.class
package org.apache.fop.svg
Polygon.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Polygon.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
Polygon.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Polygon.maker:()Lorg/apache/fop/fo/FObj$Maker;]
Polygon.Polygon ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Polygon."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, Polyline.class
package org.apache.fop.svg
Polyline.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Polyline.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
Polyline.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Polyline.maker:()Lorg/apache/fop/fo/FObj$Maker;]
Polyline.Polyline ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Polyline."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, PositionMaker.class
package org.apache.fop.fo.properties
PositionMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/PositionMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PositionMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PositionMaker.isInherited:()Z]
PositionMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/PositionMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
PositionMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PositionMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
PositionMaker.PositionMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/PositionMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, PPColWidthFunction.class
package org.apache.fop.fo.expr
PPColWidthFunction.eval ( Property[ ] p1, PropertyInfo p2 ) : Property
[mangled: org/apache/fop/fo/expr/PPColWidthFunction.eval:([Lorg/apache/fop/fo/Property;Lorg/apache/fop/fo/expr/PropertyInfo;)Lorg/apache/fop/fo/Property;]
PPColWidthFunction.nbArgs ( ) : int
[mangled: org/apache/fop/fo/expr/PPColWidthFunction.nbArgs:()I]
PPColWidthFunction.PPColWidthFunction ( )
[mangled: org/apache/fop/fo/expr/PPColWidthFunction."<init>":()V]
fop_0_15_0.jar, PreviewDialog.class
package org.apache.fop.viewer
PreviewDialog.dispose ( ) : void
[mangled: org/apache/fop/viewer/PreviewDialog.dispose:()V]
PreviewDialog.processMessage ( MessageEvent p1 ) : void
[mangled: org/apache/fop/viewer/PreviewDialog.processMessage:(Lorg/apache/fop/messaging/MessageEvent;)V]
fop_0_15_0.jar, PrintCommandLine.class
package org.apache.fop.apps
PrintCommandLine.PrintCommandLine ( String[ ] p1 )
[mangled: org/apache/fop/apps/PrintCommandLine."<init>":([Ljava/lang/String;)V]
fop_0_15_0.jar, Property.class
package org.apache.fop.fo
Property.getLengthRange ( ) : LengthRange
[mangled: org/apache/fop/fo/Property.getLengthRange:()Lorg/apache/fop/datatypes/LengthRange;]
Property.getNCname ( ) : String
[mangled: org/apache/fop/fo/Property.getNCname:()Ljava/lang/String;]
Property.getNumber ( ) : Number
[mangled: org/apache/fop/fo/Property.getNumber:()Ljava/lang/Number;]
Property.getNumeric ( ) : Numeric
[mangled: org/apache/fop/fo/Property.getNumeric:()Lorg/apache/fop/fo/expr/Numeric;]
Property.getObject ( ) : Object
[mangled: org/apache/fop/fo/Property.getObject:()Ljava/lang/Object;]
Property.getSpace ( ) : Space
[mangled: org/apache/fop/fo/Property.getSpace:()Lorg/apache/fop/datatypes/Space;]
Property.getSpecifiedValue ( ) : String
[mangled: org/apache/fop/fo/Property.getSpecifiedValue:()Ljava/lang/String;]
Property.setSpecifiedValue ( String p1 ) : void
[mangled: org/apache/fop/fo/Property.setSpecifiedValue:(Ljava/lang/String;)V]
fop_0_15_0.jar, PropertyException.class
package org.apache.fop.fo.expr
PropertyException.PropertyException ( String p1 )
[mangled: org/apache/fop/fo/expr/PropertyException."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, PropertyInfo.class
package org.apache.fop.fo.expr
PropertyInfo.currentFontSize ( ) : int
[mangled: org/apache/fop/fo/expr/PropertyInfo.currentFontSize:()I]
PropertyInfo.getFO ( ) : FObj
[mangled: org/apache/fop/fo/expr/PropertyInfo.getFO:()Lorg/apache/fop/fo/FObj;]
PropertyInfo.getPercentBase ( ) : PercentBase
[mangled: org/apache/fop/fo/expr/PropertyInfo.getPercentBase:()Lorg/apache/fop/datatypes/PercentBase;]
PropertyInfo.getPropertyList ( ) : PropertyList
[mangled: org/apache/fop/fo/expr/PropertyInfo.getPropertyList:()Lorg/apache/fop/fo/PropertyList;]
PropertyInfo.inheritsSpecified ( ) : boolean
[mangled: org/apache/fop/fo/expr/PropertyInfo.inheritsSpecified:()Z]
PropertyInfo.popFunction ( ) : void
[mangled: org/apache/fop/fo/expr/PropertyInfo.popFunction:()V]
PropertyInfo.PropertyInfo ( Property.Maker p1, PropertyList p2, FObj p3 )
[mangled: org/apache/fop/fo/expr/PropertyInfo."<init>":(Lorg/apache/fop/fo/Property$Maker;Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/fo/FObj;)V]
PropertyInfo.pushFunction ( Function p1 ) : void
[mangled: org/apache/fop/fo/expr/PropertyInfo.pushFunction:(Lorg/apache/fop/fo/expr/Function;)V]
fop_0_15_0.jar, PropertyList.class
package org.apache.fop.fo
PropertyList.getElement ( ) : String
[mangled: org/apache/fop/fo/PropertyList.getElement:()Ljava/lang/String;]
PropertyList.getExplicit ( String p1 ) : Property
[mangled: org/apache/fop/fo/PropertyList.getExplicit:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PropertyList.getFromParent ( String p1 ) : Property
[mangled: org/apache/fop/fo/PropertyList.getFromParent:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PropertyList.getInherited ( String p1 ) : Property
[mangled: org/apache/fop/fo/PropertyList.getInherited:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PropertyList.getNameSpace ( ) : String
[mangled: org/apache/fop/fo/PropertyList.getNameSpace:()Ljava/lang/String;]
PropertyList.getNearestSpecified ( String p1 ) : Property
[mangled: org/apache/fop/fo/PropertyList.getNearestSpecified:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PropertyList.PropertyList ( PropertyList p1, String p2, String p3 )
[mangled: org/apache/fop/fo/PropertyList."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;Ljava/lang/String;)V]
fop_0_15_0.jar, PropertyListBuilder.class
package org.apache.fop.fo
PropertyListBuilder.addElementList ( String p1, Hashtable p2 ) : void
[mangled: org/apache/fop/fo/PropertyListBuilder.addElementList:(Ljava/lang/String;Ljava/util/Hashtable;)V]
PropertyListBuilder.addList ( Hashtable p1 ) : void
[mangled: org/apache/fop/fo/PropertyListBuilder.addList:(Ljava/util/Hashtable;)V]
PropertyListBuilder.computeProperty ( PropertyList p1, String p2, String p3, String p4 ) : Property
[mangled: org/apache/fop/fo/PropertyListBuilder.computeProperty:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PropertyListBuilder.findMaker ( String p1, String p2, String p3 ) : Property.Maker
[mangled: org/apache/fop/fo/PropertyListBuilder.findMaker:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
PropertyListBuilder.getSubpropValue ( String p1, String p2, String p3, Property p4, String p5 ) : Property
[mangled: org/apache/fop/fo/PropertyListBuilder.getSubpropValue:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/fop/fo/Property;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PropertyListBuilder.isInherited ( String p1, String p2, String p3 ) : boolean
[mangled: org/apache/fop/fo/PropertyListBuilder.isInherited:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
PropertyListBuilder.makeList ( String p1, Attributes p2, PropertyList p3, FObj p4 ) : PropertyList
[mangled: org/apache/fop/fo/PropertyListBuilder.makeList:(Ljava/lang/String;Lorg/xml/sax/Attributes;Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/fo/FObj;)Lorg/apache/fop/fo/PropertyList;]
PropertyListBuilder.makeProperty ( PropertyList p1, String p2, String p3, String p4 ) : Property
[mangled: org/apache/fop/fo/PropertyListBuilder.makeProperty:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
fop_0_15_0.jar, PropertyListMapping.class
package org.apache.fop.fo
PropertyListMapping.addToBuilder ( TreeBuilder p1 ) [abstract] : void
[mangled: org/apache/fop/fo/PropertyListMapping.addToBuilder:(Lorg/apache/fop/fo/TreeBuilder;)V]
fop_0_15_0.jar, PropertyParser.class
package org.apache.fop.fo.expr
PropertyParser.parse ( String p1, PropertyInfo p2 ) [static] : Property
[mangled: org/apache/fop/fo/expr/PropertyParser.parse:(Ljava/lang/String;Lorg/apache/fop/fo/expr/PropertyInfo;)Lorg/apache/fop/fo/Property;]
fop_0_15_0.jar, ProvisionalDistanceBetweenStartsMaker.class
package org.apache.fop.fo.properties
ProvisionalDistanceBetweenStartsMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ProvisionalDistanceBetweenStartsMaker.isInherited:()Z]
ProvisionalDistanceBetweenStartsMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/ProvisionalDistanceBetweenStartsMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
ProvisionalDistanceBetweenStartsMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ProvisionalDistanceBetweenStartsMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
ProvisionalDistanceBetweenStartsMaker.ProvisionalDistanceBetweenStartsMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/ProvisionalDistanceBetweenStartsMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, ProvisionalLabelSeparationMaker.class
package org.apache.fop.fo.properties
ProvisionalLabelSeparationMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ProvisionalLabelSeparationMaker.isInherited:()Z]
ProvisionalLabelSeparationMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/ProvisionalLabelSeparationMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
ProvisionalLabelSeparationMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ProvisionalLabelSeparationMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
ProvisionalLabelSeparationMaker.ProvisionalLabelSeparationMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/ProvisionalLabelSeparationMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, RadialGradient.class
package org.apache.fop.svg
RadialGradient.addChild ( FONode p1 ) : void
[mangled: org/apache/fop/svg/RadialGradient.addChild:(Lorg/apache/fop/fo/FONode;)V]
RadialGradient.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/RadialGradient.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
RadialGradient.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/RadialGradient.maker:()Lorg/apache/fop/fo/FObj$Maker;]
RadialGradient.RadialGradient ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/RadialGradient."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, Rect.class
package org.apache.fop.svg
Rect.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Rect.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
fop_0_15_0.jar, RefIdMaker.class
package org.apache.fop.fo.properties
RefIdMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/RefIdMaker.isInherited:()Z]
RefIdMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/RefIdMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
RefIdMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/RefIdMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
RefIdMaker.RefIdMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/RefIdMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, Region.class
package org.apache.fop.fo.pagination
Region.getDefaultRegionName ( ) [abstract] : String
[mangled: org/apache/fop/fo/pagination/Region.getDefaultRegionName:()Ljava/lang/String;]
Region.getElementName ( ) [abstract] : String
[mangled: org/apache/fop/fo/pagination/Region.getElementName:()Ljava/lang/String;]
Region.getPageMaster ( ) : SimplePageMaster
[mangled: org/apache/fop/fo/pagination/Region.getPageMaster:()Lorg/apache/fop/fo/pagination/SimplePageMaster;]
Region.getRegionClass ( ) [abstract] : String
[mangled: org/apache/fop/fo/pagination/Region.getRegionClass:()Ljava/lang/String;]
Region.getRegionName ( ) : String
[mangled: org/apache/fop/fo/pagination/Region.getRegionName:()Ljava/lang/String;]
Region.isReserved ( String p1 ) : boolean
[mangled: org/apache/fop/fo/pagination/Region.isReserved:(Ljava/lang/String;)Z]
Region.Region ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/pagination/Region."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, RegionAfter.class
package org.apache.fop.fo.pagination
RegionAfter.getDefaultRegionName ( ) : String
[mangled: org/apache/fop/fo/pagination/RegionAfter.getDefaultRegionName:()Ljava/lang/String;]
RegionAfter.getElementName ( ) : String
[mangled: org/apache/fop/fo/pagination/RegionAfter.getElementName:()Ljava/lang/String;]
RegionAfter.getRegionClass ( ) : String
[mangled: org/apache/fop/fo/pagination/RegionAfter.getRegionClass:()Ljava/lang/String;]
fop_0_15_0.jar, RegionArea.class
package org.apache.fop.layout
RegionArea.makeAreaContainer ( ) : AreaContainer
[mangled: org/apache/fop/layout/RegionArea.makeAreaContainer:()Lorg/apache/fop/layout/AreaContainer;]
RegionArea.RegionArea ( int p1, int p2, int p3, int p4 )
[mangled: org/apache/fop/layout/RegionArea."<init>":(IIII)V]
fop_0_15_0.jar, RegionBefore.class
package org.apache.fop.fo.pagination
RegionBefore.getDefaultRegionName ( ) : String
[mangled: org/apache/fop/fo/pagination/RegionBefore.getDefaultRegionName:()Ljava/lang/String;]
RegionBefore.getElementName ( ) : String
[mangled: org/apache/fop/fo/pagination/RegionBefore.getElementName:()Ljava/lang/String;]
RegionBefore.getRegionClass ( ) : String
[mangled: org/apache/fop/fo/pagination/RegionBefore.getRegionClass:()Ljava/lang/String;]
fop_0_15_0.jar, RegionBody.class
package org.apache.fop.fo.pagination
RegionBody.getDefaultRegionName ( ) : String
[mangled: org/apache/fop/fo/pagination/RegionBody.getDefaultRegionName:()Ljava/lang/String;]
RegionBody.getElementName ( ) : String
[mangled: org/apache/fop/fo/pagination/RegionBody.getElementName:()Ljava/lang/String;]
RegionBody.getRegionClass ( ) : String
[mangled: org/apache/fop/fo/pagination/RegionBody.getRegionClass:()Ljava/lang/String;]
fop_0_15_0.jar, RegionNameMaker.class
package org.apache.fop.fo.properties
RegionNameMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/RegionNameMaker.isInherited:()Z]
RegionNameMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/RegionNameMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
RegionNameMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/RegionNameMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
RegionNameMaker.RegionNameMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/RegionNameMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, Renderer.class
package org.apache.fop.render
Renderer.renderForeignObjectArea ( ForeignObjectArea p1 ) [abstract] : void
[mangled: org/apache/fop/render/Renderer.renderForeignObjectArea:(Lorg/apache/fop/layout/ForeignObjectArea;)V]
Renderer.renderLeaderArea ( LeaderArea p1 ) [abstract] : void
[mangled: org/apache/fop/render/Renderer.renderLeaderArea:(Lorg/apache/fop/layout/LeaderArea;)V]
Renderer.renderSVGArea ( SVGArea p1 ) [abstract] : void
[mangled: org/apache/fop/render/Renderer.renderSVGArea:(Lorg/apache/fop/dom/svg/SVGArea;)V]
fop_0_15_0.jar, RepeatablePageMasterAlternatives.class
package org.apache.fop.fo.pagination
RepeatablePageMasterAlternatives.addConditionalPageMasterReference ( ConditionalPageMasterReference p1 ) : void
[mangled: org/apache/fop/fo/pagination/RepeatablePageMasterAlternatives.addConditionalPageMasterReference:(Lorg/apache/fop/fo/pagination/ConditionalPageMasterReference;)V]
RepeatablePageMasterAlternatives.getNextPageMaster ( int p1, boolean p2, boolean p3 ) : String
[mangled: org/apache/fop/fo/pagination/RepeatablePageMasterAlternatives.getNextPageMaster:(IZZ)Ljava/lang/String;]
RepeatablePageMasterAlternatives.getPageSequenceMaster ( ) : PageSequenceMaster
[mangled: org/apache/fop/fo/pagination/RepeatablePageMasterAlternatives.getPageSequenceMaster:()Lorg/apache/fop/fo/pagination/PageSequenceMaster;]
RepeatablePageMasterAlternatives.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/pagination/RepeatablePageMasterAlternatives.maker:()Lorg/apache/fop/fo/FObj$Maker;]
RepeatablePageMasterAlternatives.RepeatablePageMasterAlternatives ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/pagination/RepeatablePageMasterAlternatives."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
RepeatablePageMasterAlternatives.reset ( ) : void
[mangled: org/apache/fop/fo/pagination/RepeatablePageMasterAlternatives.reset:()V]
fop_0_15_0.jar, RepeatablePageMasterReference.class
package org.apache.fop.fo.pagination
RepeatablePageMasterReference.getElementName ( ) : String
[mangled: org/apache/fop/fo/pagination/RepeatablePageMasterReference.getElementName:()Ljava/lang/String;]
RepeatablePageMasterReference.getNextPageMaster ( int p1, boolean p2, boolean p3 ) : String
[mangled: org/apache/fop/fo/pagination/RepeatablePageMasterReference.getNextPageMaster:(IZZ)Ljava/lang/String;]
RepeatablePageMasterReference.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/pagination/RepeatablePageMasterReference.maker:()Lorg/apache/fop/fo/FObj$Maker;]
RepeatablePageMasterReference.RepeatablePageMasterReference ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/pagination/RepeatablePageMasterReference."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
RepeatablePageMasterReference.reset ( ) : void
[mangled: org/apache/fop/fo/pagination/RepeatablePageMasterReference.reset:()V]
fop_0_15_0.jar, RequiredExtensionsMaker.class
package org.apache.fop.fo.properties
RequiredExtensionsMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/RequiredExtensionsMaker.isInherited:()Z]
RequiredExtensionsMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/RequiredExtensionsMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
RequiredExtensionsMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/RequiredExtensionsMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
RequiredExtensionsMaker.RequiredExtensionsMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/RequiredExtensionsMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, RequiredFeaturesMaker.class
package org.apache.fop.fo.properties
RequiredFeaturesMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/RequiredFeaturesMaker.isInherited:()Z]
RequiredFeaturesMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/RequiredFeaturesMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
RequiredFeaturesMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/RequiredFeaturesMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
RequiredFeaturesMaker.RequiredFeaturesMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/RequiredFeaturesMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, RGBColorImpl.class
package org.apache.fop.dom.css
RGBColorImpl.getBlue ( ) : CSSPrimitiveValue
[mangled: org/apache/fop/dom/css/RGBColorImpl.getBlue:()Lorg/w3c/dom/css/CSSPrimitiveValue;]
RGBColorImpl.getGreen ( ) : CSSPrimitiveValue
[mangled: org/apache/fop/dom/css/RGBColorImpl.getGreen:()Lorg/w3c/dom/css/CSSPrimitiveValue;]
RGBColorImpl.getRed ( ) : CSSPrimitiveValue
[mangled: org/apache/fop/dom/css/RGBColorImpl.getRed:()Lorg/w3c/dom/css/CSSPrimitiveValue;]
RGBColorImpl.RGBColorImpl ( float p1, float p2, float p3 )
[mangled: org/apache/fop/dom/css/RGBColorImpl."<init>":(FFF)V]
fop_0_15_0.jar, RightMaker.class
package org.apache.fop.fo.properties
RightMaker.isAutoLengthAllowed ( ) : boolean
[mangled: org/apache/fop/fo/properties/RightMaker.isAutoLengthAllowed:()Z]
RightMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/RightMaker.isInherited:()Z]
RightMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/RightMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
RightMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/RightMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
RightMaker.RightMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/RightMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, RuleStyleMaker.class
package org.apache.fop.fo.properties
RuleStyleMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/RuleStyleMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
RuleStyleMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/RuleStyleMaker.isInherited:()Z]
RuleStyleMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/RuleStyleMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
RuleStyleMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/RuleStyleMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
RuleStyleMaker.RuleStyleMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/RuleStyleMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, RuleThicknessMaker.class
package org.apache.fop.fo.properties
RuleThicknessMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/RuleThicknessMaker.isInherited:()Z]
RuleThicknessMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/RuleThicknessMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
RuleThicknessMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/RuleThicknessMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
RuleThicknessMaker.RuleThicknessMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/RuleThicknessMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, ScalingMaker.class
package org.apache.fop.fo.properties
ScalingMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/ScalingMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
ScalingMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ScalingMaker.isInherited:()Z]
ScalingMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/ScalingMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
ScalingMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ScalingMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
ScalingMaker.ScalingMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/ScalingMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, Set.class
package org.apache.fop.svg
Set.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Set.maker:()Lorg/apache/fop/fo/FObj$Maker;]
Set.Set ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Set."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, SimplePageMaster.class
package org.apache.fop.fo.pagination
SimplePageMaster.addRegion ( Region p1 ) : void
[mangled: org/apache/fop/fo/pagination/SimplePageMaster.addRegion:(Lorg/apache/fop/fo/pagination/Region;)V]
SimplePageMaster.getMasterName ( ) : String
[mangled: org/apache/fop/fo/pagination/SimplePageMaster.getMasterName:()Ljava/lang/String;]
SimplePageMaster.getNextPageMaster ( ) : PageMaster
[mangled: org/apache/fop/fo/pagination/SimplePageMaster.getNextPageMaster:()Lorg/apache/fop/layout/PageMaster;]
SimplePageMaster.getRegion ( String p1 ) : Region
[mangled: org/apache/fop/fo/pagination/SimplePageMaster.getRegion:(Ljava/lang/String;)Lorg/apache/fop/fo/pagination/Region;]
SimplePageMaster.getRegions ( ) : Hashtable
[mangled: org/apache/fop/fo/pagination/SimplePageMaster.getRegions:()Ljava/util/Hashtable;]
SimplePageMaster.regionNameExists ( String p1 ) : boolean
[mangled: org/apache/fop/fo/pagination/SimplePageMaster.regionNameExists:(Ljava/lang/String;)Z]
fop_0_15_0.jar, SinglePageMasterReference.class
package org.apache.fop.fo.pagination
SinglePageMasterReference.getElementName ( ) : String
[mangled: org/apache/fop/fo/pagination/SinglePageMasterReference.getElementName:()Ljava/lang/String;]
SinglePageMasterReference.getNextPageMaster ( int p1, boolean p2, boolean p3 ) : String
[mangled: org/apache/fop/fo/pagination/SinglePageMasterReference.getNextPageMaster:(IZZ)Ljava/lang/String;]
SinglePageMasterReference.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/pagination/SinglePageMasterReference.maker:()Lorg/apache/fop/fo/FObj$Maker;]
SinglePageMasterReference.reset ( ) : void
[mangled: org/apache/fop/fo/pagination/SinglePageMasterReference.reset:()V]
SinglePageMasterReference.SinglePageMasterReference ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/pagination/SinglePageMasterReference."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, Space.class
package org.apache.fop.datatypes
Space.getConditionality ( ) : String
[mangled: org/apache/fop/datatypes/Space.getConditionality:()Ljava/lang/String;]
Space.getPrecedence ( ) : int
[mangled: org/apache/fop/datatypes/Space.getPrecedence:()I]
Space.isDiscard ( ) : boolean
[mangled: org/apache/fop/datatypes/Space.isDiscard:()Z]
Space.setConditionality ( String p1 ) : void
[mangled: org/apache/fop/datatypes/Space.setConditionality:(Ljava/lang/String;)V]
Space.setPrecedence ( Number p1 ) : void
[mangled: org/apache/fop/datatypes/Space.setPrecedence:(Ljava/lang/Number;)V]
Space.Space ( Length p1 )
[mangled: org/apache/fop/datatypes/Space."<init>":(Lorg/apache/fop/datatypes/Length;)V]
fop_0_15_0.jar, SpaceProperty.class
package org.apache.fop.fo
SpaceProperty.getLength ( ) : Length
[mangled: org/apache/fop/fo/SpaceProperty.getLength:()Lorg/apache/fop/datatypes/Length;]
SpaceProperty.getLengthRange ( ) : LengthRange
[mangled: org/apache/fop/fo/SpaceProperty.getLengthRange:()Lorg/apache/fop/datatypes/LengthRange;]
SpaceProperty.getObject ( ) : Object
[mangled: org/apache/fop/fo/SpaceProperty.getObject:()Ljava/lang/Object;]
SpaceProperty.getSpace ( ) : Space
[mangled: org/apache/fop/fo/SpaceProperty.getSpace:()Lorg/apache/fop/datatypes/Space;]
SpaceProperty.SpaceProperty ( Space p1 )
[mangled: org/apache/fop/fo/SpaceProperty."<init>":(Lorg/apache/fop/datatypes/Space;)V]
fop_0_15_0.jar, SpreadMethodMaker.class
package org.apache.fop.fo.properties
SpreadMethodMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/SpreadMethodMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
SpreadMethodMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/SpreadMethodMaker.isInherited:()Z]
SpreadMethodMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/SpreadMethodMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
SpreadMethodMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/SpreadMethodMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
SpreadMethodMaker.SpreadMethodMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/SpreadMethodMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, SrcMaker.class
package org.apache.fop.fo.properties
SrcMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/SrcMaker.isInherited:()Z]
SrcMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/SrcMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
SrcMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/SrcMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
SrcMaker.SrcMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/SrcMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, StandardElementMapping.class
package org.apache.fop.fo
StandardElementMapping.addToBuilder ( TreeBuilder p1 ) : void
[mangled: org/apache/fop/fo/StandardElementMapping.addToBuilder:(Lorg/apache/fop/fo/TreeBuilder;)V]
fop_0_15_0.jar, StandardPropertyListMapping.class
package org.apache.fop.fo
StandardPropertyListMapping.addToBuilder ( TreeBuilder p1 ) : void
[mangled: org/apache/fop/fo/StandardPropertyListMapping.addToBuilder:(Lorg/apache/fop/fo/TreeBuilder;)V]
StandardPropertyListMapping.StandardPropertyListMapping ( )
[mangled: org/apache/fop/fo/StandardPropertyListMapping."<init>":()V]
fop_0_15_0.jar, StartIndentMaker.class
package org.apache.fop.fo.properties
StartIndentMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/StartIndentMaker.isInherited:()Z]
StartIndentMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/StartIndentMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
StartIndentMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/StartIndentMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
StartIndentMaker.StartIndentMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/StartIndentMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, StaticContent.class
package org.apache.fop.fo.flow
StaticContent.getElementName ( ) : String
[mangled: org/apache/fop/fo/flow/StaticContent.getElementName:()Ljava/lang/String;]
StaticContent.layout ( Area p1, Region p2 ) : Status
[mangled: org/apache/fop/fo/flow/StaticContent.layout:(Lorg/apache/fop/layout/Area;Lorg/apache/fop/fo/pagination/Region;)Lorg/apache/fop/fo/Status;]
StaticContent.setFlowName ( String p1 ) : void
[mangled: org/apache/fop/fo/flow/StaticContent.setFlowName:(Ljava/lang/String;)V]
fop_0_15_0.jar, Stop.class
package org.apache.fop.svg
Stop.createStop ( ) : SVGStopElement
[mangled: org/apache/fop/svg/Stop.createStop:()Lorg/w3c/dom/svg/SVGStopElement;]
Stop.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Stop.maker:()Lorg/apache/fop/fo/FObj$Maker;]
Stop.Stop ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Stop."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, StringProperty.class
package org.apache.fop.fo
StringProperty.getObject ( ) : Object
[mangled: org/apache/fop/fo/StringProperty.getObject:()Ljava/lang/Object;]
StringProperty.getString ( ) : String
[mangled: org/apache/fop/fo/StringProperty.getString:()Ljava/lang/String;]
StringProperty.StringProperty ( String p1 )
[mangled: org/apache/fop/fo/StringProperty."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, Style.class
package org.apache.fop.svg
Style.addCharacters ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/apache/fop/svg/Style.addCharacters:([CII)V]
Style.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Style.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
Style.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Style.maker:()Lorg/apache/fop/fo/FObj$Maker;]
Style.Style ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Style."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, StyleData.class
package org.apache.fop.datatypes
StyleData.getStyle ( ) : CSSStyleDeclaration
[mangled: org/apache/fop/datatypes/StyleData.getStyle:()Lorg/w3c/dom/css/CSSStyleDeclaration;]
StyleData.StyleData ( String p1 )
[mangled: org/apache/fop/datatypes/StyleData."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, StyleSheetListImpl.class
package org.apache.fop.dom.stylesheets
StyleSheetListImpl.getLength ( ) : int
[mangled: org/apache/fop/dom/stylesheets/StyleSheetListImpl.getLength:()I]
StyleSheetListImpl.item ( int p1 ) : StyleSheet
[mangled: org/apache/fop/dom/stylesheets/StyleSheetListImpl.item:(I)Lorg/w3c/dom/stylesheets/StyleSheet;]
StyleSheetListImpl.StyleSheetListImpl ( Vector p1 )
[mangled: org/apache/fop/dom/stylesheets/StyleSheetListImpl."<init>":(Ljava/util/Vector;)V]
fop_0_15_0.jar, SubSequenceSpecifier.class
package org.apache.fop.fo.pagination
SubSequenceSpecifier.getNextPageMaster ( int p1, boolean p2, boolean p3 ) [abstract] : String
[mangled: org/apache/fop/fo/pagination/SubSequenceSpecifier.getNextPageMaster:(IZZ)Ljava/lang/String;]
SubSequenceSpecifier.reset ( ) [abstract] : void
[mangled: org/apache/fop/fo/pagination/SubSequenceSpecifier.reset:()V]
fop_0_15_0.jar, SVG.class
package org.apache.fop.svg
SVG.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/SVG.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
fop_0_15_0.jar, SVGAElementImpl.class
package org.apache.fop.dom.svg
SVGAElementImpl.getBBox ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/SVGAElementImpl.getBBox:()Lorg/w3c/dom/svg/SVGRect;]
SVGAElementImpl.getTarget ( ) : SVGAnimatedString
[mangled: org/apache/fop/dom/svg/SVGAElementImpl.getTarget:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGAElementImpl.setTarget ( SVGAnimatedString p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGAElementImpl.setTarget:(Lorg/w3c/dom/svg/SVGAnimatedString;)V]
SVGAElementImpl.SVGAElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGAElementImpl."<init>":()V]
fop_0_15_0.jar, SVGAltGlyphElementImpl.class
package org.apache.fop.dom.svg
SVGAltGlyphElementImpl.SVGAltGlyphElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGAltGlyphElementImpl."<init>":()V]
fop_0_15_0.jar, SVGAngleImpl.class
package org.apache.fop.dom.svg
SVGAngleImpl.convertToSpecifiedUnits ( short p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGAngleImpl.convertToSpecifiedUnits:(S)V]
SVGAngleImpl.getAnimatedValue ( ) : float
[mangled: org/apache/fop/dom/svg/SVGAngleImpl.getAnimatedValue:()F]
SVGAngleImpl.getUnitType ( ) : short
[mangled: org/apache/fop/dom/svg/SVGAngleImpl.getUnitType:()S]
SVGAngleImpl.getValue ( ) : float
[mangled: org/apache/fop/dom/svg/SVGAngleImpl.getValue:()F]
SVGAngleImpl.getValueAsString ( ) : String
[mangled: org/apache/fop/dom/svg/SVGAngleImpl.getValueAsString:()Ljava/lang/String;]
SVGAngleImpl.getValueInSpecifiedUnits ( ) : float
[mangled: org/apache/fop/dom/svg/SVGAngleImpl.getValueInSpecifiedUnits:()F]
SVGAngleImpl.newValueSpecifiedUnits ( short p1, float p2 ) : void
[mangled: org/apache/fop/dom/svg/SVGAngleImpl.newValueSpecifiedUnits:(SF)V]
SVGAngleImpl.setValue ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGAngleImpl.setValue:(F)V]
SVGAngleImpl.setValueAsString ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGAngleImpl.setValueAsString:(Ljava/lang/String;)V]
SVGAngleImpl.setValueInSpecifiedUnits ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGAngleImpl.setValueInSpecifiedUnits:(F)V]
SVGAngleImpl.SVGAngleImpl ( )
[mangled: org/apache/fop/dom/svg/SVGAngleImpl."<init>":()V]
fop_0_15_0.jar, SVGAnimateColorElementImpl.class
package org.apache.fop.dom.svg
SVGAnimateColorElementImpl.SVGAnimateColorElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGAnimateColorElementImpl."<init>":()V]
fop_0_15_0.jar, SVGAnimatedEnumerationImpl.class
package org.apache.fop.dom.svg
SVGAnimatedEnumerationImpl.getAnimVal ( ) : short
[mangled: org/apache/fop/dom/svg/SVGAnimatedEnumerationImpl.getAnimVal:()S]
SVGAnimatedEnumerationImpl.getBaseVal ( ) : short
[mangled: org/apache/fop/dom/svg/SVGAnimatedEnumerationImpl.getBaseVal:()S]
SVGAnimatedEnumerationImpl.setBaseVal ( short p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGAnimatedEnumerationImpl.setBaseVal:(S)V]
SVGAnimatedEnumerationImpl.SVGAnimatedEnumerationImpl ( short p1 )
[mangled: org/apache/fop/dom/svg/SVGAnimatedEnumerationImpl."<init>":(S)V]
fop_0_15_0.jar, SVGAnimatedLengthImpl.class
package org.apache.fop.dom.svg
SVGAnimatedLengthImpl.getAnimVal ( ) : SVGLength
[mangled: org/apache/fop/dom/svg/SVGAnimatedLengthImpl.getAnimVal:()Lorg/w3c/dom/svg/SVGLength;]
SVGAnimatedLengthImpl.getBaseVal ( ) : SVGLength
[mangled: org/apache/fop/dom/svg/SVGAnimatedLengthImpl.getBaseVal:()Lorg/w3c/dom/svg/SVGLength;]
SVGAnimatedLengthImpl.setBaseVal ( SVGLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGAnimatedLengthImpl.setBaseVal:(Lorg/w3c/dom/svg/SVGLength;)V]
SVGAnimatedLengthImpl.SVGAnimatedLengthImpl ( SVGLength p1 )
[mangled: org/apache/fop/dom/svg/SVGAnimatedLengthImpl."<init>":(Lorg/w3c/dom/svg/SVGLength;)V]
fop_0_15_0.jar, SVGAnimatedLengthListImpl.class
package org.apache.fop.dom.svg
SVGAnimatedLengthListImpl.getAnimVal ( ) : SVGLengthList
[mangled: org/apache/fop/dom/svg/SVGAnimatedLengthListImpl.getAnimVal:()Lorg/w3c/dom/svg/SVGLengthList;]
SVGAnimatedLengthListImpl.getBaseVal ( ) : SVGLengthList
[mangled: org/apache/fop/dom/svg/SVGAnimatedLengthListImpl.getBaseVal:()Lorg/w3c/dom/svg/SVGLengthList;]
SVGAnimatedLengthListImpl.setBaseVal ( SVGLengthList p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGAnimatedLengthListImpl.setBaseVal:(Lorg/w3c/dom/svg/SVGLengthList;)V]
SVGAnimatedLengthListImpl.SVGAnimatedLengthListImpl ( )
[mangled: org/apache/fop/dom/svg/SVGAnimatedLengthListImpl."<init>":()V]
fop_0_15_0.jar, SVGAnimatedNumberImpl.class
package org.apache.fop.dom.svg
SVGAnimatedNumberImpl.getAnimVal ( ) : float
[mangled: org/apache/fop/dom/svg/SVGAnimatedNumberImpl.getAnimVal:()F]
SVGAnimatedNumberImpl.getBaseVal ( ) : float
[mangled: org/apache/fop/dom/svg/SVGAnimatedNumberImpl.getBaseVal:()F]
SVGAnimatedNumberImpl.setBaseVal ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGAnimatedNumberImpl.setBaseVal:(F)V]
SVGAnimatedNumberImpl.SVGAnimatedNumberImpl ( float p1 )
[mangled: org/apache/fop/dom/svg/SVGAnimatedNumberImpl."<init>":(F)V]
fop_0_15_0.jar, SVGAnimatedRectImpl.class
package org.apache.fop.dom.svg
SVGAnimatedRectImpl.getAnimVal ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/SVGAnimatedRectImpl.getAnimVal:()Lorg/w3c/dom/svg/SVGRect;]
SVGAnimatedRectImpl.getBaseVal ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/SVGAnimatedRectImpl.getBaseVal:()Lorg/w3c/dom/svg/SVGRect;]
SVGAnimatedRectImpl.setBaseVal ( SVGRect p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGAnimatedRectImpl.setBaseVal:(Lorg/w3c/dom/svg/SVGRect;)V]
SVGAnimatedRectImpl.SVGAnimatedRectImpl ( SVGRect p1 )
[mangled: org/apache/fop/dom/svg/SVGAnimatedRectImpl."<init>":(Lorg/w3c/dom/svg/SVGRect;)V]
fop_0_15_0.jar, SVGAnimatedStringImpl.class
package org.apache.fop.dom.svg
SVGAnimatedStringImpl.getAnimVal ( ) : String
[mangled: org/apache/fop/dom/svg/SVGAnimatedStringImpl.getAnimVal:()Ljava/lang/String;]
SVGAnimatedStringImpl.getBaseVal ( ) : String
[mangled: org/apache/fop/dom/svg/SVGAnimatedStringImpl.getBaseVal:()Ljava/lang/String;]
SVGAnimatedStringImpl.setBaseVal ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGAnimatedStringImpl.setBaseVal:(Ljava/lang/String;)V]
SVGAnimatedStringImpl.SVGAnimatedStringImpl ( String p1 )
[mangled: org/apache/fop/dom/svg/SVGAnimatedStringImpl."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, SVGAnimatedTransformListImpl.class
package org.apache.fop.dom.svg
SVGAnimatedTransformListImpl.getAnimVal ( ) : SVGTransformList
[mangled: org/apache/fop/dom/svg/SVGAnimatedTransformListImpl.getAnimVal:()Lorg/w3c/dom/svg/SVGTransformList;]
SVGAnimatedTransformListImpl.getBaseVal ( ) : SVGTransformList
[mangled: org/apache/fop/dom/svg/SVGAnimatedTransformListImpl.getBaseVal:()Lorg/w3c/dom/svg/SVGTransformList;]
SVGAnimatedTransformListImpl.setBaseVal ( SVGTransformList p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGAnimatedTransformListImpl.setBaseVal:(Lorg/w3c/dom/svg/SVGTransformList;)V]
SVGAnimatedTransformListImpl.SVGAnimatedTransformListImpl ( )
[mangled: org/apache/fop/dom/svg/SVGAnimatedTransformListImpl."<init>":()V]
fop_0_15_0.jar, SVGAnimateElementImpl.class
package org.apache.fop.dom.svg
SVGAnimateElementImpl.SVGAnimateElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGAnimateElementImpl."<init>":()V]
fop_0_15_0.jar, SVGAnimateMotionElementImpl.class
package org.apache.fop.dom.svg
SVGAnimateMotionElementImpl.SVGAnimateMotionElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGAnimateMotionElementImpl."<init>":()V]
fop_0_15_0.jar, SVGAnimateTransformElementImpl.class
package org.apache.fop.dom.svg
SVGAnimateTransformElementImpl.SVGAnimateTransformElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGAnimateTransformElementImpl."<init>":()V]
fop_0_15_0.jar, SVGArea.class
package org.apache.fop.dom.svg
SVGArea.getSVGDocument ( ) : SVGDocument
[mangled: org/apache/fop/dom/svg/SVGArea.getSVGDocument:()Lorg/w3c/dom/svg/SVGDocument;]
SVGArea.getWidth ( ) : int
[mangled: org/apache/fop/dom/svg/SVGArea.getWidth:()I]
SVGArea.render ( Renderer p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGArea.render:(Lorg/apache/fop/render/Renderer;)V]
SVGArea.setSVGDocument ( SVGDocument p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGArea.setSVGDocument:(Lorg/w3c/dom/svg/SVGDocument;)V]
SVGArea.SVGArea ( FontState p1, float p2, float p3 )
[mangled: org/apache/fop/dom/svg/SVGArea."<init>":(Lorg/apache/fop/layout/FontState;FF)V]
fop_0_15_0.jar, SVGCircleElementImpl.class
package org.apache.fop.dom.svg
SVGCircleElementImpl.getBBox ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/SVGCircleElementImpl.getBBox:()Lorg/w3c/dom/svg/SVGRect;]
SVGCircleElementImpl.getCx ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGCircleElementImpl.getCx:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGCircleElementImpl.getCy ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGCircleElementImpl.getCy:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGCircleElementImpl.getR ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGCircleElementImpl.getR:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGCircleElementImpl.getTagName ( ) : String
[mangled: org/apache/fop/dom/svg/SVGCircleElementImpl.getTagName:()Ljava/lang/String;]
SVGCircleElementImpl.setCx ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGCircleElementImpl.setCx:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGCircleElementImpl.setCy ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGCircleElementImpl.setCy:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGCircleElementImpl.setR ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGCircleElementImpl.setR:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGCircleElementImpl.SVGCircleElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGCircleElementImpl."<init>":()V]
fop_0_15_0.jar, SVGClipPathElementImpl.class
package org.apache.fop.dom.svg
SVGClipPathElementImpl.addElement ( SVGElement p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGClipPathElementImpl.addElement:(Lorg/w3c/dom/svg/SVGElement;)V]
SVGClipPathElementImpl.getClipPathUnits ( ) : SVGAnimatedEnumeration
[mangled: org/apache/fop/dom/svg/SVGClipPathElementImpl.getClipPathUnits:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGClipPathElementImpl.setClipPathUnits ( SVGAnimatedEnumeration p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGClipPathElementImpl.setClipPathUnits:(Lorg/w3c/dom/svg/SVGAnimatedEnumeration;)V]
SVGClipPathElementImpl.SVGClipPathElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGClipPathElementImpl."<init>":()V]
fop_0_15_0.jar, SVGCursorElementImpl.class
package org.apache.fop.dom.svg
SVGCursorElementImpl.getX ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGCursorElementImpl.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGCursorElementImpl.getY ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGCursorElementImpl.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGCursorElementImpl.setX ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGCursorElementImpl.setX:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGCursorElementImpl.setY ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGCursorElementImpl.setY:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGCursorElementImpl.SVGCursorElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGCursorElementImpl."<init>":()V]
fop_0_15_0.jar, SVGD.class
package org.apache.fop.svg
SVGD.getPath ( ) : Vector
[mangled: org/apache/fop/svg/SVGD.getPath:()Ljava/util/Vector;]
SVGD.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/svg/SVGD.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
SVGD.SVGD ( PropertyList p1, PathData p2 )
[mangled: org/apache/fop/svg/SVGD."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/PathData;)V]
fop_0_15_0.jar, SVGDefsElementImpl.class
package org.apache.fop.dom.svg
SVGDefsElementImpl.SVGDefsElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGDefsElementImpl."<init>":()V]
fop_0_15_0.jar, SVGDescElementImpl.class
package org.apache.fop.dom.svg
SVGDescElementImpl.SVGDescElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGDescElementImpl."<init>":()V]
fop_0_15_0.jar, SVGDocumentImpl.class
package org.apache.fop.dom.svg
SVGDocumentImpl.createAttribute ( String p1 ) : Attr
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.createAttribute:(Ljava/lang/String;)Lorg/w3c/dom/Attr;]
SVGDocumentImpl.createAttributeNS ( String p1, String p2 ) : Attr
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.createAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;]
SVGDocumentImpl.createCDATASection ( String p1 ) : CDATASection
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.createCDATASection:(Ljava/lang/String;)Lorg/w3c/dom/CDATASection;]
SVGDocumentImpl.createComment ( String p1 ) : Comment
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.createComment:(Ljava/lang/String;)Lorg/w3c/dom/Comment;]
SVGDocumentImpl.createDocumentFragment ( ) : DocumentFragment
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.createDocumentFragment:()Lorg/w3c/dom/DocumentFragment;]
SVGDocumentImpl.createElement ( String p1 ) : Element
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.createElement:(Ljava/lang/String;)Lorg/w3c/dom/Element;]
SVGDocumentImpl.createElementNS ( String p1, String p2 ) : Element
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.createElementNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Element;]
SVGDocumentImpl.createEntityReference ( String p1 ) : EntityReference
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.createEntityReference:(Ljava/lang/String;)Lorg/w3c/dom/EntityReference;]
SVGDocumentImpl.createEvent ( String p1 ) : Event
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.createEvent:(Ljava/lang/String;)Lorg/w3c/dom/events/Event;]
SVGDocumentImpl.createProcessingInstruction ( String p1, String p2 ) : ProcessingInstruction
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.createProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/ProcessingInstruction;]
SVGDocumentImpl.createTextNode ( String p1 ) : Text
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.createTextNode:(Ljava/lang/String;)Lorg/w3c/dom/Text;]
SVGDocumentImpl.findChild ( Node p1, String p2 ) : Element
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.findChild:(Lorg/w3c/dom/Node;Ljava/lang/String;)Lorg/w3c/dom/Element;]
SVGDocumentImpl.getDoctype ( ) : DocumentType
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.getDoctype:()Lorg/w3c/dom/DocumentType;]
SVGDocumentImpl.getDocumentElement ( ) : Element
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.getDocumentElement:()Lorg/w3c/dom/Element;]
SVGDocumentImpl.getDomain ( ) : String
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.getDomain:()Ljava/lang/String;]
SVGDocumentImpl.getElementById ( String p1 ) : Element
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.getElementById:(Ljava/lang/String;)Lorg/w3c/dom/Element;]
SVGDocumentImpl.getImplementation ( ) : DOMImplementation
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.getImplementation:()Lorg/w3c/dom/DOMImplementation;]
SVGDocumentImpl.getNamespaceURI ( ) : String
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.getNamespaceURI:()Ljava/lang/String;]
SVGDocumentImpl.getReferrer ( ) : String
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.getReferrer:()Ljava/lang/String;]
SVGDocumentImpl.getRootElement ( ) : SVGSVGElement
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.getRootElement:()Lorg/w3c/dom/svg/SVGSVGElement;]
SVGDocumentImpl.getTitle ( ) : String
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.getTitle:()Ljava/lang/String;]
SVGDocumentImpl.getURL ( ) : String
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.getURL:()Ljava/lang/String;]
SVGDocumentImpl.importNode ( Node p1, boolean p2 ) : Node
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.importNode:(Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node;]
SVGDocumentImpl.setTitle ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl.setTitle:(Ljava/lang/String;)V]
SVGDocumentImpl.SVGDocumentImpl ( )
[mangled: org/apache/fop/dom/svg/SVGDocumentImpl."<init>":()V]
fop_0_15_0.jar, SVGDriver.class
package org.apache.fop.svg
SVGDriver.addElementMapping ( ElementMapping p1 ) : void
[mangled: org/apache/fop/svg/SVGDriver.addElementMapping:(Lorg/apache/fop/fo/ElementMapping;)V]
SVGDriver.addElementMapping ( String p1 ) : void
[mangled: org/apache/fop/svg/SVGDriver.addElementMapping:(Ljava/lang/String;)V]
SVGDriver.addPropertyList ( String p1 ) : void
[mangled: org/apache/fop/svg/SVGDriver.addPropertyList:(Ljava/lang/String;)V]
SVGDriver.buildSVGTree ( Document p1 ) : void
[mangled: org/apache/fop/svg/SVGDriver.buildSVGTree:(Lorg/w3c/dom/Document;)V]
SVGDriver.buildSVGTree ( XMLReader p1, InputSource p2 ) : void
[mangled: org/apache/fop/svg/SVGDriver.buildSVGTree:(Lorg/xml/sax/XMLReader;Lorg/xml/sax/InputSource;)V]
SVGDriver.createElementMapping ( String p1 ) : ElementMapping
[mangled: org/apache/fop/svg/SVGDriver.createElementMapping:(Ljava/lang/String;)Lorg/apache/fop/fo/ElementMapping;]
SVGDriver.createPropertyList ( String p1 ) : PropertyListMapping
[mangled: org/apache/fop/svg/SVGDriver.createPropertyList:(Ljava/lang/String;)Lorg/apache/fop/fo/PropertyListMapping;]
SVGDriver.format ( ) : void
[mangled: org/apache/fop/svg/SVGDriver.format:()V]
SVGDriver.getContentHandler ( ) : ContentHandler
[mangled: org/apache/fop/svg/SVGDriver.getContentHandler:()Lorg/xml/sax/ContentHandler;]
SVGDriver.getSVGDocument ( ) : SVGDocument
[mangled: org/apache/fop/svg/SVGDriver.getSVGDocument:()Lorg/w3c/dom/svg/SVGDocument;]
SVGDriver.SVGDriver ( )
[mangled: org/apache/fop/svg/SVGDriver."<init>":()V]
fop_0_15_0.jar, SVGElementImpl.class
package org.apache.fop.dom.svg
SVGElementImpl.appendChild ( Node p1 ) : Node
[mangled: org/apache/fop/dom/svg/SVGElementImpl.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
SVGElementImpl.getAnimatedPresentationAttribute ( String p1 ) : CSSValue
[mangled: org/apache/fop/dom/svg/SVGElementImpl.getAnimatedPresentationAttribute:(Ljava/lang/String;)Lorg/w3c/dom/css/CSSValue;]
SVGElementImpl.getClassName ( ) : SVGAnimatedString
[mangled: org/apache/fop/dom/svg/SVGElementImpl.getClassName:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGElementImpl.getExternalResourcesRequired ( ) : SVGAnimatedBoolean
[mangled: org/apache/fop/dom/svg/SVGElementImpl.getExternalResourcesRequired:()Lorg/w3c/dom/svg/SVGAnimatedBoolean;]
SVGElementImpl.getId ( ) : String
[mangled: org/apache/fop/dom/svg/SVGElementImpl.getId:()Ljava/lang/String;]
SVGElementImpl.getNamespaceURI ( ) : String
[mangled: org/apache/fop/dom/svg/SVGElementImpl.getNamespaceURI:()Ljava/lang/String;]
SVGElementImpl.getOwnerSVGElement ( ) : SVGSVGElement
[mangled: org/apache/fop/dom/svg/SVGElementImpl.getOwnerSVGElement:()Lorg/w3c/dom/svg/SVGSVGElement;]
SVGElementImpl.getPresentationAttribute ( String p1 ) : CSSValue
[mangled: org/apache/fop/dom/svg/SVGElementImpl.getPresentationAttribute:(Ljava/lang/String;)Lorg/w3c/dom/css/CSSValue;]
SVGElementImpl.getStyle ( ) : CSSStyleDeclaration
[mangled: org/apache/fop/dom/svg/SVGElementImpl.getStyle:()Lorg/w3c/dom/css/CSSStyleDeclaration;]
SVGElementImpl.getViewportElement ( ) : SVGElement
[mangled: org/apache/fop/dom/svg/SVGElementImpl.getViewportElement:()Lorg/w3c/dom/svg/SVGElement;]
SVGElementImpl.setClassName ( SVGAnimatedString p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGElementImpl.setClassName:(Lorg/w3c/dom/svg/SVGAnimatedString;)V]
SVGElementImpl.setExternalResourcesRequired ( SVGAnimatedBoolean p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGElementImpl.setExternalResourcesRequired:(Lorg/w3c/dom/svg/SVGAnimatedBoolean;)V]
SVGElementImpl.setId ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGElementImpl.setId:(Ljava/lang/String;)V]
SVGElementImpl.setOwnerSVG ( SVGSVGElement p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGElementImpl.setOwnerSVG:(Lorg/w3c/dom/svg/SVGSVGElement;)V]
SVGElementImpl.setStyle ( CSSStyleDeclaration p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGElementImpl.setStyle:(Lorg/w3c/dom/css/CSSStyleDeclaration;)V]
SVGElementImpl.SVGElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGElementImpl."<init>":()V]
fop_0_15_0.jar, SVGElementMapping.class
package org.apache.fop.svg
SVGElementMapping.addToBuilder ( TreeBuilder p1 ) : void
[mangled: org/apache/fop/svg/SVGElementMapping.addToBuilder:(Lorg/apache/fop/fo/TreeBuilder;)V]
fop_0_15_0.jar, SVGEllipseElementImpl.class
package org.apache.fop.dom.svg
SVGEllipseElementImpl.getBBox ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/SVGEllipseElementImpl.getBBox:()Lorg/w3c/dom/svg/SVGRect;]
SVGEllipseElementImpl.getCx ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGEllipseElementImpl.getCx:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGEllipseElementImpl.getCy ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGEllipseElementImpl.getCy:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGEllipseElementImpl.getRx ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGEllipseElementImpl.getRx:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGEllipseElementImpl.getRy ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGEllipseElementImpl.getRy:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGEllipseElementImpl.setCx ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGEllipseElementImpl.setCx:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGEllipseElementImpl.setCy ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGEllipseElementImpl.setCy:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGEllipseElementImpl.setRx ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGEllipseElementImpl.setRx:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGEllipseElementImpl.setRy ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGEllipseElementImpl.setRy:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGEllipseElementImpl.SVGEllipseElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGEllipseElementImpl."<init>":()V]
fop_0_15_0.jar, SVGExceptionImpl.class
package org.apache.fop.dom.svg
SVGExceptionImpl.SVGExceptionImpl ( short p1, String p2 )
[mangled: org/apache/fop/dom/svg/SVGExceptionImpl."<init>":(SLjava/lang/String;)V]
fop_0_15_0.jar, SVGFilterElementImpl.class
package org.apache.fop.dom.svg
SVGFilterElementImpl.getFilterResX ( ) : SVGAnimatedInteger
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.getFilterResX:()Lorg/w3c/dom/svg/SVGAnimatedInteger;]
SVGFilterElementImpl.getFilterResY ( ) : SVGAnimatedInteger
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.getFilterResY:()Lorg/w3c/dom/svg/SVGAnimatedInteger;]
SVGFilterElementImpl.getFilterUnits ( ) : SVGAnimatedEnumeration
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.getFilterUnits:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGFilterElementImpl.getHeight ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.getHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFilterElementImpl.getPrimitiveUnits ( ) : SVGAnimatedEnumeration
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.getPrimitiveUnits:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGFilterElementImpl.getWidth ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.getWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFilterElementImpl.getX ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFilterElementImpl.getY ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFilterElementImpl.setFilterRes ( int p1, int p2 ) : void
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.setFilterRes:(II)V]
SVGFilterElementImpl.setFilterResX ( SVGAnimatedInteger p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.setFilterResX:(Lorg/w3c/dom/svg/SVGAnimatedInteger;)V]
SVGFilterElementImpl.setFilterResY ( SVGAnimatedInteger p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.setFilterResY:(Lorg/w3c/dom/svg/SVGAnimatedInteger;)V]
SVGFilterElementImpl.setFilterUnits ( SVGAnimatedEnumeration p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.setFilterUnits:(Lorg/w3c/dom/svg/SVGAnimatedEnumeration;)V]
SVGFilterElementImpl.setHeight ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.setHeight:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGFilterElementImpl.setPrimitiveUnits ( SVGAnimatedEnumeration p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.setPrimitiveUnits:(Lorg/w3c/dom/svg/SVGAnimatedEnumeration;)V]
SVGFilterElementImpl.setWidth ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.setWidth:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGFilterElementImpl.setX ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.setX:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGFilterElementImpl.setY ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl.setY:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGFilterElementImpl.SVGFilterElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGFilterElementImpl."<init>":()V]
fop_0_15_0.jar, SVGFontElementImpl.class
package org.apache.fop.dom.svg
SVGFontElementImpl.SVGFontElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGFontElementImpl."<init>":()V]
fop_0_15_0.jar, SVGGElementImpl.class
package org.apache.fop.dom.svg
SVGGElementImpl.getBBox ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/SVGGElementImpl.getBBox:()Lorg/w3c/dom/svg/SVGRect;]
SVGGElementImpl.SVGGElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGGElementImpl."<init>":()V]
fop_0_15_0.jar, SVGGlyphElementImpl.class
package org.apache.fop.dom.svg
SVGGlyphElementImpl.SVGGlyphElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGGlyphElementImpl."<init>":()V]
fop_0_15_0.jar, SVGGradientElementImpl.class
package org.apache.fop.dom.svg
SVGGradientElementImpl.getExternalResourcesRequired ( ) : SVGAnimatedBoolean
[mangled: org/apache/fop/dom/svg/SVGGradientElementImpl.getExternalResourcesRequired:()Lorg/w3c/dom/svg/SVGAnimatedBoolean;]
SVGGradientElementImpl.getGradientTransform ( ) : SVGAnimatedTransformList
[mangled: org/apache/fop/dom/svg/SVGGradientElementImpl.getGradientTransform:()Lorg/w3c/dom/svg/SVGAnimatedTransformList;]
SVGGradientElementImpl.getGradientUnits ( ) : SVGAnimatedEnumeration
[mangled: org/apache/fop/dom/svg/SVGGradientElementImpl.getGradientUnits:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGGradientElementImpl.getSpreadMethod ( ) : SVGAnimatedEnumeration
[mangled: org/apache/fop/dom/svg/SVGGradientElementImpl.getSpreadMethod:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGGradientElementImpl.setExternalResourcesRequired ( SVGAnimatedBoolean p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGGradientElementImpl.setExternalResourcesRequired:(Lorg/w3c/dom/svg/SVGAnimatedBoolean;)V]
SVGGradientElementImpl.setGradientTransform ( SVGAnimatedTransformList p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGGradientElementImpl.setGradientTransform:(Lorg/w3c/dom/svg/SVGAnimatedTransformList;)V]
SVGGradientElementImpl.setGradientUnits ( SVGAnimatedEnumeration p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGGradientElementImpl.setGradientUnits:(Lorg/w3c/dom/svg/SVGAnimatedEnumeration;)V]
SVGGradientElementImpl.setSpreadMethod ( SVGAnimatedEnumeration p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGGradientElementImpl.setSpreadMethod:(Lorg/w3c/dom/svg/SVGAnimatedEnumeration;)V]
SVGGradientElementImpl.SVGGradientElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGGradientElementImpl."<init>":()V]
fop_0_15_0.jar, SVGHKernElementImpl.class
package org.apache.fop.dom.svg
SVGHKernElementImpl.SVGHKernElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGHKernElementImpl."<init>":()V]
fop_0_15_0.jar, SVGImage.class
package org.apache.fop.image
SVGImage.createParser ( ) [static] : XMLReader
[mangled: org/apache/fop/image/SVGImage.createParser:()Lorg/xml/sax/XMLReader;]
SVGImage.getSVGDocument ( ) : SVGDocument
[mangled: org/apache/fop/image/SVGImage.getSVGDocument:()Lorg/w3c/dom/svg/SVGDocument;]
SVGImage.loadImage ( ) : void
[mangled: org/apache/fop/image/SVGImage.loadImage:()V]
SVGImage.SVGImage ( URL p1 )
[mangled: org/apache/fop/image/SVGImage."<init>":(Ljava/net/URL;)V]
SVGImage.SVGImage ( URL p1, ImageReader p2 )
[mangled: org/apache/fop/image/SVGImage."<init>":(Ljava/net/URL;Lorg/apache/fop/image/analyser/ImageReader;)V]
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 )
[mangled: org/apache/fop/dom/svg/SVGImageElementImpl."<init>":(Ljava/lang/String;FFFF)V]
fop_0_15_0.jar, SVGLengthImpl.class
package org.apache.fop.dom.svg
SVGLengthImpl.convert ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGLengthImpl.convert:(Ljava/lang/String;)V]
SVGLengthImpl.convertToSpecifiedUnits ( short p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGLengthImpl.convertToSpecifiedUnits:(S)V]
SVGLengthImpl.getAnimatedValue ( ) : float
[mangled: org/apache/fop/dom/svg/SVGLengthImpl.getAnimatedValue:()F]
SVGLengthImpl.getFloatValue ( String p1, int p2 ) : float
[mangled: org/apache/fop/dom/svg/SVGLengthImpl.getFloatValue:(Ljava/lang/String;I)F]
SVGLengthImpl.getUnitType ( ) : short
[mangled: org/apache/fop/dom/svg/SVGLengthImpl.getUnitType:()S]
SVGLengthImpl.getValue ( ) : float
[mangled: org/apache/fop/dom/svg/SVGLengthImpl.getValue:()F]
SVGLengthImpl.getValueAsString ( ) : String
[mangled: org/apache/fop/dom/svg/SVGLengthImpl.getValueAsString:()Ljava/lang/String;]
SVGLengthImpl.getValueInSpecifiedUnits ( ) : float
[mangled: org/apache/fop/dom/svg/SVGLengthImpl.getValueInSpecifiedUnits:()F]
SVGLengthImpl.newValueSpecifiedUnits ( short p1, float p2 ) : void
[mangled: org/apache/fop/dom/svg/SVGLengthImpl.newValueSpecifiedUnits:(SF)V]
SVGLengthImpl.setValue ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGLengthImpl.setValue:(F)V]
SVGLengthImpl.setValueAsString ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGLengthImpl.setValueAsString:(Ljava/lang/String;)V]
SVGLengthImpl.setValueInSpecifiedUnits ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGLengthImpl.setValueInSpecifiedUnits:(F)V]
SVGLengthImpl.SVGLengthImpl ( )
[mangled: org/apache/fop/dom/svg/SVGLengthImpl."<init>":()V]
SVGLengthImpl.SVGLengthImpl ( String p1 )
[mangled: org/apache/fop/dom/svg/SVGLengthImpl."<init>":(Ljava/lang/String;)V]
SVGLengthImpl.toString ( ) : String
[mangled: org/apache/fop/dom/svg/SVGLengthImpl.toString:()Ljava/lang/String;]
fop_0_15_0.jar, SVGLengthListImpl.class
package org.apache.fop.dom.svg
SVGLengthListImpl.convert ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGLengthListImpl.convert:(Ljava/lang/String;)V]
SVGLengthListImpl.getFloatValue ( String p1, int p2 ) : float
[mangled: org/apache/fop/dom/svg/SVGLengthListImpl.getFloatValue:(Ljava/lang/String;I)F]
SVGLengthListImpl.setValueAsString ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGLengthListImpl.setValueAsString:(Ljava/lang/String;)V]
SVGLengthListImpl.SVGLengthListImpl ( )
[mangled: org/apache/fop/dom/svg/SVGLengthListImpl."<init>":()V]
SVGLengthListImpl.SVGLengthListImpl ( String p1 )
[mangled: org/apache/fop/dom/svg/SVGLengthListImpl."<init>":(Ljava/lang/String;)V]
SVGLengthListImpl.SVGLengthListImpl ( String p1, int p2 )
[mangled: org/apache/fop/dom/svg/SVGLengthListImpl."<init>":(Ljava/lang/String;I)V]
fop_0_15_0.jar, SVGLengthListProperty.class
package org.apache.fop.svg
SVGLengthListProperty.getSVGLengthList ( ) : SVGAnimatedLengthList
[mangled: org/apache/fop/svg/SVGLengthListProperty.getSVGLengthList:()Lorg/w3c/dom/svg/SVGAnimatedLengthList;]
SVGLengthListProperty.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/svg/SVGLengthListProperty.maker:()Lorg/apache/fop/fo/Property$Maker;]
SVGLengthListProperty.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/svg/SVGLengthListProperty.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
SVGLengthListProperty.SVGLengthListProperty ( PropertyList p1, SVGAnimatedLengthList p2 )
[mangled: org/apache/fop/svg/SVGLengthListProperty."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/w3c/dom/svg/SVGAnimatedLengthList;)V]
fop_0_15_0.jar, SVGLengthProperty.class
package org.apache.fop.svg
SVGLengthProperty.getSVGLength ( ) : SVGLengthImpl
[mangled: org/apache/fop/svg/SVGLengthProperty.getSVGLength:()Lorg/apache/fop/dom/svg/SVGLengthImpl;]
SVGLengthProperty.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/svg/SVGLengthProperty.maker:()Lorg/apache/fop/fo/Property$Maker;]
SVGLengthProperty.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/svg/SVGLengthProperty.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
SVGLengthProperty.SVGLengthProperty ( PropertyList p1, SVGLengthImpl p2 )
[mangled: org/apache/fop/svg/SVGLengthProperty."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/dom/svg/SVGLengthImpl;)V]
fop_0_15_0.jar, SVGLinearGradientElementImpl.class
package org.apache.fop.dom.svg
SVGLinearGradientElementImpl.getX1 ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGLinearGradientElementImpl.getX1:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGLinearGradientElementImpl.getX2 ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGLinearGradientElementImpl.getX2:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGLinearGradientElementImpl.getY1 ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGLinearGradientElementImpl.getY1:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGLinearGradientElementImpl.getY2 ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGLinearGradientElementImpl.getY2:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGLinearGradientElementImpl.setX1 ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGLinearGradientElementImpl.setX1:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGLinearGradientElementImpl.setX2 ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGLinearGradientElementImpl.setX2:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGLinearGradientElementImpl.setY1 ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGLinearGradientElementImpl.setY1:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGLinearGradientElementImpl.setY2 ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGLinearGradientElementImpl.setY2:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGLinearGradientElementImpl.SVGLinearGradientElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGLinearGradientElementImpl."<init>":()V]
fop_0_15_0.jar, SVGLineElementImpl.class
package org.apache.fop.dom.svg
SVGLineElementImpl.getBBox ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/SVGLineElementImpl.getBBox:()Lorg/w3c/dom/svg/SVGRect;]
SVGLineElementImpl.getX1 ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGLineElementImpl.getX1:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGLineElementImpl.getX2 ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGLineElementImpl.getX2:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGLineElementImpl.getY1 ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGLineElementImpl.getY1:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGLineElementImpl.getY2 ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGLineElementImpl.getY2:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGLineElementImpl.setX1 ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGLineElementImpl.setX1:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGLineElementImpl.setX2 ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGLineElementImpl.setX2:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGLineElementImpl.setY1 ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGLineElementImpl.setY1:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGLineElementImpl.setY2 ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGLineElementImpl.setY2:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGLineElementImpl.SVGLineElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGLineElementImpl."<init>":()V]
fop_0_15_0.jar, SVGListImpl.class
package org.apache.fop.dom.svg
SVGListImpl.appendItem ( Object p1 ) : Object
[mangled: org/apache/fop/dom/svg/SVGListImpl.appendItem:(Ljava/lang/Object;)Ljava/lang/Object;]
SVGListImpl.clear ( ) : void
[mangled: org/apache/fop/dom/svg/SVGListImpl.clear:()V]
SVGListImpl.createItem ( ) : Object
[mangled: org/apache/fop/dom/svg/SVGListImpl.createItem:()Ljava/lang/Object;]
SVGListImpl.getItem ( int p1 ) : Object
[mangled: org/apache/fop/dom/svg/SVGListImpl.getItem:(I)Ljava/lang/Object;]
SVGListImpl.getNumberOfItems ( ) : int
[mangled: org/apache/fop/dom/svg/SVGListImpl.getNumberOfItems:()I]
SVGListImpl.initialize ( Object p1 ) : Object
[mangled: org/apache/fop/dom/svg/SVGListImpl.initialize:(Ljava/lang/Object;)Ljava/lang/Object;]
SVGListImpl.insertItemBefore ( Object p1, int p2 ) : Object
[mangled: org/apache/fop/dom/svg/SVGListImpl.insertItemBefore:(Ljava/lang/Object;I)Ljava/lang/Object;]
SVGListImpl.removeItem ( int p1 ) : Object
[mangled: org/apache/fop/dom/svg/SVGListImpl.removeItem:(I)Ljava/lang/Object;]
SVGListImpl.replaceItem ( Object p1, int p2 ) : Object
[mangled: org/apache/fop/dom/svg/SVGListImpl.replaceItem:(Ljava/lang/Object;I)Ljava/lang/Object;]
SVGListImpl.SVGListImpl ( )
[mangled: org/apache/fop/dom/svg/SVGListImpl."<init>":()V]
SVGListImpl.toString ( ) : String
[mangled: org/apache/fop/dom/svg/SVGListImpl.toString:()Ljava/lang/String;]
fop_0_15_0.jar, SVGMarkerElementImpl.class
package org.apache.fop.dom.svg
SVGMarkerElementImpl.getMarkerHeight ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.getMarkerHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGMarkerElementImpl.getMarkerUnits ( ) : SVGAnimatedEnumeration
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.getMarkerUnits:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGMarkerElementImpl.getMarkerWidth ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.getMarkerWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGMarkerElementImpl.getOrientAngle ( ) : SVGAnimatedAngle
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.getOrientAngle:()Lorg/w3c/dom/svg/SVGAnimatedAngle;]
SVGMarkerElementImpl.getOrientType ( ) : SVGAnimatedEnumeration
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.getOrientType:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGMarkerElementImpl.getPreserveAspectRatio ( ) : SVGAnimatedPreserveAspectRatio
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.getPreserveAspectRatio:()Lorg/w3c/dom/svg/SVGAnimatedPreserveAspectRatio;]
SVGMarkerElementImpl.getRefX ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.getRefX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGMarkerElementImpl.getRefY ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.getRefY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGMarkerElementImpl.getViewBox ( ) : SVGAnimatedRect
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.getViewBox:()Lorg/w3c/dom/svg/SVGAnimatedRect;]
SVGMarkerElementImpl.setMarkerHeight ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.setMarkerHeight:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGMarkerElementImpl.setMarkerUnits ( SVGAnimatedEnumeration p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.setMarkerUnits:(Lorg/w3c/dom/svg/SVGAnimatedEnumeration;)V]
SVGMarkerElementImpl.setMarkerWidth ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.setMarkerWidth:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGMarkerElementImpl.setOrientToAngle ( SVGAngle p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.setOrientToAngle:(Lorg/w3c/dom/svg/SVGAngle;)V]
SVGMarkerElementImpl.setOrientToAuto ( ) : void
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.setOrientToAuto:()V]
SVGMarkerElementImpl.setPreserveAspectRatio ( SVGAnimatedPreserveAspectRatio p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.setPreserveAspectRatio:(Lorg/w3c/dom/svg/SVGAnimatedPreserveAspectRatio;)V]
SVGMarkerElementImpl.setRefX ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.setRefX:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGMarkerElementImpl.setRefY ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.setRefY:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGMarkerElementImpl.setViewBox ( SVGAnimatedRect p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl.setViewBox:(Lorg/w3c/dom/svg/SVGAnimatedRect;)V]
SVGMarkerElementImpl.SVGMarkerElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGMarkerElementImpl."<init>":()V]
fop_0_15_0.jar, SVGMaskElementImpl.class
package org.apache.fop.dom.svg
SVGMaskElementImpl.addElement ( SVGElement p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGMaskElementImpl.addElement:(Lorg/w3c/dom/svg/SVGElement;)V]
SVGMaskElementImpl.getHeight ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGMaskElementImpl.getHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGMaskElementImpl.getMaskUnits ( ) : SVGAnimatedEnumeration
[mangled: org/apache/fop/dom/svg/SVGMaskElementImpl.getMaskUnits:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGMaskElementImpl.getWidth ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGMaskElementImpl.getWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGMaskElementImpl.getX ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGMaskElementImpl.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGMaskElementImpl.getY ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGMaskElementImpl.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGMaskElementImpl.SVGMaskElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGMaskElementImpl."<init>":()V]
fop_0_15_0.jar, SVGMatrixImpl.class
package org.apache.fop.dom.svg
SVGMatrixImpl.flipX ( ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.flipX:()Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrixImpl.flipY ( ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.flipY:()Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrixImpl.getA ( ) : float
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.getA:()F]
SVGMatrixImpl.getB ( ) : float
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.getB:()F]
SVGMatrixImpl.getC ( ) : float
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.getC:()F]
SVGMatrixImpl.getD ( ) : float
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.getD:()F]
SVGMatrixImpl.getE ( ) : float
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.getE:()F]
SVGMatrixImpl.getF ( ) : float
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.getF:()F]
SVGMatrixImpl.inverse ( ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.inverse:()Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrixImpl.multiply ( SVGMatrix p1 ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.multiply:(Lorg/w3c/dom/svg/SVGMatrix;)Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrixImpl.rotate ( float p1 ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.rotate:(F)Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrixImpl.rotateFromVector ( float p1, float p2 ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.rotateFromVector:(FF)Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrixImpl.scale ( float p1 ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.scale:(F)Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrixImpl.scaleNonUniform ( float p1, float p2 ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.scaleNonUniform:(FF)Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrixImpl.setA ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.setA:(F)V]
SVGMatrixImpl.setB ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.setB:(F)V]
SVGMatrixImpl.setC ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.setC:(F)V]
SVGMatrixImpl.setD ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.setD:(F)V]
SVGMatrixImpl.setE ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.setE:(F)V]
SVGMatrixImpl.setF ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.setF:(F)V]
SVGMatrixImpl.skewX ( float p1 ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.skewX:(F)Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrixImpl.skewY ( float p1 ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.skewY:(F)Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrixImpl.SVGMatrixImpl ( )
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl."<init>":()V]
SVGMatrixImpl.toString ( ) : String
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.toString:()Ljava/lang/String;]
SVGMatrixImpl.translate ( float p1, float p2 ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/SVGMatrixImpl.translate:(FF)Lorg/w3c/dom/svg/SVGMatrix;]
fop_0_15_0.jar, SVGMissingGlyphElementImpl.class
package org.apache.fop.dom.svg
SVGMissingGlyphElementImpl.SVGMissingGlyphElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGMissingGlyphElementImpl."<init>":()V]
fop_0_15_0.jar, SVGObj.class
package org.apache.fop.svg
SVGObj.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/SVGObj.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
SVGObj.layout ( Area p1 ) : Status
[mangled: org/apache/fop/svg/SVGObj.layout:(Lorg/apache/fop/layout/Area;)Lorg/apache/fop/fo/Status;]
SVGObj.SVGObj ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/SVGObj."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
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
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegArcAbs:(FFFFFZZ)Lorg/w3c/dom/svg/SVGPathSegArcAbs;]
SVGPathElementImpl.createSVGPathSegArcRel ( float p1, float p2, float p3, float p4, float p5, boolean p6, boolean p7 ) : SVGPathSegArcRel
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegArcRel:(FFFFFZZ)Lorg/w3c/dom/svg/SVGPathSegArcRel;]
SVGPathElementImpl.createSVGPathSegClosePath ( ) : SVGPathSegClosePath
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegClosePath:()Lorg/w3c/dom/svg/SVGPathSegClosePath;]
SVGPathElementImpl.createSVGPathSegCurvetoCubicAbs ( float p1, float p2, float p3, float p4, float p5, float p6 ) : SVGPathSegCurvetoCubicAbs
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegCurvetoCubicAbs:(FFFFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoCubicAbs;]
SVGPathElementImpl.createSVGPathSegCurvetoCubicRel ( float p1, float p2, float p3, float p4, float p5, float p6 ) : SVGPathSegCurvetoCubicRel
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegCurvetoCubicRel:(FFFFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoCubicRel;]
SVGPathElementImpl.createSVGPathSegCurvetoCubicSmoothAbs ( float p1, float p2, float p3, float p4 ) : SVGPathSegCurvetoCubicSmoothAbs
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegCurvetoCubicSmoothAbs:(FFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs;]
SVGPathElementImpl.createSVGPathSegCurvetoCubicSmoothRel ( float p1, float p2, float p3, float p4 ) : SVGPathSegCurvetoCubicSmoothRel
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegCurvetoCubicSmoothRel:(FFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel;]
SVGPathElementImpl.createSVGPathSegCurvetoQuadraticAbs ( float p1, float p2, float p3, float p4 ) : SVGPathSegCurvetoQuadraticAbs
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegCurvetoQuadraticAbs:(FFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs;]
SVGPathElementImpl.createSVGPathSegCurvetoQuadraticRel ( float p1, float p2, float p3, float p4 ) : SVGPathSegCurvetoQuadraticRel
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegCurvetoQuadraticRel:(FFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel;]
SVGPathElementImpl.createSVGPathSegCurvetoQuadraticSmoothAbs ( float p1, float p2 ) : SVGPathSegCurvetoQuadraticSmoothAbs
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegCurvetoQuadraticSmoothAbs:(FF)Lorg/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs;]
SVGPathElementImpl.createSVGPathSegCurvetoQuadraticSmoothRel ( float p1, float p2 ) : SVGPathSegCurvetoQuadraticSmoothRel
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegCurvetoQuadraticSmoothRel:(FF)Lorg/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel;]
SVGPathElementImpl.createSVGPathSegLinetoAbs ( float p1, float p2 ) : SVGPathSegLinetoAbs
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegLinetoAbs:(FF)Lorg/w3c/dom/svg/SVGPathSegLinetoAbs;]
SVGPathElementImpl.createSVGPathSegLinetoHorizontalAbs ( float p1 ) : SVGPathSegLinetoHorizontalAbs
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegLinetoHorizontalAbs:(F)Lorg/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs;]
SVGPathElementImpl.createSVGPathSegLinetoHorizontalRel ( float p1 ) : SVGPathSegLinetoHorizontalRel
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegLinetoHorizontalRel:(F)Lorg/w3c/dom/svg/SVGPathSegLinetoHorizontalRel;]
SVGPathElementImpl.createSVGPathSegLinetoRel ( float p1, float p2 ) : SVGPathSegLinetoRel
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegLinetoRel:(FF)Lorg/w3c/dom/svg/SVGPathSegLinetoRel;]
SVGPathElementImpl.createSVGPathSegLinetoVerticalAbs ( float p1 ) : SVGPathSegLinetoVerticalAbs
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegLinetoVerticalAbs:(F)Lorg/w3c/dom/svg/SVGPathSegLinetoVerticalAbs;]
SVGPathElementImpl.createSVGPathSegLinetoVerticalRel ( float p1 ) : SVGPathSegLinetoVerticalRel
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegLinetoVerticalRel:(F)Lorg/w3c/dom/svg/SVGPathSegLinetoVerticalRel;]
SVGPathElementImpl.createSVGPathSegMovetoAbs ( float p1, float p2 ) : SVGPathSegMovetoAbs
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegMovetoAbs:(FF)Lorg/w3c/dom/svg/SVGPathSegMovetoAbs;]
SVGPathElementImpl.createSVGPathSegMovetoRel ( float p1, float p2 ) : SVGPathSegMovetoRel
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.createSVGPathSegMovetoRel:(FF)Lorg/w3c/dom/svg/SVGPathSegMovetoRel;]
SVGPathElementImpl.getAnimatedNormalizedPathSegList ( ) : SVGList
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.getAnimatedNormalizedPathSegList:()Lorg/w3c/dom/svg/SVGList;]
SVGPathElementImpl.getAnimatedPathSegList ( ) : SVGList
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.getAnimatedPathSegList:()Lorg/w3c/dom/svg/SVGList;]
SVGPathElementImpl.getBBox ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.getBBox:()Lorg/w3c/dom/svg/SVGRect;]
SVGPathElementImpl.getNormalizedPathSegList ( ) : SVGList
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.getNormalizedPathSegList:()Lorg/w3c/dom/svg/SVGList;]
SVGPathElementImpl.getPathLength ( ) : SVGAnimatedNumber
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.getPathLength:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGPathElementImpl.getPathSegAtLength ( float p1 ) : int
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.getPathSegAtLength:(F)I]
SVGPathElementImpl.getPathSegList ( ) : SVGList
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.getPathSegList:()Lorg/w3c/dom/svg/SVGList;]
SVGPathElementImpl.getPathSegType ( ) : short
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.getPathSegType:()S]
SVGPathElementImpl.getPathSegTypeAsLetter ( ) : String
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.getPathSegTypeAsLetter:()Ljava/lang/String;]
SVGPathElementImpl.getPointAtLength ( float p1 ) : SVGPoint
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.getPointAtLength:(F)Lorg/w3c/dom/svg/SVGPoint;]
SVGPathElementImpl.getTotalLength ( ) : float
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.getTotalLength:()F]
SVGPathElementImpl.setPathLength ( SVGAnimatedNumber p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl.setPathLength:(Lorg/w3c/dom/svg/SVGAnimatedNumber;)V]
SVGPathElementImpl.SVGPathElementImpl ( Vector p1 )
[mangled: org/apache/fop/dom/svg/SVGPathElementImpl."<init>":(Ljava/util/Vector;)V]
fop_0_15_0.jar, SVGPathSegImpl.class
package org.apache.fop.dom.svg
SVGPathSegImpl.getPathSegType ( ) : short
[mangled: org/apache/fop/dom/svg/SVGPathSegImpl.getPathSegType:()S]
SVGPathSegImpl.getPathSegTypeAsLetter ( ) : String
[mangled: org/apache/fop/dom/svg/SVGPathSegImpl.getPathSegTypeAsLetter:()Ljava/lang/String;]
SVGPathSegImpl.getValues ( ) : float[ ]
[mangled: org/apache/fop/dom/svg/SVGPathSegImpl.getValues:()[F]
SVGPathSegImpl.setPathSegType ( short p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGPathSegImpl.setPathSegType:(S)V]
SVGPathSegImpl.setPathSegTypeAsLetter ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGPathSegImpl.setPathSegTypeAsLetter:(Ljava/lang/String;)V]
SVGPathSegImpl.SVGPathSegImpl ( short p1, float[ ] p2 )
[mangled: org/apache/fop/dom/svg/SVGPathSegImpl."<init>":(S[F)V]
fop_0_15_0.jar, SVGPatternElementImpl.class
package org.apache.fop.dom.svg
SVGPatternElementImpl.getHeight ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.getHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGPatternElementImpl.getPatternTransform ( ) : SVGAnimatedTransformList
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.getPatternTransform:()Lorg/w3c/dom/svg/SVGAnimatedTransformList;]
SVGPatternElementImpl.getPatternUnits ( ) : SVGAnimatedEnumeration
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.getPatternUnits:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGPatternElementImpl.getPreserveAspectRatio ( ) : SVGAnimatedPreserveAspectRatio
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.getPreserveAspectRatio:()Lorg/w3c/dom/svg/SVGAnimatedPreserveAspectRatio;]
SVGPatternElementImpl.getViewBox ( ) : SVGAnimatedRect
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.getViewBox:()Lorg/w3c/dom/svg/SVGAnimatedRect;]
SVGPatternElementImpl.getWidth ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.getWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGPatternElementImpl.getX ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGPatternElementImpl.getY ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGPatternElementImpl.setHeight ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.setHeight:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGPatternElementImpl.setPatternTransform ( SVGAnimatedTransformList p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.setPatternTransform:(Lorg/w3c/dom/svg/SVGAnimatedTransformList;)V]
SVGPatternElementImpl.setPatternUnits ( SVGAnimatedEnumeration p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.setPatternUnits:(Lorg/w3c/dom/svg/SVGAnimatedEnumeration;)V]
SVGPatternElementImpl.setPreserveAspectRatio ( SVGAnimatedPreserveAspectRatio p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.setPreserveAspectRatio:(Lorg/w3c/dom/svg/SVGAnimatedPreserveAspectRatio;)V]
SVGPatternElementImpl.setViewBox ( SVGAnimatedRect p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.setViewBox:(Lorg/w3c/dom/svg/SVGAnimatedRect;)V]
SVGPatternElementImpl.setWidth ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.setWidth:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGPatternElementImpl.setX ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.setX:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGPatternElementImpl.setY ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl.setY:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGPatternElementImpl.SVGPatternElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGPatternElementImpl."<init>":()V]
fop_0_15_0.jar, SVGPoints.class
package org.apache.fop.svg
SVGPoints.getPoints ( ) : Vector
[mangled: org/apache/fop/svg/SVGPoints.getPoints:()Ljava/util/Vector;]
SVGPoints.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/svg/SVGPoints.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
SVGPoints.SVGPoints ( PropertyList p1, PointsData p2 )
[mangled: org/apache/fop/svg/SVGPoints."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/PointsData;)V]
fop_0_15_0.jar, SVGPolygonElementImpl.class
package org.apache.fop.dom.svg
SVGPolygonElementImpl.getAnimatedPoints ( ) : SVGList
[mangled: org/apache/fop/dom/svg/SVGPolygonElementImpl.getAnimatedPoints:()Lorg/w3c/dom/svg/SVGList;]
SVGPolygonElementImpl.getBBox ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/SVGPolygonElementImpl.getBBox:()Lorg/w3c/dom/svg/SVGRect;]
SVGPolygonElementImpl.getPoints ( ) : SVGList
[mangled: org/apache/fop/dom/svg/SVGPolygonElementImpl.getPoints:()Lorg/w3c/dom/svg/SVGList;]
SVGPolygonElementImpl.getTagName ( ) : String
[mangled: org/apache/fop/dom/svg/SVGPolygonElementImpl.getTagName:()Ljava/lang/String;]
SVGPolygonElementImpl.SVGPolygonElementImpl ( Vector p1 )
[mangled: org/apache/fop/dom/svg/SVGPolygonElementImpl."<init>":(Ljava/util/Vector;)V]
fop_0_15_0.jar, SVGPolylineElementImpl.class
package org.apache.fop.dom.svg
SVGPolylineElementImpl.getAnimatedPoints ( ) : SVGList
[mangled: org/apache/fop/dom/svg/SVGPolylineElementImpl.getAnimatedPoints:()Lorg/w3c/dom/svg/SVGList;]
SVGPolylineElementImpl.getPoints ( ) : SVGList
[mangled: org/apache/fop/dom/svg/SVGPolylineElementImpl.getPoints:()Lorg/w3c/dom/svg/SVGList;]
SVGPolylineElementImpl.SVGPolylineElementImpl ( Vector p1 )
[mangled: org/apache/fop/dom/svg/SVGPolylineElementImpl."<init>":(Ljava/util/Vector;)V]
fop_0_15_0.jar, SVGPropertyListMapping.class
package org.apache.fop.svg
SVGPropertyListMapping.addToBuilder ( TreeBuilder p1 ) : void
[mangled: org/apache/fop/svg/SVGPropertyListMapping.addToBuilder:(Lorg/apache/fop/fo/TreeBuilder;)V]
SVGPropertyListMapping.SVGPropertyListMapping ( )
[mangled: org/apache/fop/svg/SVGPropertyListMapping."<init>":()V]
fop_0_15_0.jar, SVGPropertyMapping.class
package org.apache.fop.fo.properties
SVGPropertyMapping.getElementMapping ( String p1 ) [static] : Hashtable
[mangled: org/apache/fop/fo/properties/SVGPropertyMapping.getElementMapping:(Ljava/lang/String;)Ljava/util/Hashtable;]
SVGPropertyMapping.getElementMappings ( ) [static] : Enumeration
[mangled: org/apache/fop/fo/properties/SVGPropertyMapping.getElementMappings:()Ljava/util/Enumeration;]
SVGPropertyMapping.getGenericMappings ( ) [static] : Hashtable
[mangled: org/apache/fop/fo/properties/SVGPropertyMapping.getGenericMappings:()Ljava/util/Hashtable;]
SVGPropertyMapping.SVGPropertyMapping ( )
[mangled: org/apache/fop/fo/properties/SVGPropertyMapping."<init>":()V]
fop_0_15_0.jar, SVGRadialGradientElementImpl.class
package org.apache.fop.dom.svg
SVGRadialGradientElementImpl.getCx ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGRadialGradientElementImpl.getCx:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRadialGradientElementImpl.getCy ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGRadialGradientElementImpl.getCy:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRadialGradientElementImpl.getFx ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGRadialGradientElementImpl.getFx:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRadialGradientElementImpl.getFy ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGRadialGradientElementImpl.getFy:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRadialGradientElementImpl.getR ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGRadialGradientElementImpl.getR:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRadialGradientElementImpl.setCx ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGRadialGradientElementImpl.setCx:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGRadialGradientElementImpl.setCy ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGRadialGradientElementImpl.setCy:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGRadialGradientElementImpl.setFx ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGRadialGradientElementImpl.setFx:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGRadialGradientElementImpl.setFy ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGRadialGradientElementImpl.setFy:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGRadialGradientElementImpl.setR ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGRadialGradientElementImpl.setR:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGRadialGradientElementImpl.SVGRadialGradientElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGRadialGradientElementImpl."<init>":()V]
fop_0_15_0.jar, SVGReader.class
package org.apache.fop.image.analyser
SVGReader.getMimeType ( ) : String
[mangled: org/apache/fop/image/analyser/SVGReader.getMimeType:()Ljava/lang/String;]
SVGReader.loadImage ( ) : boolean
[mangled: org/apache/fop/image/analyser/SVGReader.loadImage:()Z]
SVGReader.SVGReader ( )
[mangled: org/apache/fop/image/analyser/SVGReader."<init>":()V]
SVGReader.verifySignature ( BufferedInputStream p1 ) : boolean
[mangled: org/apache/fop/image/analyser/SVGReader.verifySignature:(Ljava/io/BufferedInputStream;)Z]
fop_0_15_0.jar, SVGRectElementImpl.class
package org.apache.fop.dom.svg
SVGRectElementImpl.getBBox ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/SVGRectElementImpl.getBBox:()Lorg/w3c/dom/svg/SVGRect;]
SVGRectElementImpl.getHeight ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGRectElementImpl.getHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRectElementImpl.getRx ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGRectElementImpl.getRx:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRectElementImpl.getRy ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGRectElementImpl.getRy:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRectElementImpl.getTagName ( ) : String
[mangled: org/apache/fop/dom/svg/SVGRectElementImpl.getTagName:()Ljava/lang/String;]
SVGRectElementImpl.getWidth ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGRectElementImpl.getWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRectElementImpl.getX ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGRectElementImpl.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRectElementImpl.getY ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGRectElementImpl.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRectElementImpl.setHeight ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGRectElementImpl.setHeight:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGRectElementImpl.setRx ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGRectElementImpl.setRx:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGRectElementImpl.setRy ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGRectElementImpl.setRy:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGRectElementImpl.setWidth ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGRectElementImpl.setWidth:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGRectElementImpl.setX ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGRectElementImpl.setX:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGRectElementImpl.setY ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGRectElementImpl.setY:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGRectElementImpl.SVGRectElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGRectElementImpl."<init>":()V]
fop_0_15_0.jar, SVGRectImpl.class
package org.apache.fop.dom.svg
SVGRectImpl.getHeight ( ) : float
[mangled: org/apache/fop/dom/svg/SVGRectImpl.getHeight:()F]
SVGRectImpl.getWidth ( ) : float
[mangled: org/apache/fop/dom/svg/SVGRectImpl.getWidth:()F]
SVGRectImpl.getX ( ) : float
[mangled: org/apache/fop/dom/svg/SVGRectImpl.getX:()F]
SVGRectImpl.getY ( ) : float
[mangled: org/apache/fop/dom/svg/SVGRectImpl.getY:()F]
SVGRectImpl.setHeight ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGRectImpl.setHeight:(F)V]
SVGRectImpl.setWidth ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGRectImpl.setWidth:(F)V]
SVGRectImpl.setX ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGRectImpl.setX:(F)V]
SVGRectImpl.setY ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGRectImpl.setY:(F)V]
SVGRectImpl.SVGRectImpl ( )
[mangled: org/apache/fop/dom/svg/SVGRectImpl."<init>":()V]
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
[mangled: org/apache/fop/render/pdf/SVGRenderer.addCircle:(FFFLorg/apache/fop/render/pdf/SVGRenderer$DrawingInstruction;)V]
SVGRenderer.addEllipse ( float p1, float p2, float p3, float p4, SVGRenderer.DrawingInstruction p5 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.addEllipse:(FFFFLorg/apache/fop/render/pdf/SVGRenderer$DrawingInstruction;)V]
SVGRenderer.addLine ( float p1, float p2, float p3, float p4, SVGRenderer.DrawingInstruction p5 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.addLine:(FFFFLorg/apache/fop/render/pdf/SVGRenderer$DrawingInstruction;)V]
SVGRenderer.addPath ( Vector p1, int p2, int p3, SVGRenderer.DrawingInstruction p4 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.addPath:(Ljava/util/Vector;IILorg/apache/fop/render/pdf/SVGRenderer$DrawingInstruction;)V]
SVGRenderer.addPolyline ( Vector p1, SVGRenderer.DrawingInstruction p2, boolean p3 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.addPolyline:(Ljava/util/Vector;Lorg/apache/fop/render/pdf/SVGRenderer$DrawingInstruction;Z)V]
SVGRenderer.addRect ( float p1, float p2, float p3, float p4, float p5, float p6, SVGRenderer.DrawingInstruction p7 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.addRect:(FFFFFFLorg/apache/fop/render/pdf/SVGRenderer$DrawingInstruction;)V]
SVGRenderer.addSVGStr ( FontState p1, float p2, String p3, boolean p4 ) : float
[mangled: org/apache/fop/render/pdf/SVGRenderer.addSVGStr:(Lorg/apache/fop/layout/FontState;FLjava/lang/String;Z)F]
SVGRenderer.applyStyle ( SVGElement p1, SVGStylable p2 ) : SVGRenderer.DrawingInstruction
[mangled: org/apache/fop/render/pdf/SVGRenderer.applyStyle:(Lorg/w3c/dom/svg/SVGElement;Lorg/w3c/dom/svg/SVGStylable;)Lorg/apache/fop/render/pdf/SVGRenderer$DrawingInstruction;]
SVGRenderer.applyTransform ( SVGAnimatedTransformList p1 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.applyTransform:(Lorg/w3c/dom/svg/SVGAnimatedTransformList;)V]
SVGRenderer.calculateLastControl ( float p1, float p2, float p3, float p4, float p5, float p6 ) : float[ ]
[mangled: org/apache/fop/render/pdf/SVGRenderer.calculateLastControl:(FFFFFF)[F]
SVGRenderer.doDrawing ( SVGRenderer.DrawingInstruction p1 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.doDrawing:(Lorg/apache/fop/render/pdf/SVGRenderer$DrawingInstruction;)V]
SVGRenderer.getString ( ) : String
[mangled: org/apache/fop/render/pdf/SVGRenderer.getString:()Ljava/lang/String;]
SVGRenderer.handleGradient ( String p1, SVGRenderer.DrawingInstruction p2, boolean p3, SVGElement p4 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.handleGradient:(Ljava/lang/String;Lorg/apache/fop/render/pdf/SVGRenderer$DrawingInstruction;ZLorg/w3c/dom/svg/SVGElement;)V]
SVGRenderer.handleLinearGradient ( SVGLinearGradientElement p1, SVGRenderer.DrawingInstruction p2, boolean p3, SVGElement p4 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.handleLinearGradient:(Lorg/w3c/dom/svg/SVGLinearGradientElement;Lorg/apache/fop/render/pdf/SVGRenderer$DrawingInstruction;ZLorg/w3c/dom/svg/SVGElement;)V]
SVGRenderer.handlePattern ( SVGPatternElement p1, SVGRenderer.DrawingInstruction p2, boolean p3, SVGElement p4 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.handlePattern:(Lorg/w3c/dom/svg/SVGPatternElement;Lorg/apache/fop/render/pdf/SVGRenderer$DrawingInstruction;ZLorg/w3c/dom/svg/SVGElement;)V]
SVGRenderer.handleRadialGradient ( SVGRadialGradientElement p1, SVGRenderer.DrawingInstruction p2, boolean p3, SVGElement p4 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.handleRadialGradient:(Lorg/w3c/dom/svg/SVGRadialGradientElement;Lorg/apache/fop/render/pdf/SVGRenderer$DrawingInstruction;ZLorg/w3c/dom/svg/SVGElement;)V]
SVGRenderer.handleSwitchElement ( int p1, int p2, SVGSwitchElement p3 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.handleSwitchElement:(IILorg/w3c/dom/svg/SVGSwitchElement;)V]
SVGRenderer.locateDef ( String p1, SVGElement p2 ) : SVGElement
[mangled: org/apache/fop/render/pdf/SVGRenderer.locateDef:(Ljava/lang/String;Lorg/w3c/dom/svg/SVGElement;)Lorg/w3c/dom/svg/SVGElement;]
SVGRenderer.renderElement ( SVGElement p1, int p2, int p3 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.renderElement:(Lorg/w3c/dom/svg/SVGElement;II)V]
SVGRenderer.renderGArea ( SVGGElement p1, int p2, int p3 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.renderGArea:(Lorg/w3c/dom/svg/SVGGElement;II)V]
SVGRenderer.renderImage ( String p1, float p2, float p3, float p4, float p5 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.renderImage:(Ljava/lang/String;FFFF)V]
SVGRenderer.renderSVG ( SVGSVGElement p1, int p2, int p3 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.renderSVG:(Lorg/w3c/dom/svg/SVGSVGElement;II)V]
SVGRenderer.renderSymbol ( SVGSymbolElement p1, int p2, int p3 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.renderSymbol:(Lorg/w3c/dom/svg/SVGSymbolElement;II)V]
SVGRenderer.renderText ( SVGTextElementImpl p1, float p2, float p3, SVGRenderer.DrawingInstruction p4 ) : void
[mangled: org/apache/fop/render/pdf/SVGRenderer.renderText:(Lorg/apache/fop/dom/svg/SVGTextElementImpl;FFLorg/apache/fop/render/pdf/SVGRenderer$DrawingInstruction;)V]
SVGRenderer.SVGRenderer ( FontState p1, PDFDocument p2, String p3, int p4, int p5, int p6 )
[mangled: org/apache/fop/render/pdf/SVGRenderer."<init>":(Lorg/apache/fop/layout/FontState;Lorg/apache/fop/pdf/PDFDocument;Ljava/lang/String;III)V]
fop_0_15_0.jar, SVGSetElementImpl.class
package org.apache.fop.dom.svg
SVGSetElementImpl.SVGSetElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGSetElementImpl."<init>":()V]
fop_0_15_0.jar, SVGStopElementImpl.class
package org.apache.fop.dom.svg
SVGStopElementImpl.getOffset ( ) : SVGAnimatedNumber
[mangled: org/apache/fop/dom/svg/SVGStopElementImpl.getOffset:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGStopElementImpl.setOffset ( SVGAnimatedNumber p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGStopElementImpl.setOffset:(Lorg/w3c/dom/svg/SVGAnimatedNumber;)V]
SVGStopElementImpl.SVGStopElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGStopElementImpl."<init>":()V]
fop_0_15_0.jar, SVGStringProperty.class
package org.apache.fop.svg
SVGStringProperty.getString ( ) : String
[mangled: org/apache/fop/svg/SVGStringProperty.getString:()Ljava/lang/String;]
SVGStringProperty.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/svg/SVGStringProperty.maker:()Lorg/apache/fop/fo/Property$Maker;]
SVGStringProperty.SVGStringProperty ( PropertyList p1, String p2 )
[mangled: org/apache/fop/svg/SVGStringProperty."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
fop_0_15_0.jar, SVGStyle.class
package org.apache.fop.svg
SVGStyle.getStyle ( ) : CSSStyleDeclaration
[mangled: org/apache/fop/svg/SVGStyle.getStyle:()Lorg/w3c/dom/css/CSSStyleDeclaration;]
SVGStyle.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/svg/SVGStyle.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
SVGStyle.SVGStyle ( PropertyList p1, StyleData p2 )
[mangled: org/apache/fop/svg/SVGStyle."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/StyleData;)V]
fop_0_15_0.jar, SVGStyleElementImpl.class
package org.apache.fop.dom.svg
SVGStyleElementImpl.getMedia ( ) : String
[mangled: org/apache/fop/dom/svg/SVGStyleElementImpl.getMedia:()Ljava/lang/String;]
SVGStyleElementImpl.getStyleSheet ( ) : StyleSheet
[mangled: org/apache/fop/dom/svg/SVGStyleElementImpl.getStyleSheet:()Lorg/w3c/dom/stylesheets/StyleSheet;]
SVGStyleElementImpl.getTagName ( ) : String
[mangled: org/apache/fop/dom/svg/SVGStyleElementImpl.getTagName:()Ljava/lang/String;]
SVGStyleElementImpl.getTitle ( ) : String
[mangled: org/apache/fop/dom/svg/SVGStyleElementImpl.getTitle:()Ljava/lang/String;]
SVGStyleElementImpl.getType ( ) : String
[mangled: org/apache/fop/dom/svg/SVGStyleElementImpl.getType:()Ljava/lang/String;]
SVGStyleElementImpl.setMedia ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGStyleElementImpl.setMedia:(Ljava/lang/String;)V]
SVGStyleElementImpl.setTitle ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGStyleElementImpl.setTitle:(Ljava/lang/String;)V]
SVGStyleElementImpl.setType ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGStyleElementImpl.setType:(Ljava/lang/String;)V]
SVGStyleElementImpl.SVGStyleElementImpl ( String p1 )
[mangled: org/apache/fop/dom/svg/SVGStyleElementImpl."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, SVGSVGElementImpl.class
package org.apache.fop.dom.svg
SVGSVGElementImpl.animationsPaused ( ) : boolean
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.animationsPaused:()Z]
SVGSVGElementImpl.appendChild ( Node p1 ) : Node
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
SVGSVGElementImpl.checkEnclosure ( SVGElement p1, SVGRect p2 ) : boolean
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.checkEnclosure:(Lorg/w3c/dom/svg/SVGElement;Lorg/w3c/dom/svg/SVGRect;)Z]
SVGSVGElementImpl.checkIntersection ( SVGElement p1, SVGRect p2 ) : boolean
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.checkIntersection:(Lorg/w3c/dom/svg/SVGElement;Lorg/w3c/dom/svg/SVGRect;)Z]
SVGSVGElementImpl.createEvent ( String p1 ) : Event
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.createEvent:(Ljava/lang/String;)Lorg/w3c/dom/events/Event;]
SVGSVGElementImpl.createRGBColor ( ) : RGBColor
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.createRGBColor:()Lorg/w3c/dom/css/RGBColor;]
SVGSVGElementImpl.createSVGAngle ( ) : SVGAngle
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.createSVGAngle:()Lorg/w3c/dom/svg/SVGAngle;]
SVGSVGElementImpl.createSVGICCColor ( ) : SVGICCColor
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.createSVGICCColor:()Lorg/w3c/dom/svg/SVGICCColor;]
SVGSVGElementImpl.createSVGLength ( ) : SVGLength
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.createSVGLength:()Lorg/w3c/dom/svg/SVGLength;]
SVGSVGElementImpl.createSVGMatrix ( ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.createSVGMatrix:()Lorg/w3c/dom/svg/SVGMatrix;]
SVGSVGElementImpl.createSVGPoint ( ) : SVGPoint
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.createSVGPoint:()Lorg/w3c/dom/svg/SVGPoint;]
SVGSVGElementImpl.createSVGRect ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.createSVGRect:()Lorg/w3c/dom/svg/SVGRect;]
SVGSVGElementImpl.createSVGTransform ( ) : SVGTransform
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.createSVGTransform:()Lorg/w3c/dom/svg/SVGTransform;]
SVGSVGElementImpl.createSVGTransformFromMatrix ( SVGMatrix p1 ) : SVGTransform
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.createSVGTransformFromMatrix:(Lorg/w3c/dom/svg/SVGMatrix;)Lorg/w3c/dom/svg/SVGTransform;]
SVGSVGElementImpl.deSelectAll ( ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.deSelectAll:()V]
SVGSVGElementImpl.forceRedraw ( ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.forceRedraw:()V]
SVGSVGElementImpl.getBBox ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getBBox:()Lorg/w3c/dom/svg/SVGRect;]
SVGSVGElementImpl.getComputedStyle ( Element p1, String p2 ) : CSSStyleDeclaration
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getComputedStyle:(Lorg/w3c/dom/Element;Ljava/lang/String;)Lorg/w3c/dom/css/CSSStyleDeclaration;]
SVGSVGElementImpl.getContentScriptType ( ) : String
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getContentScriptType:()Ljava/lang/String;]
SVGSVGElementImpl.getContentStyleType ( ) : String
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getContentStyleType:()Ljava/lang/String;]
SVGSVGElementImpl.getCurrentScale ( ) : float
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getCurrentScale:()F]
SVGSVGElementImpl.getCurrentTime ( ) : float
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getCurrentTime:()F]
SVGSVGElementImpl.getCurrentTranslate ( ) : SVGPoint
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getCurrentTranslate:()Lorg/w3c/dom/svg/SVGPoint;]
SVGSVGElementImpl.getCurrentView ( ) : SVGViewSpec
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getCurrentView:()Lorg/w3c/dom/svg/SVGViewSpec;]
SVGSVGElementImpl.getDocument ( ) : DocumentView
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getDocument:()Lorg/w3c/dom/views/DocumentView;]
SVGSVGElementImpl.getElementById ( String p1 ) : Element
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getElementById:(Ljava/lang/String;)Lorg/w3c/dom/Element;]
SVGSVGElementImpl.getEnclosureList ( SVGRect p1, SVGElement p2 ) : NodeList
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getEnclosureList:(Lorg/w3c/dom/svg/SVGRect;Lorg/w3c/dom/svg/SVGElement;)Lorg/w3c/dom/NodeList;]
SVGSVGElementImpl.getHeight ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGSVGElementImpl.getIntersectionList ( SVGRect p1, SVGElement p2 ) : NodeList
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getIntersectionList:(Lorg/w3c/dom/svg/SVGRect;Lorg/w3c/dom/svg/SVGElement;)Lorg/w3c/dom/NodeList;]
SVGSVGElementImpl.getOverrideStyle ( Element p1, String p2 ) : CSSStyleDeclaration
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getOverrideStyle:(Lorg/w3c/dom/Element;Ljava/lang/String;)Lorg/w3c/dom/css/CSSStyleDeclaration;]
SVGSVGElementImpl.getPixelUnitToMillimeterX ( ) : float
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getPixelUnitToMillimeterX:()F]
SVGSVGElementImpl.getPixelUnitToMillimeterY ( ) : float
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getPixelUnitToMillimeterY:()F]
SVGSVGElementImpl.getPreserveAspectRatio ( ) : SVGAnimatedPreserveAspectRatio
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getPreserveAspectRatio:()Lorg/w3c/dom/svg/SVGAnimatedPreserveAspectRatio;]
SVGSVGElementImpl.getScreenPixelToMillimeterX ( ) : float
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getScreenPixelToMillimeterX:()F]
SVGSVGElementImpl.getScreenPixelToMillimeterY ( ) : float
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getScreenPixelToMillimeterY:()F]
SVGSVGElementImpl.getStyleSheets ( ) : StyleSheetList
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getStyleSheets:()Lorg/w3c/dom/stylesheets/StyleSheetList;]
SVGSVGElementImpl.getUseCurrentView ( ) : boolean
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getUseCurrentView:()Z]
SVGSVGElementImpl.getViewBox ( ) : SVGAnimatedRect
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getViewBox:()Lorg/w3c/dom/svg/SVGAnimatedRect;]
SVGSVGElementImpl.getViewport ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getViewport:()Lorg/w3c/dom/svg/SVGRect;]
SVGSVGElementImpl.getWidth ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGSVGElementImpl.getX ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGSVGElementImpl.getY ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGSVGElementImpl.getZoomAndPan ( ) : short
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.getZoomAndPan:()S]
SVGSVGElementImpl.pauseAnimations ( ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.pauseAnimations:()V]
SVGSVGElementImpl.setContentScriptType ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.setContentScriptType:(Ljava/lang/String;)V]
SVGSVGElementImpl.setContentStyleType ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.setContentStyleType:(Ljava/lang/String;)V]
SVGSVGElementImpl.setCurrentScale ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.setCurrentScale:(F)V]
SVGSVGElementImpl.setCurrentTime ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.setCurrentTime:(F)V]
SVGSVGElementImpl.setCurrentTranslate ( SVGPoint p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.setCurrentTranslate:(Lorg/w3c/dom/svg/SVGPoint;)V]
SVGSVGElementImpl.setHeight ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.setHeight:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGSVGElementImpl.setOwnerSVG ( SVGSVGElement p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.setOwnerSVG:(Lorg/w3c/dom/svg/SVGSVGElement;)V]
SVGSVGElementImpl.setUseCurrentView ( boolean p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.setUseCurrentView:(Z)V]
SVGSVGElementImpl.setWidth ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.setWidth:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGSVGElementImpl.setX ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.setX:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGSVGElementImpl.setY ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.setY:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGSVGElementImpl.setZoomAndPan ( short p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.setZoomAndPan:(S)V]
SVGSVGElementImpl.suspendRedraw ( int p1 ) : int
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.suspendRedraw:(I)I]
SVGSVGElementImpl.SVGSVGElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl."<init>":()V]
SVGSVGElementImpl.unpauseAnimations ( ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.unpauseAnimations:()V]
SVGSVGElementImpl.unsuspendRedraw ( int p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.unsuspendRedraw:(I)V]
SVGSVGElementImpl.unsuspendRedrawAll ( ) : void
[mangled: org/apache/fop/dom/svg/SVGSVGElementImpl.unsuspendRedrawAll:()V]
fop_0_15_0.jar, SVGSwitchElementImpl.class
package org.apache.fop.dom.svg
SVGSwitchElementImpl.getBBox ( ) : SVGRect
[mangled: org/apache/fop/dom/svg/SVGSwitchElementImpl.getBBox:()Lorg/w3c/dom/svg/SVGRect;]
SVGSwitchElementImpl.SVGSwitchElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGSwitchElementImpl."<init>":()V]
fop_0_15_0.jar, SVGSymbolElementImpl.class
package org.apache.fop.dom.svg
SVGSymbolElementImpl.getPreserveAspectRatio ( ) : SVGAnimatedPreserveAspectRatio
[mangled: org/apache/fop/dom/svg/SVGSymbolElementImpl.getPreserveAspectRatio:()Lorg/w3c/dom/svg/SVGAnimatedPreserveAspectRatio;]
SVGSymbolElementImpl.getViewBox ( ) : SVGAnimatedRect
[mangled: org/apache/fop/dom/svg/SVGSymbolElementImpl.getViewBox:()Lorg/w3c/dom/svg/SVGAnimatedRect;]
SVGSymbolElementImpl.setPreserveAspectRatio ( SVGAnimatedPreserveAspectRatio p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGSymbolElementImpl.setPreserveAspectRatio:(Lorg/w3c/dom/svg/SVGAnimatedPreserveAspectRatio;)V]
SVGSymbolElementImpl.setViewBox ( SVGAnimatedRect p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGSymbolElementImpl.setViewBox:(Lorg/w3c/dom/svg/SVGAnimatedRect;)V]
SVGSymbolElementImpl.SVGSymbolElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGSymbolElementImpl."<init>":()V]
fop_0_15_0.jar, SVGTextContentElementImpl.class
package org.apache.fop.dom.svg
SVGTextContentElementImpl.getCharNumAtPosition ( SVGPoint p1 ) : int
[mangled: org/apache/fop/dom/svg/SVGTextContentElementImpl.getCharNumAtPosition:(Lorg/w3c/dom/svg/SVGPoint;)I]
SVGTextContentElementImpl.getComputedTextLength ( ) : float
[mangled: org/apache/fop/dom/svg/SVGTextContentElementImpl.getComputedTextLength:()F]
SVGTextContentElementImpl.getEndPositionOfChar ( int p1 ) : SVGPoint
[mangled: org/apache/fop/dom/svg/SVGTextContentElementImpl.getEndPositionOfChar:(I)Lorg/w3c/dom/svg/SVGPoint;]
SVGTextContentElementImpl.getExtentOfChar ( int p1 ) : SVGRect
[mangled: org/apache/fop/dom/svg/SVGTextContentElementImpl.getExtentOfChar:(I)Lorg/w3c/dom/svg/SVGRect;]
SVGTextContentElementImpl.getLengthAdjust ( ) : SVGAnimatedEnumeration
[mangled: org/apache/fop/dom/svg/SVGTextContentElementImpl.getLengthAdjust:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGTextContentElementImpl.getNumberOfChars ( ) : int
[mangled: org/apache/fop/dom/svg/SVGTextContentElementImpl.getNumberOfChars:()I]
SVGTextContentElementImpl.getRotationOfChar ( int p1 ) : float
[mangled: org/apache/fop/dom/svg/SVGTextContentElementImpl.getRotationOfChar:(I)F]
SVGTextContentElementImpl.getStartPositionOfChar ( int p1 ) : SVGPoint
[mangled: org/apache/fop/dom/svg/SVGTextContentElementImpl.getStartPositionOfChar:(I)Lorg/w3c/dom/svg/SVGPoint;]
SVGTextContentElementImpl.getSubStringLength ( int p1, int p2 ) : float
[mangled: org/apache/fop/dom/svg/SVGTextContentElementImpl.getSubStringLength:(II)F]
SVGTextContentElementImpl.getTextLength ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGTextContentElementImpl.getTextLength:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGTextContentElementImpl.selectSubString ( int p1, int p2 ) : void
[mangled: org/apache/fop/dom/svg/SVGTextContentElementImpl.selectSubString:(II)V]
SVGTextContentElementImpl.SVGTextContentElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGTextContentElementImpl."<init>":()V]
fop_0_15_0.jar, SVGTextElementImpl.class
package org.apache.fop.dom.svg
SVGTextElementImpl.SVGTextElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGTextElementImpl."<init>":()V]
fop_0_15_0.jar, SVGTextPathElementImpl.class
package org.apache.fop.dom.svg
SVGTextPathElementImpl.SVGTextPathElementImpl ( String p1, String p2 )
[mangled: org/apache/fop/dom/svg/SVGTextPathElementImpl."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
fop_0_15_0.jar, SVGTitleElementImpl.class
package org.apache.fop.dom.svg
SVGTitleElementImpl.SVGTitleElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGTitleElementImpl."<init>":()V]
fop_0_15_0.jar, SVGTransform.class
package org.apache.fop.svg
SVGTransform.getTransform ( ) : SVGAnimatedTransformList
[mangled: org/apache/fop/svg/SVGTransform.getTransform:()Lorg/w3c/dom/svg/SVGAnimatedTransformList;]
SVGTransform.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/svg/SVGTransform.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
SVGTransform.SVGTransform ( PropertyList p1, TransformData p2 )
[mangled: org/apache/fop/svg/SVGTransform."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/TransformData;)V]
fop_0_15_0.jar, SVGTransformImpl.class
package org.apache.fop.dom.svg
SVGTransformImpl.getAngle ( ) : float
[mangled: org/apache/fop/dom/svg/SVGTransformImpl.getAngle:()F]
SVGTransformImpl.getMatrix ( ) : SVGMatrix
[mangled: org/apache/fop/dom/svg/SVGTransformImpl.getMatrix:()Lorg/w3c/dom/svg/SVGMatrix;]
SVGTransformImpl.getType ( ) : short
[mangled: org/apache/fop/dom/svg/SVGTransformImpl.getType:()S]
SVGTransformImpl.setMatrix ( SVGMatrix p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGTransformImpl.setMatrix:(Lorg/w3c/dom/svg/SVGMatrix;)V]
SVGTransformImpl.setRotate ( float p1, float p2, float p3 ) : void
[mangled: org/apache/fop/dom/svg/SVGTransformImpl.setRotate:(FFF)V]
SVGTransformImpl.setScale ( float p1, float p2 ) : void
[mangled: org/apache/fop/dom/svg/SVGTransformImpl.setScale:(FF)V]
SVGTransformImpl.setSkewX ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGTransformImpl.setSkewX:(F)V]
SVGTransformImpl.setSkewY ( float p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGTransformImpl.setSkewY:(F)V]
SVGTransformImpl.setTranslate ( float p1, float p2 ) : void
[mangled: org/apache/fop/dom/svg/SVGTransformImpl.setTranslate:(FF)V]
SVGTransformImpl.SVGTransformImpl ( )
[mangled: org/apache/fop/dom/svg/SVGTransformImpl."<init>":()V]
fop_0_15_0.jar, SVGTransformListImpl.class
package org.apache.fop.dom.svg
SVGTransformListImpl.consolidate ( ) : SVGTransform
[mangled: org/apache/fop/dom/svg/SVGTransformListImpl.consolidate:()Lorg/w3c/dom/svg/SVGTransform;]
SVGTransformListImpl.createItem ( ) : Object
[mangled: org/apache/fop/dom/svg/SVGTransformListImpl.createItem:()Ljava/lang/Object;]
SVGTransformListImpl.createSVGTransformFromMatrix ( SVGMatrix p1 ) : SVGTransform
[mangled: org/apache/fop/dom/svg/SVGTransformListImpl.createSVGTransformFromMatrix:(Lorg/w3c/dom/svg/SVGMatrix;)Lorg/w3c/dom/svg/SVGTransform;]
SVGTransformListImpl.SVGTransformListImpl ( )
[mangled: org/apache/fop/dom/svg/SVGTransformListImpl."<init>":()V]
fop_0_15_0.jar, SVGTreeBuilder.class
package org.apache.fop.fo
SVGTreeBuilder.addElementPropertyList ( String p1, String p2, Hashtable p3 ) : void
[mangled: org/apache/fop/fo/SVGTreeBuilder.addElementPropertyList:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Hashtable;)V]
SVGTreeBuilder.addMapping ( String p1, String p2, FObj.Maker p3 ) : void
[mangled: org/apache/fop/fo/SVGTreeBuilder.addMapping:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/fop/fo/FObj$Maker;)V]
SVGTreeBuilder.addPropertyList ( String p1, Hashtable p2 ) : void
[mangled: org/apache/fop/fo/SVGTreeBuilder.addPropertyList:(Ljava/lang/String;Ljava/util/Hashtable;)V]
SVGTreeBuilder.characters ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/apache/fop/fo/SVGTreeBuilder.characters:([CII)V]
SVGTreeBuilder.endElement ( String p1, String p2, String p3 ) : void
[mangled: org/apache/fop/fo/SVGTreeBuilder.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SVGTreeBuilder.getSVGDocument ( ) : SVGDocument
[mangled: org/apache/fop/fo/SVGTreeBuilder.getSVGDocument:()Lorg/w3c/dom/svg/SVGDocument;]
SVGTreeBuilder.startDocument ( ) : void
[mangled: org/apache/fop/fo/SVGTreeBuilder.startDocument:()V]
SVGTreeBuilder.startElement ( String p1, String p2, String p3, Attributes p4 ) : void
[mangled: org/apache/fop/fo/SVGTreeBuilder.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
SVGTreeBuilder.SVGTreeBuilder ( )
[mangled: org/apache/fop/fo/SVGTreeBuilder."<init>":()V]
fop_0_15_0.jar, SVGTRefElementImpl.class
package org.apache.fop.dom.svg
SVGTRefElementImpl.getExternalResourcesRequired ( ) : SVGAnimatedBoolean
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.getExternalResourcesRequired:()Lorg/w3c/dom/svg/SVGAnimatedBoolean;]
SVGTRefElementImpl.getHref ( ) : SVGAnimatedString
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.getHref:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGTRefElementImpl.getXlinkActuate ( ) : String
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.getXlinkActuate:()Ljava/lang/String;]
SVGTRefElementImpl.getXlinkArcRole ( ) : String
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.getXlinkArcRole:()Ljava/lang/String;]
SVGTRefElementImpl.getXlinkRole ( ) : String
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.getXlinkRole:()Ljava/lang/String;]
SVGTRefElementImpl.getXlinkShow ( ) : String
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.getXlinkShow:()Ljava/lang/String;]
SVGTRefElementImpl.getXlinkTitle ( ) : String
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.getXlinkTitle:()Ljava/lang/String;]
SVGTRefElementImpl.getXlinkType ( ) : String
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.getXlinkType:()Ljava/lang/String;]
SVGTRefElementImpl.setExternalResourcesRequired ( SVGAnimatedBoolean p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.setExternalResourcesRequired:(Lorg/w3c/dom/svg/SVGAnimatedBoolean;)V]
SVGTRefElementImpl.setHref ( SVGAnimatedString p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.setHref:(Lorg/w3c/dom/svg/SVGAnimatedString;)V]
SVGTRefElementImpl.setXlinkActuate ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.setXlinkActuate:(Ljava/lang/String;)V]
SVGTRefElementImpl.setXlinkArcRole ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.setXlinkArcRole:(Ljava/lang/String;)V]
SVGTRefElementImpl.setXlinkRole ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.setXlinkRole:(Ljava/lang/String;)V]
SVGTRefElementImpl.setXlinkShow ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.setXlinkShow:(Ljava/lang/String;)V]
SVGTRefElementImpl.setXlinkTitle ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.setXlinkTitle:(Ljava/lang/String;)V]
SVGTRefElementImpl.setXlinkType ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl.setXlinkType:(Ljava/lang/String;)V]
SVGTRefElementImpl.SVGTRefElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGTRefElementImpl."<init>":()V]
fop_0_15_0.jar, SVGTSpanElementImpl.class
package org.apache.fop.dom.svg
SVGTSpanElementImpl.getDx ( ) : SVGAnimatedLengthList
[mangled: org/apache/fop/dom/svg/SVGTSpanElementImpl.getDx:()Lorg/w3c/dom/svg/SVGAnimatedLengthList;]
SVGTSpanElementImpl.getDy ( ) : SVGAnimatedLengthList
[mangled: org/apache/fop/dom/svg/SVGTSpanElementImpl.getDy:()Lorg/w3c/dom/svg/SVGAnimatedLengthList;]
SVGTSpanElementImpl.getRotate ( ) : SVGAnimatedTextRotate
[mangled: org/apache/fop/dom/svg/SVGTSpanElementImpl.getRotate:()Lorg/w3c/dom/svg/SVGAnimatedTextRotate;]
SVGTSpanElementImpl.getX ( ) : SVGAnimatedLengthList
[mangled: org/apache/fop/dom/svg/SVGTSpanElementImpl.getX:()Lorg/w3c/dom/svg/SVGAnimatedLengthList;]
SVGTSpanElementImpl.getY ( ) : SVGAnimatedLengthList
[mangled: org/apache/fop/dom/svg/SVGTSpanElementImpl.getY:()Lorg/w3c/dom/svg/SVGAnimatedLengthList;]
SVGTSpanElementImpl.SVGTSpanElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGTSpanElementImpl."<init>":()V]
fop_0_15_0.jar, SVGURIReferenceImpl.class
package org.apache.fop.dom.svg
SVGURIReferenceImpl.getExternalResourcesRequired ( ) : SVGAnimatedBoolean
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.getExternalResourcesRequired:()Lorg/w3c/dom/svg/SVGAnimatedBoolean;]
SVGURIReferenceImpl.getHref ( ) : SVGAnimatedString
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.getHref:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGURIReferenceImpl.getXlinkActuate ( ) : String
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.getXlinkActuate:()Ljava/lang/String;]
SVGURIReferenceImpl.getXlinkArcRole ( ) : String
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.getXlinkArcRole:()Ljava/lang/String;]
SVGURIReferenceImpl.getXlinkRole ( ) : String
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.getXlinkRole:()Ljava/lang/String;]
SVGURIReferenceImpl.getXlinkShow ( ) : String
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.getXlinkShow:()Ljava/lang/String;]
SVGURIReferenceImpl.getXlinkTitle ( ) : String
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.getXlinkTitle:()Ljava/lang/String;]
SVGURIReferenceImpl.getXlinkType ( ) : String
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.getXlinkType:()Ljava/lang/String;]
SVGURIReferenceImpl.setExternalResourcesRequired ( SVGAnimatedBoolean p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.setExternalResourcesRequired:(Lorg/w3c/dom/svg/SVGAnimatedBoolean;)V]
SVGURIReferenceImpl.setHref ( SVGAnimatedString p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.setHref:(Lorg/w3c/dom/svg/SVGAnimatedString;)V]
SVGURIReferenceImpl.setXlinkActuate ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.setXlinkActuate:(Ljava/lang/String;)V]
SVGURIReferenceImpl.setXlinkArcRole ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.setXlinkArcRole:(Ljava/lang/String;)V]
SVGURIReferenceImpl.setXlinkRole ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.setXlinkRole:(Ljava/lang/String;)V]
SVGURIReferenceImpl.setXlinkShow ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.setXlinkShow:(Ljava/lang/String;)V]
SVGURIReferenceImpl.setXlinkTitle ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.setXlinkTitle:(Ljava/lang/String;)V]
SVGURIReferenceImpl.setXlinkType ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl.setXlinkType:(Ljava/lang/String;)V]
SVGURIReferenceImpl.SVGURIReferenceImpl ( )
[mangled: org/apache/fop/dom/svg/SVGURIReferenceImpl."<init>":()V]
fop_0_15_0.jar, SVGUseElementImpl.class
package org.apache.fop.dom.svg
SVGUseElementImpl.getAnimatedInstanceRoot ( ) : SVGElementInstance
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.getAnimatedInstanceRoot:()Lorg/w3c/dom/svg/SVGElementInstance;]
SVGUseElementImpl.getHeight ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.getHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGUseElementImpl.getHref ( ) : SVGAnimatedString
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.getHref:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGUseElementImpl.getInstanceRoot ( ) : SVGElementInstance
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.getInstanceRoot:()Lorg/w3c/dom/svg/SVGElementInstance;]
SVGUseElementImpl.getWidth ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.getWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGUseElementImpl.getX ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGUseElementImpl.getXlinkActuate ( ) : String
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.getXlinkActuate:()Ljava/lang/String;]
SVGUseElementImpl.getXlinkArcRole ( ) : String
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.getXlinkArcRole:()Ljava/lang/String;]
SVGUseElementImpl.getXlinkRole ( ) : String
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.getXlinkRole:()Ljava/lang/String;]
SVGUseElementImpl.getXlinkShow ( ) : String
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.getXlinkShow:()Ljava/lang/String;]
SVGUseElementImpl.getXlinkTitle ( ) : String
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.getXlinkTitle:()Ljava/lang/String;]
SVGUseElementImpl.getXlinkType ( ) : String
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.getXlinkType:()Ljava/lang/String;]
SVGUseElementImpl.getY ( ) : SVGAnimatedLength
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGUseElementImpl.setHeight ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.setHeight:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGUseElementImpl.setHref ( SVGAnimatedString p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.setHref:(Lorg/w3c/dom/svg/SVGAnimatedString;)V]
SVGUseElementImpl.setWidth ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.setWidth:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGUseElementImpl.setX ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.setX:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGUseElementImpl.setXlinkActuate ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.setXlinkActuate:(Ljava/lang/String;)V]
SVGUseElementImpl.setXlinkArcRole ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.setXlinkArcRole:(Ljava/lang/String;)V]
SVGUseElementImpl.setXlinkRole ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.setXlinkRole:(Ljava/lang/String;)V]
SVGUseElementImpl.setXlinkShow ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.setXlinkShow:(Ljava/lang/String;)V]
SVGUseElementImpl.setXlinkTitle ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.setXlinkTitle:(Ljava/lang/String;)V]
SVGUseElementImpl.setXlinkType ( String p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.setXlinkType:(Ljava/lang/String;)V]
SVGUseElementImpl.setY ( SVGAnimatedLength p1 ) : void
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl.setY:(Lorg/w3c/dom/svg/SVGAnimatedLength;)V]
SVGUseElementImpl.SVGUseElementImpl ( String p1 )
[mangled: org/apache/fop/dom/svg/SVGUseElementImpl."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, SVGVKernElementImpl.class
package org.apache.fop.dom.svg
SVGVKernElementImpl.SVGVKernElementImpl ( )
[mangled: org/apache/fop/dom/svg/SVGVKernElementImpl."<init>":()V]
fop_0_15_0.jar, Switch.class
package org.apache.fop.svg
Switch.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Switch.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
Switch.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Switch.maker:()Lorg/apache/fop/fo/FObj$Maker;]
Switch.Switch ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Switch."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, Symbol.class
package org.apache.fop.render.pdf.fonts
Symbol.encoding ( ) : String
[mangled: org/apache/fop/render/pdf/fonts/Symbol.encoding:()Ljava/lang/String;]
Symbol.fontName ( ) : String
[mangled: org/apache/fop/render/pdf/fonts/Symbol.fontName:()Ljava/lang/String;]
Symbol.getAscender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Symbol.getAscender:(I)I]
Symbol.getCapHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Symbol.getCapHeight:(I)I]
Symbol.getDescender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Symbol.getDescender:(I)I]
Symbol.getFirstChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/Symbol.getFirstChar:()I]
Symbol.getLastChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/Symbol.getLastChar:()I]
Symbol.getWidths ( int p1 ) : int[ ]
[mangled: org/apache/fop/render/pdf/fonts/Symbol.getWidths:(I)[I]
Symbol.getXHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Symbol.getXHeight:(I)I]
Symbol.Symbol ( )
[mangled: org/apache/fop/render/pdf/fonts/Symbol."<init>":()V]
Symbol.width ( int p1, int p2 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Symbol.width:(II)I]
package org.apache.fop.svg
Symbol.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Symbol.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
Symbol.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Symbol.maker:()Lorg/apache/fop/fo/FObj$Maker;]
Symbol.Symbol ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Symbol."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, SystemLanguageMaker.class
package org.apache.fop.fo.properties
SystemLanguageMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/SystemLanguageMaker.isInherited:()Z]
SystemLanguageMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/SystemLanguageMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
SystemLanguageMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/SystemLanguageMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
SystemLanguageMaker.SystemLanguageMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/SystemLanguageMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, Table.class
package org.apache.fop.fo.flow
Table.getContentWidth ( ) : int
[mangled: org/apache/fop/fo/flow/Table.getContentWidth:()I]
fop_0_15_0.jar, TableColLength.class
package org.apache.fop.datatypes
TableColLength.getTableUnits ( ) : double
[mangled: org/apache/fop/datatypes/TableColLength.getTableUnits:()D]
TableColLength.TableColLength ( double p1 )
[mangled: org/apache/fop/datatypes/TableColLength."<init>":(D)V]
TableColLength.TableColLength ( int p1, PercentLength p2, double p3 )
[mangled: org/apache/fop/datatypes/TableColLength."<init>":(ILorg/apache/fop/datatypes/PercentLength;D)V]
TableColLength.toString ( ) : String
[mangled: org/apache/fop/datatypes/TableColLength.toString:()Ljava/lang/String;]
fop_0_15_0.jar, Text.class
package org.apache.fop.svg
Text.addChild ( FONode p1 ) : void
[mangled: org/apache/fop/svg/Text.addChild:(Lorg/apache/fop/fo/FONode;)V]
Text.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Text.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
fop_0_15_0.jar, TextAlignLastMaker.class
package org.apache.fop.fo.properties
TextAlignLastMaker.compute ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/TextAlignLastMaker.compute:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
TextAlignLastMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/TextAlignLastMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
TextAlignLastMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/TextAlignLastMaker.isInherited:()Z]
TextAlignLastMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/TextAlignLastMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
TextAlignLastMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/TextAlignLastMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
TextAlignLastMaker.TextAlignLastMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/TextAlignLastMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, TextAlignMaker.class
package org.apache.fop.fo.properties
TextAlignMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/TextAlignMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
TextAlignMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/TextAlignMaker.isInherited:()Z]
TextAlignMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/TextAlignMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
TextAlignMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/TextAlignMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
TextAlignMaker.TextAlignMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/TextAlignMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, TextDecorationMaker.class
package org.apache.fop.fo.properties
TextDecorationMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/TextDecorationMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
TextDecorationMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/TextDecorationMaker.isInherited:()Z]
TextDecorationMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/TextDecorationMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
TextDecorationMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/TextDecorationMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
TextDecorationMaker.TextDecorationMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/TextDecorationMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, TextElement.class
package org.apache.fop.svg
TextElement.createTextElement ( ) [abstract] : SVGElement
[mangled: org/apache/fop/svg/TextElement.createTextElement:()Lorg/w3c/dom/svg/SVGElement;]
fop_0_15_0.jar, TextIndentMaker.class
package org.apache.fop.fo.properties
TextIndentMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/TextIndentMaker.isInherited:()Z]
TextIndentMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/TextIndentMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
TextIndentMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/TextIndentMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
TextIndentMaker.TextIndentMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/TextIndentMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, TextPath.class
package org.apache.fop.svg
TextPath.addCharacters ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/apache/fop/svg/TextPath.addCharacters:([CII)V]
TextPath.createTextElement ( ) : SVGElement
[mangled: org/apache/fop/svg/TextPath.createTextElement:()Lorg/w3c/dom/svg/SVGElement;]
TextPath.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/TextPath.maker:()Lorg/apache/fop/fo/FObj$Maker;]
TextPath.TextPath ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/TextPath."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, TextProperty.class
package org.apache.fop.svg
TextProperty.getString ( ) : String
[mangled: org/apache/fop/svg/TextProperty.getString:()Ljava/lang/String;]
TextProperty.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/svg/TextProperty.maker:()Lorg/apache/fop/fo/Property$Maker;]
TextProperty.TextProperty ( PropertyList p1, String p2 )
[mangled: org/apache/fop/svg/TextProperty."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
fop_0_15_0.jar, TimesBold.class
package org.apache.fop.render.pdf.fonts
TimesBold.getAscender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBold.getAscender:(I)I]
TimesBold.getCapHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBold.getCapHeight:(I)I]
TimesBold.getDescender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBold.getDescender:(I)I]
TimesBold.getFirstChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBold.getFirstChar:()I]
TimesBold.getLastChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBold.getLastChar:()I]
TimesBold.getWidths ( int p1 ) : int[ ]
[mangled: org/apache/fop/render/pdf/fonts/TimesBold.getWidths:(I)[I]
TimesBold.getXHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBold.getXHeight:(I)I]
TimesBold.width ( int p1, int p2 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBold.width:(II)I]
fop_0_15_0.jar, TimesBoldItalic.class
package org.apache.fop.render.pdf.fonts
TimesBoldItalic.getAscender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBoldItalic.getAscender:(I)I]
TimesBoldItalic.getCapHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBoldItalic.getCapHeight:(I)I]
TimesBoldItalic.getDescender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBoldItalic.getDescender:(I)I]
TimesBoldItalic.getFirstChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBoldItalic.getFirstChar:()I]
TimesBoldItalic.getLastChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBoldItalic.getLastChar:()I]
TimesBoldItalic.getWidths ( int p1 ) : int[ ]
[mangled: org/apache/fop/render/pdf/fonts/TimesBoldItalic.getWidths:(I)[I]
TimesBoldItalic.getXHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBoldItalic.getXHeight:(I)I]
TimesBoldItalic.width ( int p1, int p2 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBoldItalic.width:(II)I]
fop_0_15_0.jar, TimesItalic.class
package org.apache.fop.render.pdf.fonts
TimesItalic.getAscender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesItalic.getAscender:(I)I]
TimesItalic.getCapHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesItalic.getCapHeight:(I)I]
TimesItalic.getDescender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesItalic.getDescender:(I)I]
TimesItalic.getFirstChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesItalic.getFirstChar:()I]
TimesItalic.getLastChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesItalic.getLastChar:()I]
TimesItalic.getWidths ( int p1 ) : int[ ]
[mangled: org/apache/fop/render/pdf/fonts/TimesItalic.getWidths:(I)[I]
TimesItalic.getXHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesItalic.getXHeight:(I)I]
TimesItalic.width ( int p1, int p2 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesItalic.width:(II)I]
fop_0_15_0.jar, TimesRoman.class
package org.apache.fop.render.pdf.fonts
TimesRoman.getAscender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesRoman.getAscender:(I)I]
TimesRoman.getCapHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesRoman.getCapHeight:(I)I]
TimesRoman.getDescender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesRoman.getDescender:(I)I]
TimesRoman.getFirstChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesRoman.getFirstChar:()I]
TimesRoman.getLastChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesRoman.getLastChar:()I]
TimesRoman.getWidths ( int p1 ) : int[ ]
[mangled: org/apache/fop/render/pdf/fonts/TimesRoman.getWidths:(I)[I]
TimesRoman.getXHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesRoman.getXHeight:(I)I]
TimesRoman.width ( int p1, int p2 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesRoman.width:(II)I]
fop_0_15_0.jar, Title.class
package org.apache.fop.svg
Title.addCharacters ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/apache/fop/svg/Title.addCharacters:([CII)V]
Title.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Title.maker:()Lorg/apache/fop/fo/FObj$Maker;]
Title.Title ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Title."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, TopMaker.class
package org.apache.fop.fo.properties
TopMaker.isAutoLengthAllowed ( ) : boolean
[mangled: org/apache/fop/fo/properties/TopMaker.isAutoLengthAllowed:()Z]
TopMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/TopMaker.isInherited:()Z]
TopMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/TopMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
TopMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/TopMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
TopMaker.TopMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/TopMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, TransformData.class
package org.apache.fop.datatypes
TransformData.convert ( String p1 ) : void
[mangled: org/apache/fop/datatypes/TransformData.convert:(Ljava/lang/String;)V]
TransformData.getTransform ( ) : SVGAnimatedTransformList
[mangled: org/apache/fop/datatypes/TransformData.getTransform:()Lorg/w3c/dom/svg/SVGAnimatedTransformList;]
TransformData.TransformData ( String p1 )
[mangled: org/apache/fop/datatypes/TransformData."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, TreeBuilder.class
package org.apache.fop.fo
TreeBuilder.addElementPropertyList ( String p1, String p2, Hashtable p3 ) [abstract] : void
[mangled: org/apache/fop/fo/TreeBuilder.addElementPropertyList:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Hashtable;)V]
TreeBuilder.addMapping ( String p1, String p2, FObj.Maker p3 ) [abstract] : void
[mangled: org/apache/fop/fo/TreeBuilder.addMapping:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/fop/fo/FObj$Maker;)V]
TreeBuilder.addPropertyList ( String p1, Hashtable p2 ) [abstract] : void
[mangled: org/apache/fop/fo/TreeBuilder.addPropertyList:(Ljava/lang/String;Ljava/util/Hashtable;)V]
fop_0_15_0.jar, TRef.class
package org.apache.fop.svg
TRef.createTextElement ( ) : SVGElement
[mangled: org/apache/fop/svg/TRef.createTextElement:()Lorg/w3c/dom/svg/SVGElement;]
TRef.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/TRef.maker:()Lorg/apache/fop/fo/FObj$Maker;]
TRef.TRef ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/TRef."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, TSpan.class
package org.apache.fop.svg
TSpan.addCharacters ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/apache/fop/svg/TSpan.addCharacters:([CII)V]
TSpan.createTextElement ( ) : SVGElement
[mangled: org/apache/fop/svg/TSpan.createTextElement:()Lorg/w3c/dom/svg/SVGElement;]
TSpan.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/TSpan.maker:()Lorg/apache/fop/fo/FObj$Maker;]
TSpan.TSpan ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/TSpan."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, Use.class
package org.apache.fop.svg
Use.createGraphic ( ) : SVGElement
[mangled: org/apache/fop/svg/Use.createGraphic:()Lorg/w3c/dom/svg/SVGElement;]
Use.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/Use.maker:()Lorg/apache/fop/fo/FObj$Maker;]
Use.Use ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/Use."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, VerticalAlignMaker.class
package org.apache.fop.fo.properties
VerticalAlignMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/VerticalAlignMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
VerticalAlignMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/VerticalAlignMaker.isInherited:()Z]
VerticalAlignMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/VerticalAlignMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
VerticalAlignMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/VerticalAlignMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
VerticalAlignMaker.VerticalAlignMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/VerticalAlignMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, ViewBoxMaker.class
package org.apache.fop.fo.properties
ViewBoxMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ViewBoxMaker.isInherited:()Z]
ViewBoxMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/ViewBoxMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
ViewBoxMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ViewBoxMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
ViewBoxMaker.ViewBoxMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/ViewBoxMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, VKern.class
package org.apache.fop.svg
VKern.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/svg/VKern.maker:()Lorg/apache/fop/fo/FObj$Maker;]
VKern.VKern ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/svg/VKern."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_15_0.jar, WhiteSpaceCollapseMaker.class
package org.apache.fop.fo.properties
WhiteSpaceCollapseMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/WhiteSpaceCollapseMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
WhiteSpaceCollapseMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/WhiteSpaceCollapseMaker.isInherited:()Z]
WhiteSpaceCollapseMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/WhiteSpaceCollapseMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
WhiteSpaceCollapseMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/WhiteSpaceCollapseMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
WhiteSpaceCollapseMaker.WhiteSpaceCollapseMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/WhiteSpaceCollapseMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, WidthMaker.class
package org.apache.fop.fo.properties
WidthMaker.getPercentBase ( FObj p1, PropertyList p2 ) : PercentBase
[mangled: org/apache/fop/fo/properties/WidthMaker.getPercentBase:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/datatypes/PercentBase;]
WidthMaker.isAutoLengthAllowed ( ) : boolean
[mangled: org/apache/fop/fo/properties/WidthMaker.isAutoLengthAllowed:()Z]
WidthMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/WidthMaker.isInherited:()Z]
WidthMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/WidthMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
WidthMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/WidthMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
WidthMaker.WidthMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/WidthMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, WrapOptionMaker.class
package org.apache.fop.fo.properties
WrapOptionMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/WrapOptionMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
WrapOptionMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/WrapOptionMaker.isInherited:()Z]
WrapOptionMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/WrapOptionMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
WrapOptionMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/WrapOptionMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
WrapOptionMaker.WrapOptionMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/WrapOptionMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, XalanCommandLine.class
package org.apache.fop.apps
XalanCommandLine.fileInputSource ( String p1 ) [static] : InputSource
[mangled: org/apache/fop/apps/XalanCommandLine.fileInputSource:(Ljava/lang/String;)Lorg/xml/sax/InputSource;]
XalanCommandLine.main ( String[ ] p1 ) [static] : void
[mangled: org/apache/fop/apps/XalanCommandLine.main:([Ljava/lang/String;)V]
XalanCommandLine.XalanCommandLine ( )
[mangled: org/apache/fop/apps/XalanCommandLine."<init>":()V]
fop_0_15_0.jar, XMLRenderer.class
package org.apache.fop.render.xml
XMLRenderer.renderForeignObjectArea ( ForeignObjectArea p1 ) : void
[mangled: org/apache/fop/render/xml/XMLRenderer.renderForeignObjectArea:(Lorg/apache/fop/layout/ForeignObjectArea;)V]
XMLRenderer.renderLeaderArea ( LeaderArea p1 ) : void
[mangled: org/apache/fop/render/xml/XMLRenderer.renderLeaderArea:(Lorg/apache/fop/layout/LeaderArea;)V]
XMLRenderer.renderSVGArea ( SVGArea p1 ) : void
[mangled: org/apache/fop/render/xml/XMLRenderer.renderSVGArea:(Lorg/apache/fop/dom/svg/SVGArea;)V]
fop_0_15_0.jar, XMLSpaceMaker.class
package org.apache.fop.fo.properties
XMLSpaceMaker.findConstant ( String p1 ) : Property
[mangled: org/apache/fop/fo/properties/XMLSpaceMaker.findConstant:(Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
XMLSpaceMaker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/XMLSpaceMaker.isInherited:()Z]
XMLSpaceMaker.make ( PropertyList p1, boolean p2 ) : Property
[mangled: org/apache/fop/fo/properties/XMLSpaceMaker.make:(Lorg/apache/fop/fo/PropertyList;Z)Lorg/apache/fop/fo/Property;]
XMLSpaceMaker.maker ( String p1 ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/XMLSpaceMaker.maker:(Ljava/lang/String;)Lorg/apache/fop/fo/Property$Maker;]
XMLSpaceMaker.XMLSpaceMaker ( String p1 )
[mangled: org/apache/fop/fo/properties/XMLSpaceMaker."<init>":(Ljava/lang/String;)V]
fop_0_15_0.jar, ZapfDingbats.class
package org.apache.fop.render.pdf.fonts
ZapfDingbats.encoding ( ) : String
[mangled: org/apache/fop/render/pdf/fonts/ZapfDingbats.encoding:()Ljava/lang/String;]
ZapfDingbats.fontName ( ) : String
[mangled: org/apache/fop/render/pdf/fonts/ZapfDingbats.fontName:()Ljava/lang/String;]
ZapfDingbats.getAscender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/ZapfDingbats.getAscender:(I)I]
ZapfDingbats.getCapHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/ZapfDingbats.getCapHeight:(I)I]
ZapfDingbats.getDescender ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/ZapfDingbats.getDescender:(I)I]
ZapfDingbats.getFirstChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/ZapfDingbats.getFirstChar:()I]
ZapfDingbats.getLastChar ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/ZapfDingbats.getLastChar:()I]
ZapfDingbats.getWidths ( int p1 ) : int[ ]
[mangled: org/apache/fop/render/pdf/fonts/ZapfDingbats.getWidths:(I)[I]
ZapfDingbats.getXHeight ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/ZapfDingbats.getXHeight:(I)I]
ZapfDingbats.width ( int p1, int p2 ) : int
[mangled: org/apache/fop/render/pdf/fonts/ZapfDingbats.width:(II)I]
ZapfDingbats.ZapfDingbats ( )
[mangled: org/apache/fop/render/pdf/fonts/ZapfDingbats."<init>":()V]
turbine-pool.jar, BaseInitable.class
package org.apache.turbine.services
BaseInitable.BaseInitable ( )
[mangled: org/apache/turbine/services/BaseInitable."<init>":()V]
BaseInitable.getInit ( ) : boolean
[mangled: org/apache/turbine/services/BaseInitable.getInit:()Z]
BaseInitable.getInitableBroker ( ) : InitableBroker
[mangled: org/apache/turbine/services/BaseInitable.getInitableBroker:()Lorg/apache/turbine/services/InitableBroker;]
BaseInitable.init ( ) : void
[mangled: org/apache/turbine/services/BaseInitable.init:()V]
BaseInitable.init ( Object data ) : void
[mangled: org/apache/turbine/services/BaseInitable.init:(Ljava/lang/Object;)V]
BaseInitable.setInit ( boolean value ) : void
[mangled: org/apache/turbine/services/BaseInitable.setInit:(Z)V]
BaseInitable.setInitableBroker ( InitableBroker broker ) : void
[mangled: org/apache/turbine/services/BaseInitable.setInitableBroker:(Lorg/apache/turbine/services/InitableBroker;)V]
BaseInitable.shutdown ( ) : void
[mangled: org/apache/turbine/services/BaseInitable.shutdown:()V]
turbine-pool.jar, BaseInitableBroker.class
package org.apache.turbine.services
BaseInitableBroker.BaseInitableBroker ( )
[mangled: org/apache/turbine/services/BaseInitableBroker."<init>":()V]
BaseInitableBroker.getInitable ( String className ) : Initable
[mangled: org/apache/turbine/services/BaseInitableBroker.getInitable:(Ljava/lang/String;)Lorg/apache/turbine/services/Initable;]
BaseInitableBroker.getInitableInstance ( String className ) : Initable
[mangled: org/apache/turbine/services/BaseInitableBroker.getInitableInstance:(Ljava/lang/String;)Lorg/apache/turbine/services/Initable;]
BaseInitableBroker.initClass ( String className, Object data ) : void
[mangled: org/apache/turbine/services/BaseInitableBroker.initClass:(Ljava/lang/String;Ljava/lang/Object;)V]
BaseInitableBroker.shutdownClass ( String className ) : void
[mangled: org/apache/turbine/services/BaseInitableBroker.shutdownClass:(Ljava/lang/String;)V]
turbine-pool.jar, BaseService.class
package org.apache.turbine.services
BaseService.BaseService ( )
[mangled: org/apache/turbine/services/BaseService."<init>":()V]
BaseService.getName ( ) : String
[mangled: org/apache/turbine/services/BaseService.getName:()Ljava/lang/String;]
BaseService.getProperties ( ) : Properties
[mangled: org/apache/turbine/services/BaseService.getProperties:()Ljava/util/Properties;]
BaseService.getServiceBroker ( ) : ServiceBroker
[mangled: org/apache/turbine/services/BaseService.getServiceBroker:()Lorg/apache/turbine/services/ServiceBroker;]
BaseService.setName ( String name ) : void
[mangled: org/apache/turbine/services/BaseService.setName:(Ljava/lang/String;)V]
BaseService.setServiceBroker ( ServiceBroker broker ) : void
[mangled: org/apache/turbine/services/BaseService.setServiceBroker:(Lorg/apache/turbine/services/ServiceBroker;)V]
turbine-pool.jar, BaseServiceBroker.class
package org.apache.turbine.services
BaseServiceBroker.BaseServiceBroker ( )
[mangled: org/apache/turbine/services/BaseServiceBroker."<init>":()V]
BaseServiceBroker.getProperties ( String name ) : Properties
[mangled: org/apache/turbine/services/BaseServiceBroker.getProperties:(Ljava/lang/String;)Ljava/util/Properties;]
BaseServiceBroker.getService ( String name ) : Service
[mangled: org/apache/turbine/services/BaseServiceBroker.getService:(Ljava/lang/String;)Lorg/apache/turbine/services/Service;]
BaseServiceBroker.getServiceInstance ( String name ) : Service
[mangled: org/apache/turbine/services/BaseServiceBroker.getServiceInstance:(Ljava/lang/String;)Lorg/apache/turbine/services/Service;]
BaseServiceBroker.initMapping ( ) : void
[mangled: org/apache/turbine/services/BaseServiceBroker.initMapping:()V]
BaseServiceBroker.initService ( String name, Object data ) : void
[mangled: org/apache/turbine/services/BaseServiceBroker.initService:(Ljava/lang/String;Ljava/lang/Object;)V]
BaseServiceBroker.initServices ( Object data ) : void
[mangled: org/apache/turbine/services/BaseServiceBroker.initServices:(Ljava/lang/Object;)V]
BaseServiceBroker.shutdownService ( String name ) : void
[mangled: org/apache/turbine/services/BaseServiceBroker.shutdownService:(Ljava/lang/String;)V]
BaseServiceBroker.shutdownServices ( ) : void
[mangled: org/apache/turbine/services/BaseServiceBroker.shutdownServices:()V]
turbine-pool.jar, BrowserDetector.class
package org.apache.turbine.util
BrowserDetector.BrowserDetector ( RunData data )
[mangled: org/apache/turbine/util/BrowserDetector."<init>":(Lorg/apache/turbine/util/RunData;)V]
BrowserDetector.BrowserDetector ( String userAgentString )
[mangled: org/apache/turbine/util/BrowserDetector."<init>":(Ljava/lang/String;)V]
BrowserDetector.getBrowserName ( ) : String
[mangled: org/apache/turbine/util/BrowserDetector.getBrowserName:()Ljava/lang/String;]
BrowserDetector.getBrowserPlatform ( ) : String
[mangled: org/apache/turbine/util/BrowserDetector.getBrowserPlatform:()Ljava/lang/String;]
BrowserDetector.getBrowserVersion ( ) : float
[mangled: org/apache/turbine/util/BrowserDetector.getBrowserVersion:()F]
BrowserDetector.getUserAgentString ( ) : String
[mangled: org/apache/turbine/util/BrowserDetector.getUserAgentString:()Ljava/lang/String;]
BrowserDetector.isCssOK ( ) : boolean
[mangled: org/apache/turbine/util/BrowserDetector.isCssOK:()Z]
BrowserDetector.isFileUploadOK ( ) : boolean
[mangled: org/apache/turbine/util/BrowserDetector.isFileUploadOK:()Z]
BrowserDetector.isJavascriptOK ( ) : boolean
[mangled: org/apache/turbine/util/BrowserDetector.isJavascriptOK:()Z]
turbine-pool.jar, Comparable.class
package org.apache.turbine.util
Comparable.compare ( Object p1, Object p2 ) [abstract] : int
[mangled: org/apache/turbine/util/Comparable.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
turbine-pool.jar, ConnectionPool.class
package org.apache.turbine.util.db.pool
ConnectionPool.getDB ( ) : DB
[mangled: org/apache/turbine/util/db/pool/ConnectionPool.getDB:()Lorg/apache/turbine/util/db/adapter/DB;]
ConnectionPool.shutdown ( ) : void
[mangled: org/apache/turbine/util/db/pool/ConnectionPool.shutdown:()V]
turbine-pool.jar, ConnectionWaitTimeoutException.class
package org.apache.turbine.util.db.pool
ConnectionWaitTimeoutException.ConnectionWaitTimeoutException ( String url )
[mangled: org/apache/turbine/util/db/pool/ConnectionWaitTimeoutException."<init>":(Ljava/lang/String;)V]
turbine-pool.jar, DateSelector.class
package org.apache.turbine.util
DateSelector.DateSelector ( )
[mangled: org/apache/turbine/util/DateSelector."<init>":()V]
DateSelector.DateSelector ( String selName )
[mangled: org/apache/turbine/util/DateSelector."<init>":(Ljava/lang/String;)V]
DateSelector.DateSelector ( String selName, Calendar useDate )
[mangled: org/apache/turbine/util/DateSelector."<init>":(Ljava/lang/String;Ljava/util/Calendar;)V]
DateSelector.ecsOutput ( ) : ElementContainer
[mangled: org/apache/turbine/util/DateSelector.ecsOutput:()Lorg/apache/ecs/ElementContainer;]
DateSelector.getDaySelector ( String name ) [static] : Select
[mangled: org/apache/turbine/util/DateSelector.getDaySelector:(Ljava/lang/String;)Lorg/apache/ecs/html/Select;]
DateSelector.getDaySelector ( String name, Calendar now ) [static] : Select
[mangled: org/apache/turbine/util/DateSelector.getDaySelector:(Ljava/lang/String;Ljava/util/Calendar;)Lorg/apache/ecs/html/Select;]
DateSelector.getMonthSelector ( String name ) [static] : Select
[mangled: org/apache/turbine/util/DateSelector.getMonthSelector:(Ljava/lang/String;)Lorg/apache/ecs/html/Select;]
DateSelector.getMonthSelector ( String name, Calendar now ) [static] : Select
[mangled: org/apache/turbine/util/DateSelector.getMonthSelector:(Ljava/lang/String;Ljava/util/Calendar;)Lorg/apache/ecs/html/Select;]
DateSelector.getSelName ( ) : String
[mangled: org/apache/turbine/util/DateSelector.getSelName:()Ljava/lang/String;]
DateSelector.getYearSelector ( String name ) [static] : Select
[mangled: org/apache/turbine/util/DateSelector.getYearSelector:(Ljava/lang/String;)Lorg/apache/ecs/html/Select;]
DateSelector.getYearSelector ( String name, Calendar now ) [static] : Select
[mangled: org/apache/turbine/util/DateSelector.getYearSelector:(Ljava/lang/String;Ljava/util/Calendar;)Lorg/apache/ecs/html/Select;]
DateSelector.output ( ) : String
[mangled: org/apache/turbine/util/DateSelector.output:()Ljava/lang/String;]
DateSelector.setDay ( int day ) : DateSelector
[mangled: org/apache/turbine/util/DateSelector.setDay:(I)Lorg/apache/turbine/util/DateSelector;]
DateSelector.setOnChange ( String onChange ) : DateSelector
[mangled: org/apache/turbine/util/DateSelector.setOnChange:(Ljava/lang/String;)Lorg/apache/turbine/util/DateSelector;]
DateSelector.setSelName ( String selName ) : void
[mangled: org/apache/turbine/util/DateSelector.setSelName:(Ljava/lang/String;)V]
DateSelector.setShowDay ( boolean show ) : DateSelector
[mangled: org/apache/turbine/util/DateSelector.setShowDay:(Z)Lorg/apache/turbine/util/DateSelector;]
DateSelector.toString ( ) : String
[mangled: org/apache/turbine/util/DateSelector.toString:()Ljava/lang/String;]
turbine-pool.jar, DB.class
package org.apache.turbine.util.db.adapter
DB.DB ( )
[mangled: org/apache/turbine/util/db/adapter/DB."<init>":()V]
DB.getConnection ( ) : Connection
[mangled: org/apache/turbine/util/db/adapter/DB.getConnection:()Ljava/sql/Connection;]
DB.getIdSqlForAutoIncrement ( ) [abstract] : String
[mangled: org/apache/turbine/util/db/adapter/DB.getIdSqlForAutoIncrement:()Ljava/lang/String;]
DB.getJDBCDriver ( ) : String
[mangled: org/apache/turbine/util/db/adapter/DB.getJDBCDriver:()Ljava/lang/String;]
DB.getLimitStyle ( ) : int
[mangled: org/apache/turbine/util/db/adapter/DB.getLimitStyle:()I]
DB.getSequenceSql ( Object p1 ) [abstract] : String
[mangled: org/apache/turbine/util/db/adapter/DB.getSequenceSql:(Ljava/lang/Object;)Ljava/lang/String;]
DB.getStringDelimiter ( ) [abstract] : char
[mangled: org/apache/turbine/util/db/adapter/DB.getStringDelimiter:()C]
DB.ignoreCase ( String p1 ) [abstract] : String
[mangled: org/apache/turbine/util/db/adapter/DB.ignoreCase:(Ljava/lang/String;)Ljava/lang/String;]
DB.ignoreCaseInOrderBy ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DB.ignoreCaseInOrderBy:(Ljava/lang/String;)Ljava/lang/String;]
DB.init ( String url, String username, String password ) : void
[mangled: org/apache/turbine/util/db/adapter/DB.init:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DB.lockTable ( Connection p1, String p2 ) [abstract] : void
[mangled: org/apache/turbine/util/db/adapter/DB.lockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
DB.objectDataNeedsTrans ( ) : boolean
[mangled: org/apache/turbine/util/db/adapter/DB.objectDataNeedsTrans:()Z]
DB.setJDBCDriver ( String newDriver ) : void
[mangled: org/apache/turbine/util/db/adapter/DB.setJDBCDriver:(Ljava/lang/String;)V]
DB.supportsNativeLimit ( ) : boolean
[mangled: org/apache/turbine/util/db/adapter/DB.supportsNativeLimit:()Z]
DB.supportsNativeOffset ( ) : boolean
[mangled: org/apache/turbine/util/db/adapter/DB.supportsNativeOffset:()Z]
DB.toUpperCase ( String p1 ) [abstract] : String
[mangled: org/apache/turbine/util/db/adapter/DB.toUpperCase:(Ljava/lang/String;)Ljava/lang/String;]
DB.unlockTable ( Connection p1, String p2 ) [abstract] : void
[mangled: org/apache/turbine/util/db/adapter/DB.unlockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
turbine-pool.jar, DBConnection.class
package org.apache.turbine.util.db.pool
DBConnection.close ( ) : void
[mangled: org/apache/turbine/util/db/pool/DBConnection.close:()V]
DBConnection.prepareStatement ( String sql ) : PreparedStatement
[mangled: org/apache/turbine/util/db/pool/DBConnection.prepareStatement:(Ljava/lang/String;)Ljava/sql/PreparedStatement;]
turbine-pool.jar, DBDB2App.class
package org.apache.turbine.util.db.adapter
DBDB2App.DBDB2App ( )
[mangled: org/apache/turbine/util/db/adapter/DBDB2App."<init>":()V]
DBDB2App.getIdSqlForAutoIncrement ( ) : String
[mangled: org/apache/turbine/util/db/adapter/DBDB2App.getIdSqlForAutoIncrement:()Ljava/lang/String;]
DBDB2App.getSequenceSql ( Object obj ) : String
[mangled: org/apache/turbine/util/db/adapter/DBDB2App.getSequenceSql:(Ljava/lang/Object;)Ljava/lang/String;]
DBDB2App.getStringDelimiter ( ) : char
[mangled: org/apache/turbine/util/db/adapter/DBDB2App.getStringDelimiter:()C]
DBDB2App.ignoreCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBDB2App.ignoreCase:(Ljava/lang/String;)Ljava/lang/String;]
DBDB2App.lockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBDB2App.lockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
DBDB2App.toUpperCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBDB2App.toUpperCase:(Ljava/lang/String;)Ljava/lang/String;]
DBDB2App.unlockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBDB2App.unlockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
turbine-pool.jar, DBDB2Net.class
package org.apache.turbine.util.db.adapter
DBDB2Net.DBDB2Net ( )
[mangled: org/apache/turbine/util/db/adapter/DBDB2Net."<init>":()V]
DBDB2Net.getIdSqlForAutoIncrement ( ) : String
[mangled: org/apache/turbine/util/db/adapter/DBDB2Net.getIdSqlForAutoIncrement:()Ljava/lang/String;]
DBDB2Net.getSequenceSql ( Object obj ) : String
[mangled: org/apache/turbine/util/db/adapter/DBDB2Net.getSequenceSql:(Ljava/lang/Object;)Ljava/lang/String;]
DBDB2Net.getStringDelimiter ( ) : char
[mangled: org/apache/turbine/util/db/adapter/DBDB2Net.getStringDelimiter:()C]
DBDB2Net.ignoreCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBDB2Net.ignoreCase:(Ljava/lang/String;)Ljava/lang/String;]
DBDB2Net.lockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBDB2Net.lockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
DBDB2Net.toUpperCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBDB2Net.toUpperCase:(Ljava/lang/String;)Ljava/lang/String;]
DBDB2Net.unlockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBDB2Net.unlockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
turbine-pool.jar, DBFactory.class
package org.apache.turbine.util.db.adapter
DBFactory.create ( String driver ) [static] : DB
[mangled: org/apache/turbine/util/db/adapter/DBFactory.create:(Ljava/lang/String;)Lorg/apache/turbine/util/db/adapter/DB;]
DBFactory.DBFactory ( )
[mangled: org/apache/turbine/util/db/adapter/DBFactory."<init>":()V]
turbine-pool.jar, DBHypersonicSQL.class
package org.apache.turbine.util.db.adapter
DBHypersonicSQL.DBHypersonicSQL ( )
[mangled: org/apache/turbine/util/db/adapter/DBHypersonicSQL."<init>":()V]
DBHypersonicSQL.getConnection ( ) : Connection
[mangled: org/apache/turbine/util/db/adapter/DBHypersonicSQL.getConnection:()Ljava/sql/Connection;]
DBHypersonicSQL.getIdSqlForAutoIncrement ( ) : String
[mangled: org/apache/turbine/util/db/adapter/DBHypersonicSQL.getIdSqlForAutoIncrement:()Ljava/lang/String;]
DBHypersonicSQL.getSequenceSql ( Object obj ) : String
[mangled: org/apache/turbine/util/db/adapter/DBHypersonicSQL.getSequenceSql:(Ljava/lang/Object;)Ljava/lang/String;]
DBHypersonicSQL.getStringDelimiter ( ) : char
[mangled: org/apache/turbine/util/db/adapter/DBHypersonicSQL.getStringDelimiter:()C]
DBHypersonicSQL.ignoreCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBHypersonicSQL.ignoreCase:(Ljava/lang/String;)Ljava/lang/String;]
DBHypersonicSQL.init ( String url, String username, String password ) : void
[mangled: org/apache/turbine/util/db/adapter/DBHypersonicSQL.init:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DBHypersonicSQL.lockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBHypersonicSQL.lockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
DBHypersonicSQL.toUpperCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBHypersonicSQL.toUpperCase:(Ljava/lang/String;)Ljava/lang/String;]
DBHypersonicSQL.unlockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBHypersonicSQL.unlockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
turbine-pool.jar, DBInformix.class
package org.apache.turbine.util.db.adapter
DBInformix.DBInformix ( )
[mangled: org/apache/turbine/util/db/adapter/DBInformix."<init>":()V]
DBInformix.getIdSqlForAutoIncrement ( ) : String
[mangled: org/apache/turbine/util/db/adapter/DBInformix.getIdSqlForAutoIncrement:()Ljava/lang/String;]
DBInformix.getSequenceSql ( Object sequenceName ) : String
[mangled: org/apache/turbine/util/db/adapter/DBInformix.getSequenceSql:(Ljava/lang/Object;)Ljava/lang/String;]
DBInformix.getStringDelimiter ( ) : char
[mangled: org/apache/turbine/util/db/adapter/DBInformix.getStringDelimiter:()C]
DBInformix.ignoreCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBInformix.ignoreCase:(Ljava/lang/String;)Ljava/lang/String;]
DBInformix.lockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBInformix.lockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
DBInformix.toUpperCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBInformix.toUpperCase:(Ljava/lang/String;)Ljava/lang/String;]
DBInformix.unlockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBInformix.unlockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
turbine-pool.jar, DBInstantDB.class
package org.apache.turbine.util.db.adapter
DBInstantDB.DBInstantDB ( )
[mangled: org/apache/turbine/util/db/adapter/DBInstantDB."<init>":()V]
DBInstantDB.getConnection ( ) : Connection
[mangled: org/apache/turbine/util/db/adapter/DBInstantDB.getConnection:()Ljava/sql/Connection;]
DBInstantDB.getIdSqlForAutoIncrement ( ) : String
[mangled: org/apache/turbine/util/db/adapter/DBInstantDB.getIdSqlForAutoIncrement:()Ljava/lang/String;]
DBInstantDB.getSequenceSql ( Object obj ) : String
[mangled: org/apache/turbine/util/db/adapter/DBInstantDB.getSequenceSql:(Ljava/lang/Object;)Ljava/lang/String;]
DBInstantDB.getStringDelimiter ( ) : char
[mangled: org/apache/turbine/util/db/adapter/DBInstantDB.getStringDelimiter:()C]
DBInstantDB.ignoreCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBInstantDB.ignoreCase:(Ljava/lang/String;)Ljava/lang/String;]
DBInstantDB.init ( String url, String username, String password ) : void
[mangled: org/apache/turbine/util/db/adapter/DBInstantDB.init:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DBInstantDB.lockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBInstantDB.lockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
DBInstantDB.toUpperCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBInstantDB.toUpperCase:(Ljava/lang/String;)Ljava/lang/String;]
DBInstantDB.unlockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBInstantDB.unlockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
turbine-pool.jar, DBInterbase.class
package org.apache.turbine.util.db.adapter
DBInterbase.DBInterbase ( )
[mangled: org/apache/turbine/util/db/adapter/DBInterbase."<init>":()V]
DBInterbase.getIdSqlForAutoIncrement ( ) : String
[mangled: org/apache/turbine/util/db/adapter/DBInterbase.getIdSqlForAutoIncrement:()Ljava/lang/String;]
DBInterbase.getSequenceSql ( Object obj ) : String
[mangled: org/apache/turbine/util/db/adapter/DBInterbase.getSequenceSql:(Ljava/lang/Object;)Ljava/lang/String;]
DBInterbase.getStringDelimiter ( ) : char
[mangled: org/apache/turbine/util/db/adapter/DBInterbase.getStringDelimiter:()C]
DBInterbase.ignoreCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBInterbase.ignoreCase:(Ljava/lang/String;)Ljava/lang/String;]
DBInterbase.ignoreCaseInOrderBy ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBInterbase.ignoreCaseInOrderBy:(Ljava/lang/String;)Ljava/lang/String;]
DBInterbase.lockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBInterbase.lockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
DBInterbase.toUpperCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBInterbase.toUpperCase:(Ljava/lang/String;)Ljava/lang/String;]
DBInterbase.unlockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBInterbase.unlockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
turbine-pool.jar, DBMM.class
package org.apache.turbine.util.db.adapter
DBMM.DBMM ( )
[mangled: org/apache/turbine/util/db/adapter/DBMM."<init>":()V]
DBMM.getIdSqlForAutoIncrement ( ) : String
[mangled: org/apache/turbine/util/db/adapter/DBMM.getIdSqlForAutoIncrement:()Ljava/lang/String;]
DBMM.getLimitStyle ( ) : int
[mangled: org/apache/turbine/util/db/adapter/DBMM.getLimitStyle:()I]
DBMM.getSequenceSql ( Object obj ) : String
[mangled: org/apache/turbine/util/db/adapter/DBMM.getSequenceSql:(Ljava/lang/Object;)Ljava/lang/String;]
DBMM.getStringDelimiter ( ) : char
[mangled: org/apache/turbine/util/db/adapter/DBMM.getStringDelimiter:()C]
DBMM.ignoreCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBMM.ignoreCase:(Ljava/lang/String;)Ljava/lang/String;]
DBMM.lockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBMM.lockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
DBMM.supportsNativeLimit ( ) : boolean
[mangled: org/apache/turbine/util/db/adapter/DBMM.supportsNativeLimit:()Z]
DBMM.supportsNativeOffset ( ) : boolean
[mangled: org/apache/turbine/util/db/adapter/DBMM.supportsNativeOffset:()Z]
DBMM.toUpperCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBMM.toUpperCase:(Ljava/lang/String;)Ljava/lang/String;]
DBMM.unlockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBMM.unlockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
turbine-pool.jar, DBNone.class
package org.apache.turbine.util.db.adapter
DBNone.DBNone ( )
[mangled: org/apache/turbine/util/db/adapter/DBNone."<init>":()V]
DBNone.getConnection ( ) : Connection
[mangled: org/apache/turbine/util/db/adapter/DBNone.getConnection:()Ljava/sql/Connection;]
DBNone.getIdSqlForAutoIncrement ( ) : String
[mangled: org/apache/turbine/util/db/adapter/DBNone.getIdSqlForAutoIncrement:()Ljava/lang/String;]
DBNone.getSequenceSql ( Object obj ) : String
[mangled: org/apache/turbine/util/db/adapter/DBNone.getSequenceSql:(Ljava/lang/Object;)Ljava/lang/String;]
DBNone.getStringDelimiter ( ) : char
[mangled: org/apache/turbine/util/db/adapter/DBNone.getStringDelimiter:()C]
DBNone.ignoreCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBNone.ignoreCase:(Ljava/lang/String;)Ljava/lang/String;]
DBNone.init ( String url, String username, String password ) : void
[mangled: org/apache/turbine/util/db/adapter/DBNone.init:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DBNone.lockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBNone.lockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
DBNone.toUpperCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBNone.toUpperCase:(Ljava/lang/String;)Ljava/lang/String;]
DBNone.unlockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBNone.unlockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
turbine-pool.jar, DBOracle.class
package org.apache.turbine.util.db.adapter
DBOracle.DBOracle ( )
[mangled: org/apache/turbine/util/db/adapter/DBOracle."<init>":()V]
DBOracle.getIdSqlForAutoIncrement ( ) : String
[mangled: org/apache/turbine/util/db/adapter/DBOracle.getIdSqlForAutoIncrement:()Ljava/lang/String;]
DBOracle.getSequenceSql ( Object sequenceName ) : String
[mangled: org/apache/turbine/util/db/adapter/DBOracle.getSequenceSql:(Ljava/lang/Object;)Ljava/lang/String;]
DBOracle.getStringDelimiter ( ) : char
[mangled: org/apache/turbine/util/db/adapter/DBOracle.getStringDelimiter:()C]
DBOracle.ignoreCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBOracle.ignoreCase:(Ljava/lang/String;)Ljava/lang/String;]
DBOracle.lockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBOracle.lockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
DBOracle.toUpperCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBOracle.toUpperCase:(Ljava/lang/String;)Ljava/lang/String;]
DBOracle.unlockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBOracle.unlockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
turbine-pool.jar, DBPostgres.class
package org.apache.turbine.util.db.adapter
DBPostgres.DBPostgres ( )
[mangled: org/apache/turbine/util/db/adapter/DBPostgres."<init>":()V]
DBPostgres.getIdSqlForAutoIncrement ( ) : String
[mangled: org/apache/turbine/util/db/adapter/DBPostgres.getIdSqlForAutoIncrement:()Ljava/lang/String;]
DBPostgres.getLimitStyle ( ) : int
[mangled: org/apache/turbine/util/db/adapter/DBPostgres.getLimitStyle:()I]
DBPostgres.getSequenceSql ( Object obj ) : String
[mangled: org/apache/turbine/util/db/adapter/DBPostgres.getSequenceSql:(Ljava/lang/Object;)Ljava/lang/String;]
DBPostgres.getStringDelimiter ( ) : char
[mangled: org/apache/turbine/util/db/adapter/DBPostgres.getStringDelimiter:()C]
DBPostgres.ignoreCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBPostgres.ignoreCase:(Ljava/lang/String;)Ljava/lang/String;]
DBPostgres.lockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBPostgres.lockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
DBPostgres.objectDataNeedsTrans ( ) : boolean
[mangled: org/apache/turbine/util/db/adapter/DBPostgres.objectDataNeedsTrans:()Z]
DBPostgres.supportsNativeLimit ( ) : boolean
[mangled: org/apache/turbine/util/db/adapter/DBPostgres.supportsNativeLimit:()Z]
DBPostgres.supportsNativeOffset ( ) : boolean
[mangled: org/apache/turbine/util/db/adapter/DBPostgres.supportsNativeOffset:()Z]
DBPostgres.toUpperCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBPostgres.toUpperCase:(Ljava/lang/String;)Ljava/lang/String;]
DBPostgres.unlockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBPostgres.unlockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
turbine-pool.jar, DBSybase.class
package org.apache.turbine.util.db.adapter
DBSybase.DBSybase ( )
[mangled: org/apache/turbine/util/db/adapter/DBSybase."<init>":()V]
DBSybase.getIdSqlForAutoIncrement ( ) : String
[mangled: org/apache/turbine/util/db/adapter/DBSybase.getIdSqlForAutoIncrement:()Ljava/lang/String;]
DBSybase.getLimitStyle ( ) : int
[mangled: org/apache/turbine/util/db/adapter/DBSybase.getLimitStyle:()I]
DBSybase.getSequenceSql ( Object obj ) : String
[mangled: org/apache/turbine/util/db/adapter/DBSybase.getSequenceSql:(Ljava/lang/Object;)Ljava/lang/String;]
DBSybase.getStringDelimiter ( ) : char
[mangled: org/apache/turbine/util/db/adapter/DBSybase.getStringDelimiter:()C]
DBSybase.ignoreCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBSybase.ignoreCase:(Ljava/lang/String;)Ljava/lang/String;]
DBSybase.lockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBSybase.lockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
DBSybase.supportsNativeLimit ( ) : boolean
[mangled: org/apache/turbine/util/db/adapter/DBSybase.supportsNativeLimit:()Z]
DBSybase.toUpperCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBSybase.toUpperCase:(Ljava/lang/String;)Ljava/lang/String;]
DBSybase.unlockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBSybase.unlockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
turbine-pool.jar, DBWeblogic.class
package org.apache.turbine.util.db.adapter
DBWeblogic.DBWeblogic ( )
[mangled: org/apache/turbine/util/db/adapter/DBWeblogic."<init>":()V]
DBWeblogic.getConnection ( ) : Connection
[mangled: org/apache/turbine/util/db/adapter/DBWeblogic.getConnection:()Ljava/sql/Connection;]
DBWeblogic.getIdSqlForAutoIncrement ( ) : String
[mangled: org/apache/turbine/util/db/adapter/DBWeblogic.getIdSqlForAutoIncrement:()Ljava/lang/String;]
DBWeblogic.getSequenceSql ( Object obj ) : String
[mangled: org/apache/turbine/util/db/adapter/DBWeblogic.getSequenceSql:(Ljava/lang/Object;)Ljava/lang/String;]
DBWeblogic.getStringDelimiter ( ) : char
[mangled: org/apache/turbine/util/db/adapter/DBWeblogic.getStringDelimiter:()C]
DBWeblogic.ignoreCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBWeblogic.ignoreCase:(Ljava/lang/String;)Ljava/lang/String;]
DBWeblogic.init ( String url, String username, String password ) : void
[mangled: org/apache/turbine/util/db/adapter/DBWeblogic.init:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DBWeblogic.lockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBWeblogic.lockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
DBWeblogic.toUpperCase ( String in ) : String
[mangled: org/apache/turbine/util/db/adapter/DBWeblogic.toUpperCase:(Ljava/lang/String;)Ljava/lang/String;]
DBWeblogic.unlockTable ( Connection con, String table ) : void
[mangled: org/apache/turbine/util/db/adapter/DBWeblogic.unlockTable:(Ljava/sql/Connection;Ljava/lang/String;)V]
turbine-pool.jar, DynamicURI.class
package org.apache.turbine.util
DynamicURI.addPathInfo ( ParameterParser pp ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addPathInfo:(Lorg/apache/turbine/util/ParameterParser;)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.addPathInfo ( String name, double value ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addPathInfo:(Ljava/lang/String;D)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.addPathInfo ( String name, Double value ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addPathInfo:(Ljava/lang/String;Ljava/lang/Double;)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.addPathInfo ( String name, int value ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addPathInfo:(Ljava/lang/String;I)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.addPathInfo ( String name, Integer value ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addPathInfo:(Ljava/lang/String;Ljava/lang/Integer;)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.addPathInfo ( String name, Long value ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addPathInfo:(Ljava/lang/String;Ljava/lang/Long;)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.addPathInfo ( String name, long value ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addPathInfo:(Ljava/lang/String;J)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.addPathInfo ( String name, String value ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addPathInfo:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.addQueryData ( ParameterParser pp ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addQueryData:(Lorg/apache/turbine/util/ParameterParser;)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.addQueryData ( String name, Double value ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addQueryData:(Ljava/lang/String;Ljava/lang/Double;)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.addQueryData ( String name, double value ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addQueryData:(Ljava/lang/String;D)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.addQueryData ( String name, int value ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addQueryData:(Ljava/lang/String;I)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.addQueryData ( String name, Integer value ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addQueryData:(Ljava/lang/String;Ljava/lang/Integer;)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.addQueryData ( String name, Long value ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addQueryData:(Ljava/lang/String;Ljava/lang/Long;)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.addQueryData ( String name, long value ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addQueryData:(Ljava/lang/String;J)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.addQueryData ( String name, String value ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.addQueryData:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.DynamicURI ( RunData data )
[mangled: org/apache/turbine/util/DynamicURI."<init>":(Lorg/apache/turbine/util/RunData;)V]
DynamicURI.DynamicURI ( RunData data, boolean redirect )
[mangled: org/apache/turbine/util/DynamicURI."<init>":(Lorg/apache/turbine/util/RunData;Z)V]
DynamicURI.DynamicURI ( RunData data, String screen )
[mangled: org/apache/turbine/util/DynamicURI."<init>":(Lorg/apache/turbine/util/RunData;Ljava/lang/String;)V]
DynamicURI.DynamicURI ( RunData data, String screen, boolean redirect )
[mangled: org/apache/turbine/util/DynamicURI."<init>":(Lorg/apache/turbine/util/RunData;Ljava/lang/String;Z)V]
DynamicURI.DynamicURI ( RunData data, String screen, String action )
[mangled: org/apache/turbine/util/DynamicURI."<init>":(Lorg/apache/turbine/util/RunData;Ljava/lang/String;Ljava/lang/String;)V]
DynamicURI.DynamicURI ( RunData data, String screen, String action, boolean redirect )
[mangled: org/apache/turbine/util/DynamicURI."<init>":(Lorg/apache/turbine/util/RunData;Ljava/lang/String;Ljava/lang/String;Z)V]
DynamicURI.DynamicURI ( ServerData sd )
[mangled: org/apache/turbine/util/DynamicURI."<init>":(Lorg/apache/turbine/util/ServerData;)V]
DynamicURI.DynamicURI ( ServerData sd, boolean redirect )
[mangled: org/apache/turbine/util/DynamicURI."<init>":(Lorg/apache/turbine/util/ServerData;Z)V]
DynamicURI.DynamicURI ( ServerData sd, String screen )
[mangled: org/apache/turbine/util/DynamicURI."<init>":(Lorg/apache/turbine/util/ServerData;Ljava/lang/String;)V]
DynamicURI.DynamicURI ( ServerData sd, String screen, boolean redirect )
[mangled: org/apache/turbine/util/DynamicURI."<init>":(Lorg/apache/turbine/util/ServerData;Ljava/lang/String;Z)V]
DynamicURI.DynamicURI ( ServerData sd, String screen, String action )
[mangled: org/apache/turbine/util/DynamicURI."<init>":(Lorg/apache/turbine/util/ServerData;Ljava/lang/String;Ljava/lang/String;)V]
DynamicURI.DynamicURI ( ServerData sd, String screen, String action, boolean redirect )
[mangled: org/apache/turbine/util/DynamicURI."<init>":(Lorg/apache/turbine/util/ServerData;Ljava/lang/String;Ljava/lang/String;Z)V]
DynamicURI.getA ( String name ) : String
[mangled: org/apache/turbine/util/DynamicURI.getA:(Ljava/lang/String;)Ljava/lang/String;]
DynamicURI.getScriptName ( ) : String
[mangled: org/apache/turbine/util/DynamicURI.getScriptName:()Ljava/lang/String;]
DynamicURI.getServerData ( ) : ServerData
[mangled: org/apache/turbine/util/DynamicURI.getServerData:()Lorg/apache/turbine/util/ServerData;]
DynamicURI.getServerName ( ) : String
[mangled: org/apache/turbine/util/DynamicURI.getServerName:()Ljava/lang/String;]
DynamicURI.getServerPort ( ) : int
[mangled: org/apache/turbine/util/DynamicURI.getServerPort:()I]
DynamicURI.getServerScheme ( ) : String
[mangled: org/apache/turbine/util/DynamicURI.getServerScheme:()Ljava/lang/String;]
DynamicURI.removePathInfo ( ) : void
[mangled: org/apache/turbine/util/DynamicURI.removePathInfo:()V]
DynamicURI.removePathInfo ( String name ) : void
[mangled: org/apache/turbine/util/DynamicURI.removePathInfo:(Ljava/lang/String;)V]
DynamicURI.removeQueryData ( ) : void
[mangled: org/apache/turbine/util/DynamicURI.removeQueryData:()V]
DynamicURI.removeQueryData ( String name ) : void
[mangled: org/apache/turbine/util/DynamicURI.removeQueryData:(Ljava/lang/String;)V]
DynamicURI.setAction ( String action ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.setAction:(Ljava/lang/String;)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.setScreen ( String screen ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.setScreen:(Ljava/lang/String;)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.setScriptName ( String name ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.setScriptName:(Ljava/lang/String;)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.setSecure ( ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.setSecure:()Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.setSecure ( int port ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.setSecure:(I)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.setServerData ( ServerData sd ) : void
[mangled: org/apache/turbine/util/DynamicURI.setServerData:(Lorg/apache/turbine/util/ServerData;)V]
DynamicURI.setServerName ( String name ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.setServerName:(Ljava/lang/String;)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.setServerPort ( int port ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.setServerPort:(I)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.setServerScheme ( String scheme ) : DynamicURI
[mangled: org/apache/turbine/util/DynamicURI.setServerScheme:(Ljava/lang/String;)Lorg/apache/turbine/util/DynamicURI;]
DynamicURI.toString ( ) : String
[mangled: org/apache/turbine/util/DynamicURI.toString:()Ljava/lang/String;]
DynamicURI.toString ( RunData data ) [static] : String
[mangled: org/apache/turbine/util/DynamicURI.toString:(Lorg/apache/turbine/util/RunData;)Ljava/lang/String;]
turbine-pool.jar, FormMessage.class
package org.apache.turbine.util
FormMessage.FormMessage ( )
[mangled: org/apache/turbine/util/FormMessage."<init>":()V]
FormMessage.FormMessage ( String formName )
[mangled: org/apache/turbine/util/FormMessage."<init>":(Ljava/lang/String;)V]
FormMessage.FormMessage ( String formName, String fieldName )
[mangled: org/apache/turbine/util/FormMessage."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
FormMessage.FormMessage ( String formName, String fieldName, String message )
[mangled: org/apache/turbine/util/FormMessage."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
FormMessage.getFieldNames ( ) : String[ ]
[mangled: org/apache/turbine/util/FormMessage.getFieldNames:()[Ljava/lang/String;]
FormMessage.getFormName ( ) : String
[mangled: org/apache/turbine/util/FormMessage.getFormName:()Ljava/lang/String;]
FormMessage.getMessage ( ) : String
[mangled: org/apache/turbine/util/FormMessage.getMessage:()Ljava/lang/String;]
FormMessage.setFieldName ( String fieldName ) : void
[mangled: org/apache/turbine/util/FormMessage.setFieldName:(Ljava/lang/String;)V]
FormMessage.setFormName ( String formName ) : void
[mangled: org/apache/turbine/util/FormMessage.setFormName:(Ljava/lang/String;)V]
FormMessage.setMessage ( String message ) : void
[mangled: org/apache/turbine/util/FormMessage.setMessage:(Ljava/lang/String;)V]
turbine-pool.jar, FormMessages.class
package org.apache.turbine.util
FormMessages.FormMessages ( )
[mangled: org/apache/turbine/util/FormMessages."<init>":()V]
FormMessages.getFormMessages ( String formName ) : FormMessage[ ]
[mangled: org/apache/turbine/util/FormMessages.getFormMessages:(Ljava/lang/String;)[Lorg/apache/turbine/util/FormMessage;]
FormMessages.setMessage ( String formName, String fieldName, long returnCode ) : void
[mangled: org/apache/turbine/util/FormMessages.setMessage:(Ljava/lang/String;Ljava/lang/String;J)V]
FormMessages.setMessage ( String formName, String fieldName, String messageName ) : void
[mangled: org/apache/turbine/util/FormMessages.setMessage:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
turbine-pool.jar, GenerateUniqueId.class
package org.apache.turbine.util
GenerateUniqueId.GenerateUniqueId ( )
[mangled: org/apache/turbine/util/GenerateUniqueId."<init>":()V]
GenerateUniqueId.getIdentifier ( ) [static] : String
[mangled: org/apache/turbine/util/GenerateUniqueId.getIdentifier:()Ljava/lang/String;]
GenerateUniqueId.getIdentifier ( String jsIdent ) : String
[mangled: org/apache/turbine/util/GenerateUniqueId.getIdentifier:(Ljava/lang/String;)Ljava/lang/String;]
GenerateUniqueId.main ( String[ ] args ) [static] : void
[mangled: org/apache/turbine/util/GenerateUniqueId.main:([Ljava/lang/String;)V]
turbine-pool.jar, GenericResources.class
package org.apache.turbine.services.resources
GenericResources.getStringArray ( String name ) : String[ ]
[mangled: org/apache/turbine/services/resources/GenericResources.getStringArray:(Ljava/lang/String;)[Ljava/lang/String;]
turbine-pool.jar, Initable.class
package org.apache.turbine.services
Initable.getInit ( ) [abstract] : boolean
[mangled: org/apache/turbine/services/Initable.getInit:()Z]
Initable.init ( ) [abstract] : void
[mangled: org/apache/turbine/services/Initable.init:()V]
Initable.init ( Object p1 ) [abstract] : void
[mangled: org/apache/turbine/services/Initable.init:(Ljava/lang/Object;)V]
Initable.setInitableBroker ( InitableBroker p1 ) [abstract] : void
[mangled: org/apache/turbine/services/Initable.setInitableBroker:(Lorg/apache/turbine/services/InitableBroker;)V]
Initable.shutdown ( ) [abstract] : void
[mangled: org/apache/turbine/services/Initable.shutdown:()V]
turbine-pool.jar, InitableBroker.class
package org.apache.turbine.services
InitableBroker.getInitable ( String p1 ) [abstract] : Initable
[mangled: org/apache/turbine/services/InitableBroker.getInitable:(Ljava/lang/String;)Lorg/apache/turbine/services/Initable;]
InitableBroker.initClass ( String p1, Object p2 ) [abstract] : void
[mangled: org/apache/turbine/services/InitableBroker.initClass:(Ljava/lang/String;Ljava/lang/Object;)V]
InitableBroker.shutdownClass ( String p1 ) [abstract] : void
[mangled: org/apache/turbine/services/InitableBroker.shutdownClass:(Ljava/lang/String;)V]
turbine-pool.jar, InitializationException.class
package org.apache.turbine.services
InitializationException.InitializationException ( String msg )
[mangled: org/apache/turbine/services/InitializationException."<init>":(Ljava/lang/String;)V]
turbine-pool.jar, InstantiationException.class
package org.apache.turbine.services
InstantiationException.InstantiationException ( String msg )
[mangled: org/apache/turbine/services/InstantiationException."<init>":(Ljava/lang/String;)V]
turbine-pool.jar, ObjectUtils.class
package org.apache.turbine.util
ObjectUtils.addOnce ( Vector v, Object o ) [static] : void
[mangled: org/apache/turbine/util/ObjectUtils.addOnce:(Ljava/util/Vector;Ljava/lang/Object;)V]
ObjectUtils.equals ( String s1, String s2 ) [static] : boolean
[mangled: org/apache/turbine/util/ObjectUtils.equals:(Ljava/lang/String;Ljava/lang/String;)Z]
ObjectUtils.isNull ( Object o, Object dflt ) [static] : Object
[mangled: org/apache/turbine/util/ObjectUtils.isNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
ObjectUtils.ObjectUtils ( )
[mangled: org/apache/turbine/util/ObjectUtils."<init>":()V]
turbine-pool.jar, ParameterParser.class
package org.apache.turbine.util
ParameterParser.add ( String name, double value ) : void
[mangled: org/apache/turbine/util/ParameterParser.add:(Ljava/lang/String;D)V]
ParameterParser.add ( String name, int value ) : void
[mangled: org/apache/turbine/util/ParameterParser.add:(Ljava/lang/String;I)V]
ParameterParser.add ( String name, long value ) : void
[mangled: org/apache/turbine/util/ParameterParser.add:(Ljava/lang/String;J)V]
ParameterParser.add ( String name, String value ) : void
[mangled: org/apache/turbine/util/ParameterParser.add:(Ljava/lang/String;Ljava/lang/String;)V]
ParameterParser.append ( String name, FileItem value ) : void
[mangled: org/apache/turbine/util/ParameterParser.append:(Ljava/lang/String;Lorg/apache/turbine/util/upload/FileItem;)V]
ParameterParser.append ( String name, String value ) : void
[mangled: org/apache/turbine/util/ParameterParser.append:(Ljava/lang/String;Ljava/lang/String;)V]
ParameterParser.containsDateSelectorKeys ( String key ) : boolean
[mangled: org/apache/turbine/util/ParameterParser.containsDateSelectorKeys:(Ljava/lang/String;)Z]
ParameterParser.containsKey ( Object key ) : boolean
[mangled: org/apache/turbine/util/ParameterParser.containsKey:(Ljava/lang/Object;)Z]
ParameterParser.convert ( String value ) [static] : String
[mangled: org/apache/turbine/util/ParameterParser.convert:(Ljava/lang/String;)Ljava/lang/String;]
ParameterParser.getBool ( String name ) : Boolean
[mangled: org/apache/turbine/util/ParameterParser.getBool:(Ljava/lang/String;)Ljava/lang/Boolean;]
ParameterParser.getBool ( String name, boolean defaultValue ) : Boolean
[mangled: org/apache/turbine/util/ParameterParser.getBool:(Ljava/lang/String;Z)Ljava/lang/Boolean;]
ParameterParser.getBoolean ( String name ) : boolean
[mangled: org/apache/turbine/util/ParameterParser.getBoolean:(Ljava/lang/String;)Z]
ParameterParser.getBoolean ( String name, boolean defaultValue ) : boolean
[mangled: org/apache/turbine/util/ParameterParser.getBoolean:(Ljava/lang/String;Z)Z]
ParameterParser.getByte ( String name ) : byte
[mangled: org/apache/turbine/util/ParameterParser.getByte:(Ljava/lang/String;)B]
ParameterParser.getByte ( String name, byte defaultValue ) : byte
[mangled: org/apache/turbine/util/ParameterParser.getByte:(Ljava/lang/String;B)B]
ParameterParser.getBytes ( String name ) : byte[ ]
[mangled: org/apache/turbine/util/ParameterParser.getBytes:(Ljava/lang/String;)[B]
ParameterParser.getDate ( String name ) : Date
[mangled: org/apache/turbine/util/ParameterParser.getDate:(Ljava/lang/String;)Ljava/util/Date;]
ParameterParser.getDate ( String name, DateFormat df ) : Date
[mangled: org/apache/turbine/util/ParameterParser.getDate:(Ljava/lang/String;Ljava/text/DateFormat;)Ljava/util/Date;]
ParameterParser.getDate ( String name, DateFormat df, Date defaultValue ) : Date
[mangled: org/apache/turbine/util/ParameterParser.getDate:(Ljava/lang/String;Ljava/text/DateFormat;Ljava/util/Date;)Ljava/util/Date;]
ParameterParser.getDouble ( String name ) : double
[mangled: org/apache/turbine/util/ParameterParser.getDouble:(Ljava/lang/String;)D]
ParameterParser.getDouble ( String name, double defaultValue ) : double
[mangled: org/apache/turbine/util/ParameterParser.getDouble:(Ljava/lang/String;D)D]
ParameterParser.getFileItem ( String name ) : FileItem
[mangled: org/apache/turbine/util/ParameterParser.getFileItem:(Ljava/lang/String;)Lorg/apache/turbine/util/upload/FileItem;]
ParameterParser.getFileItems ( String name ) : FileItem[ ]
[mangled: org/apache/turbine/util/ParameterParser.getFileItems:(Ljava/lang/String;)[Lorg/apache/turbine/util/upload/FileItem;]
ParameterParser.getInt ( String name ) : int
[mangled: org/apache/turbine/util/ParameterParser.getInt:(Ljava/lang/String;)I]
ParameterParser.getInt ( String name, int defaultValue ) : int
[mangled: org/apache/turbine/util/ParameterParser.getInt:(Ljava/lang/String;I)I]
ParameterParser.getInteger ( String name ) : Integer
[mangled: org/apache/turbine/util/ParameterParser.getInteger:(Ljava/lang/String;)Ljava/lang/Integer;]
ParameterParser.getInteger ( String name, int defaultValue ) : Integer
[mangled: org/apache/turbine/util/ParameterParser.getInteger:(Ljava/lang/String;I)Ljava/lang/Integer;]
ParameterParser.getInteger ( String name, Integer def ) : Integer
[mangled: org/apache/turbine/util/ParameterParser.getInteger:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;]
ParameterParser.getIntegers ( String name ) : Integer[ ]
[mangled: org/apache/turbine/util/ParameterParser.getIntegers:(Ljava/lang/String;)[Ljava/lang/Integer;]
ParameterParser.getInts ( String name ) : int[ ]
[mangled: org/apache/turbine/util/ParameterParser.getInts:(Ljava/lang/String;)[I]
ParameterParser.getLong ( String name ) : long
[mangled: org/apache/turbine/util/ParameterParser.getLong:(Ljava/lang/String;)J]
ParameterParser.getLong ( String name, long defaultValue ) : long
[mangled: org/apache/turbine/util/ParameterParser.getLong:(Ljava/lang/String;J)J]
ParameterParser.getLongObjects ( String name ) : Long[ ]
[mangled: org/apache/turbine/util/ParameterParser.getLongObjects:(Ljava/lang/String;)[Ljava/lang/Long;]
ParameterParser.getLongs ( String name ) : long[ ]
[mangled: org/apache/turbine/util/ParameterParser.getLongs:(Ljava/lang/String;)[J]
ParameterParser.getObject ( String name ) : Object
[mangled: org/apache/turbine/util/ParameterParser.getObject:(Ljava/lang/String;)Ljava/lang/Object;]
ParameterParser.getObjects ( String name ) : Object[ ]
[mangled: org/apache/turbine/util/ParameterParser.getObjects:(Ljava/lang/String;)[Ljava/lang/Object;]
ParameterParser.getString ( String name ) : String
[mangled: org/apache/turbine/util/ParameterParser.getString:(Ljava/lang/String;)Ljava/lang/String;]
ParameterParser.getString ( String name, String defaultValue ) : String
[mangled: org/apache/turbine/util/ParameterParser.getString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
ParameterParser.getStrings ( String name ) : String[ ]
[mangled: org/apache/turbine/util/ParameterParser.getStrings:(Ljava/lang/String;)[Ljava/lang/String;]
ParameterParser.getStrings ( String name, String[ ] defaultValue ) : String[ ]
[mangled: org/apache/turbine/util/ParameterParser.getStrings:(Ljava/lang/String;[Ljava/lang/String;)[Ljava/lang/String;]
ParameterParser.ParameterParser ( HttpServletRequest req )
[mangled: org/apache/turbine/util/ParameterParser."<init>":(Ljavax/servlet/http/HttpServletRequest;)V]
ParameterParser.setProperties ( Object bean ) : void
[mangled: org/apache/turbine/util/ParameterParser.setProperties:(Ljava/lang/Object;)V]
ParameterParser.toString ( ) : String
[mangled: org/apache/turbine/util/ParameterParser.toString:()Ljava/lang/String;]
turbine-pool.jar, PoolBrokerService.class
package org.apache.turbine.services.db
PoolBrokerService.addDatabaseMap ( DatabaseMap map ) : void
[mangled: org/apache/turbine/services/db/PoolBrokerService.addDatabaseMap:(Lorg/apache/turbine/util/db/map/DatabaseMap;)V]
PoolBrokerService.addDatabaseMap ( String name ) : void
[mangled: org/apache/turbine/services/db/PoolBrokerService.addDatabaseMap:(Ljava/lang/String;)V]
PoolBrokerService.getConnection ( ) : DBConnection
[mangled: org/apache/turbine/services/db/PoolBrokerService.getConnection:()Lorg/apache/turbine/util/db/pool/DBConnection;]
PoolBrokerService.getConnection ( String driver, String url, String username, String password ) : DBConnection
[mangled: org/apache/turbine/services/db/PoolBrokerService.getConnection:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/turbine/util/db/pool/DBConnection;]
PoolBrokerService.getConnection ( String name ) : DBConnection
[mangled: org/apache/turbine/services/db/PoolBrokerService.getConnection:(Ljava/lang/String;)Lorg/apache/turbine/util/db/pool/DBConnection;]
PoolBrokerService.getDatabaseMap ( ) : DatabaseMap
[mangled: org/apache/turbine/services/db/PoolBrokerService.getDatabaseMap:()Lorg/apache/turbine/util/db/map/DatabaseMap;]
PoolBrokerService.getDatabaseMap ( String name ) : DatabaseMap
[mangled: org/apache/turbine/services/db/PoolBrokerService.getDatabaseMap:(Ljava/lang/String;)Lorg/apache/turbine/util/db/map/DatabaseMap;]
PoolBrokerService.getDB ( ) : DB
[mangled: org/apache/turbine/services/db/PoolBrokerService.getDB:()Lorg/apache/turbine/util/db/adapter/DB;]
PoolBrokerService.getDB ( String name ) : DB
[mangled: org/apache/turbine/services/db/PoolBrokerService.getDB:(Ljava/lang/String;)Lorg/apache/turbine/util/db/adapter/DB;]
PoolBrokerService.getInstance ( ) [static] : PoolBrokerService
[mangled: org/apache/turbine/services/db/PoolBrokerService.getInstance:()Lorg/apache/turbine/services/db/PoolBrokerService;]
PoolBrokerService.PoolBrokerService ( )
[mangled: org/apache/turbine/services/db/PoolBrokerService."<init>":()V]
PoolBrokerService.releaseConnection ( DBConnection connection ) : void
[mangled: org/apache/turbine/services/db/PoolBrokerService.releaseConnection:(Lorg/apache/turbine/util/db/pool/DBConnection;)V]
PoolBrokerService.shutdown ( ) : void
[mangled: org/apache/turbine/services/db/PoolBrokerService.shutdown:()V]
turbine-pool.jar, QuickSort.class
package org.apache.turbine.util
QuickSort.QuickSort ( )
[mangled: org/apache/turbine/util/QuickSort."<init>":()V]
QuickSort.quickSort ( Object[ ] s, int lo, int hi, Comparable cmp ) [static] : void
[mangled: org/apache/turbine/util/QuickSort.quickSort:([Ljava/lang/Object;IILorg/apache/turbine/util/Comparable;)V]
QuickSort.sort ( Object[ ] data, Comparable cmp ) : void
[mangled: org/apache/turbine/util/QuickSort.sort:([Ljava/lang/Object;Lorg/apache/turbine/util/Comparable;)V]
turbine-pool.jar, RunData.class
package org.apache.turbine.util
RunData.addMessage ( Element msg ) : void
[mangled: org/apache/turbine/util/RunData.addMessage:(Lorg/apache/ecs/Element;)V]
RunData.addMessage ( String msg ) : void
[mangled: org/apache/turbine/util/RunData.addMessage:(Ljava/lang/String;)V]
RunData.getACL ( ) : AccessControlList
[mangled: org/apache/turbine/util/RunData.getACL:()Lorg/apache/turbine/util/security/AccessControlList;]
RunData.getAction ( ) : String
[mangled: org/apache/turbine/util/RunData.getAction:()Ljava/lang/String;]
RunData.getCharSet ( ) : String
[mangled: org/apache/turbine/util/RunData.getCharSet:()Ljava/lang/String;]
RunData.getContentType ( ) : String
[mangled: org/apache/turbine/util/RunData.getContentType:()Ljava/lang/String;]
RunData.getJNDIContexts ( ) : Hashtable
[mangled: org/apache/turbine/util/RunData.getJNDIContexts:()Ljava/util/Hashtable;]
RunData.getLayout ( ) : String
[mangled: org/apache/turbine/util/RunData.getLayout:()Ljava/lang/String;]
RunData.getMessage ( ) : String
[mangled: org/apache/turbine/util/RunData.getMessage:()Ljava/lang/String;]
RunData.getMessageAsHTML ( ) : StringElement
[mangled: org/apache/turbine/util/RunData.getMessageAsHTML:()Lorg/apache/ecs/StringElement;]
RunData.getMessages ( ) : FormMessages
[mangled: org/apache/turbine/util/RunData.getMessages:()Lorg/apache/turbine/util/FormMessages;]
RunData.getOut ( ) : PrintWriter
[mangled: org/apache/turbine/util/RunData.getOut:()Ljava/io/PrintWriter;]
RunData.getPage ( ) : Document
[mangled: org/apache/turbine/util/RunData.getPage:()Lorg/apache/ecs/Document;]
RunData.getParameters ( ) : ParameterParser
[mangled: org/apache/turbine/util/RunData.getParameters:()Lorg/apache/turbine/util/ParameterParser;]
RunData.getRedirectURI ( ) : String
[mangled: org/apache/turbine/util/RunData.getRedirectURI:()Ljava/lang/String;]
RunData.getRemoteAddr ( ) : String
[mangled: org/apache/turbine/util/RunData.getRemoteAddr:()Ljava/lang/String;]
RunData.getRemoteHost ( ) : String
[mangled: org/apache/turbine/util/RunData.getRemoteHost:()Ljava/lang/String;]
RunData.getRequest ( ) : HttpServletRequest
[mangled: org/apache/turbine/util/RunData.getRequest:()Ljavax/servlet/http/HttpServletRequest;]
RunData.getResponse ( ) : HttpServletResponse
[mangled: org/apache/turbine/util/RunData.getResponse:()Ljavax/servlet/http/HttpServletResponse;]
RunData.getScreen ( ) : String
[mangled: org/apache/turbine/util/RunData.getScreen:()Ljava/lang/String;]
RunData.getScriptName ( ) : String
[mangled: org/apache/turbine/util/RunData.getScriptName:()Ljava/lang/String;]
RunData.getServerData ( ) : ServerData
[mangled: org/apache/turbine/util/RunData.getServerData:()Lorg/apache/turbine/util/ServerData;]
RunData.getServerName ( ) : String
[mangled: org/apache/turbine/util/RunData.getServerName:()Ljava/lang/String;]
RunData.getServerPort ( ) : int
[mangled: org/apache/turbine/util/RunData.getServerPort:()I]
RunData.getServerScheme ( ) : String
[mangled: org/apache/turbine/util/RunData.getServerScheme:()Ljava/lang/String;]
RunData.getServletConfig ( ) : ServletConfig
[mangled: org/apache/turbine/util/RunData.getServletConfig:()Ljavax/servlet/ServletConfig;]
RunData.getServletContext ( ) : ServletContext
[mangled: org/apache/turbine/util/RunData.getServletContext:()Ljavax/servlet/ServletContext;]
RunData.getSession ( ) : HttpSession
[mangled: org/apache/turbine/util/RunData.getSession:()Ljavax/servlet/http/HttpSession;]
RunData.getStatusCode ( ) : int
[mangled: org/apache/turbine/util/RunData.getStatusCode:()I]
RunData.getSystemErrors ( ) : SystemError[ ]
[mangled: org/apache/turbine/util/RunData.getSystemErrors:()[Lorg/apache/turbine/util/SystemError;]
RunData.getTemplateInfo ( ) : TemplateInfo
[mangled: org/apache/turbine/util/RunData.getTemplateInfo:()Lorg/apache/turbine/util/template/TemplateInfo;]
RunData.getTitle ( ) : String
[mangled: org/apache/turbine/util/RunData.getTitle:()Ljava/lang/String;]
RunData.getUser ( ) : User
[mangled: org/apache/turbine/util/RunData.getUser:()Lorg/apache/turbine/om/security/User;]
RunData.getUserAgent ( ) : String
[mangled: org/apache/turbine/util/RunData.getUserAgent:()Ljava/lang/String;]
RunData.getUserFromSession ( ) : User
[mangled: org/apache/turbine/util/RunData.getUserFromSession:()Lorg/apache/turbine/om/security/User;]
RunData.getUserFromSession ( HttpSession session ) [static] : User
[mangled: org/apache/turbine/util/RunData.getUserFromSession:(Ljavax/servlet/http/HttpSession;)Lorg/apache/turbine/om/security/User;]
RunData.hasAction ( ) : boolean
[mangled: org/apache/turbine/util/RunData.hasAction:()Z]
RunData.hasMessage ( ) : boolean
[mangled: org/apache/turbine/util/RunData.hasMessage:()Z]
RunData.hasScreen ( ) : boolean
[mangled: org/apache/turbine/util/RunData.hasScreen:()Z]
RunData.isOutSet ( ) : boolean
[mangled: org/apache/turbine/util/RunData.isOutSet:()Z]
RunData.isPageSet ( ) : boolean
[mangled: org/apache/turbine/util/RunData.isPageSet:()Z]
RunData.populate ( ) : void
[mangled: org/apache/turbine/util/RunData.populate:()V]
RunData.removeUserFromSession ( ) : boolean
[mangled: org/apache/turbine/util/RunData.removeUserFromSession:()Z]
RunData.removeUserFromSession ( HttpSession session ) [static] : boolean
[mangled: org/apache/turbine/util/RunData.removeUserFromSession:(Ljavax/servlet/http/HttpSession;)Z]
RunData.RunData ( )
[mangled: org/apache/turbine/util/RunData."<init>":()V]
RunData.save ( ) : void
[mangled: org/apache/turbine/util/RunData.save:()V]
RunData.setACL ( AccessControlList acl ) : void
[mangled: org/apache/turbine/util/RunData.setACL:(Lorg/apache/turbine/util/security/AccessControlList;)V]
RunData.setAction ( String action ) : void
[mangled: org/apache/turbine/util/RunData.setAction:(Ljava/lang/String;)V]
RunData.setCharSet ( String lcharset ) : void
[mangled: org/apache/turbine/util/RunData.setCharSet:(Ljava/lang/String;)V]
RunData.setContentType ( String ct ) : void
[mangled: org/apache/turbine/util/RunData.setContentType:(Ljava/lang/String;)V]
RunData.setJNDIContexts ( Hashtable contexts ) : void
[mangled: org/apache/turbine/util/RunData.setJNDIContexts:(Ljava/util/Hashtable;)V]
RunData.setLayout ( String layout ) : void
[mangled: org/apache/turbine/util/RunData.setLayout:(Ljava/lang/String;)V]
RunData.setMessage ( Element msg ) : void
[mangled: org/apache/turbine/util/RunData.setMessage:(Lorg/apache/ecs/Element;)V]
RunData.setMessage ( String msg ) : void
[mangled: org/apache/turbine/util/RunData.setMessage:(Ljava/lang/String;)V]
RunData.setMessages ( FormMessages msgs ) : void
[mangled: org/apache/turbine/util/RunData.setMessages:(Lorg/apache/turbine/util/FormMessages;)V]
RunData.setOut ( PrintWriter out ) : void
[mangled: org/apache/turbine/util/RunData.setOut:(Ljava/io/PrintWriter;)V]
RunData.setParameters ( ParameterParser params ) : void
[mangled: org/apache/turbine/util/RunData.setParameters:(Lorg/apache/turbine/util/ParameterParser;)V]
RunData.setRedirectURI ( String ruri ) : void
[mangled: org/apache/turbine/util/RunData.setRedirectURI:(Ljava/lang/String;)V]
RunData.setRequest ( HttpServletRequest req ) : void
[mangled: org/apache/turbine/util/RunData.setRequest:(Ljavax/servlet/http/HttpServletRequest;)V]
RunData.setResponse ( HttpServletResponse res ) : void
[mangled: org/apache/turbine/util/RunData.setResponse:(Ljavax/servlet/http/HttpServletResponse;)V]
RunData.setScreen ( String screen ) : void
[mangled: org/apache/turbine/util/RunData.setScreen:(Ljava/lang/String;)V]
RunData.setScriptName ( String sn ) : void
[mangled: org/apache/turbine/util/RunData.setScriptName:(Ljava/lang/String;)V]
RunData.setServerData ( ServerData serverData ) : void
[mangled: org/apache/turbine/util/RunData.setServerData:(Lorg/apache/turbine/util/ServerData;)V]
RunData.setServerName ( String sn ) : void
[mangled: org/apache/turbine/util/RunData.setServerName:(Ljava/lang/String;)V]
RunData.setServerPort ( int port ) : void
[mangled: org/apache/turbine/util/RunData.setServerPort:(I)V]
RunData.setServerScheme ( String ss ) : void
[mangled: org/apache/turbine/util/RunData.setServerScheme:(Ljava/lang/String;)V]
RunData.setServletConfig ( ServletConfig config ) : void
[mangled: org/apache/turbine/util/RunData.setServletConfig:(Ljavax/servlet/ServletConfig;)V]
RunData.setSession ( HttpSession sess ) : void
[mangled: org/apache/turbine/util/RunData.setSession:(Ljavax/servlet/http/HttpSession;)V]
RunData.setStatusCode ( int sc ) : void
[mangled: org/apache/turbine/util/RunData.setStatusCode:(I)V]
RunData.setSystemError ( SystemError err ) : void
[mangled: org/apache/turbine/util/RunData.setSystemError:(Lorg/apache/turbine/util/SystemError;)V]
RunData.setTitle ( String title ) : void
[mangled: org/apache/turbine/util/RunData.setTitle:(Ljava/lang/String;)V]
RunData.setUser ( User user ) : void
[mangled: org/apache/turbine/util/RunData.setUser:(Lorg/apache/turbine/om/security/User;)V]
RunData.unsetMessage ( ) : void
[mangled: org/apache/turbine/util/RunData.unsetMessage:()V]
RunData.userExists ( ) : boolean
[mangled: org/apache/turbine/util/RunData.userExists:()Z]
turbine-pool.jar, RunDataFactory.class
package org.apache.turbine.util
RunDataFactory.getRunData ( HttpServletRequest req, HttpServletResponse res, ServletConfig config ) [static] : RunData
[mangled: org/apache/turbine/util/RunDataFactory.getRunData:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljavax/servlet/ServletConfig;)Lorg/apache/turbine/util/RunData;]
RunDataFactory.RunDataFactory ( )
[mangled: org/apache/turbine/util/RunDataFactory."<init>":()V]
turbine-pool.jar, SecurityCheck.class
package org.apache.turbine.util
SecurityCheck.getFailScreen ( ) : String
[mangled: org/apache/turbine/util/SecurityCheck.getFailScreen:()Ljava/lang/String;]
SecurityCheck.getMessage ( ) : String
[mangled: org/apache/turbine/util/SecurityCheck.getMessage:()Ljava/lang/String;]
SecurityCheck.hasPermission ( Permission permission ) : boolean
[mangled: org/apache/turbine/util/SecurityCheck.hasPermission:(Lorg/apache/turbine/om/security/Permission;)Z]
SecurityCheck.hasPermission ( String permission ) : boolean
[mangled: org/apache/turbine/util/SecurityCheck.hasPermission:(Ljava/lang/String;)Z]
SecurityCheck.hasRole ( Role role ) : boolean
[mangled: org/apache/turbine/util/SecurityCheck.hasRole:(Lorg/apache/turbine/om/security/Role;)Z]
SecurityCheck.hasRole ( String role ) : boolean
[mangled: org/apache/turbine/util/SecurityCheck.hasRole:(Ljava/lang/String;)Z]
SecurityCheck.SecurityCheck ( RunData data, String message, String failedScreen )
[mangled: org/apache/turbine/util/SecurityCheck."<init>":(Lorg/apache/turbine/util/RunData;Ljava/lang/String;Ljava/lang/String;)V]
turbine-pool.jar, ServerData.class
package org.apache.turbine.util
ServerData.getScriptName ( ) : String
[mangled: org/apache/turbine/util/ServerData.getScriptName:()Ljava/lang/String;]
ServerData.getServerName ( ) : String
[mangled: org/apache/turbine/util/ServerData.getServerName:()Ljava/lang/String;]
ServerData.getServerPort ( ) : int
[mangled: org/apache/turbine/util/ServerData.getServerPort:()I]
ServerData.getServerScheme ( ) : String
[mangled: org/apache/turbine/util/ServerData.getServerScheme:()Ljava/lang/String;]
ServerData.ServerData ( String serverName, int serverPort, String serverScheme, String scriptName )
[mangled: org/apache/turbine/util/ServerData."<init>":(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V]
ServerData.setScriptName ( String sname ) : void
[mangled: org/apache/turbine/util/ServerData.setScriptName:(Ljava/lang/String;)V]
ServerData.setServerName ( String sn ) : void
[mangled: org/apache/turbine/util/ServerData.setServerName:(Ljava/lang/String;)V]
ServerData.setServerPort ( int port ) : void
[mangled: org/apache/turbine/util/ServerData.setServerPort:(I)V]
ServerData.setServerScheme ( String ss ) : void
[mangled: org/apache/turbine/util/ServerData.setServerScheme:(Ljava/lang/String;)V]
turbine-pool.jar, Service.class
package org.apache.turbine.services
Service.setServiceBroker ( ServiceBroker p1 ) [abstract] : void
[mangled: org/apache/turbine/services/Service.setServiceBroker:(Lorg/apache/turbine/services/ServiceBroker;)V]
turbine-pool.jar, ServiceBroker.class
package org.apache.turbine.services
ServiceBroker.getProperties ( String p1 ) [abstract] : Properties
[mangled: org/apache/turbine/services/ServiceBroker.getProperties:(Ljava/lang/String;)Ljava/util/Properties;]
ServiceBroker.getService ( String p1 ) [abstract] : Service
[mangled: org/apache/turbine/services/ServiceBroker.getService:(Ljava/lang/String;)Lorg/apache/turbine/services/Service;]
ServiceBroker.initService ( String p1, Object p2 ) [abstract] : void
[mangled: org/apache/turbine/services/ServiceBroker.initService:(Ljava/lang/String;Ljava/lang/Object;)V]
ServiceBroker.initServices ( Object p1 ) [abstract] : void
[mangled: org/apache/turbine/services/ServiceBroker.initServices:(Ljava/lang/Object;)V]
ServiceBroker.shutdownService ( String p1 ) [abstract] : void
[mangled: org/apache/turbine/services/ServiceBroker.shutdownService:(Ljava/lang/String;)V]
ServiceBroker.shutdownServices ( ) [abstract] : void
[mangled: org/apache/turbine/services/ServiceBroker.shutdownServices:()V]
turbine-pool.jar, StringStackBuffer.class
package org.apache.turbine.util
StringStackBuffer.add ( String s ) : StringStackBuffer
[mangled: org/apache/turbine/util/StringStackBuffer.add:(Ljava/lang/String;)Lorg/apache/turbine/util/StringStackBuffer;]
StringStackBuffer.contains ( String s ) : boolean
[mangled: org/apache/turbine/util/StringStackBuffer.contains:(Ljava/lang/String;)Z]
StringStackBuffer.empty ( ) : boolean
[mangled: org/apache/turbine/util/StringStackBuffer.empty:()Z]
StringStackBuffer.get ( int i ) : String
[mangled: org/apache/turbine/util/StringStackBuffer.get:(I)Ljava/lang/String;]
StringStackBuffer.size ( ) : int
[mangled: org/apache/turbine/util/StringStackBuffer.size:()I]
StringStackBuffer.StringStackBuffer ( )
[mangled: org/apache/turbine/util/StringStackBuffer."<init>":()V]
StringStackBuffer.toString ( ) : String
[mangled: org/apache/turbine/util/StringStackBuffer.toString:()Ljava/lang/String;]
StringStackBuffer.toString ( String separator ) : String
[mangled: org/apache/turbine/util/StringStackBuffer.toString:(Ljava/lang/String;)Ljava/lang/String;]
turbine-pool.jar, StringUtils.class
package org.apache.turbine.util
StringUtils.isValid ( String foo ) [static] : boolean
[mangled: org/apache/turbine/util/StringUtils.isValid:(Ljava/lang/String;)Z]
StringUtils.makeString ( String foo ) [static] : String
[mangled: org/apache/turbine/util/StringUtils.makeString:(Ljava/lang/String;)Ljava/lang/String;]
StringUtils.stackTrace ( Throwable e ) [static] : String
[mangled: org/apache/turbine/util/StringUtils.stackTrace:(Ljava/lang/Throwable;)Ljava/lang/String;]
StringUtils.StringUtils ( )
[mangled: org/apache/turbine/util/StringUtils."<init>":()V]
turbine-pool.jar, SystemError.class
package org.apache.turbine.util
SystemError.getException ( ) : Exception
[mangled: org/apache/turbine/util/SystemError.getException:()Ljava/lang/Exception;]
SystemError.getMessage ( ) : String
[mangled: org/apache/turbine/util/SystemError.getMessage:()Ljava/lang/String;]
SystemError.getStackTrace ( ) : String
[mangled: org/apache/turbine/util/SystemError.getStackTrace:()Ljava/lang/String;]
SystemError.setException ( Exception e ) : void
[mangled: org/apache/turbine/util/SystemError.setException:(Ljava/lang/Exception;)V]
SystemError.setMessage ( String message ) : void
[mangled: org/apache/turbine/util/SystemError.setMessage:(Ljava/lang/String;)V]
SystemError.SystemError ( Exception e )
[mangled: org/apache/turbine/util/SystemError."<init>":(Ljava/lang/Exception;)V]
SystemError.SystemError ( Exception e, long returncode )
[mangled: org/apache/turbine/util/SystemError."<init>":(Ljava/lang/Exception;J)V]
SystemError.SystemError ( Exception e, String message )
[mangled: org/apache/turbine/util/SystemError."<init>":(Ljava/lang/Exception;Ljava/lang/String;)V]
turbine-pool.jar, TemplateHolder.class
package org.apache.turbine.util
TemplateHolder.getLayoutName ( ) : String
[mangled: org/apache/turbine/util/TemplateHolder.getLayoutName:()Ljava/lang/String;]
TemplateHolder.getScreenName ( ) : String
[mangled: org/apache/turbine/util/TemplateHolder.getScreenName:()Ljava/lang/String;]
TemplateHolder.setLayoutName ( String v ) : void
[mangled: org/apache/turbine/util/TemplateHolder.setLayoutName:(Ljava/lang/String;)V]
TemplateHolder.setScreenName ( String v ) : void
[mangled: org/apache/turbine/util/TemplateHolder.setScreenName:(Ljava/lang/String;)V]
TemplateHolder.TemplateHolder ( )
[mangled: org/apache/turbine/util/TemplateHolder."<init>":()V]
turbine-pool.jar, TemplateInfo.class
package org.apache.turbine.util
TemplateInfo.getLayoutTemplate ( ) : String
[mangled: org/apache/turbine/util/TemplateInfo.getLayoutTemplate:()Ljava/lang/String;]
TemplateInfo.getNavigationTemplate ( ) : String
[mangled: org/apache/turbine/util/TemplateInfo.getNavigationTemplate:()Ljava/lang/String;]
TemplateInfo.getScreenTemplate ( ) : String
[mangled: org/apache/turbine/util/TemplateInfo.getScreenTemplate:()Ljava/lang/String;]
TemplateInfo.getService ( ) : String
[mangled: org/apache/turbine/util/TemplateInfo.getService:()Ljava/lang/String;]
TemplateInfo.getString ( String name ) : String
[mangled: org/apache/turbine/util/TemplateInfo.getString:(Ljava/lang/String;)Ljava/lang/String;]
TemplateInfo.getStringArray ( String name ) : String[ ]
[mangled: org/apache/turbine/util/TemplateInfo.getStringArray:(Ljava/lang/String;)[Ljava/lang/String;]
TemplateInfo.getTemp ( String name ) : Object
[mangled: org/apache/turbine/util/TemplateInfo.getTemp:(Ljava/lang/String;)Ljava/lang/Object;]
TemplateInfo.getTemp ( String name, Object def ) : Object
[mangled: org/apache/turbine/util/TemplateInfo.getTemp:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
TemplateInfo.getTemplateContext ( String name ) : Object
[mangled: org/apache/turbine/util/TemplateInfo.getTemplateContext:(Ljava/lang/String;)Ljava/lang/Object;]
TemplateInfo.setLayoutTemplate ( String v ) : void
[mangled: org/apache/turbine/util/TemplateInfo.setLayoutTemplate:(Ljava/lang/String;)V]
TemplateInfo.setNavigationTemplate ( String v ) : void
[mangled: org/apache/turbine/util/TemplateInfo.setNavigationTemplate:(Ljava/lang/String;)V]
TemplateInfo.setScreenTemplate ( String v ) : void
[mangled: org/apache/turbine/util/TemplateInfo.setScreenTemplate:(Ljava/lang/String;)V]
TemplateInfo.setService ( String v ) : void
[mangled: org/apache/turbine/util/TemplateInfo.setService:(Ljava/lang/String;)V]
TemplateInfo.setTemp ( String name, Object value ) : void
[mangled: org/apache/turbine/util/TemplateInfo.setTemp:(Ljava/lang/String;Ljava/lang/Object;)V]
TemplateInfo.setTemplateContext ( String name, Object v ) : void
[mangled: org/apache/turbine/util/TemplateInfo.setTemplateContext:(Ljava/lang/String;Ljava/lang/Object;)V]
TemplateInfo.TemplateInfo ( RunData data )
[mangled: org/apache/turbine/util/TemplateInfo."<init>":(Lorg/apache/turbine/util/RunData;)V]
turbine-pool.jar, TurbineBaseService.class
package org.apache.turbine.services
TurbineBaseService.init ( Object data ) : void
[mangled: org/apache/turbine/services/TurbineBaseService.init:(Ljava/lang/Object;)V]
TurbineBaseService.init ( RunData data ) : void
[mangled: org/apache/turbine/services/TurbineBaseService.init:(Lorg/apache/turbine/util/RunData;)V]
TurbineBaseService.init ( ServletConfig config ) : void
[mangled: org/apache/turbine/services/TurbineBaseService.init:(Ljavax/servlet/ServletConfig;)V]
TurbineBaseService.shutdown ( ) : void
[mangled: org/apache/turbine/services/TurbineBaseService.shutdown:()V]
turbine-pool.jar, TurbineResources.class
package org.apache.turbine.services.resources
TurbineResources.getStringArray ( String name ) [static] : String[ ]
[mangled: org/apache/turbine/services/resources/TurbineResources.getStringArray:(Ljava/lang/String;)[Ljava/lang/String;]
turbine-pool.jar, TurbineServices.class
package org.apache.turbine.services
TurbineServices.getProperties ( String name ) : Properties
[mangled: org/apache/turbine/services/TurbineServices.getProperties:(Ljava/lang/String;)Ljava/util/Properties;]
TurbineServices.initMapping ( ) : void
[mangled: org/apache/turbine/services/TurbineServices.initMapping:()V]
TurbineServices.initServices ( Object data ) : void
[mangled: org/apache/turbine/services/TurbineServices.initServices:(Ljava/lang/Object;)V]
w3c.jar, AbstractView.class
package org.w3c.dom.views
AbstractView.getDocument ( ) [abstract] : DocumentView
[mangled: org/w3c/dom/views/AbstractView.getDocument:()Lorg/w3c/dom/views/DocumentView;]
w3c.jar, Counter.class
package org.w3c.dom.css
Counter.getIdentifier ( ) [abstract] : String
[mangled: org/w3c/dom/css/Counter.getIdentifier:()Ljava/lang/String;]
Counter.getListStyle ( ) [abstract] : String
[mangled: org/w3c/dom/css/Counter.getListStyle:()Ljava/lang/String;]
Counter.getSeparator ( ) [abstract] : String
[mangled: org/w3c/dom/css/Counter.getSeparator:()Ljava/lang/String;]
w3c.jar, CSS2Azimuth.class
package org.w3c.dom.css
CSS2Azimuth.getAngleValue ( short p1 ) [abstract] : float
[mangled: org/w3c/dom/css/CSS2Azimuth.getAngleValue:(S)F]
CSS2Azimuth.getAzimuthType ( ) [abstract] : short
[mangled: org/w3c/dom/css/CSS2Azimuth.getAzimuthType:()S]
CSS2Azimuth.getBehind ( ) [abstract] : boolean
[mangled: org/w3c/dom/css/CSS2Azimuth.getBehind:()Z]
CSS2Azimuth.getIdentifier ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Azimuth.getIdentifier:()Ljava/lang/String;]
CSS2Azimuth.setAngleValue ( short p1, float p2 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Azimuth.setAngleValue:(SF)V]
CSS2Azimuth.setIdentifier ( String p1, boolean p2 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Azimuth.setIdentifier:(Ljava/lang/String;Z)V]
w3c.jar, CSS2BackgroundPosition.class
package org.w3c.dom.css
CSS2BackgroundPosition.getHorizontalIdentifier ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2BackgroundPosition.getHorizontalIdentifier:()Ljava/lang/String;]
CSS2BackgroundPosition.getHorizontalPosition ( float p1 ) [abstract] : float
[mangled: org/w3c/dom/css/CSS2BackgroundPosition.getHorizontalPosition:(F)F]
CSS2BackgroundPosition.getHorizontalType ( ) [abstract] : short
[mangled: org/w3c/dom/css/CSS2BackgroundPosition.getHorizontalType:()S]
CSS2BackgroundPosition.getVerticalIdentifier ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2BackgroundPosition.getVerticalIdentifier:()Ljava/lang/String;]
CSS2BackgroundPosition.getVerticalPosition ( float p1 ) [abstract] : float
[mangled: org/w3c/dom/css/CSS2BackgroundPosition.getVerticalPosition:(F)F]
CSS2BackgroundPosition.getVerticalType ( ) [abstract] : short
[mangled: org/w3c/dom/css/CSS2BackgroundPosition.getVerticalType:()S]
CSS2BackgroundPosition.setHorizontalPosition ( short p1, float p2 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2BackgroundPosition.setHorizontalPosition:(SF)V]
CSS2BackgroundPosition.setPositionIdentifier ( String p1, String p2 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2BackgroundPosition.setPositionIdentifier:(Ljava/lang/String;Ljava/lang/String;)V]
CSS2BackgroundPosition.setVerticalPosition ( short p1, float p2 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2BackgroundPosition.setVerticalPosition:(SF)V]
w3c.jar, CSS2BorderSpacing.class
package org.w3c.dom.css
CSS2BorderSpacing.getHorizontalSpacing ( float p1 ) [abstract] : float
[mangled: org/w3c/dom/css/CSS2BorderSpacing.getHorizontalSpacing:(F)F]
CSS2BorderSpacing.getHorizontalType ( ) [abstract] : short
[mangled: org/w3c/dom/css/CSS2BorderSpacing.getHorizontalType:()S]
CSS2BorderSpacing.getVerticalSpacing ( float p1 ) [abstract] : float
[mangled: org/w3c/dom/css/CSS2BorderSpacing.getVerticalSpacing:(F)F]
CSS2BorderSpacing.getVerticalType ( ) [abstract] : short
[mangled: org/w3c/dom/css/CSS2BorderSpacing.getVerticalType:()S]
CSS2BorderSpacing.setHorizontalSpacing ( short p1, float p2 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2BorderSpacing.setHorizontalSpacing:(SF)V]
CSS2BorderSpacing.setVerticalSpacing ( short p1, float p2 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2BorderSpacing.setVerticalSpacing:(SF)V]
w3c.jar, CSS2CounterIncrement.class
package org.w3c.dom.css
CSS2CounterIncrement.getIdentifier ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2CounterIncrement.getIdentifier:()Ljava/lang/String;]
CSS2CounterIncrement.getIncrement ( ) [abstract] : short
[mangled: org/w3c/dom/css/CSS2CounterIncrement.getIncrement:()S]
CSS2CounterIncrement.setIdentifier ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2CounterIncrement.setIdentifier:(Ljava/lang/String;)V]
CSS2CounterIncrement.setIncrement ( short p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2CounterIncrement.setIncrement:(S)V]
w3c.jar, CSS2CounterReset.class
package org.w3c.dom.css
CSS2CounterReset.getIdentifier ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2CounterReset.getIdentifier:()Ljava/lang/String;]
CSS2CounterReset.getReset ( ) [abstract] : short
[mangled: org/w3c/dom/css/CSS2CounterReset.getReset:()S]
CSS2CounterReset.setIdentifier ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2CounterReset.setIdentifier:(Ljava/lang/String;)V]
CSS2CounterReset.setReset ( short p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2CounterReset.setReset:(S)V]
w3c.jar, CSS2Cursor.class
package org.w3c.dom.css
CSS2Cursor.getPredefinedCursor ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Cursor.getPredefinedCursor:()Ljava/lang/String;]
CSS2Cursor.getUris ( ) [abstract] : CSSValueList
[mangled: org/w3c/dom/css/CSS2Cursor.getUris:()Lorg/w3c/dom/css/CSSValueList;]
CSS2Cursor.setPredefinedCursor ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Cursor.setPredefinedCursor:(Ljava/lang/String;)V]
w3c.jar, CSS2FontFaceSrc.class
package org.w3c.dom.css
CSS2FontFaceSrc.getFontFaceName ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2FontFaceSrc.getFontFaceName:()Ljava/lang/String;]
CSS2FontFaceSrc.getFormat ( ) [abstract] : CSSValueList
[mangled: org/w3c/dom/css/CSS2FontFaceSrc.getFormat:()Lorg/w3c/dom/css/CSSValueList;]
CSS2FontFaceSrc.getUri ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2FontFaceSrc.getUri:()Ljava/lang/String;]
CSS2FontFaceSrc.setFontFaceName ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2FontFaceSrc.setFontFaceName:(Ljava/lang/String;)V]
CSS2FontFaceSrc.setUri ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2FontFaceSrc.setUri:(Ljava/lang/String;)V]
w3c.jar, CSS2FontFaceWidths.class
package org.w3c.dom.css
CSS2FontFaceWidths.getNumbers ( ) [abstract] : CSSValueList
[mangled: org/w3c/dom/css/CSS2FontFaceWidths.getNumbers:()Lorg/w3c/dom/css/CSSValueList;]
CSS2FontFaceWidths.getUrange ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2FontFaceWidths.getUrange:()Ljava/lang/String;]
CSS2FontFaceWidths.setUrange ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2FontFaceWidths.setUrange:(Ljava/lang/String;)V]
w3c.jar, CSS2PageSize.class
package org.w3c.dom.css
CSS2PageSize.getHeightSize ( float p1 ) [abstract] : float
[mangled: org/w3c/dom/css/CSS2PageSize.getHeightSize:(F)F]
CSS2PageSize.getHeightType ( ) [abstract] : short
[mangled: org/w3c/dom/css/CSS2PageSize.getHeightType:()S]
CSS2PageSize.getIdentifier ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2PageSize.getIdentifier:()Ljava/lang/String;]
CSS2PageSize.getWidth ( float p1 ) [abstract] : float
[mangled: org/w3c/dom/css/CSS2PageSize.getWidth:(F)F]
CSS2PageSize.getWidthType ( ) [abstract] : short
[mangled: org/w3c/dom/css/CSS2PageSize.getWidthType:()S]
CSS2PageSize.setHeightSize ( short p1, float p2 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2PageSize.setHeightSize:(SF)V]
CSS2PageSize.setIdentifier ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2PageSize.setIdentifier:(Ljava/lang/String;)V]
CSS2PageSize.setWidthSize ( short p1, float p2 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2PageSize.setWidthSize:(SF)V]
w3c.jar, CSS2PlayDuring.class
package org.w3c.dom.css
CSS2PlayDuring.getMix ( ) [abstract] : boolean
[mangled: org/w3c/dom/css/CSS2PlayDuring.getMix:()Z]
CSS2PlayDuring.getPlayDuringIdentifier ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2PlayDuring.getPlayDuringIdentifier:()Ljava/lang/String;]
CSS2PlayDuring.getPlayDuringType ( ) [abstract] : short
[mangled: org/w3c/dom/css/CSS2PlayDuring.getPlayDuringType:()S]
CSS2PlayDuring.getRepeat ( ) [abstract] : boolean
[mangled: org/w3c/dom/css/CSS2PlayDuring.getRepeat:()Z]
CSS2PlayDuring.getUri ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2PlayDuring.getUri:()Ljava/lang/String;]
CSS2PlayDuring.setMix ( boolean p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2PlayDuring.setMix:(Z)V]
CSS2PlayDuring.setPlayDuringIdentifier ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2PlayDuring.setPlayDuringIdentifier:(Ljava/lang/String;)V]
CSS2PlayDuring.setRepeat ( boolean p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2PlayDuring.setRepeat:(Z)V]
CSS2PlayDuring.setUri ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2PlayDuring.setUri:(Ljava/lang/String;)V]
w3c.jar, CSS2Properties.class
package org.w3c.dom.css
CSS2Properties.getAzimuth ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getAzimuth:()Ljava/lang/String;]
CSS2Properties.getBackground ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBackground:()Ljava/lang/String;]
CSS2Properties.getBackgroundAttachment ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBackgroundAttachment:()Ljava/lang/String;]
CSS2Properties.getBackgroundColor ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBackgroundColor:()Ljava/lang/String;]
CSS2Properties.getBackgroundImage ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBackgroundImage:()Ljava/lang/String;]
CSS2Properties.getBackgroundPosition ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBackgroundPosition:()Ljava/lang/String;]
CSS2Properties.getBackgroundRepeat ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBackgroundRepeat:()Ljava/lang/String;]
CSS2Properties.getBorder ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorder:()Ljava/lang/String;]
CSS2Properties.getBorderBottom ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderBottom:()Ljava/lang/String;]
CSS2Properties.getBorderBottomColor ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderBottomColor:()Ljava/lang/String;]
CSS2Properties.getBorderBottomStyle ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderBottomStyle:()Ljava/lang/String;]
CSS2Properties.getBorderBottomWidth ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderBottomWidth:()Ljava/lang/String;]
CSS2Properties.getBorderCollapse ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderCollapse:()Ljava/lang/String;]
CSS2Properties.getBorderColor ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderColor:()Ljava/lang/String;]
CSS2Properties.getBorderLeft ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderLeft:()Ljava/lang/String;]
CSS2Properties.getBorderLeftColor ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderLeftColor:()Ljava/lang/String;]
CSS2Properties.getBorderLeftStyle ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderLeftStyle:()Ljava/lang/String;]
CSS2Properties.getBorderLeftWidth ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderLeftWidth:()Ljava/lang/String;]
CSS2Properties.getBorderRight ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderRight:()Ljava/lang/String;]
CSS2Properties.getBorderRightColor ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderRightColor:()Ljava/lang/String;]
CSS2Properties.getBorderRightStyle ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderRightStyle:()Ljava/lang/String;]
CSS2Properties.getBorderRightWidth ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderRightWidth:()Ljava/lang/String;]
CSS2Properties.getBorderSpacing ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderSpacing:()Ljava/lang/String;]
CSS2Properties.getBorderStyle ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderStyle:()Ljava/lang/String;]
CSS2Properties.getBorderTop ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderTop:()Ljava/lang/String;]
CSS2Properties.getBorderTopColor ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderTopColor:()Ljava/lang/String;]
CSS2Properties.getBorderTopStyle ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderTopStyle:()Ljava/lang/String;]
CSS2Properties.getBorderTopWidth ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderTopWidth:()Ljava/lang/String;]
CSS2Properties.getBorderWidth ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBorderWidth:()Ljava/lang/String;]
CSS2Properties.getBottom ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getBottom:()Ljava/lang/String;]
CSS2Properties.getCaptionSide ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getCaptionSide:()Ljava/lang/String;]
CSS2Properties.getClear ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getClear:()Ljava/lang/String;]
CSS2Properties.getClip ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getClip:()Ljava/lang/String;]
CSS2Properties.getColor ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getColor:()Ljava/lang/String;]
CSS2Properties.getContent ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getContent:()Ljava/lang/String;]
CSS2Properties.getCounterIncrement ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getCounterIncrement:()Ljava/lang/String;]
CSS2Properties.getCounterReset ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getCounterReset:()Ljava/lang/String;]
CSS2Properties.getCssFloat ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getCssFloat:()Ljava/lang/String;]
CSS2Properties.getCue ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getCue:()Ljava/lang/String;]
CSS2Properties.getCueAfter ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getCueAfter:()Ljava/lang/String;]
CSS2Properties.getCueBefore ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getCueBefore:()Ljava/lang/String;]
CSS2Properties.getCursor ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getCursor:()Ljava/lang/String;]
CSS2Properties.getDirection ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getDirection:()Ljava/lang/String;]
CSS2Properties.getDisplay ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getDisplay:()Ljava/lang/String;]
CSS2Properties.getElevation ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getElevation:()Ljava/lang/String;]
CSS2Properties.getEmptyCells ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getEmptyCells:()Ljava/lang/String;]
CSS2Properties.getFont ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getFont:()Ljava/lang/String;]
CSS2Properties.getFontFamily ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getFontFamily:()Ljava/lang/String;]
CSS2Properties.getFontSize ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getFontSize:()Ljava/lang/String;]
CSS2Properties.getFontSizeAdjust ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getFontSizeAdjust:()Ljava/lang/String;]
CSS2Properties.getFontStretch ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getFontStretch:()Ljava/lang/String;]
CSS2Properties.getFontStyle ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getFontStyle:()Ljava/lang/String;]
CSS2Properties.getFontVariant ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getFontVariant:()Ljava/lang/String;]
CSS2Properties.getFontWeight ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getFontWeight:()Ljava/lang/String;]
CSS2Properties.getHeight ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getHeight:()Ljava/lang/String;]
CSS2Properties.getLeft ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getLeft:()Ljava/lang/String;]
CSS2Properties.getLetterSpacing ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getLetterSpacing:()Ljava/lang/String;]
CSS2Properties.getLineHeight ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getLineHeight:()Ljava/lang/String;]
CSS2Properties.getListStyle ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getListStyle:()Ljava/lang/String;]
CSS2Properties.getListStyleImage ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getListStyleImage:()Ljava/lang/String;]
CSS2Properties.getListStylePosition ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getListStylePosition:()Ljava/lang/String;]
CSS2Properties.getListStyleType ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getListStyleType:()Ljava/lang/String;]
CSS2Properties.getMargin ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getMargin:()Ljava/lang/String;]
CSS2Properties.getMarginBottom ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getMarginBottom:()Ljava/lang/String;]
CSS2Properties.getMarginLeft ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getMarginLeft:()Ljava/lang/String;]
CSS2Properties.getMarginRight ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getMarginRight:()Ljava/lang/String;]
CSS2Properties.getMarginTop ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getMarginTop:()Ljava/lang/String;]
CSS2Properties.getMarkerOffset ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getMarkerOffset:()Ljava/lang/String;]
CSS2Properties.getMarks ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getMarks:()Ljava/lang/String;]
CSS2Properties.getMaxHeight ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getMaxHeight:()Ljava/lang/String;]
CSS2Properties.getMaxWidth ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getMaxWidth:()Ljava/lang/String;]
CSS2Properties.getMinHeight ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getMinHeight:()Ljava/lang/String;]
CSS2Properties.getMinWidth ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getMinWidth:()Ljava/lang/String;]
CSS2Properties.getOrphans ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getOrphans:()Ljava/lang/String;]
CSS2Properties.getOutline ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getOutline:()Ljava/lang/String;]
CSS2Properties.getOutlineColor ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getOutlineColor:()Ljava/lang/String;]
CSS2Properties.getOutlineStyle ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getOutlineStyle:()Ljava/lang/String;]
CSS2Properties.getOutlineWidth ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getOutlineWidth:()Ljava/lang/String;]
CSS2Properties.getOverflow ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getOverflow:()Ljava/lang/String;]
CSS2Properties.getPadding ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPadding:()Ljava/lang/String;]
CSS2Properties.getPaddingBottom ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPaddingBottom:()Ljava/lang/String;]
CSS2Properties.getPaddingLeft ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPaddingLeft:()Ljava/lang/String;]
CSS2Properties.getPaddingRight ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPaddingRight:()Ljava/lang/String;]
CSS2Properties.getPaddingTop ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPaddingTop:()Ljava/lang/String;]
CSS2Properties.getPage ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPage:()Ljava/lang/String;]
CSS2Properties.getPageBreakAfter ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPageBreakAfter:()Ljava/lang/String;]
CSS2Properties.getPageBreakBefore ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPageBreakBefore:()Ljava/lang/String;]
CSS2Properties.getPageBreakInside ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPageBreakInside:()Ljava/lang/String;]
CSS2Properties.getPause ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPause:()Ljava/lang/String;]
CSS2Properties.getPauseAfter ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPauseAfter:()Ljava/lang/String;]
CSS2Properties.getPauseBefore ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPauseBefore:()Ljava/lang/String;]
CSS2Properties.getPitch ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPitch:()Ljava/lang/String;]
CSS2Properties.getPitchRange ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPitchRange:()Ljava/lang/String;]
CSS2Properties.getPlayDuring ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPlayDuring:()Ljava/lang/String;]
CSS2Properties.getPosition ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getPosition:()Ljava/lang/String;]
CSS2Properties.getQuotes ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getQuotes:()Ljava/lang/String;]
CSS2Properties.getRichness ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getRichness:()Ljava/lang/String;]
CSS2Properties.getRight ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getRight:()Ljava/lang/String;]
CSS2Properties.getSize ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getSize:()Ljava/lang/String;]
CSS2Properties.getSpeak ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getSpeak:()Ljava/lang/String;]
CSS2Properties.getSpeakHeader ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getSpeakHeader:()Ljava/lang/String;]
CSS2Properties.getSpeakNumeral ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getSpeakNumeral:()Ljava/lang/String;]
CSS2Properties.getSpeakPunctuation ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getSpeakPunctuation:()Ljava/lang/String;]
CSS2Properties.getSpeechRate ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getSpeechRate:()Ljava/lang/String;]
CSS2Properties.getStress ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getStress:()Ljava/lang/String;]
CSS2Properties.getTableLayout ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getTableLayout:()Ljava/lang/String;]
CSS2Properties.getTextAlign ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getTextAlign:()Ljava/lang/String;]
CSS2Properties.getTextDecoration ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getTextDecoration:()Ljava/lang/String;]
CSS2Properties.getTextIndent ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getTextIndent:()Ljava/lang/String;]
CSS2Properties.getTextShadow ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getTextShadow:()Ljava/lang/String;]
CSS2Properties.getTextTransform ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getTextTransform:()Ljava/lang/String;]
CSS2Properties.getTop ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getTop:()Ljava/lang/String;]
CSS2Properties.getUnicodeBidi ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getUnicodeBidi:()Ljava/lang/String;]
CSS2Properties.getVerticalAlign ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getVerticalAlign:()Ljava/lang/String;]
CSS2Properties.getVisibility ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getVisibility:()Ljava/lang/String;]
CSS2Properties.getVoiceFamily ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getVoiceFamily:()Ljava/lang/String;]
CSS2Properties.getVolume ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getVolume:()Ljava/lang/String;]
CSS2Properties.getWhiteSpace ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getWhiteSpace:()Ljava/lang/String;]
CSS2Properties.getWidows ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getWidows:()Ljava/lang/String;]
CSS2Properties.getWidth ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getWidth:()Ljava/lang/String;]
CSS2Properties.getWordSpacing ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getWordSpacing:()Ljava/lang/String;]
CSS2Properties.getZIndex ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSS2Properties.getZIndex:()Ljava/lang/String;]
CSS2Properties.setAzimuth ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setAzimuth:(Ljava/lang/String;)V]
CSS2Properties.setBackground ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBackground:(Ljava/lang/String;)V]
CSS2Properties.setBackgroundAttachment ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBackgroundAttachment:(Ljava/lang/String;)V]
CSS2Properties.setBackgroundColor ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBackgroundColor:(Ljava/lang/String;)V]
CSS2Properties.setBackgroundImage ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBackgroundImage:(Ljava/lang/String;)V]
CSS2Properties.setBackgroundPosition ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBackgroundPosition:(Ljava/lang/String;)V]
CSS2Properties.setBackgroundRepeat ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBackgroundRepeat:(Ljava/lang/String;)V]
CSS2Properties.setBorder ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorder:(Ljava/lang/String;)V]
CSS2Properties.setBorderBottom ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderBottom:(Ljava/lang/String;)V]
CSS2Properties.setBorderBottomColor ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderBottomColor:(Ljava/lang/String;)V]
CSS2Properties.setBorderBottomStyle ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderBottomStyle:(Ljava/lang/String;)V]
CSS2Properties.setBorderBottomWidth ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderBottomWidth:(Ljava/lang/String;)V]
CSS2Properties.setBorderCollapse ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderCollapse:(Ljava/lang/String;)V]
CSS2Properties.setBorderColor ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderColor:(Ljava/lang/String;)V]
CSS2Properties.setBorderLeft ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderLeft:(Ljava/lang/String;)V]
CSS2Properties.setBorderLeftColor ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderLeftColor:(Ljava/lang/String;)V]
CSS2Properties.setBorderLeftStyle ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderLeftStyle:(Ljava/lang/String;)V]
CSS2Properties.setBorderLeftWidth ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderLeftWidth:(Ljava/lang/String;)V]
CSS2Properties.setBorderRight ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderRight:(Ljava/lang/String;)V]
CSS2Properties.setBorderRightColor ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderRightColor:(Ljava/lang/String;)V]
CSS2Properties.setBorderRightStyle ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderRightStyle:(Ljava/lang/String;)V]
CSS2Properties.setBorderRightWidth ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderRightWidth:(Ljava/lang/String;)V]
CSS2Properties.setBorderSpacing ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderSpacing:(Ljava/lang/String;)V]
CSS2Properties.setBorderStyle ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderStyle:(Ljava/lang/String;)V]
CSS2Properties.setBorderTop ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderTop:(Ljava/lang/String;)V]
CSS2Properties.setBorderTopColor ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderTopColor:(Ljava/lang/String;)V]
CSS2Properties.setBorderTopStyle ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderTopStyle:(Ljava/lang/String;)V]
CSS2Properties.setBorderTopWidth ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderTopWidth:(Ljava/lang/String;)V]
CSS2Properties.setBorderWidth ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBorderWidth:(Ljava/lang/String;)V]
CSS2Properties.setBottom ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setBottom:(Ljava/lang/String;)V]
CSS2Properties.setCaptionSide ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setCaptionSide:(Ljava/lang/String;)V]
CSS2Properties.setClear ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setClear:(Ljava/lang/String;)V]
CSS2Properties.setClip ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setClip:(Ljava/lang/String;)V]
CSS2Properties.setColor ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setColor:(Ljava/lang/String;)V]
CSS2Properties.setContent ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setContent:(Ljava/lang/String;)V]
CSS2Properties.setCounterIncrement ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setCounterIncrement:(Ljava/lang/String;)V]
CSS2Properties.setCounterReset ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setCounterReset:(Ljava/lang/String;)V]
CSS2Properties.setCssFloat ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setCssFloat:(Ljava/lang/String;)V]
CSS2Properties.setCue ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setCue:(Ljava/lang/String;)V]
CSS2Properties.setCueAfter ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setCueAfter:(Ljava/lang/String;)V]
CSS2Properties.setCueBefore ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setCueBefore:(Ljava/lang/String;)V]
CSS2Properties.setCursor ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setCursor:(Ljava/lang/String;)V]
CSS2Properties.setDirection ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setDirection:(Ljava/lang/String;)V]
CSS2Properties.setDisplay ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setDisplay:(Ljava/lang/String;)V]
CSS2Properties.setElevation ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setElevation:(Ljava/lang/String;)V]
CSS2Properties.setEmptyCells ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setEmptyCells:(Ljava/lang/String;)V]
CSS2Properties.setFont ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setFont:(Ljava/lang/String;)V]
CSS2Properties.setFontFamily ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setFontFamily:(Ljava/lang/String;)V]
CSS2Properties.setFontSize ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setFontSize:(Ljava/lang/String;)V]
CSS2Properties.setFontSizeAdjust ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setFontSizeAdjust:(Ljava/lang/String;)V]
CSS2Properties.setFontStretch ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setFontStretch:(Ljava/lang/String;)V]
CSS2Properties.setFontStyle ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setFontStyle:(Ljava/lang/String;)V]
CSS2Properties.setFontVariant ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setFontVariant:(Ljava/lang/String;)V]
CSS2Properties.setFontWeight ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setFontWeight:(Ljava/lang/String;)V]
CSS2Properties.setHeight ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setHeight:(Ljava/lang/String;)V]
CSS2Properties.setLeft ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setLeft:(Ljava/lang/String;)V]
CSS2Properties.setLetterSpacing ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setLetterSpacing:(Ljava/lang/String;)V]
CSS2Properties.setLineHeight ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setLineHeight:(Ljava/lang/String;)V]
CSS2Properties.setListStyle ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setListStyle:(Ljava/lang/String;)V]
CSS2Properties.setListStyleImage ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setListStyleImage:(Ljava/lang/String;)V]
CSS2Properties.setListStylePosition ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setListStylePosition:(Ljava/lang/String;)V]
CSS2Properties.setListStyleType ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setListStyleType:(Ljava/lang/String;)V]
CSS2Properties.setMargin ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setMargin:(Ljava/lang/String;)V]
CSS2Properties.setMarginBottom ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setMarginBottom:(Ljava/lang/String;)V]
CSS2Properties.setMarginLeft ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setMarginLeft:(Ljava/lang/String;)V]
CSS2Properties.setMarginRight ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setMarginRight:(Ljava/lang/String;)V]
CSS2Properties.setMarginTop ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setMarginTop:(Ljava/lang/String;)V]
CSS2Properties.setMarkerOffset ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setMarkerOffset:(Ljava/lang/String;)V]
CSS2Properties.setMarks ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setMarks:(Ljava/lang/String;)V]
CSS2Properties.setMaxHeight ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setMaxHeight:(Ljava/lang/String;)V]
CSS2Properties.setMaxWidth ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setMaxWidth:(Ljava/lang/String;)V]
CSS2Properties.setMinHeight ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setMinHeight:(Ljava/lang/String;)V]
CSS2Properties.setMinWidth ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setMinWidth:(Ljava/lang/String;)V]
CSS2Properties.setOrphans ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setOrphans:(Ljava/lang/String;)V]
CSS2Properties.setOutline ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setOutline:(Ljava/lang/String;)V]
CSS2Properties.setOutlineColor ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setOutlineColor:(Ljava/lang/String;)V]
CSS2Properties.setOutlineStyle ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setOutlineStyle:(Ljava/lang/String;)V]
CSS2Properties.setOutlineWidth ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setOutlineWidth:(Ljava/lang/String;)V]
CSS2Properties.setOverflow ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setOverflow:(Ljava/lang/String;)V]
CSS2Properties.setPadding ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPadding:(Ljava/lang/String;)V]
CSS2Properties.setPaddingBottom ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPaddingBottom:(Ljava/lang/String;)V]
CSS2Properties.setPaddingLeft ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPaddingLeft:(Ljava/lang/String;)V]
CSS2Properties.setPaddingRight ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPaddingRight:(Ljava/lang/String;)V]
CSS2Properties.setPaddingTop ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPaddingTop:(Ljava/lang/String;)V]
CSS2Properties.setPage ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPage:(Ljava/lang/String;)V]
CSS2Properties.setPageBreakAfter ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPageBreakAfter:(Ljava/lang/String;)V]
CSS2Properties.setPageBreakBefore ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPageBreakBefore:(Ljava/lang/String;)V]
CSS2Properties.setPageBreakInside ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPageBreakInside:(Ljava/lang/String;)V]
CSS2Properties.setPause ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPause:(Ljava/lang/String;)V]
CSS2Properties.setPauseAfter ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPauseAfter:(Ljava/lang/String;)V]
CSS2Properties.setPauseBefore ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPauseBefore:(Ljava/lang/String;)V]
CSS2Properties.setPitch ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPitch:(Ljava/lang/String;)V]
CSS2Properties.setPitchRange ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPitchRange:(Ljava/lang/String;)V]
CSS2Properties.setPlayDuring ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPlayDuring:(Ljava/lang/String;)V]
CSS2Properties.setPosition ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setPosition:(Ljava/lang/String;)V]
CSS2Properties.setQuotes ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setQuotes:(Ljava/lang/String;)V]
CSS2Properties.setRichness ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setRichness:(Ljava/lang/String;)V]
CSS2Properties.setRight ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setRight:(Ljava/lang/String;)V]
CSS2Properties.setSize ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setSize:(Ljava/lang/String;)V]
CSS2Properties.setSpeak ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setSpeak:(Ljava/lang/String;)V]
CSS2Properties.setSpeakHeader ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setSpeakHeader:(Ljava/lang/String;)V]
CSS2Properties.setSpeakNumeral ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setSpeakNumeral:(Ljava/lang/String;)V]
CSS2Properties.setSpeakPunctuation ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setSpeakPunctuation:(Ljava/lang/String;)V]
CSS2Properties.setSpeechRate ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setSpeechRate:(Ljava/lang/String;)V]
CSS2Properties.setStress ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setStress:(Ljava/lang/String;)V]
CSS2Properties.setTableLayout ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setTableLayout:(Ljava/lang/String;)V]
CSS2Properties.setTextAlign ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setTextAlign:(Ljava/lang/String;)V]
CSS2Properties.setTextDecoration ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setTextDecoration:(Ljava/lang/String;)V]
CSS2Properties.setTextIndent ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setTextIndent:(Ljava/lang/String;)V]
CSS2Properties.setTextShadow ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setTextShadow:(Ljava/lang/String;)V]
CSS2Properties.setTextTransform ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setTextTransform:(Ljava/lang/String;)V]
CSS2Properties.setTop ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setTop:(Ljava/lang/String;)V]
CSS2Properties.setUnicodeBidi ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setUnicodeBidi:(Ljava/lang/String;)V]
CSS2Properties.setVerticalAlign ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setVerticalAlign:(Ljava/lang/String;)V]
CSS2Properties.setVisibility ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setVisibility:(Ljava/lang/String;)V]
CSS2Properties.setVoiceFamily ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setVoiceFamily:(Ljava/lang/String;)V]
CSS2Properties.setVolume ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setVolume:(Ljava/lang/String;)V]
CSS2Properties.setWhiteSpace ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setWhiteSpace:(Ljava/lang/String;)V]
CSS2Properties.setWidows ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setWidows:(Ljava/lang/String;)V]
CSS2Properties.setWidth ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setWidth:(Ljava/lang/String;)V]
CSS2Properties.setWordSpacing ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setWordSpacing:(Ljava/lang/String;)V]
CSS2Properties.setZIndex ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSS2Properties.setZIndex:(Ljava/lang/String;)V]
w3c.jar, CSS2TextShadow.class
package org.w3c.dom.css
CSS2TextShadow.getBlur ( ) [abstract] : CSSValue
[mangled: org/w3c/dom/css/CSS2TextShadow.getBlur:()Lorg/w3c/dom/css/CSSValue;]
CSS2TextShadow.getColor ( ) [abstract] : CSSValue
[mangled: org/w3c/dom/css/CSS2TextShadow.getColor:()Lorg/w3c/dom/css/CSSValue;]
CSS2TextShadow.getHorizontal ( ) [abstract] : CSSValue
[mangled: org/w3c/dom/css/CSS2TextShadow.getHorizontal:()Lorg/w3c/dom/css/CSSValue;]
CSS2TextShadow.getVertical ( ) [abstract] : CSSValue
[mangled: org/w3c/dom/css/CSS2TextShadow.getVertical:()Lorg/w3c/dom/css/CSSValue;]
w3c.jar, CSSCharsetRule.class
package org.w3c.dom.css
CSSCharsetRule.getEncoding ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSSCharsetRule.getEncoding:()Ljava/lang/String;]
CSSCharsetRule.setEncoding ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSSCharsetRule.setEncoding:(Ljava/lang/String;)V]
w3c.jar, CSSFontFaceRule.class
package org.w3c.dom.css
CSSFontFaceRule.getStyle ( ) [abstract] : CSSStyleDeclaration
[mangled: org/w3c/dom/css/CSSFontFaceRule.getStyle:()Lorg/w3c/dom/css/CSSStyleDeclaration;]
w3c.jar, CSSImportRule.class
package org.w3c.dom.css
CSSImportRule.getHref ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSSImportRule.getHref:()Ljava/lang/String;]
CSSImportRule.getMedia ( ) [abstract] : MediaList
[mangled: org/w3c/dom/css/CSSImportRule.getMedia:()Lorg/w3c/dom/stylesheets/MediaList;]
CSSImportRule.getStyleSheet ( ) [abstract] : CSSStyleSheet
[mangled: org/w3c/dom/css/CSSImportRule.getStyleSheet:()Lorg/w3c/dom/css/CSSStyleSheet;]
w3c.jar, CSSMediaRule.class
package org.w3c.dom.css
CSSMediaRule.deleteRule ( int p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSSMediaRule.deleteRule:(I)V]
CSSMediaRule.getCssRules ( ) [abstract] : CSSRuleList
[mangled: org/w3c/dom/css/CSSMediaRule.getCssRules:()Lorg/w3c/dom/css/CSSRuleList;]
CSSMediaRule.getMedia ( ) [abstract] : MediaList
[mangled: org/w3c/dom/css/CSSMediaRule.getMedia:()Lorg/w3c/dom/stylesheets/MediaList;]
CSSMediaRule.insertRule ( String p1, int p2 ) [abstract] : int
[mangled: org/w3c/dom/css/CSSMediaRule.insertRule:(Ljava/lang/String;I)I]
w3c.jar, CSSPageRule.class
package org.w3c.dom.css
CSSPageRule.getSelectorText ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSSPageRule.getSelectorText:()Ljava/lang/String;]
CSSPageRule.getStyle ( ) [abstract] : CSSStyleDeclaration
[mangled: org/w3c/dom/css/CSSPageRule.getStyle:()Lorg/w3c/dom/css/CSSStyleDeclaration;]
CSSPageRule.setSelectorText ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSSPageRule.setSelectorText:(Ljava/lang/String;)V]
w3c.jar, CSSPrimitiveValue.class
package org.w3c.dom.css
CSSPrimitiveValue.getCounterValue ( ) [abstract] : Counter
[mangled: org/w3c/dom/css/CSSPrimitiveValue.getCounterValue:()Lorg/w3c/dom/css/Counter;]
CSSPrimitiveValue.getFloatValue ( short p1 ) [abstract] : float
[mangled: org/w3c/dom/css/CSSPrimitiveValue.getFloatValue:(S)F]
CSSPrimitiveValue.getPrimitiveType ( ) [abstract] : short
[mangled: org/w3c/dom/css/CSSPrimitiveValue.getPrimitiveType:()S]
CSSPrimitiveValue.getRectValue ( ) [abstract] : Rect
[mangled: org/w3c/dom/css/CSSPrimitiveValue.getRectValue:()Lorg/w3c/dom/css/Rect;]
CSSPrimitiveValue.getRGBColorValue ( ) [abstract] : RGBColor
[mangled: org/w3c/dom/css/CSSPrimitiveValue.getRGBColorValue:()Lorg/w3c/dom/css/RGBColor;]
CSSPrimitiveValue.getStringValue ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSSPrimitiveValue.getStringValue:()Ljava/lang/String;]
CSSPrimitiveValue.setFloatValue ( short p1, float p2 ) [abstract] : void
[mangled: org/w3c/dom/css/CSSPrimitiveValue.setFloatValue:(SF)V]
CSSPrimitiveValue.setStringValue ( short p1, String p2 ) [abstract] : void
[mangled: org/w3c/dom/css/CSSPrimitiveValue.setStringValue:(SLjava/lang/String;)V]
w3c.jar, CSSRule.class
package org.w3c.dom.css
CSSRule.getCssText ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSSRule.getCssText:()Ljava/lang/String;]
CSSRule.getParentRule ( ) [abstract] : CSSRule
[mangled: org/w3c/dom/css/CSSRule.getParentRule:()Lorg/w3c/dom/css/CSSRule;]
CSSRule.getParentStyleSheet ( ) [abstract] : CSSStyleSheet
[mangled: org/w3c/dom/css/CSSRule.getParentStyleSheet:()Lorg/w3c/dom/css/CSSStyleSheet;]
CSSRule.getType ( ) [abstract] : short
[mangled: org/w3c/dom/css/CSSRule.getType:()S]
CSSRule.setCssText ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSSRule.setCssText:(Ljava/lang/String;)V]
w3c.jar, CSSRuleList.class
package org.w3c.dom.css
CSSRuleList.getLength ( ) [abstract] : int
[mangled: org/w3c/dom/css/CSSRuleList.getLength:()I]
CSSRuleList.item ( int p1 ) [abstract] : CSSRule
[mangled: org/w3c/dom/css/CSSRuleList.item:(I)Lorg/w3c/dom/css/CSSRule;]
w3c.jar, CSSStyleDeclaration.class
package org.w3c.dom.css
CSSStyleDeclaration.getCssText ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSSStyleDeclaration.getCssText:()Ljava/lang/String;]
CSSStyleDeclaration.getLength ( ) [abstract] : int
[mangled: org/w3c/dom/css/CSSStyleDeclaration.getLength:()I]
CSSStyleDeclaration.getParentRule ( ) [abstract] : CSSRule
[mangled: org/w3c/dom/css/CSSStyleDeclaration.getParentRule:()Lorg/w3c/dom/css/CSSRule;]
CSSStyleDeclaration.getPropertyCSSValue ( String p1 ) [abstract] : CSSValue
[mangled: org/w3c/dom/css/CSSStyleDeclaration.getPropertyCSSValue:(Ljava/lang/String;)Lorg/w3c/dom/css/CSSValue;]
CSSStyleDeclaration.getPropertyPriority ( String p1 ) [abstract] : String
[mangled: org/w3c/dom/css/CSSStyleDeclaration.getPropertyPriority:(Ljava/lang/String;)Ljava/lang/String;]
CSSStyleDeclaration.getPropertyValue ( String p1 ) [abstract] : String
[mangled: org/w3c/dom/css/CSSStyleDeclaration.getPropertyValue:(Ljava/lang/String;)Ljava/lang/String;]
CSSStyleDeclaration.item ( int p1 ) [abstract] : String
[mangled: org/w3c/dom/css/CSSStyleDeclaration.item:(I)Ljava/lang/String;]
CSSStyleDeclaration.removeProperty ( String p1 ) [abstract] : String
[mangled: org/w3c/dom/css/CSSStyleDeclaration.removeProperty:(Ljava/lang/String;)Ljava/lang/String;]
CSSStyleDeclaration.setCssText ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSSStyleDeclaration.setCssText:(Ljava/lang/String;)V]
CSSStyleDeclaration.setProperty ( String p1, String p2, String p3 ) [abstract] : void
[mangled: org/w3c/dom/css/CSSStyleDeclaration.setProperty:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
w3c.jar, CSSStyleRule.class
package org.w3c.dom.css
CSSStyleRule.getSelectorText ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSSStyleRule.getSelectorText:()Ljava/lang/String;]
CSSStyleRule.getStyle ( ) [abstract] : CSSStyleDeclaration
[mangled: org/w3c/dom/css/CSSStyleRule.getStyle:()Lorg/w3c/dom/css/CSSStyleDeclaration;]
CSSStyleRule.setSelectorText ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSSStyleRule.setSelectorText:(Ljava/lang/String;)V]
w3c.jar, CSSStyleSheet.class
package org.w3c.dom.css
CSSStyleSheet.deleteRule ( int p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSSStyleSheet.deleteRule:(I)V]
CSSStyleSheet.getCssRules ( ) [abstract] : CSSRuleList
[mangled: org/w3c/dom/css/CSSStyleSheet.getCssRules:()Lorg/w3c/dom/css/CSSRuleList;]
CSSStyleSheet.getOwnerRule ( ) [abstract] : CSSRule
[mangled: org/w3c/dom/css/CSSStyleSheet.getOwnerRule:()Lorg/w3c/dom/css/CSSRule;]
CSSStyleSheet.insertRule ( String p1, int p2 ) [abstract] : int
[mangled: org/w3c/dom/css/CSSStyleSheet.insertRule:(Ljava/lang/String;I)I]
w3c.jar, CSSValue.class
package org.w3c.dom.css
CSSValue.getCssText ( ) [abstract] : String
[mangled: org/w3c/dom/css/CSSValue.getCssText:()Ljava/lang/String;]
CSSValue.getValueType ( ) [abstract] : short
[mangled: org/w3c/dom/css/CSSValue.getValueType:()S]
CSSValue.setCssText ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/css/CSSValue.setCssText:(Ljava/lang/String;)V]
w3c.jar, CSSValueList.class
package org.w3c.dom.css
CSSValueList.getLength ( ) [abstract] : int
[mangled: org/w3c/dom/css/CSSValueList.getLength:()I]
CSSValueList.item ( int p1 ) [abstract] : CSSValue
[mangled: org/w3c/dom/css/CSSValueList.item:(I)Lorg/w3c/dom/css/CSSValue;]
w3c.jar, DocumentCSS.class
package org.w3c.dom.css
DocumentCSS.getOverrideStyle ( Element p1, String p2 ) [abstract] : CSSStyleDeclaration
[mangled: org/w3c/dom/css/DocumentCSS.getOverrideStyle:(Lorg/w3c/dom/Element;Ljava/lang/String;)Lorg/w3c/dom/css/CSSStyleDeclaration;]
w3c.jar, DocumentStyle.class
package org.w3c.dom.stylesheets
DocumentStyle.getStyleSheets ( ) [abstract] : StyleSheetList
[mangled: org/w3c/dom/stylesheets/DocumentStyle.getStyleSheets:()Lorg/w3c/dom/stylesheets/StyleSheetList;]
w3c.jar, DocumentView.class
package org.w3c.dom.views
DocumentView.getDefaultView ( ) [abstract] : AbstractView
[mangled: org/w3c/dom/views/DocumentView.getDefaultView:()Lorg/w3c/dom/views/AbstractView;]
w3c.jar, DOMImplementationCSS.class
package org.w3c.dom.css
DOMImplementationCSS.createCSSStyleSheet ( String p1, String p2 ) [abstract] : CSSStyleSheet
[mangled: org/w3c/dom/css/DOMImplementationCSS.createCSSStyleSheet:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/css/CSSStyleSheet;]
w3c.jar, ElementCSSInlineStyle.class
package org.w3c.dom.css
ElementCSSInlineStyle.getStyle ( ) [abstract] : CSSStyleDeclaration
[mangled: org/w3c/dom/css/ElementCSSInlineStyle.getStyle:()Lorg/w3c/dom/css/CSSStyleDeclaration;]
w3c.jar, GetSVGDocument.class
package org.w3c.dom.svg
GetSVGDocument.getSVGDocument ( ) [abstract] : SVGDocument
[mangled: org/w3c/dom/svg/GetSVGDocument.getSVGDocument:()Lorg/w3c/dom/svg/SVGDocument;]
w3c.jar, LinkStyle.class
package org.w3c.dom.stylesheets
LinkStyle.getSheet ( ) [abstract] : StyleSheet
[mangled: org/w3c/dom/stylesheets/LinkStyle.getSheet:()Lorg/w3c/dom/stylesheets/StyleSheet;]
w3c.jar, MediaList.class
package org.w3c.dom.stylesheets
MediaList.append ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/stylesheets/MediaList.append:(Ljava/lang/String;)V]
MediaList.delete ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/stylesheets/MediaList.delete:(Ljava/lang/String;)V]
MediaList.getLength ( ) [abstract] : int
[mangled: org/w3c/dom/stylesheets/MediaList.getLength:()I]
MediaList.getMediaText ( ) [abstract] : String
[mangled: org/w3c/dom/stylesheets/MediaList.getMediaText:()Ljava/lang/String;]
MediaList.item ( int p1 ) [abstract] : String
[mangled: org/w3c/dom/stylesheets/MediaList.item:(I)Ljava/lang/String;]
MediaList.setMediaText ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/stylesheets/MediaList.setMediaText:(Ljava/lang/String;)V]
w3c.jar, MouseEvent.class
package org.w3c.dom.events
MouseEvent.getAltKey ( ) [abstract] : boolean
[mangled: org/w3c/dom/events/MouseEvent.getAltKey:()Z]
MouseEvent.getButton ( ) [abstract] : short
[mangled: org/w3c/dom/events/MouseEvent.getButton:()S]
MouseEvent.getClientX ( ) [abstract] : int
[mangled: org/w3c/dom/events/MouseEvent.getClientX:()I]
MouseEvent.getClientY ( ) [abstract] : int
[mangled: org/w3c/dom/events/MouseEvent.getClientY:()I]
MouseEvent.getCtrlKey ( ) [abstract] : boolean
[mangled: org/w3c/dom/events/MouseEvent.getCtrlKey:()Z]
MouseEvent.getMetaKey ( ) [abstract] : boolean
[mangled: org/w3c/dom/events/MouseEvent.getMetaKey:()Z]
MouseEvent.getRelatedNode ( ) [abstract] : Node
[mangled: org/w3c/dom/events/MouseEvent.getRelatedNode:()Lorg/w3c/dom/Node;]
MouseEvent.getScreenX ( ) [abstract] : int
[mangled: org/w3c/dom/events/MouseEvent.getScreenX:()I]
MouseEvent.getScreenY ( ) [abstract] : int
[mangled: org/w3c/dom/events/MouseEvent.getScreenY:()I]
MouseEvent.getShiftKey ( ) [abstract] : boolean
[mangled: org/w3c/dom/events/MouseEvent.getShiftKey:()Z]
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
[mangled: org/w3c/dom/events/MouseEvent.initMouseEvent:(Ljava/lang/String;ZZLorg/w3c/dom/views/AbstractView;SIIIIZZZZSLorg/w3c/dom/Node;)V]
w3c.jar, Rect.class
package org.w3c.dom.css
Rect.getBottom ( ) [abstract] : CSSPrimitiveValue
[mangled: org/w3c/dom/css/Rect.getBottom:()Lorg/w3c/dom/css/CSSPrimitiveValue;]
Rect.getLeft ( ) [abstract] : CSSPrimitiveValue
[mangled: org/w3c/dom/css/Rect.getLeft:()Lorg/w3c/dom/css/CSSPrimitiveValue;]
Rect.getRight ( ) [abstract] : CSSPrimitiveValue
[mangled: org/w3c/dom/css/Rect.getRight:()Lorg/w3c/dom/css/CSSPrimitiveValue;]
Rect.getTop ( ) [abstract] : CSSPrimitiveValue
[mangled: org/w3c/dom/css/Rect.getTop:()Lorg/w3c/dom/css/CSSPrimitiveValue;]
w3c.jar, RGBColor.class
package org.w3c.dom.css
RGBColor.getBlue ( ) [abstract] : CSSPrimitiveValue
[mangled: org/w3c/dom/css/RGBColor.getBlue:()Lorg/w3c/dom/css/CSSPrimitiveValue;]
RGBColor.getGreen ( ) [abstract] : CSSPrimitiveValue
[mangled: org/w3c/dom/css/RGBColor.getGreen:()Lorg/w3c/dom/css/CSSPrimitiveValue;]
RGBColor.getRed ( ) [abstract] : CSSPrimitiveValue
[mangled: org/w3c/dom/css/RGBColor.getRed:()Lorg/w3c/dom/css/CSSPrimitiveValue;]
w3c.jar, StyleSheet.class
package org.w3c.dom.stylesheets
StyleSheet.getDisabled ( ) [abstract] : boolean
[mangled: org/w3c/dom/stylesheets/StyleSheet.getDisabled:()Z]
StyleSheet.getHref ( ) [abstract] : String
[mangled: org/w3c/dom/stylesheets/StyleSheet.getHref:()Ljava/lang/String;]
StyleSheet.getMedia ( ) [abstract] : MediaList
[mangled: org/w3c/dom/stylesheets/StyleSheet.getMedia:()Lorg/w3c/dom/stylesheets/MediaList;]
StyleSheet.getOwnerNode ( ) [abstract] : Node
[mangled: org/w3c/dom/stylesheets/StyleSheet.getOwnerNode:()Lorg/w3c/dom/Node;]
StyleSheet.getParentStyleSheet ( ) [abstract] : StyleSheet
[mangled: org/w3c/dom/stylesheets/StyleSheet.getParentStyleSheet:()Lorg/w3c/dom/stylesheets/StyleSheet;]
StyleSheet.getTitle ( ) [abstract] : String
[mangled: org/w3c/dom/stylesheets/StyleSheet.getTitle:()Ljava/lang/String;]
StyleSheet.getType ( ) [abstract] : String
[mangled: org/w3c/dom/stylesheets/StyleSheet.getType:()Ljava/lang/String;]
StyleSheet.setDisabled ( boolean p1 ) [abstract] : void
[mangled: org/w3c/dom/stylesheets/StyleSheet.setDisabled:(Z)V]
w3c.jar, StyleSheetList.class
package org.w3c.dom.stylesheets
StyleSheetList.getLength ( ) [abstract] : int
[mangled: org/w3c/dom/stylesheets/StyleSheetList.getLength:()I]
StyleSheetList.item ( int p1 ) [abstract] : StyleSheet
[mangled: org/w3c/dom/stylesheets/StyleSheetList.item:(I)Lorg/w3c/dom/stylesheets/StyleSheet;]
w3c.jar, SVGAElement.class
package org.w3c.dom.svg
SVGAElement.getTarget ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGAElement.getTarget:()Lorg/w3c/dom/svg/SVGAnimatedString;]
w3c.jar, SVGAngle.class
package org.w3c.dom.svg
SVGAngle.convertToSpecifiedUnits ( short p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAngle.convertToSpecifiedUnits:(S)V]
SVGAngle.getUnitType ( ) [abstract] : short
[mangled: org/w3c/dom/svg/SVGAngle.getUnitType:()S]
SVGAngle.getValue ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGAngle.getValue:()F]
SVGAngle.getValueAsString ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGAngle.getValueAsString:()Ljava/lang/String;]
SVGAngle.getValueInSpecifiedUnits ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGAngle.getValueInSpecifiedUnits:()F]
SVGAngle.newValueSpecifiedUnits ( short p1, float p2 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAngle.newValueSpecifiedUnits:(SF)V]
SVGAngle.setValue ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAngle.setValue:(F)V]
SVGAngle.setValueAsString ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAngle.setValueAsString:(Ljava/lang/String;)V]
SVGAngle.setValueInSpecifiedUnits ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAngle.setValueInSpecifiedUnits:(F)V]
w3c.jar, SVGAnimatedAngle.class
package org.w3c.dom.svg
SVGAnimatedAngle.getAnimVal ( ) [abstract] : SVGAngle
[mangled: org/w3c/dom/svg/SVGAnimatedAngle.getAnimVal:()Lorg/w3c/dom/svg/SVGAngle;]
SVGAnimatedAngle.getBaseVal ( ) [abstract] : SVGAngle
[mangled: org/w3c/dom/svg/SVGAnimatedAngle.getBaseVal:()Lorg/w3c/dom/svg/SVGAngle;]
SVGAnimatedAngle.setBaseVal ( SVGAngle p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAnimatedAngle.setBaseVal:(Lorg/w3c/dom/svg/SVGAngle;)V]
w3c.jar, SVGAnimatedBoolean.class
package org.w3c.dom.svg
SVGAnimatedBoolean.getAnimVal ( ) [abstract] : boolean
[mangled: org/w3c/dom/svg/SVGAnimatedBoolean.getAnimVal:()Z]
SVGAnimatedBoolean.getBaseVal ( ) [abstract] : boolean
[mangled: org/w3c/dom/svg/SVGAnimatedBoolean.getBaseVal:()Z]
SVGAnimatedBoolean.setBaseVal ( boolean p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAnimatedBoolean.setBaseVal:(Z)V]
w3c.jar, SVGAnimatedEnumeration.class
package org.w3c.dom.svg
SVGAnimatedEnumeration.getAnimVal ( ) [abstract] : short
[mangled: org/w3c/dom/svg/SVGAnimatedEnumeration.getAnimVal:()S]
SVGAnimatedEnumeration.getBaseVal ( ) [abstract] : short
[mangled: org/w3c/dom/svg/SVGAnimatedEnumeration.getBaseVal:()S]
SVGAnimatedEnumeration.setBaseVal ( short p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAnimatedEnumeration.setBaseVal:(S)V]
w3c.jar, SVGAnimatedInteger.class
package org.w3c.dom.svg
SVGAnimatedInteger.getAnimVal ( ) [abstract] : int
[mangled: org/w3c/dom/svg/SVGAnimatedInteger.getAnimVal:()I]
SVGAnimatedInteger.getBaseVal ( ) [abstract] : int
[mangled: org/w3c/dom/svg/SVGAnimatedInteger.getBaseVal:()I]
SVGAnimatedInteger.setBaseVal ( int p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAnimatedInteger.setBaseVal:(I)V]
w3c.jar, SVGAnimatedLength.class
package org.w3c.dom.svg
SVGAnimatedLength.getAnimVal ( ) [abstract] : SVGLength
[mangled: org/w3c/dom/svg/SVGAnimatedLength.getAnimVal:()Lorg/w3c/dom/svg/SVGLength;]
SVGAnimatedLength.getBaseVal ( ) [abstract] : SVGLength
[mangled: org/w3c/dom/svg/SVGAnimatedLength.getBaseVal:()Lorg/w3c/dom/svg/SVGLength;]
SVGAnimatedLength.setBaseVal ( SVGLength p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAnimatedLength.setBaseVal:(Lorg/w3c/dom/svg/SVGLength;)V]
w3c.jar, SVGAnimatedLengthList.class
package org.w3c.dom.svg
SVGAnimatedLengthList.getAnimVal ( ) [abstract] : SVGLengthList
[mangled: org/w3c/dom/svg/SVGAnimatedLengthList.getAnimVal:()Lorg/w3c/dom/svg/SVGLengthList;]
SVGAnimatedLengthList.getBaseVal ( ) [abstract] : SVGLengthList
[mangled: org/w3c/dom/svg/SVGAnimatedLengthList.getBaseVal:()Lorg/w3c/dom/svg/SVGLengthList;]
SVGAnimatedLengthList.setBaseVal ( SVGLengthList p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAnimatedLengthList.setBaseVal:(Lorg/w3c/dom/svg/SVGLengthList;)V]
w3c.jar, SVGAnimatedNumber.class
package org.w3c.dom.svg
SVGAnimatedNumber.getAnimVal ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGAnimatedNumber.getAnimVal:()F]
SVGAnimatedNumber.getBaseVal ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGAnimatedNumber.getBaseVal:()F]
SVGAnimatedNumber.setBaseVal ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAnimatedNumber.setBaseVal:(F)V]
w3c.jar, SVGAnimatedNumberList.class
package org.w3c.dom.svg
SVGAnimatedNumberList.getAnimVal ( ) [abstract] : SVGNumberList
[mangled: org/w3c/dom/svg/SVGAnimatedNumberList.getAnimVal:()Lorg/w3c/dom/svg/SVGNumberList;]
SVGAnimatedNumberList.getBaseVal ( ) [abstract] : SVGNumberList
[mangled: org/w3c/dom/svg/SVGAnimatedNumberList.getBaseVal:()Lorg/w3c/dom/svg/SVGNumberList;]
SVGAnimatedNumberList.setBaseVal ( SVGNumberList p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAnimatedNumberList.setBaseVal:(Lorg/w3c/dom/svg/SVGNumberList;)V]
w3c.jar, SVGAnimatedPathData.class
package org.w3c.dom.svg
SVGAnimatedPathData.getAnimatedNormalizedPathSegList ( ) [abstract] : SVGList
[mangled: org/w3c/dom/svg/SVGAnimatedPathData.getAnimatedNormalizedPathSegList:()Lorg/w3c/dom/svg/SVGList;]
SVGAnimatedPathData.getAnimatedPathSegList ( ) [abstract] : SVGList
[mangled: org/w3c/dom/svg/SVGAnimatedPathData.getAnimatedPathSegList:()Lorg/w3c/dom/svg/SVGList;]
SVGAnimatedPathData.getNormalizedPathSegList ( ) [abstract] : SVGList
[mangled: org/w3c/dom/svg/SVGAnimatedPathData.getNormalizedPathSegList:()Lorg/w3c/dom/svg/SVGList;]
SVGAnimatedPathData.getPathSegList ( ) [abstract] : SVGList
[mangled: org/w3c/dom/svg/SVGAnimatedPathData.getPathSegList:()Lorg/w3c/dom/svg/SVGList;]
w3c.jar, SVGAnimatedPoints.class
package org.w3c.dom.svg
SVGAnimatedPoints.getAnimatedPoints ( ) [abstract] : SVGList
[mangled: org/w3c/dom/svg/SVGAnimatedPoints.getAnimatedPoints:()Lorg/w3c/dom/svg/SVGList;]
SVGAnimatedPoints.getPoints ( ) [abstract] : SVGList
[mangled: org/w3c/dom/svg/SVGAnimatedPoints.getPoints:()Lorg/w3c/dom/svg/SVGList;]
w3c.jar, SVGAnimatedPreserveAspectRatio.class
package org.w3c.dom.svg
SVGAnimatedPreserveAspectRatio.getAnimVal ( ) [abstract] : SVGPreserveAspectRatio
[mangled: org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.getAnimVal:()Lorg/w3c/dom/svg/SVGPreserveAspectRatio;]
SVGAnimatedPreserveAspectRatio.getBaseVal ( ) [abstract] : SVGPreserveAspectRatio
[mangled: org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.getBaseVal:()Lorg/w3c/dom/svg/SVGPreserveAspectRatio;]
SVGAnimatedPreserveAspectRatio.setBaseVal ( SVGPreserveAspectRatio p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.setBaseVal:(Lorg/w3c/dom/svg/SVGPreserveAspectRatio;)V]
w3c.jar, SVGAnimatedRect.class
package org.w3c.dom.svg
SVGAnimatedRect.getAnimVal ( ) [abstract] : SVGRect
[mangled: org/w3c/dom/svg/SVGAnimatedRect.getAnimVal:()Lorg/w3c/dom/svg/SVGRect;]
SVGAnimatedRect.getBaseVal ( ) [abstract] : SVGRect
[mangled: org/w3c/dom/svg/SVGAnimatedRect.getBaseVal:()Lorg/w3c/dom/svg/SVGRect;]
SVGAnimatedRect.setBaseVal ( SVGRect p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAnimatedRect.setBaseVal:(Lorg/w3c/dom/svg/SVGRect;)V]
w3c.jar, SVGAnimatedString.class
package org.w3c.dom.svg
SVGAnimatedString.getAnimVal ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGAnimatedString.getAnimVal:()Ljava/lang/String;]
SVGAnimatedString.getBaseVal ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGAnimatedString.getBaseVal:()Ljava/lang/String;]
SVGAnimatedString.setBaseVal ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAnimatedString.setBaseVal:(Ljava/lang/String;)V]
w3c.jar, SVGAnimatedTextRotate.class
package org.w3c.dom.svg
SVGAnimatedTextRotate.getAnimVal ( ) [abstract] : SVGTextRotate
[mangled: org/w3c/dom/svg/SVGAnimatedTextRotate.getAnimVal:()Lorg/w3c/dom/svg/SVGTextRotate;]
SVGAnimatedTextRotate.getBaseVal ( ) [abstract] : SVGTextRotate
[mangled: org/w3c/dom/svg/SVGAnimatedTextRotate.getBaseVal:()Lorg/w3c/dom/svg/SVGTextRotate;]
SVGAnimatedTextRotate.setBaseVal ( SVGTextRotate p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAnimatedTextRotate.setBaseVal:(Lorg/w3c/dom/svg/SVGTextRotate;)V]
w3c.jar, SVGAnimatedTransformList.class
package org.w3c.dom.svg
SVGAnimatedTransformList.getAnimVal ( ) [abstract] : SVGTransformList
[mangled: org/w3c/dom/svg/SVGAnimatedTransformList.getAnimVal:()Lorg/w3c/dom/svg/SVGTransformList;]
SVGAnimatedTransformList.getBaseVal ( ) [abstract] : SVGTransformList
[mangled: org/w3c/dom/svg/SVGAnimatedTransformList.getBaseVal:()Lorg/w3c/dom/svg/SVGTransformList;]
SVGAnimatedTransformList.setBaseVal ( SVGTransformList p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGAnimatedTransformList.setBaseVal:(Lorg/w3c/dom/svg/SVGTransformList;)V]
w3c.jar, SVGCircleElement.class
package org.w3c.dom.svg
SVGCircleElement.getCx ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGCircleElement.getCx:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGCircleElement.getCy ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGCircleElement.getCy:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGCircleElement.getR ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGCircleElement.getR:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGClipPathElement.class
package org.w3c.dom.svg
SVGClipPathElement.getClipPathUnits ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGClipPathElement.getClipPathUnits:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
w3c.jar, SVGColor.class
package org.w3c.dom.svg
SVGColor.createRGBColor ( ) [abstract] : RGBColor
[mangled: org/w3c/dom/svg/SVGColor.createRGBColor:()Lorg/w3c/dom/css/RGBColor;]
SVGColor.createSVGICCColor ( ) [abstract] : SVGICCColor
[mangled: org/w3c/dom/svg/SVGColor.createSVGICCColor:()Lorg/w3c/dom/svg/SVGICCColor;]
SVGColor.getColorType ( ) [abstract] : short
[mangled: org/w3c/dom/svg/SVGColor.getColorType:()S]
SVGColor.getICCColor ( ) [abstract] : SVGICCColor
[mangled: org/w3c/dom/svg/SVGColor.getICCColor:()Lorg/w3c/dom/svg/SVGICCColor;]
SVGColor.getRGBColor ( ) [abstract] : RGBColor
[mangled: org/w3c/dom/svg/SVGColor.getRGBColor:()Lorg/w3c/dom/css/RGBColor;]
SVGColor.setRGBColor ( RGBColor p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGColor.setRGBColor:(Lorg/w3c/dom/css/RGBColor;)V]
SVGColor.setRGBColorICCColor ( RGBColor p1, SVGICCColor p2 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGColor.setRGBColorICCColor:(Lorg/w3c/dom/css/RGBColor;Lorg/w3c/dom/svg/SVGICCColor;)V]
w3c.jar, SVGColorProfileElement.class
package org.w3c.dom.svg
SVGColorProfileElement.getName ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGColorProfileElement.getName:()Ljava/lang/String;]
SVGColorProfileElement.getRenderingIntent ( ) [abstract] : short
[mangled: org/w3c/dom/svg/SVGColorProfileElement.getRenderingIntent:()S]
SVGColorProfileElement.setName ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGColorProfileElement.setName:(Ljava/lang/String;)V]
SVGColorProfileElement.setRenderingIntent ( short p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGColorProfileElement.setRenderingIntent:(S)V]
w3c.jar, SVGColorProfileRule.class
package org.w3c.dom.svg
SVGColorProfileRule.getName ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGColorProfileRule.getName:()Ljava/lang/String;]
SVGColorProfileRule.getRenderingIntent ( ) [abstract] : short
[mangled: org/w3c/dom/svg/SVGColorProfileRule.getRenderingIntent:()S]
SVGColorProfileRule.getSrc ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGColorProfileRule.getSrc:()Ljava/lang/String;]
SVGColorProfileRule.setName ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGColorProfileRule.setName:(Ljava/lang/String;)V]
SVGColorProfileRule.setRenderingIntent ( short p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGColorProfileRule.setRenderingIntent:(S)V]
SVGColorProfileRule.setSrc ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGColorProfileRule.setSrc:(Ljava/lang/String;)V]
w3c.jar, SVGComponentTransferFunctionElement.class
package org.w3c.dom.svg
SVGComponentTransferFunctionElement.getAmplitude ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGComponentTransferFunctionElement.getAmplitude:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGComponentTransferFunctionElement.getExponent ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGComponentTransferFunctionElement.getExponent:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGComponentTransferFunctionElement.getIntercept ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGComponentTransferFunctionElement.getIntercept:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGComponentTransferFunctionElement.getOffset ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGComponentTransferFunctionElement.getOffset:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGComponentTransferFunctionElement.getSlope ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGComponentTransferFunctionElement.getSlope:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGComponentTransferFunctionElement.getTableValues ( ) [abstract] : SVGAnimatedNumberList
[mangled: org/w3c/dom/svg/SVGComponentTransferFunctionElement.getTableValues:()Lorg/w3c/dom/svg/SVGAnimatedNumberList;]
SVGComponentTransferFunctionElement.getType ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGComponentTransferFunctionElement.getType:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
w3c.jar, SVGCursorElement.class
package org.w3c.dom.svg
SVGCursorElement.getX ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGCursorElement.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGCursorElement.getY ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGCursorElement.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGDocument.class
package org.w3c.dom.svg
SVGDocument.getDomain ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGDocument.getDomain:()Ljava/lang/String;]
SVGDocument.getReferrer ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGDocument.getReferrer:()Ljava/lang/String;]
SVGDocument.getRootElement ( ) [abstract] : SVGSVGElement
[mangled: org/w3c/dom/svg/SVGDocument.getRootElement:()Lorg/w3c/dom/svg/SVGSVGElement;]
SVGDocument.getTitle ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGDocument.getTitle:()Ljava/lang/String;]
SVGDocument.getURL ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGDocument.getURL:()Ljava/lang/String;]
SVGDocument.setTitle ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGDocument.setTitle:(Ljava/lang/String;)V]
w3c.jar, SVGElement.class
package org.w3c.dom.svg
SVGElement.getId ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGElement.getId:()Ljava/lang/String;]
SVGElement.getOwnerSVGElement ( ) [abstract] : SVGSVGElement
[mangled: org/w3c/dom/svg/SVGElement.getOwnerSVGElement:()Lorg/w3c/dom/svg/SVGSVGElement;]
SVGElement.getViewportElement ( ) [abstract] : SVGElement
[mangled: org/w3c/dom/svg/SVGElement.getViewportElement:()Lorg/w3c/dom/svg/SVGElement;]
SVGElement.setId ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGElement.setId:(Ljava/lang/String;)V]
w3c.jar, SVGElementInstance.class
package org.w3c.dom.svg
SVGElementInstance.getChildNodes ( ) [abstract] : SVGElementInstanceList
[mangled: org/w3c/dom/svg/SVGElementInstance.getChildNodes:()Lorg/w3c/dom/svg/SVGElementInstanceList;]
SVGElementInstance.getCorrespondingElement ( ) [abstract] : SVGElement
[mangled: org/w3c/dom/svg/SVGElementInstance.getCorrespondingElement:()Lorg/w3c/dom/svg/SVGElement;]
SVGElementInstance.getCorrespondingUseElement ( ) [abstract] : SVGUseElement
[mangled: org/w3c/dom/svg/SVGElementInstance.getCorrespondingUseElement:()Lorg/w3c/dom/svg/SVGUseElement;]
SVGElementInstance.getFirstChild ( ) [abstract] : SVGElementInstance
[mangled: org/w3c/dom/svg/SVGElementInstance.getFirstChild:()Lorg/w3c/dom/svg/SVGElementInstance;]
SVGElementInstance.getLastChild ( ) [abstract] : SVGElementInstance
[mangled: org/w3c/dom/svg/SVGElementInstance.getLastChild:()Lorg/w3c/dom/svg/SVGElementInstance;]
SVGElementInstance.getNextSibling ( ) [abstract] : SVGElementInstance
[mangled: org/w3c/dom/svg/SVGElementInstance.getNextSibling:()Lorg/w3c/dom/svg/SVGElementInstance;]
SVGElementInstance.getParentNode ( ) [abstract] : SVGElementInstance
[mangled: org/w3c/dom/svg/SVGElementInstance.getParentNode:()Lorg/w3c/dom/svg/SVGElementInstance;]
SVGElementInstance.getPreviousSibling ( ) [abstract] : SVGElementInstance
[mangled: org/w3c/dom/svg/SVGElementInstance.getPreviousSibling:()Lorg/w3c/dom/svg/SVGElementInstance;]
w3c.jar, SVGElementInstanceList.class
package org.w3c.dom.svg
SVGElementInstanceList.getLength ( ) [abstract] : SVGElementInstance
[mangled: org/w3c/dom/svg/SVGElementInstanceList.getLength:()Lorg/w3c/dom/svg/SVGElementInstance;]
SVGElementInstanceList.item ( int p1 ) [abstract] : SVGElementInstance
[mangled: org/w3c/dom/svg/SVGElementInstanceList.item:(I)Lorg/w3c/dom/svg/SVGElementInstance;]
w3c.jar, SVGEllipseElement.class
package org.w3c.dom.svg
SVGEllipseElement.getCx ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGEllipseElement.getCx:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGEllipseElement.getCy ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGEllipseElement.getCy:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGEllipseElement.getRx ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGEllipseElement.getRx:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGEllipseElement.getRy ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGEllipseElement.getRy:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGException.class
package org.w3c.dom.svg
SVGException.SVGException ( short p1, String p2 )
[mangled: org/w3c/dom/svg/SVGException."<init>":(SLjava/lang/String;)V]
w3c.jar, SVGExternalResourcesRequired.class
package org.w3c.dom.svg
SVGExternalResourcesRequired.getExternalResourcesRequired ( ) [abstract] : SVGAnimatedBoolean
[mangled: org/w3c/dom/svg/SVGExternalResourcesRequired.getExternalResourcesRequired:()Lorg/w3c/dom/svg/SVGAnimatedBoolean;]
w3c.jar, SVGFEBlendElement.class
package org.w3c.dom.svg
SVGFEBlendElement.getIn1 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFEBlendElement.getIn1:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGFEBlendElement.getIn2 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFEBlendElement.getIn2:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGFEBlendElement.getMode ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGFEBlendElement.getMode:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
w3c.jar, SVGFEColorMatrixElement.class
package org.w3c.dom.svg
SVGFEColorMatrixElement.getIn1 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFEColorMatrixElement.getIn1:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGFEColorMatrixElement.getType ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGFEColorMatrixElement.getType:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGFEColorMatrixElement.getValues ( ) [abstract] : SVGAnimatedNumberList
[mangled: org/w3c/dom/svg/SVGFEColorMatrixElement.getValues:()Lorg/w3c/dom/svg/SVGAnimatedNumberList;]
w3c.jar, SVGFEComponentTransferElement.class
package org.w3c.dom.svg
SVGFEComponentTransferElement.getIn1 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFEComponentTransferElement.getIn1:()Lorg/w3c/dom/svg/SVGAnimatedString;]
w3c.jar, SVGFECompositeElement.class
package org.w3c.dom.svg
SVGFECompositeElement.getIn1 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFECompositeElement.getIn1:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGFECompositeElement.getIn2 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFECompositeElement.getIn2:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGFECompositeElement.getK1 ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFECompositeElement.getK1:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFECompositeElement.getK2 ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFECompositeElement.getK2:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFECompositeElement.getK3 ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFECompositeElement.getK3:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFECompositeElement.getK4 ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFECompositeElement.getK4:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFECompositeElement.getOperator ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGFECompositeElement.getOperator:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
w3c.jar, SVGFEConvolveMatrixElement.class
package org.w3c.dom.svg
SVGFEConvolveMatrixElement.getBias ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFEConvolveMatrixElement.getBias:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFEConvolveMatrixElement.getDivisor ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFEConvolveMatrixElement.getDivisor:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFEConvolveMatrixElement.getEdgeMode ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGFEConvolveMatrixElement.getEdgeMode:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGFEConvolveMatrixElement.getKernelMatrix ( ) [abstract] : SVGAnimatedNumberList
[mangled: org/w3c/dom/svg/SVGFEConvolveMatrixElement.getKernelMatrix:()Lorg/w3c/dom/svg/SVGAnimatedNumberList;]
SVGFEConvolveMatrixElement.getKernelUnitLengthX ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGFEConvolveMatrixElement.getKernelUnitLengthX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFEConvolveMatrixElement.getKernelUnitLengthY ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGFEConvolveMatrixElement.getKernelUnitLengthY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFEConvolveMatrixElement.getOrderX ( ) [abstract] : SVGAnimatedInteger
[mangled: org/w3c/dom/svg/SVGFEConvolveMatrixElement.getOrderX:()Lorg/w3c/dom/svg/SVGAnimatedInteger;]
SVGFEConvolveMatrixElement.getOrderY ( ) [abstract] : SVGAnimatedInteger
[mangled: org/w3c/dom/svg/SVGFEConvolveMatrixElement.getOrderY:()Lorg/w3c/dom/svg/SVGAnimatedInteger;]
SVGFEConvolveMatrixElement.getPreserveAlpha ( ) [abstract] : SVGAnimatedBoolean
[mangled: org/w3c/dom/svg/SVGFEConvolveMatrixElement.getPreserveAlpha:()Lorg/w3c/dom/svg/SVGAnimatedBoolean;]
SVGFEConvolveMatrixElement.getTargetX ( ) [abstract] : SVGAnimatedInteger
[mangled: org/w3c/dom/svg/SVGFEConvolveMatrixElement.getTargetX:()Lorg/w3c/dom/svg/SVGAnimatedInteger;]
SVGFEConvolveMatrixElement.getTargetY ( ) [abstract] : SVGAnimatedInteger
[mangled: org/w3c/dom/svg/SVGFEConvolveMatrixElement.getTargetY:()Lorg/w3c/dom/svg/SVGAnimatedInteger;]
w3c.jar, SVGFEDiffuseLightingElement.class
package org.w3c.dom.svg
SVGFEDiffuseLightingElement.getDiffuseConstant ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFEDiffuseLightingElement.getDiffuseConstant:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFEDiffuseLightingElement.getIn1 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFEDiffuseLightingElement.getIn1:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGFEDiffuseLightingElement.getSurfaceScale ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFEDiffuseLightingElement.getSurfaceScale:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
w3c.jar, SVGFEDisplacementMapElement.class
package org.w3c.dom.svg
SVGFEDisplacementMapElement.getIn1 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFEDisplacementMapElement.getIn1:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGFEDisplacementMapElement.getIn2 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFEDisplacementMapElement.getIn2:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGFEDisplacementMapElement.getScale ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFEDisplacementMapElement.getScale:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFEDisplacementMapElement.getXChannelSelector ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGFEDisplacementMapElement.getXChannelSelector:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGFEDisplacementMapElement.getYChannelSelector ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGFEDisplacementMapElement.getYChannelSelector:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
w3c.jar, SVGFEDistantLightElement.class
package org.w3c.dom.svg
SVGFEDistantLightElement.getAzimuth ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFEDistantLightElement.getAzimuth:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFEDistantLightElement.getElevation ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFEDistantLightElement.getElevation:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
w3c.jar, SVGFEFloodElement.class
package org.w3c.dom.svg
SVGFEFloodElement.getIn1 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFEFloodElement.getIn1:()Lorg/w3c/dom/svg/SVGAnimatedString;]
w3c.jar, SVGFEGaussianBlurElement.class
package org.w3c.dom.svg
SVGFEGaussianBlurElement.getIn1 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFEGaussianBlurElement.getIn1:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGFEGaussianBlurElement.getStdDeviationX ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFEGaussianBlurElement.getStdDeviationX:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFEGaussianBlurElement.getStdDeviationY ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFEGaussianBlurElement.getStdDeviationY:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFEGaussianBlurElement.setStdDeviation ( float p1, float p2 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGFEGaussianBlurElement.setStdDeviation:(FF)V]
w3c.jar, SVGFEMergeNodeElement.class
package org.w3c.dom.svg
SVGFEMergeNodeElement.getIn1 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFEMergeNodeElement.getIn1:()Lorg/w3c/dom/svg/SVGAnimatedString;]
w3c.jar, SVGFEMorphologyElement.class
package org.w3c.dom.svg
SVGFEMorphologyElement.getIn1 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFEMorphologyElement.getIn1:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGFEMorphologyElement.getOperator ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGFEMorphologyElement.getOperator:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGFEMorphologyElement.getRadiusX ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGFEMorphologyElement.getRadiusX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFEMorphologyElement.getRadiusY ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGFEMorphologyElement.getRadiusY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGFEOffsetElement.class
package org.w3c.dom.svg
SVGFEOffsetElement.getDx ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGFEOffsetElement.getDx:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFEOffsetElement.getDy ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGFEOffsetElement.getDy:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFEOffsetElement.getIn1 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFEOffsetElement.getIn1:()Lorg/w3c/dom/svg/SVGAnimatedString;]
w3c.jar, SVGFEPointLightElement.class
package org.w3c.dom.svg
SVGFEPointLightElement.getX ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFEPointLightElement.getX:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFEPointLightElement.getY ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFEPointLightElement.getY:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFEPointLightElement.getZ ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFEPointLightElement.getZ:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
w3c.jar, SVGFESpecularLightingElement.class
package org.w3c.dom.svg
SVGFESpecularLightingElement.getIn1 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFESpecularLightingElement.getIn1:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGFESpecularLightingElement.getSpecularConstant ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFESpecularLightingElement.getSpecularConstant:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFESpecularLightingElement.getSpecularExponent ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFESpecularLightingElement.getSpecularExponent:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFESpecularLightingElement.getSurfaceScale ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFESpecularLightingElement.getSurfaceScale:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
w3c.jar, SVGFESpotLightElement.class
package org.w3c.dom.svg
SVGFESpotLightElement.getLimitingConeAngle ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFESpotLightElement.getLimitingConeAngle:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFESpotLightElement.getPointsAtX ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFESpotLightElement.getPointsAtX:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFESpotLightElement.getPointsAtY ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFESpotLightElement.getPointsAtY:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFESpotLightElement.getPointsAtZ ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFESpotLightElement.getPointsAtZ:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFESpotLightElement.getSpecularExponent ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFESpotLightElement.getSpecularExponent:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFESpotLightElement.getX ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFESpotLightElement.getX:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFESpotLightElement.getY ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFESpotLightElement.getY:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFESpotLightElement.getZ ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFESpotLightElement.getZ:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
w3c.jar, SVGFETileElement.class
package org.w3c.dom.svg
SVGFETileElement.getIn1 ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFETileElement.getIn1:()Lorg/w3c/dom/svg/SVGAnimatedString;]
w3c.jar, SVGFETurbulenceElement.class
package org.w3c.dom.svg
SVGFETurbulenceElement.getBaseFrequencyX ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFETurbulenceElement.getBaseFrequencyX:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFETurbulenceElement.getBaseFrequencyY ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFETurbulenceElement.getBaseFrequencyY:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFETurbulenceElement.getNumOctaves ( ) [abstract] : SVGAnimatedInteger
[mangled: org/w3c/dom/svg/SVGFETurbulenceElement.getNumOctaves:()Lorg/w3c/dom/svg/SVGAnimatedInteger;]
SVGFETurbulenceElement.getSeed ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGFETurbulenceElement.getSeed:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGFETurbulenceElement.getStitchTiles ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGFETurbulenceElement.getStitchTiles:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGFETurbulenceElement.getType ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGFETurbulenceElement.getType:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
w3c.jar, SVGFilterElement.class
package org.w3c.dom.svg
SVGFilterElement.getFilterResX ( ) [abstract] : SVGAnimatedInteger
[mangled: org/w3c/dom/svg/SVGFilterElement.getFilterResX:()Lorg/w3c/dom/svg/SVGAnimatedInteger;]
SVGFilterElement.getFilterResY ( ) [abstract] : SVGAnimatedInteger
[mangled: org/w3c/dom/svg/SVGFilterElement.getFilterResY:()Lorg/w3c/dom/svg/SVGAnimatedInteger;]
SVGFilterElement.getFilterUnits ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGFilterElement.getFilterUnits:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGFilterElement.getHeight ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGFilterElement.getHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFilterElement.getPrimitiveUnits ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGFilterElement.getPrimitiveUnits:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGFilterElement.getWidth ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGFilterElement.getWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFilterElement.getX ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGFilterElement.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFilterElement.getY ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGFilterElement.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFilterElement.setFilterRes ( int p1, int p2 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGFilterElement.setFilterRes:(II)V]
w3c.jar, SVGFilterPrimitiveStandardAttributes.class
package org.w3c.dom.svg
SVGFilterPrimitiveStandardAttributes.getHeight ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.getHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFilterPrimitiveStandardAttributes.getResult ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.getResult:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGFilterPrimitiveStandardAttributes.getWidth ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.getWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFilterPrimitiveStandardAttributes.getX ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGFilterPrimitiveStandardAttributes.getY ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGFitToViewBox.class
package org.w3c.dom.svg
SVGFitToViewBox.getPreserveAspectRatio ( ) [abstract] : SVGAnimatedPreserveAspectRatio
[mangled: org/w3c/dom/svg/SVGFitToViewBox.getPreserveAspectRatio:()Lorg/w3c/dom/svg/SVGAnimatedPreserveAspectRatio;]
SVGFitToViewBox.getViewBox ( ) [abstract] : SVGAnimatedRect
[mangled: org/w3c/dom/svg/SVGFitToViewBox.getViewBox:()Lorg/w3c/dom/svg/SVGAnimatedRect;]
w3c.jar, SVGForeignObjectElement.class
package org.w3c.dom.svg
SVGForeignObjectElement.getHeight ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGForeignObjectElement.getHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGForeignObjectElement.getWidth ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGForeignObjectElement.getWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGForeignObjectElement.getX ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGForeignObjectElement.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGForeignObjectElement.getY ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGForeignObjectElement.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGGlyphRefElement.class
package org.w3c.dom.svg
SVGGlyphRefElement.getFormat ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGGlyphRefElement.getFormat:()Ljava/lang/String;]
SVGGlyphRefElement.getGlyphRef ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGGlyphRefElement.getGlyphRef:()Ljava/lang/String;]
SVGGlyphRefElement.setFormat ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGGlyphRefElement.setFormat:(Ljava/lang/String;)V]
SVGGlyphRefElement.setGlyphRef ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGGlyphRefElement.setGlyphRef:(Ljava/lang/String;)V]
w3c.jar, SVGGlyphRunElement.class
package org.w3c.dom.svg
SVGGlyphRunElement.getGlyphOrder ( ) [abstract] : SVGAnimatedNumberList
[mangled: org/w3c/dom/svg/SVGGlyphRunElement.getGlyphOrder:()Lorg/w3c/dom/svg/SVGAnimatedNumberList;]
w3c.jar, SVGGradientElement.class
package org.w3c.dom.svg
SVGGradientElement.getGradientTransform ( ) [abstract] : SVGAnimatedTransformList
[mangled: org/w3c/dom/svg/SVGGradientElement.getGradientTransform:()Lorg/w3c/dom/svg/SVGAnimatedTransformList;]
SVGGradientElement.getGradientUnits ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGGradientElement.getGradientUnits:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGGradientElement.getSpreadMethod ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGGradientElement.getSpreadMethod:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
w3c.jar, SVGICCColor.class
package org.w3c.dom.svg
SVGICCColor.getColorProfile ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGICCColor.getColorProfile:()Ljava/lang/String;]
SVGICCColor.getColors ( ) [abstract] : SVGList
[mangled: org/w3c/dom/svg/SVGICCColor.getColors:()Lorg/w3c/dom/svg/SVGList;]
SVGICCColor.setColorProfile ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGICCColor.setColorProfile:(Ljava/lang/String;)V]
w3c.jar, SVGImageElement.class
package org.w3c.dom.svg
SVGImageElement.getHeight ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGImageElement.getHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGImageElement.getWidth ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGImageElement.getWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGImageElement.getX ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGImageElement.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGImageElement.getY ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGImageElement.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGLangSpace.class
package org.w3c.dom.svg
SVGLangSpace.getXMLlang ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGLangSpace.getXMLlang:()Ljava/lang/String;]
SVGLangSpace.getXMLspace ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGLangSpace.getXMLspace:()Ljava/lang/String;]
SVGLangSpace.setXMLlang ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGLangSpace.setXMLlang:(Ljava/lang/String;)V]
SVGLangSpace.setXMLspace ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGLangSpace.setXMLspace:(Ljava/lang/String;)V]
w3c.jar, SVGLength.class
package org.w3c.dom.svg
SVGLength.convertToSpecifiedUnits ( short p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGLength.convertToSpecifiedUnits:(S)V]
SVGLength.getUnitType ( ) [abstract] : short
[mangled: org/w3c/dom/svg/SVGLength.getUnitType:()S]
SVGLength.getValue ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGLength.getValue:()F]
SVGLength.getValueAsString ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGLength.getValueAsString:()Ljava/lang/String;]
SVGLength.getValueInSpecifiedUnits ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGLength.getValueInSpecifiedUnits:()F]
SVGLength.newValueSpecifiedUnits ( short p1, float p2 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGLength.newValueSpecifiedUnits:(SF)V]
SVGLength.setValue ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGLength.setValue:(F)V]
SVGLength.setValueAsString ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGLength.setValueAsString:(Ljava/lang/String;)V]
SVGLength.setValueInSpecifiedUnits ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGLength.setValueInSpecifiedUnits:(F)V]
w3c.jar, SVGLinearGradientElement.class
package org.w3c.dom.svg
SVGLinearGradientElement.getX1 ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGLinearGradientElement.getX1:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGLinearGradientElement.getX2 ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGLinearGradientElement.getX2:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGLinearGradientElement.getY1 ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGLinearGradientElement.getY1:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGLinearGradientElement.getY2 ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGLinearGradientElement.getY2:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGLineElement.class
package org.w3c.dom.svg
SVGLineElement.getX1 ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGLineElement.getX1:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGLineElement.getX2 ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGLineElement.getX2:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGLineElement.getY1 ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGLineElement.getY1:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGLineElement.getY2 ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGLineElement.getY2:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGList.class
package org.w3c.dom.svg
SVGList.appendItem ( Object p1 ) [abstract] : Object
[mangled: org/w3c/dom/svg/SVGList.appendItem:(Ljava/lang/Object;)Ljava/lang/Object;]
SVGList.clear ( ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGList.clear:()V]
SVGList.createItem ( ) [abstract] : Object
[mangled: org/w3c/dom/svg/SVGList.createItem:()Ljava/lang/Object;]
SVGList.getItem ( int p1 ) [abstract] : Object
[mangled: org/w3c/dom/svg/SVGList.getItem:(I)Ljava/lang/Object;]
SVGList.getNumberOfItems ( ) [abstract] : int
[mangled: org/w3c/dom/svg/SVGList.getNumberOfItems:()I]
SVGList.initialize ( Object p1 ) [abstract] : Object
[mangled: org/w3c/dom/svg/SVGList.initialize:(Ljava/lang/Object;)Ljava/lang/Object;]
SVGList.insertItemBefore ( Object p1, int p2 ) [abstract] : Object
[mangled: org/w3c/dom/svg/SVGList.insertItemBefore:(Ljava/lang/Object;I)Ljava/lang/Object;]
SVGList.removeItem ( int p1 ) [abstract] : Object
[mangled: org/w3c/dom/svg/SVGList.removeItem:(I)Ljava/lang/Object;]
SVGList.replaceItem ( Object p1, int p2 ) [abstract] : Object
[mangled: org/w3c/dom/svg/SVGList.replaceItem:(Ljava/lang/Object;I)Ljava/lang/Object;]
w3c.jar, SVGMarkerElement.class
package org.w3c.dom.svg
SVGMarkerElement.getMarkerHeight ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGMarkerElement.getMarkerHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGMarkerElement.getMarkerUnits ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGMarkerElement.getMarkerUnits:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGMarkerElement.getMarkerWidth ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGMarkerElement.getMarkerWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGMarkerElement.getOrientAngle ( ) [abstract] : SVGAnimatedAngle
[mangled: org/w3c/dom/svg/SVGMarkerElement.getOrientAngle:()Lorg/w3c/dom/svg/SVGAnimatedAngle;]
SVGMarkerElement.getOrientType ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGMarkerElement.getOrientType:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGMarkerElement.getRefX ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGMarkerElement.getRefX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGMarkerElement.getRefY ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGMarkerElement.getRefY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGMarkerElement.setOrientToAngle ( SVGAngle p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGMarkerElement.setOrientToAngle:(Lorg/w3c/dom/svg/SVGAngle;)V]
SVGMarkerElement.setOrientToAuto ( ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGMarkerElement.setOrientToAuto:()V]
w3c.jar, SVGMaskElement.class
package org.w3c.dom.svg
SVGMaskElement.getHeight ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGMaskElement.getHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGMaskElement.getMaskUnits ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGMaskElement.getMaskUnits:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGMaskElement.getWidth ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGMaskElement.getWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGMaskElement.getX ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGMaskElement.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGMaskElement.getY ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGMaskElement.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGMatrix.class
package org.w3c.dom.svg
SVGMatrix.flipX ( ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGMatrix.flipX:()Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrix.flipY ( ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGMatrix.flipY:()Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrix.getA ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGMatrix.getA:()F]
SVGMatrix.getB ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGMatrix.getB:()F]
SVGMatrix.getC ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGMatrix.getC:()F]
SVGMatrix.getD ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGMatrix.getD:()F]
SVGMatrix.getE ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGMatrix.getE:()F]
SVGMatrix.getF ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGMatrix.getF:()F]
SVGMatrix.inverse ( ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGMatrix.inverse:()Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrix.multiply ( SVGMatrix p1 ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGMatrix.multiply:(Lorg/w3c/dom/svg/SVGMatrix;)Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrix.rotate ( float p1 ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGMatrix.rotate:(F)Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrix.rotateFromVector ( float p1, float p2 ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGMatrix.rotateFromVector:(FF)Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrix.scale ( float p1 ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGMatrix.scale:(F)Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrix.scaleNonUniform ( float p1, float p2 ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGMatrix.scaleNonUniform:(FF)Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrix.setA ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGMatrix.setA:(F)V]
SVGMatrix.setB ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGMatrix.setB:(F)V]
SVGMatrix.setC ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGMatrix.setC:(F)V]
SVGMatrix.setD ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGMatrix.setD:(F)V]
SVGMatrix.setE ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGMatrix.setE:(F)V]
SVGMatrix.setF ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGMatrix.setF:(F)V]
SVGMatrix.skewX ( float p1 ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGMatrix.skewX:(F)Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrix.skewY ( float p1 ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGMatrix.skewY:(F)Lorg/w3c/dom/svg/SVGMatrix;]
SVGMatrix.translate ( float p1, float p2 ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGMatrix.translate:(FF)Lorg/w3c/dom/svg/SVGMatrix;]
w3c.jar, SVGPaint.class
package org.w3c.dom.svg
SVGPaint.getPaintType ( ) [abstract] : short
[mangled: org/w3c/dom/svg/SVGPaint.getPaintType:()S]
SVGPaint.getUri ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGPaint.getUri:()Ljava/lang/String;]
SVGPaint.setPaint ( short p1, String p2, RGBColor p3, SVGICCColor p4 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPaint.setPaint:(SLjava/lang/String;Lorg/w3c/dom/css/RGBColor;Lorg/w3c/dom/svg/SVGICCColor;)V]
SVGPaint.setUri ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPaint.setUri:(Ljava/lang/String;)V]
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
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegArcAbs:(FFFFFZZ)Lorg/w3c/dom/svg/SVGPathSegArcAbs;]
SVGPathElement.createSVGPathSegArcRel ( float p1, float p2, float p3, float p4, float p5, boolean p6, boolean p7 ) [abstract] : SVGPathSegArcRel
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegArcRel:(FFFFFZZ)Lorg/w3c/dom/svg/SVGPathSegArcRel;]
SVGPathElement.createSVGPathSegClosePath ( ) [abstract] : SVGPathSegClosePath
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegClosePath:()Lorg/w3c/dom/svg/SVGPathSegClosePath;]
SVGPathElement.createSVGPathSegCurvetoCubicAbs ( float p1, float p2, float p3, float p4, float p5, float p6 ) [abstract] : SVGPathSegCurvetoCubicAbs
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegCurvetoCubicAbs:(FFFFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoCubicAbs;]
SVGPathElement.createSVGPathSegCurvetoCubicRel ( float p1, float p2, float p3, float p4, float p5, float p6 ) [abstract] : SVGPathSegCurvetoCubicRel
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegCurvetoCubicRel:(FFFFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoCubicRel;]
SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs ( float p1, float p2, float p3, float p4 ) [abstract] : SVGPathSegCurvetoCubicSmoothAbs
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs:(FFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs;]
SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel ( float p1, float p2, float p3, float p4 ) [abstract] : SVGPathSegCurvetoCubicSmoothRel
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel:(FFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel;]
SVGPathElement.createSVGPathSegCurvetoQuadraticAbs ( float p1, float p2, float p3, float p4 ) [abstract] : SVGPathSegCurvetoQuadraticAbs
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegCurvetoQuadraticAbs:(FFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs;]
SVGPathElement.createSVGPathSegCurvetoQuadraticRel ( float p1, float p2, float p3, float p4 ) [abstract] : SVGPathSegCurvetoQuadraticRel
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegCurvetoQuadraticRel:(FFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel;]
SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs ( float p1, float p2 ) [abstract] : SVGPathSegCurvetoQuadraticSmoothAbs
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs:(FF)Lorg/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs;]
SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel ( float p1, float p2 ) [abstract] : SVGPathSegCurvetoQuadraticSmoothRel
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel:(FF)Lorg/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel;]
SVGPathElement.createSVGPathSegLinetoAbs ( float p1, float p2 ) [abstract] : SVGPathSegLinetoAbs
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegLinetoAbs:(FF)Lorg/w3c/dom/svg/SVGPathSegLinetoAbs;]
SVGPathElement.createSVGPathSegLinetoHorizontalAbs ( float p1 ) [abstract] : SVGPathSegLinetoHorizontalAbs
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegLinetoHorizontalAbs:(F)Lorg/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs;]
SVGPathElement.createSVGPathSegLinetoHorizontalRel ( float p1 ) [abstract] : SVGPathSegLinetoHorizontalRel
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegLinetoHorizontalRel:(F)Lorg/w3c/dom/svg/SVGPathSegLinetoHorizontalRel;]
SVGPathElement.createSVGPathSegLinetoRel ( float p1, float p2 ) [abstract] : SVGPathSegLinetoRel
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegLinetoRel:(FF)Lorg/w3c/dom/svg/SVGPathSegLinetoRel;]
SVGPathElement.createSVGPathSegLinetoVerticalAbs ( float p1 ) [abstract] : SVGPathSegLinetoVerticalAbs
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegLinetoVerticalAbs:(F)Lorg/w3c/dom/svg/SVGPathSegLinetoVerticalAbs;]
SVGPathElement.createSVGPathSegLinetoVerticalRel ( float p1 ) [abstract] : SVGPathSegLinetoVerticalRel
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegLinetoVerticalRel:(F)Lorg/w3c/dom/svg/SVGPathSegLinetoVerticalRel;]
SVGPathElement.createSVGPathSegMovetoAbs ( float p1, float p2 ) [abstract] : SVGPathSegMovetoAbs
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegMovetoAbs:(FF)Lorg/w3c/dom/svg/SVGPathSegMovetoAbs;]
SVGPathElement.createSVGPathSegMovetoRel ( float p1, float p2 ) [abstract] : SVGPathSegMovetoRel
[mangled: org/w3c/dom/svg/SVGPathElement.createSVGPathSegMovetoRel:(FF)Lorg/w3c/dom/svg/SVGPathSegMovetoRel;]
SVGPathElement.getPathLength ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGPathElement.getPathLength:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
SVGPathElement.getPathSegAtLength ( float p1 ) [abstract] : int
[mangled: org/w3c/dom/svg/SVGPathElement.getPathSegAtLength:(F)I]
SVGPathElement.getPointAtLength ( float p1 ) [abstract] : SVGPoint
[mangled: org/w3c/dom/svg/SVGPathElement.getPointAtLength:(F)Lorg/w3c/dom/svg/SVGPoint;]
SVGPathElement.getTotalLength ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathElement.getTotalLength:()F]
w3c.jar, SVGPathSeg.class
package org.w3c.dom.svg
SVGPathSeg.getPathSegType ( ) [abstract] : short
[mangled: org/w3c/dom/svg/SVGPathSeg.getPathSegType:()S]
SVGPathSeg.getPathSegTypeAsLetter ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGPathSeg.getPathSegTypeAsLetter:()Ljava/lang/String;]
w3c.jar, SVGPathSegArcAbs.class
package org.w3c.dom.svg
SVGPathSegArcAbs.getAngle ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegArcAbs.getAngle:()F]
SVGPathSegArcAbs.getLargeArcFlag ( ) [abstract] : boolean
[mangled: org/w3c/dom/svg/SVGPathSegArcAbs.getLargeArcFlag:()Z]
SVGPathSegArcAbs.getR1 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegArcAbs.getR1:()F]
SVGPathSegArcAbs.getR2 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegArcAbs.getR2:()F]
SVGPathSegArcAbs.getSweepFlag ( ) [abstract] : boolean
[mangled: org/w3c/dom/svg/SVGPathSegArcAbs.getSweepFlag:()Z]
SVGPathSegArcAbs.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegArcAbs.getX:()F]
SVGPathSegArcAbs.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegArcAbs.getY:()F]
SVGPathSegArcAbs.setAngle ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegArcAbs.setAngle:(F)V]
SVGPathSegArcAbs.setLargeArcFlag ( boolean p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegArcAbs.setLargeArcFlag:(Z)V]
SVGPathSegArcAbs.setR1 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegArcAbs.setR1:(F)V]
SVGPathSegArcAbs.setR2 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegArcAbs.setR2:(F)V]
SVGPathSegArcAbs.setSweepFlag ( boolean p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegArcAbs.setSweepFlag:(Z)V]
SVGPathSegArcAbs.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegArcAbs.setX:(F)V]
SVGPathSegArcAbs.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegArcAbs.setY:(F)V]
w3c.jar, SVGPathSegArcRel.class
package org.w3c.dom.svg
SVGPathSegArcRel.getAngle ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegArcRel.getAngle:()F]
SVGPathSegArcRel.getLargeArcFlag ( ) [abstract] : boolean
[mangled: org/w3c/dom/svg/SVGPathSegArcRel.getLargeArcFlag:()Z]
SVGPathSegArcRel.getR1 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegArcRel.getR1:()F]
SVGPathSegArcRel.getR2 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegArcRel.getR2:()F]
SVGPathSegArcRel.getSweepFlag ( ) [abstract] : boolean
[mangled: org/w3c/dom/svg/SVGPathSegArcRel.getSweepFlag:()Z]
SVGPathSegArcRel.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegArcRel.getX:()F]
SVGPathSegArcRel.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegArcRel.getY:()F]
SVGPathSegArcRel.setAngle ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegArcRel.setAngle:(F)V]
SVGPathSegArcRel.setLargeArcFlag ( boolean p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegArcRel.setLargeArcFlag:(Z)V]
SVGPathSegArcRel.setR1 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegArcRel.setR1:(F)V]
SVGPathSegArcRel.setR2 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegArcRel.setR2:(F)V]
SVGPathSegArcRel.setSweepFlag ( boolean p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegArcRel.setSweepFlag:(Z)V]
SVGPathSegArcRel.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegArcRel.setX:(F)V]
SVGPathSegArcRel.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegArcRel.setY:(F)V]
w3c.jar, SVGPathSegCurvetoCubicAbs.class
package org.w3c.dom.svg
SVGPathSegCurvetoCubicAbs.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.getX:()F]
SVGPathSegCurvetoCubicAbs.getX1 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.getX1:()F]
SVGPathSegCurvetoCubicAbs.getX2 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.getX2:()F]
SVGPathSegCurvetoCubicAbs.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.getY:()F]
SVGPathSegCurvetoCubicAbs.getY1 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.getY1:()F]
SVGPathSegCurvetoCubicAbs.getY2 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.getY2:()F]
SVGPathSegCurvetoCubicAbs.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.setX:(F)V]
SVGPathSegCurvetoCubicAbs.setX1 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.setX1:(F)V]
SVGPathSegCurvetoCubicAbs.setX2 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.setX2:(F)V]
SVGPathSegCurvetoCubicAbs.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.setY:(F)V]
SVGPathSegCurvetoCubicAbs.setY1 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.setY1:(F)V]
SVGPathSegCurvetoCubicAbs.setY2 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs.setY2:(F)V]
w3c.jar, SVGPathSegCurvetoCubicRel.class
package org.w3c.dom.svg
SVGPathSegCurvetoCubicRel.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.getX:()F]
SVGPathSegCurvetoCubicRel.getX1 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.getX1:()F]
SVGPathSegCurvetoCubicRel.getX2 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.getX2:()F]
SVGPathSegCurvetoCubicRel.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.getY:()F]
SVGPathSegCurvetoCubicRel.getY1 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.getY1:()F]
SVGPathSegCurvetoCubicRel.getY2 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.getY2:()F]
SVGPathSegCurvetoCubicRel.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.setX:(F)V]
SVGPathSegCurvetoCubicRel.setX1 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.setX1:(F)V]
SVGPathSegCurvetoCubicRel.setX2 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.setX2:(F)V]
SVGPathSegCurvetoCubicRel.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.setY:(F)V]
SVGPathSegCurvetoCubicRel.setY1 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.setY1:(F)V]
SVGPathSegCurvetoCubicRel.setY2 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicRel.setY2:(F)V]
w3c.jar, SVGPathSegCurvetoCubicSmoothAbs.class
package org.w3c.dom.svg
SVGPathSegCurvetoCubicSmoothAbs.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.getX:()F]
SVGPathSegCurvetoCubicSmoothAbs.getX2 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.getX2:()F]
SVGPathSegCurvetoCubicSmoothAbs.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.getY:()F]
SVGPathSegCurvetoCubicSmoothAbs.getY2 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.getY2:()F]
SVGPathSegCurvetoCubicSmoothAbs.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.setX:(F)V]
SVGPathSegCurvetoCubicSmoothAbs.setX2 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.setX2:(F)V]
SVGPathSegCurvetoCubicSmoothAbs.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.setY:(F)V]
SVGPathSegCurvetoCubicSmoothAbs.setY2 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs.setY2:(F)V]
w3c.jar, SVGPathSegCurvetoCubicSmoothRel.class
package org.w3c.dom.svg
SVGPathSegCurvetoCubicSmoothRel.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.getX:()F]
SVGPathSegCurvetoCubicSmoothRel.getX2 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.getX2:()F]
SVGPathSegCurvetoCubicSmoothRel.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.getY:()F]
SVGPathSegCurvetoCubicSmoothRel.getY2 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.getY2:()F]
SVGPathSegCurvetoCubicSmoothRel.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.setX:(F)V]
SVGPathSegCurvetoCubicSmoothRel.setX2 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.setX2:(F)V]
SVGPathSegCurvetoCubicSmoothRel.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.setY:(F)V]
SVGPathSegCurvetoCubicSmoothRel.setY2 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel.setY2:(F)V]
w3c.jar, SVGPathSegCurvetoQuadraticAbs.class
package org.w3c.dom.svg
SVGPathSegCurvetoQuadraticAbs.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.getX:()F]
SVGPathSegCurvetoQuadraticAbs.getX1 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.getX1:()F]
SVGPathSegCurvetoQuadraticAbs.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.getY:()F]
SVGPathSegCurvetoQuadraticAbs.getY1 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.getY1:()F]
SVGPathSegCurvetoQuadraticAbs.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.setX:(F)V]
SVGPathSegCurvetoQuadraticAbs.setX1 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.setX1:(F)V]
SVGPathSegCurvetoQuadraticAbs.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.setY:(F)V]
SVGPathSegCurvetoQuadraticAbs.setY1 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs.setY1:(F)V]
w3c.jar, SVGPathSegCurvetoQuadraticRel.class
package org.w3c.dom.svg
SVGPathSegCurvetoQuadraticRel.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.getX:()F]
SVGPathSegCurvetoQuadraticRel.getX1 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.getX1:()F]
SVGPathSegCurvetoQuadraticRel.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.getY:()F]
SVGPathSegCurvetoQuadraticRel.getY1 ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.getY1:()F]
SVGPathSegCurvetoQuadraticRel.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.setX:(F)V]
SVGPathSegCurvetoQuadraticRel.setX1 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.setX1:(F)V]
SVGPathSegCurvetoQuadraticRel.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.setY:(F)V]
SVGPathSegCurvetoQuadraticRel.setY1 ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel.setY1:(F)V]
w3c.jar, SVGPathSegCurvetoQuadraticSmoothAbs.class
package org.w3c.dom.svg
SVGPathSegCurvetoQuadraticSmoothAbs.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.getX:()F]
SVGPathSegCurvetoQuadraticSmoothAbs.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.getY:()F]
SVGPathSegCurvetoQuadraticSmoothAbs.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.setX:(F)V]
SVGPathSegCurvetoQuadraticSmoothAbs.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs.setY:(F)V]
w3c.jar, SVGPathSegCurvetoQuadraticSmoothRel.class
package org.w3c.dom.svg
SVGPathSegCurvetoQuadraticSmoothRel.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.getX:()F]
SVGPathSegCurvetoQuadraticSmoothRel.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.getY:()F]
SVGPathSegCurvetoQuadraticSmoothRel.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.setX:(F)V]
SVGPathSegCurvetoQuadraticSmoothRel.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel.setY:(F)V]
w3c.jar, SVGPathSegLinetoAbs.class
package org.w3c.dom.svg
SVGPathSegLinetoAbs.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegLinetoAbs.getX:()F]
SVGPathSegLinetoAbs.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegLinetoAbs.getY:()F]
SVGPathSegLinetoAbs.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegLinetoAbs.setX:(F)V]
SVGPathSegLinetoAbs.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegLinetoAbs.setY:(F)V]
w3c.jar, SVGPathSegLinetoHorizontalAbs.class
package org.w3c.dom.svg
SVGPathSegLinetoHorizontalAbs.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.getX:()F]
SVGPathSegLinetoHorizontalAbs.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs.setX:(F)V]
w3c.jar, SVGPathSegLinetoHorizontalRel.class
package org.w3c.dom.svg
SVGPathSegLinetoHorizontalRel.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.getX:()F]
SVGPathSegLinetoHorizontalRel.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel.setX:(F)V]
w3c.jar, SVGPathSegLinetoRel.class
package org.w3c.dom.svg
SVGPathSegLinetoRel.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegLinetoRel.getX:()F]
SVGPathSegLinetoRel.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegLinetoRel.getY:()F]
SVGPathSegLinetoRel.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegLinetoRel.setX:(F)V]
SVGPathSegLinetoRel.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegLinetoRel.setY:(F)V]
w3c.jar, SVGPathSegLinetoVerticalAbs.class
package org.w3c.dom.svg
SVGPathSegLinetoVerticalAbs.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.getY:()F]
SVGPathSegLinetoVerticalAbs.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs.setY:(F)V]
w3c.jar, SVGPathSegLinetoVerticalRel.class
package org.w3c.dom.svg
SVGPathSegLinetoVerticalRel.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.getY:()F]
SVGPathSegLinetoVerticalRel.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegLinetoVerticalRel.setY:(F)V]
w3c.jar, SVGPathSegMovetoAbs.class
package org.w3c.dom.svg
SVGPathSegMovetoAbs.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegMovetoAbs.getX:()F]
SVGPathSegMovetoAbs.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegMovetoAbs.getY:()F]
SVGPathSegMovetoAbs.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegMovetoAbs.setX:(F)V]
SVGPathSegMovetoAbs.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegMovetoAbs.setY:(F)V]
w3c.jar, SVGPathSegMovetoRel.class
package org.w3c.dom.svg
SVGPathSegMovetoRel.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegMovetoRel.getX:()F]
SVGPathSegMovetoRel.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPathSegMovetoRel.getY:()F]
SVGPathSegMovetoRel.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegMovetoRel.setX:(F)V]
SVGPathSegMovetoRel.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPathSegMovetoRel.setY:(F)V]
w3c.jar, SVGPatternElement.class
package org.w3c.dom.svg
SVGPatternElement.getHeight ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGPatternElement.getHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGPatternElement.getPatternTransform ( ) [abstract] : SVGAnimatedTransformList
[mangled: org/w3c/dom/svg/SVGPatternElement.getPatternTransform:()Lorg/w3c/dom/svg/SVGAnimatedTransformList;]
SVGPatternElement.getPatternUnits ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGPatternElement.getPatternUnits:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGPatternElement.getWidth ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGPatternElement.getWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGPatternElement.getX ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGPatternElement.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGPatternElement.getY ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGPatternElement.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGPoint.class
package org.w3c.dom.svg
SVGPoint.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPoint.getX:()F]
SVGPoint.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGPoint.getY:()F]
SVGPoint.matrixTransform ( SVGMatrix p1 ) [abstract] : SVGPoint
[mangled: org/w3c/dom/svg/SVGPoint.matrixTransform:(Lorg/w3c/dom/svg/SVGMatrix;)Lorg/w3c/dom/svg/SVGPoint;]
SVGPoint.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPoint.setX:(F)V]
SVGPoint.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPoint.setY:(F)V]
w3c.jar, SVGPreserveAspectRatio.class
package org.w3c.dom.svg
SVGPreserveAspectRatio.getAlign ( ) [abstract] : short
[mangled: org/w3c/dom/svg/SVGPreserveAspectRatio.getAlign:()S]
SVGPreserveAspectRatio.getMeetOrSlice ( ) [abstract] : short
[mangled: org/w3c/dom/svg/SVGPreserveAspectRatio.getMeetOrSlice:()S]
SVGPreserveAspectRatio.setAlign ( short p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPreserveAspectRatio.setAlign:(S)V]
SVGPreserveAspectRatio.setMeetOrSlice ( short p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGPreserveAspectRatio.setMeetOrSlice:(S)V]
w3c.jar, SVGRadialGradientElement.class
package org.w3c.dom.svg
SVGRadialGradientElement.getCx ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGRadialGradientElement.getCx:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRadialGradientElement.getCy ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGRadialGradientElement.getCy:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRadialGradientElement.getFx ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGRadialGradientElement.getFx:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRadialGradientElement.getFy ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGRadialGradientElement.getFy:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRadialGradientElement.getR ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGRadialGradientElement.getR:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGRect.class
package org.w3c.dom.svg
SVGRect.getHeight ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGRect.getHeight:()F]
SVGRect.getWidth ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGRect.getWidth:()F]
SVGRect.getX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGRect.getX:()F]
SVGRect.getY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGRect.getY:()F]
SVGRect.setHeight ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGRect.setHeight:(F)V]
SVGRect.setWidth ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGRect.setWidth:(F)V]
SVGRect.setX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGRect.setX:(F)V]
SVGRect.setY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGRect.setY:(F)V]
w3c.jar, SVGRectElement.class
package org.w3c.dom.svg
SVGRectElement.getHeight ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGRectElement.getHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRectElement.getRx ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGRectElement.getRx:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRectElement.getRy ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGRectElement.getRy:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRectElement.getWidth ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGRectElement.getWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRectElement.getX ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGRectElement.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGRectElement.getY ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGRectElement.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGScriptElement.class
package org.w3c.dom.svg
SVGScriptElement.getType ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGScriptElement.getType:()Ljava/lang/String;]
SVGScriptElement.setType ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGScriptElement.setType:(Ljava/lang/String;)V]
w3c.jar, SVGStopElement.class
package org.w3c.dom.svg
SVGStopElement.getOffset ( ) [abstract] : SVGAnimatedNumber
[mangled: org/w3c/dom/svg/SVGStopElement.getOffset:()Lorg/w3c/dom/svg/SVGAnimatedNumber;]
w3c.jar, SVGStylable.class
package org.w3c.dom.svg
SVGStylable.getAnimatedPresentationAttribute ( String p1 ) [abstract] : CSSValue
[mangled: org/w3c/dom/svg/SVGStylable.getAnimatedPresentationAttribute:(Ljava/lang/String;)Lorg/w3c/dom/css/CSSValue;]
SVGStylable.getClassName ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGStylable.getClassName:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGStylable.getPresentationAttribute ( String p1 ) [abstract] : CSSValue
[mangled: org/w3c/dom/svg/SVGStylable.getPresentationAttribute:(Ljava/lang/String;)Lorg/w3c/dom/css/CSSValue;]
SVGStylable.getStyle ( ) [abstract] : CSSStyleDeclaration
[mangled: org/w3c/dom/svg/SVGStylable.getStyle:()Lorg/w3c/dom/css/CSSStyleDeclaration;]
w3c.jar, SVGStyleElement.class
package org.w3c.dom.svg
SVGStyleElement.getMedia ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGStyleElement.getMedia:()Ljava/lang/String;]
SVGStyleElement.getTitle ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGStyleElement.getTitle:()Ljava/lang/String;]
SVGStyleElement.getType ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGStyleElement.getType:()Ljava/lang/String;]
SVGStyleElement.getXMLspace ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGStyleElement.getXMLspace:()Ljava/lang/String;]
SVGStyleElement.setMedia ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGStyleElement.setMedia:(Ljava/lang/String;)V]
SVGStyleElement.setTitle ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGStyleElement.setTitle:(Ljava/lang/String;)V]
SVGStyleElement.setType ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGStyleElement.setType:(Ljava/lang/String;)V]
SVGStyleElement.setXMLspace ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGStyleElement.setXMLspace:(Ljava/lang/String;)V]
w3c.jar, SVGSVGElement.class
package org.w3c.dom.svg
SVGSVGElement.animationsPaused ( ) [abstract] : boolean
[mangled: org/w3c/dom/svg/SVGSVGElement.animationsPaused:()Z]
SVGSVGElement.checkEnclosure ( SVGElement p1, SVGRect p2 ) [abstract] : boolean
[mangled: org/w3c/dom/svg/SVGSVGElement.checkEnclosure:(Lorg/w3c/dom/svg/SVGElement;Lorg/w3c/dom/svg/SVGRect;)Z]
SVGSVGElement.checkIntersection ( SVGElement p1, SVGRect p2 ) [abstract] : boolean
[mangled: org/w3c/dom/svg/SVGSVGElement.checkIntersection:(Lorg/w3c/dom/svg/SVGElement;Lorg/w3c/dom/svg/SVGRect;)Z]
SVGSVGElement.createRGBColor ( ) [abstract] : RGBColor
[mangled: org/w3c/dom/svg/SVGSVGElement.createRGBColor:()Lorg/w3c/dom/css/RGBColor;]
SVGSVGElement.createSVGAngle ( ) [abstract] : SVGAngle
[mangled: org/w3c/dom/svg/SVGSVGElement.createSVGAngle:()Lorg/w3c/dom/svg/SVGAngle;]
SVGSVGElement.createSVGICCColor ( ) [abstract] : SVGICCColor
[mangled: org/w3c/dom/svg/SVGSVGElement.createSVGICCColor:()Lorg/w3c/dom/svg/SVGICCColor;]
SVGSVGElement.createSVGLength ( ) [abstract] : SVGLength
[mangled: org/w3c/dom/svg/SVGSVGElement.createSVGLength:()Lorg/w3c/dom/svg/SVGLength;]
SVGSVGElement.createSVGMatrix ( ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGSVGElement.createSVGMatrix:()Lorg/w3c/dom/svg/SVGMatrix;]
SVGSVGElement.createSVGPoint ( ) [abstract] : SVGPoint
[mangled: org/w3c/dom/svg/SVGSVGElement.createSVGPoint:()Lorg/w3c/dom/svg/SVGPoint;]
SVGSVGElement.createSVGRect ( ) [abstract] : SVGRect
[mangled: org/w3c/dom/svg/SVGSVGElement.createSVGRect:()Lorg/w3c/dom/svg/SVGRect;]
SVGSVGElement.createSVGTransform ( ) [abstract] : SVGTransform
[mangled: org/w3c/dom/svg/SVGSVGElement.createSVGTransform:()Lorg/w3c/dom/svg/SVGTransform;]
SVGSVGElement.createSVGTransformFromMatrix ( SVGMatrix p1 ) [abstract] : SVGTransform
[mangled: org/w3c/dom/svg/SVGSVGElement.createSVGTransformFromMatrix:(Lorg/w3c/dom/svg/SVGMatrix;)Lorg/w3c/dom/svg/SVGTransform;]
SVGSVGElement.deSelectAll ( ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGSVGElement.deSelectAll:()V]
SVGSVGElement.forceRedraw ( ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGSVGElement.forceRedraw:()V]
SVGSVGElement.getContentScriptType ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGSVGElement.getContentScriptType:()Ljava/lang/String;]
SVGSVGElement.getContentStyleType ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGSVGElement.getContentStyleType:()Ljava/lang/String;]
SVGSVGElement.getCurrentScale ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGSVGElement.getCurrentScale:()F]
SVGSVGElement.getCurrentTime ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGSVGElement.getCurrentTime:()F]
SVGSVGElement.getCurrentTranslate ( ) [abstract] : SVGPoint
[mangled: org/w3c/dom/svg/SVGSVGElement.getCurrentTranslate:()Lorg/w3c/dom/svg/SVGPoint;]
SVGSVGElement.getCurrentView ( ) [abstract] : SVGViewSpec
[mangled: org/w3c/dom/svg/SVGSVGElement.getCurrentView:()Lorg/w3c/dom/svg/SVGViewSpec;]
SVGSVGElement.getElementById ( String p1 ) [abstract] : Element
[mangled: org/w3c/dom/svg/SVGSVGElement.getElementById:(Ljava/lang/String;)Lorg/w3c/dom/Element;]
SVGSVGElement.getEnclosureList ( SVGRect p1, SVGElement p2 ) [abstract] : NodeList
[mangled: org/w3c/dom/svg/SVGSVGElement.getEnclosureList:(Lorg/w3c/dom/svg/SVGRect;Lorg/w3c/dom/svg/SVGElement;)Lorg/w3c/dom/NodeList;]
SVGSVGElement.getHeight ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGSVGElement.getHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGSVGElement.getIntersectionList ( SVGRect p1, SVGElement p2 ) [abstract] : NodeList
[mangled: org/w3c/dom/svg/SVGSVGElement.getIntersectionList:(Lorg/w3c/dom/svg/SVGRect;Lorg/w3c/dom/svg/SVGElement;)Lorg/w3c/dom/NodeList;]
SVGSVGElement.getPixelUnitToMillimeterX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGSVGElement.getPixelUnitToMillimeterX:()F]
SVGSVGElement.getPixelUnitToMillimeterY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGSVGElement.getPixelUnitToMillimeterY:()F]
SVGSVGElement.getScreenPixelToMillimeterX ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGSVGElement.getScreenPixelToMillimeterX:()F]
SVGSVGElement.getScreenPixelToMillimeterY ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGSVGElement.getScreenPixelToMillimeterY:()F]
SVGSVGElement.getUseCurrentView ( ) [abstract] : boolean
[mangled: org/w3c/dom/svg/SVGSVGElement.getUseCurrentView:()Z]
SVGSVGElement.getViewport ( ) [abstract] : SVGRect
[mangled: org/w3c/dom/svg/SVGSVGElement.getViewport:()Lorg/w3c/dom/svg/SVGRect;]
SVGSVGElement.getWidth ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGSVGElement.getWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGSVGElement.getX ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGSVGElement.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGSVGElement.getY ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGSVGElement.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGSVGElement.pauseAnimations ( ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGSVGElement.pauseAnimations:()V]
SVGSVGElement.setContentScriptType ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGSVGElement.setContentScriptType:(Ljava/lang/String;)V]
SVGSVGElement.setContentStyleType ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGSVGElement.setContentStyleType:(Ljava/lang/String;)V]
SVGSVGElement.setCurrentScale ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGSVGElement.setCurrentScale:(F)V]
SVGSVGElement.setCurrentTime ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGSVGElement.setCurrentTime:(F)V]
SVGSVGElement.setCurrentTranslate ( SVGPoint p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGSVGElement.setCurrentTranslate:(Lorg/w3c/dom/svg/SVGPoint;)V]
SVGSVGElement.setUseCurrentView ( boolean p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGSVGElement.setUseCurrentView:(Z)V]
SVGSVGElement.suspendRedraw ( int p1 ) [abstract] : int
[mangled: org/w3c/dom/svg/SVGSVGElement.suspendRedraw:(I)I]
SVGSVGElement.unpauseAnimations ( ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGSVGElement.unpauseAnimations:()V]
SVGSVGElement.unsuspendRedraw ( int p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGSVGElement.unsuspendRedraw:(I)V]
SVGSVGElement.unsuspendRedrawAll ( ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGSVGElement.unsuspendRedrawAll:()V]
w3c.jar, SVGTests.class
package org.w3c.dom.svg
SVGTests.getRequiredExtensions ( ) [abstract] : SVGList
[mangled: org/w3c/dom/svg/SVGTests.getRequiredExtensions:()Lorg/w3c/dom/svg/SVGList;]
SVGTests.getRequiredFeatures ( ) [abstract] : SVGList
[mangled: org/w3c/dom/svg/SVGTests.getRequiredFeatures:()Lorg/w3c/dom/svg/SVGList;]
SVGTests.getSystemLanguage ( ) [abstract] : SVGList
[mangled: org/w3c/dom/svg/SVGTests.getSystemLanguage:()Lorg/w3c/dom/svg/SVGList;]
SVGTests.hasExtension ( String p1 ) [abstract] : boolean
[mangled: org/w3c/dom/svg/SVGTests.hasExtension:(Ljava/lang/String;)Z]
SVGTests.setRequiredExtensions ( SVGList p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGTests.setRequiredExtensions:(Lorg/w3c/dom/svg/SVGList;)V]
SVGTests.setRequiredFeatures ( SVGList p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGTests.setRequiredFeatures:(Lorg/w3c/dom/svg/SVGList;)V]
SVGTests.setSystemLanguage ( SVGList p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGTests.setSystemLanguage:(Lorg/w3c/dom/svg/SVGList;)V]
w3c.jar, SVGTextContentElement.class
package org.w3c.dom.svg
SVGTextContentElement.getCharNumAtPosition ( SVGPoint p1 ) [abstract] : int
[mangled: org/w3c/dom/svg/SVGTextContentElement.getCharNumAtPosition:(Lorg/w3c/dom/svg/SVGPoint;)I]
SVGTextContentElement.getComputedTextLength ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGTextContentElement.getComputedTextLength:()F]
SVGTextContentElement.getEndPositionOfChar ( int p1 ) [abstract] : SVGPoint
[mangled: org/w3c/dom/svg/SVGTextContentElement.getEndPositionOfChar:(I)Lorg/w3c/dom/svg/SVGPoint;]
SVGTextContentElement.getExtentOfChar ( int p1 ) [abstract] : SVGRect
[mangled: org/w3c/dom/svg/SVGTextContentElement.getExtentOfChar:(I)Lorg/w3c/dom/svg/SVGRect;]
SVGTextContentElement.getLengthAdjust ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGTextContentElement.getLengthAdjust:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGTextContentElement.getNumberOfChars ( ) [abstract] : int
[mangled: org/w3c/dom/svg/SVGTextContentElement.getNumberOfChars:()I]
SVGTextContentElement.getRotationOfChar ( int p1 ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGTextContentElement.getRotationOfChar:(I)F]
SVGTextContentElement.getStartPositionOfChar ( int p1 ) [abstract] : SVGPoint
[mangled: org/w3c/dom/svg/SVGTextContentElement.getStartPositionOfChar:(I)Lorg/w3c/dom/svg/SVGPoint;]
SVGTextContentElement.getSubStringLength ( int p1, int p2 ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGTextContentElement.getSubStringLength:(II)F]
SVGTextContentElement.getTextLength ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGTextContentElement.getTextLength:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGTextContentElement.selectSubString ( int p1, int p2 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGTextContentElement.selectSubString:(II)V]
w3c.jar, SVGTextElement.class
package org.w3c.dom.svg
SVGTextElement.getX ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGTextElement.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGTextElement.getY ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGTextElement.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGTextPathElement.class
package org.w3c.dom.svg
SVGTextPathElement.getMethod ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGTextPathElement.getMethod:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGTextPathElement.getSpacing ( ) [abstract] : SVGAnimatedEnumeration
[mangled: org/w3c/dom/svg/SVGTextPathElement.getSpacing:()Lorg/w3c/dom/svg/SVGAnimatedEnumeration;]
SVGTextPathElement.getStartOffset ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGTextPathElement.getStartOffset:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGTextPositioningElement.class
package org.w3c.dom.svg
SVGTextPositioningElement.getDx ( ) [abstract] : SVGAnimatedLengthList
[mangled: org/w3c/dom/svg/SVGTextPositioningElement.getDx:()Lorg/w3c/dom/svg/SVGAnimatedLengthList;]
SVGTextPositioningElement.getDy ( ) [abstract] : SVGAnimatedLengthList
[mangled: org/w3c/dom/svg/SVGTextPositioningElement.getDy:()Lorg/w3c/dom/svg/SVGAnimatedLengthList;]
SVGTextPositioningElement.getRotate ( ) [abstract] : SVGAnimatedTextRotate
[mangled: org/w3c/dom/svg/SVGTextPositioningElement.getRotate:()Lorg/w3c/dom/svg/SVGAnimatedTextRotate;]
SVGTextPositioningElement.getX ( ) [abstract] : SVGAnimatedLengthList
[mangled: org/w3c/dom/svg/SVGTextPositioningElement.getX:()Lorg/w3c/dom/svg/SVGAnimatedLengthList;]
SVGTextPositioningElement.getY ( ) [abstract] : SVGAnimatedLengthList
[mangled: org/w3c/dom/svg/SVGTextPositioningElement.getY:()Lorg/w3c/dom/svg/SVGAnimatedLengthList;]
w3c.jar, SVGTextRotate.class
package org.w3c.dom.svg
SVGTextRotate.getAngles ( ) [abstract] : SVGList
[mangled: org/w3c/dom/svg/SVGTextRotate.getAngles:()Lorg/w3c/dom/svg/SVGList;]
SVGTextRotate.getRotateValueType ( ) [abstract] : short
[mangled: org/w3c/dom/svg/SVGTextRotate.getRotateValueType:()S]
SVGTextRotate.setRotateValueType ( short p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGTextRotate.setRotateValueType:(S)V]
w3c.jar, SVGTransform.class
package org.w3c.dom.svg
SVGTransform.getAngle ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGTransform.getAngle:()F]
SVGTransform.getMatrix ( ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGTransform.getMatrix:()Lorg/w3c/dom/svg/SVGMatrix;]
SVGTransform.getType ( ) [abstract] : short
[mangled: org/w3c/dom/svg/SVGTransform.getType:()S]
SVGTransform.setMatrix ( SVGMatrix p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGTransform.setMatrix:(Lorg/w3c/dom/svg/SVGMatrix;)V]
SVGTransform.setRotate ( float p1, float p2, float p3 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGTransform.setRotate:(FFF)V]
SVGTransform.setScale ( float p1, float p2 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGTransform.setScale:(FF)V]
SVGTransform.setSkewX ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGTransform.setSkewX:(F)V]
SVGTransform.setSkewY ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGTransform.setSkewY:(F)V]
SVGTransform.setTranslate ( float p1, float p2 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGTransform.setTranslate:(FF)V]
w3c.jar, SVGTransformable.class
package org.w3c.dom.svg
SVGTransformable.getBBox ( ) [abstract] : SVGRect
[mangled: org/w3c/dom/svg/SVGTransformable.getBBox:()Lorg/w3c/dom/svg/SVGRect;]
SVGTransformable.getCTM ( ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGTransformable.getCTM:()Lorg/w3c/dom/svg/SVGMatrix;]
SVGTransformable.getFarthestViewportElement ( ) [abstract] : SVGElement
[mangled: org/w3c/dom/svg/SVGTransformable.getFarthestViewportElement:()Lorg/w3c/dom/svg/SVGElement;]
SVGTransformable.getNearestViewportElement ( ) [abstract] : SVGElement
[mangled: org/w3c/dom/svg/SVGTransformable.getNearestViewportElement:()Lorg/w3c/dom/svg/SVGElement;]
SVGTransformable.getScreenCTM ( ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGTransformable.getScreenCTM:()Lorg/w3c/dom/svg/SVGMatrix;]
SVGTransformable.getTransform ( ) [abstract] : SVGAnimatedTransformList
[mangled: org/w3c/dom/svg/SVGTransformable.getTransform:()Lorg/w3c/dom/svg/SVGAnimatedTransformList;]
SVGTransformable.getTransformToElement ( SVGElement p1 ) [abstract] : SVGMatrix
[mangled: org/w3c/dom/svg/SVGTransformable.getTransformToElement:(Lorg/w3c/dom/svg/SVGElement;)Lorg/w3c/dom/svg/SVGMatrix;]
w3c.jar, SVGTransformList.class
package org.w3c.dom.svg
SVGTransformList.consolidate ( ) [abstract] : SVGTransform
[mangled: org/w3c/dom/svg/SVGTransformList.consolidate:()Lorg/w3c/dom/svg/SVGTransform;]
SVGTransformList.createSVGTransformFromMatrix ( SVGMatrix p1 ) [abstract] : SVGTransform
[mangled: org/w3c/dom/svg/SVGTransformList.createSVGTransformFromMatrix:(Lorg/w3c/dom/svg/SVGMatrix;)Lorg/w3c/dom/svg/SVGTransform;]
w3c.jar, SVGURIReference.class
package org.w3c.dom.svg
SVGURIReference.getHref ( ) [abstract] : SVGAnimatedString
[mangled: org/w3c/dom/svg/SVGURIReference.getHref:()Lorg/w3c/dom/svg/SVGAnimatedString;]
SVGURIReference.getXlinkActuate ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGURIReference.getXlinkActuate:()Ljava/lang/String;]
SVGURIReference.getXlinkArcRole ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGURIReference.getXlinkArcRole:()Ljava/lang/String;]
SVGURIReference.getXlinkRole ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGURIReference.getXlinkRole:()Ljava/lang/String;]
SVGURIReference.getXlinkShow ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGURIReference.getXlinkShow:()Ljava/lang/String;]
SVGURIReference.getXlinkTitle ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGURIReference.getXlinkTitle:()Ljava/lang/String;]
SVGURIReference.getXlinkType ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGURIReference.getXlinkType:()Ljava/lang/String;]
SVGURIReference.setXlinkActuate ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGURIReference.setXlinkActuate:(Ljava/lang/String;)V]
SVGURIReference.setXlinkArcRole ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGURIReference.setXlinkArcRole:(Ljava/lang/String;)V]
SVGURIReference.setXlinkRole ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGURIReference.setXlinkRole:(Ljava/lang/String;)V]
SVGURIReference.setXlinkShow ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGURIReference.setXlinkShow:(Ljava/lang/String;)V]
SVGURIReference.setXlinkTitle ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGURIReference.setXlinkTitle:(Ljava/lang/String;)V]
SVGURIReference.setXlinkType ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGURIReference.setXlinkType:(Ljava/lang/String;)V]
w3c.jar, SVGUseElement.class
package org.w3c.dom.svg
SVGUseElement.getAnimatedInstanceRoot ( ) [abstract] : SVGElementInstance
[mangled: org/w3c/dom/svg/SVGUseElement.getAnimatedInstanceRoot:()Lorg/w3c/dom/svg/SVGElementInstance;]
SVGUseElement.getHeight ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGUseElement.getHeight:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGUseElement.getInstanceRoot ( ) [abstract] : SVGElementInstance
[mangled: org/w3c/dom/svg/SVGUseElement.getInstanceRoot:()Lorg/w3c/dom/svg/SVGElementInstance;]
SVGUseElement.getWidth ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGUseElement.getWidth:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGUseElement.getX ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGUseElement.getX:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
SVGUseElement.getY ( ) [abstract] : SVGAnimatedLength
[mangled: org/w3c/dom/svg/SVGUseElement.getY:()Lorg/w3c/dom/svg/SVGAnimatedLength;]
w3c.jar, SVGViewElement.class
package org.w3c.dom.svg
SVGViewElement.getViewTarget ( ) [abstract] : SVGElement
[mangled: org/w3c/dom/svg/SVGViewElement.getViewTarget:()Lorg/w3c/dom/svg/SVGElement;]
SVGViewElement.setViewTarget ( SVGElement p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGViewElement.setViewTarget:(Lorg/w3c/dom/svg/SVGElement;)V]
w3c.jar, SVGViewSpec.class
package org.w3c.dom.svg
SVGViewSpec.getPreserveAspectRatioString ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGViewSpec.getPreserveAspectRatioString:()Ljava/lang/String;]
SVGViewSpec.getTransform ( ) [abstract] : SVGTransformList
[mangled: org/w3c/dom/svg/SVGViewSpec.getTransform:()Lorg/w3c/dom/svg/SVGTransformList;]
SVGViewSpec.getTransformString ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGViewSpec.getTransformString:()Ljava/lang/String;]
SVGViewSpec.getViewBoxString ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGViewSpec.getViewBoxString:()Ljava/lang/String;]
SVGViewSpec.getViewTarget ( ) [abstract] : SVGElement
[mangled: org/w3c/dom/svg/SVGViewSpec.getViewTarget:()Lorg/w3c/dom/svg/SVGElement;]
SVGViewSpec.getViewTargetString ( ) [abstract] : String
[mangled: org/w3c/dom/svg/SVGViewSpec.getViewTargetString:()Ljava/lang/String;]
SVGViewSpec.setTransform ( SVGTransformList p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGViewSpec.setTransform:(Lorg/w3c/dom/svg/SVGTransformList;)V]
SVGViewSpec.setViewTarget ( SVGElement p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGViewSpec.setViewTarget:(Lorg/w3c/dom/svg/SVGElement;)V]
w3c.jar, SVGZoomAndPan.class
package org.w3c.dom.svg
SVGZoomAndPan.getZoomAndPan ( ) [abstract] : short
[mangled: org/w3c/dom/svg/SVGZoomAndPan.getZoomAndPan:()S]
SVGZoomAndPan.setZoomAndPan ( short p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGZoomAndPan.setZoomAndPan:(S)V]
w3c.jar, SVGZoomEvent.class
package org.w3c.dom.svg
SVGZoomEvent.getNewScale ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGZoomEvent.getNewScale:()F]
SVGZoomEvent.getNewTranslate ( ) [abstract] : SVGPoint
[mangled: org/w3c/dom/svg/SVGZoomEvent.getNewTranslate:()Lorg/w3c/dom/svg/SVGPoint;]
SVGZoomEvent.getPreviousScale ( ) [abstract] : float
[mangled: org/w3c/dom/svg/SVGZoomEvent.getPreviousScale:()F]
SVGZoomEvent.getPreviousTranslate ( ) [abstract] : SVGPoint
[mangled: org/w3c/dom/svg/SVGZoomEvent.getPreviousTranslate:()Lorg/w3c/dom/svg/SVGPoint;]
SVGZoomEvent.getZoomRectScreen ( ) [abstract] : SVGRect
[mangled: org/w3c/dom/svg/SVGZoomEvent.getZoomRectScreen:()Lorg/w3c/dom/svg/SVGRect;]
SVGZoomEvent.setNewScale ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGZoomEvent.setNewScale:(F)V]
SVGZoomEvent.setNewTranslate ( SVGPoint p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGZoomEvent.setNewTranslate:(Lorg/w3c/dom/svg/SVGPoint;)V]
SVGZoomEvent.setPreviousScale ( float p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGZoomEvent.setPreviousScale:(F)V]
SVGZoomEvent.setPreviousTranslate ( SVGPoint p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGZoomEvent.setPreviousTranslate:(Lorg/w3c/dom/svg/SVGPoint;)V]
SVGZoomEvent.setZoomRectScreen ( SVGRect p1 ) [abstract] : void
[mangled: org/w3c/dom/svg/SVGZoomEvent.setZoomRectScreen:(Lorg/w3c/dom/svg/SVGRect;)V]
w3c.jar, UIEvent.class
package org.w3c.dom.events
UIEvent.getDetail ( ) [abstract] : int
[mangled: org/w3c/dom/events/UIEvent.getDetail:()I]
UIEvent.getView ( ) [abstract] : AbstractView
[mangled: org/w3c/dom/events/UIEvent.getView:()Lorg/w3c/dom/views/AbstractView;]
UIEvent.initUIEvent ( String p1, boolean p2, boolean p3, AbstractView p4, int p5 ) [abstract] : void
[mangled: org/w3c/dom/events/UIEvent.initUIEvent:(Ljava/lang/String;ZZLorg/w3c/dom/views/AbstractView;I)V]
w3c.jar, ViewCSS.class
package org.w3c.dom.css
ViewCSS.getComputedStyle ( Element p1, String p2 ) [abstract] : CSSStyleDeclaration
[mangled: org/w3c/dom/css/ViewCSS.getComputedStyle:(Lorg/w3c/dom/Element;Ljava/lang/String;)Lorg/w3c/dom/css/CSSStyleDeclaration;]
xml.jar, Element.class
package org.w3c.dom
Element.normalize ( ) [abstract] : void
[mangled: org/w3c/dom/Element.normalize:()V]
xt.jar, AncestorsOrSelfNodeIterator.class
package com.jclark.xsl.expr
AncestorsOrSelfNodeIterator.AncestorsOrSelfNodeIterator ( Node p1 )
[mangled: com/jclark/xsl/expr/AncestorsOrSelfNodeIterator."<init>":(Lcom/jclark/xsl/om/Node;)V]
AncestorsOrSelfNodeIterator.next ( ) : Node
[mangled: com/jclark/xsl/expr/AncestorsOrSelfNodeIterator.next:()Lcom/jclark/xsl/om/Node;]
xt.jar, BilevelComparator.class
package com.jclark.xsl.util
BilevelComparator.BilevelComparator ( Comparator p1, Comparator p2 )
[mangled: com/jclark/xsl/util/BilevelComparator."<init>":(Lcom/jclark/xsl/util/Comparator;Lcom/jclark/xsl/util/Comparator;)V]
BilevelComparator.compare ( Object p1, Object p2 ) : int
[mangled: com/jclark/xsl/util/BilevelComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
xt.jar, BooleanExpr.class
package com.jclark.xsl.expr
BooleanExpr.eval ( Node p1, ExprContext p2 ) [abstract] : boolean
[mangled: com/jclark/xsl/expr/BooleanExpr.eval:(Lcom/jclark/xsl/om/Node;Lcom/jclark/xsl/expr/ExprContext;)Z]
xt.jar, BooleanVariant.class
package com.jclark.xsl.expr
BooleanVariant.BooleanVariant ( boolean p1 )
[mangled: com/jclark/xsl/expr/BooleanVariant."<init>":(Z)V]
BooleanVariant.convertToBoolean ( ) : boolean
[mangled: com/jclark/xsl/expr/BooleanVariant.convertToBoolean:()Z]
BooleanVariant.convertToNumber ( ) : double
[mangled: com/jclark/xsl/expr/BooleanVariant.convertToNumber:()D]
BooleanVariant.convertToObject ( ) : Object
[mangled: com/jclark/xsl/expr/BooleanVariant.convertToObject:()Ljava/lang/Object;]
BooleanVariant.convertToString ( ) : String
[mangled: com/jclark/xsl/expr/BooleanVariant.convertToString:()Ljava/lang/String;]
BooleanVariant.isBoolean ( ) : boolean
[mangled: com/jclark/xsl/expr/BooleanVariant.isBoolean:()Z]
xt.jar, Builder.class
package com.jclark.xsl.sax
XMLProcessorImpl.Builder.getRootNode ( ) [abstract] : Node
[mangled: com/jclark/xsl/sax/XMLProcessorImpl.Builder.getRootNode:()Lcom/jclark/xsl/om/Node;]
xt.jar, CloneableNodeIterator.class
package com.jclark.xsl.expr
CloneableNodeIterator.bind ( ) [abstract] : void
[mangled: com/jclark/xsl/expr/CloneableNodeIterator.bind:()V]
CloneableNodeIterator.clone ( ) [abstract] : Object
[mangled: com/jclark/xsl/expr/CloneableNodeIterator.clone:()Ljava/lang/Object;]
xt.jar, CloneableNodeIteratorImpl.class
package com.jclark.xsl.expr
CloneableNodeIteratorImpl.bind ( ) : void
[mangled: com/jclark/xsl/expr/CloneableNodeIteratorImpl.bind:()V]
CloneableNodeIteratorImpl.clone ( ) : Object
[mangled: com/jclark/xsl/expr/CloneableNodeIteratorImpl.clone:()Ljava/lang/Object;]
CloneableNodeIteratorImpl.CloneableNodeIteratorImpl ( NodeIterator p1 )
[mangled: com/jclark/xsl/expr/CloneableNodeIteratorImpl."<init>":(Lcom/jclark/xsl/om/NodeIterator;)V]
CloneableNodeIteratorImpl.next ( ) : Node
[mangled: com/jclark/xsl/expr/CloneableNodeIteratorImpl.next:()Lcom/jclark/xsl/om/Node;]
xt.jar, CommentHandler.class
package com.jclark.xsl.sax
CommentHandler.comment ( String p1 ) [abstract] : void
[mangled: com/jclark/xsl/sax/CommentHandler.comment:(Ljava/lang/String;)V]
xt.jar, Comparator.class
package com.jclark.xsl.util
Comparator.compare ( Object p1, Object p2 ) [abstract] : int
[mangled: com/jclark/xsl/util/Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
xt.jar, ComposeEnumeration.class
package com.jclark.xsl.tr
ComposeEnumeration.ComposeEnumeration ( Enumeration p1 )
[mangled: com/jclark/xsl/tr/ComposeEnumeration."<init>":(Ljava/util/Enumeration;)V]
ComposeEnumeration.hasMoreElements ( ) : boolean
[mangled: com/jclark/xsl/tr/ComposeEnumeration.hasMoreElements:()Z]
ComposeEnumeration.nextElement ( ) : Object
[mangled: com/jclark/xsl/tr/ComposeEnumeration.nextElement:()Ljava/lang/Object;]
xt.jar, DescendantsOrSelfNodeIterator.class
package com.jclark.xsl.expr
DescendantsOrSelfNodeIterator.DescendantsOrSelfNodeIterator ( Node p1 )
[mangled: com/jclark/xsl/expr/DescendantsOrSelfNodeIterator."<init>":(Lcom/jclark/xsl/om/Node;)V]
DescendantsOrSelfNodeIterator.next ( ) : Node
[mangled: com/jclark/xsl/expr/DescendantsOrSelfNodeIterator.next:()Lcom/jclark/xsl/om/Node;]
xt.jar, Destination.class
package com.jclark.xsl.sax
Destination.getEncoding ( ) [abstract] : String
[mangled: com/jclark/xsl/sax/Destination.getEncoding:()Ljava/lang/String;]
Destination.getOutputStream ( String p1, String p2 ) [abstract] : OutputStream
[mangled: com/jclark/xsl/sax/Destination.getOutputStream:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/OutputStream;]
Destination.getWriter ( String p1, String p2 ) [abstract] : Writer
[mangled: com/jclark/xsl/sax/Destination.getWriter:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/Writer;]
Destination.keepOpen ( ) [abstract] : boolean
[mangled: com/jclark/xsl/sax/Destination.keepOpen:()Z]
Destination.resolve ( String p1 ) [abstract] : Destination
[mangled: com/jclark/xsl/sax/Destination.resolve:(Ljava/lang/String;)Lcom/jclark/xsl/sax/Destination;]
xt.jar, DifferenceNodeIterator.class
package com.jclark.xsl.expr
DifferenceNodeIterator.DifferenceNodeIterator ( NodeIterator p1, NodeIterator p2 )
[mangled: com/jclark/xsl/expr/DifferenceNodeIterator."<init>":(Lcom/jclark/xsl/om/NodeIterator;Lcom/jclark/xsl/om/NodeIterator;)V]
DifferenceNodeIterator.next ( ) : Node
[mangled: com/jclark/xsl/expr/DifferenceNodeIterator.next:()Lcom/jclark/xsl/om/Node;]
xt.jar, DOMBuilder.class
package com.jclark.xsl.dom
DOMBuilder.characters ( char[ ] p1, int p2, int p3 ) : void
[mangled: com/jclark/xsl/dom/DOMBuilder.characters:([CII)V]
DOMBuilder.comment ( String p1 ) : void
[mangled: com/jclark/xsl/dom/DOMBuilder.comment:(Ljava/lang/String;)V]
DOMBuilder.DOMBuilder ( Node p1 )
[mangled: com/jclark/xsl/dom/DOMBuilder."<init>":(Lorg/w3c/dom/Node;)V]
DOMBuilder.endDocument ( ) : void
[mangled: com/jclark/xsl/dom/DOMBuilder.endDocument:()V]
DOMBuilder.endElement ( String p1 ) : void
[mangled: com/jclark/xsl/dom/DOMBuilder.endElement:(Ljava/lang/String;)V]
DOMBuilder.ignorableWhitespace ( char[ ] p1, int p2, int p3 ) : void
[mangled: com/jclark/xsl/dom/DOMBuilder.ignorableWhitespace:([CII)V]
DOMBuilder.processingInstruction ( String p1, String p2 ) : void
[mangled: com/jclark/xsl/dom/DOMBuilder.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
DOMBuilder.setDocumentLocator ( Locator p1 ) : void
[mangled: com/jclark/xsl/dom/DOMBuilder.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
DOMBuilder.startDocument ( ) : void
[mangled: com/jclark/xsl/dom/DOMBuilder.startDocument:()V]
DOMBuilder.startElement ( String p1, AttributeList p2 ) : void
[mangled: com/jclark/xsl/dom/DOMBuilder.startElement:(Ljava/lang/String;Lorg/xml/sax/AttributeList;)V]
xt.jar, DOMExtensions.class
package com.jclark.xsl.dom
DOMExtensions.getElementById ( Document p1, String p2 ) [abstract] : Element
[mangled: com/jclark/xsl/dom/DOMExtensions.getElementById:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/w3c/dom/Element;]
xt.jar, Driver.class
package com.jclark.xsl.sax
Driver.Driver ( )
[mangled: com/jclark/xsl/sax/Driver."<init>":()V]
Driver.fileInputSource ( File p1 ) [static] : InputSource
[mangled: com/jclark/xsl/sax/Driver.fileInputSource:(Ljava/io/File;)Lorg/xml/sax/InputSource;]
Driver.fileInputSource ( String p1 ) [static] : InputSource
[mangled: com/jclark/xsl/sax/Driver.fileInputSource:(Ljava/lang/String;)Lorg/xml/sax/InputSource;]
Driver.main ( String[ ] p1 ) [static] : void
[mangled: com/jclark/xsl/sax/Driver.main:([Ljava/lang/String;)V]
xt.jar, EmptyVariableSet.class
package com.jclark.xsl.expr
EmptyVariableSet.contains ( Name p1 ) : boolean
[mangled: com/jclark/xsl/expr/EmptyVariableSet.contains:(Lcom/jclark/xsl/om/Name;)Z]
EmptyVariableSet.EmptyVariableSet ( )
[mangled: com/jclark/xsl/expr/EmptyVariableSet."<init>":()V]
xt.jar, EncodingName.class
package com.jclark.xsl.sax
EncodingName.EncodingName ( )
[mangled: com/jclark/xsl/sax/EncodingName."<init>":()V]
EncodingName.toIana ( String p1 ) [static] : String
[mangled: com/jclark/xsl/sax/EncodingName.toIana:(Ljava/lang/String;)Ljava/lang/String;]
EncodingName.toJava ( String p1 ) [static] : String
[mangled: com/jclark/xsl/sax/EncodingName.toJava:(Ljava/lang/String;)Ljava/lang/String;]
xt.jar, Engine.class
package com.jclark.xsl.tr
Engine.createSheet ( Node p1 ) [abstract] : Sheet
[mangled: com/jclark/xsl/tr/Engine.createSheet:(Lcom/jclark/xsl/om/Node;)Lcom/jclark/xsl/tr/Sheet;]
Engine.getNameTable ( ) [abstract] : NameTable
[mangled: com/jclark/xsl/tr/Engine.getNameTable:()Lcom/jclark/xsl/om/NameTable;]
Engine.getSheetLoadContext ( ) [abstract] : LoadContext
[mangled: com/jclark/xsl/tr/Engine.getSheetLoadContext:()Lcom/jclark/xsl/tr/LoadContext;]
xt.jar, EngineImpl.class
package com.jclark.xsl.tr
EngineImpl.createSheet ( Node p1 ) : Sheet
[mangled: com/jclark/xsl/tr/EngineImpl.createSheet:(Lcom/jclark/xsl/om/Node;)Lcom/jclark/xsl/tr/Sheet;]
EngineImpl.EngineImpl ( XMLProcessor p1, ExtensionHandler p2 )
[mangled: com/jclark/xsl/tr/EngineImpl."<init>":(Lcom/jclark/xsl/tr/XMLProcessor;Lcom/jclark/xsl/tr/ExtensionHandler;)V]
EngineImpl.getIncludeComments ( ) : boolean
[mangled: com/jclark/xsl/tr/EngineImpl.getIncludeComments:()Z]
EngineImpl.getIncludeProcessingInstructions ( ) : boolean
[mangled: com/jclark/xsl/tr/EngineImpl.getIncludeProcessingInstructions:()Z]
EngineImpl.getNameTable ( ) : NameTable
[mangled: com/jclark/xsl/tr/EngineImpl.getNameTable:()Lcom/jclark/xsl/om/NameTable;]
EngineImpl.getSheetLoadContext ( ) : LoadContext
[mangled: com/jclark/xsl/tr/EngineImpl.getSheetLoadContext:()Lcom/jclark/xsl/tr/LoadContext;]
EngineImpl.getStripSource ( Name p1 ) : boolean
[mangled: com/jclark/xsl/tr/EngineImpl.getStripSource:(Lcom/jclark/xsl/om/Name;)Z]
xt.jar, ExprContext.class
package com.jclark.xsl.expr
ExprContext.getCurrent ( Node p1 ) [abstract] : Node
[mangled: com/jclark/xsl/expr/ExprContext.getCurrent:(Lcom/jclark/xsl/om/Node;)Lcom/jclark/xsl/om/Node;]
ExprContext.getDocument ( URL p1, String p2 ) [abstract] : NodeIterator
[mangled: com/jclark/xsl/expr/ExprContext.getDocument:(Ljava/net/URL;Ljava/lang/String;)Lcom/jclark/xsl/om/NodeIterator;]
ExprContext.getExtensionContext ( String p1 ) [abstract] : ExtensionContext
[mangled: com/jclark/xsl/expr/ExprContext.getExtensionContext:(Ljava/lang/String;)Lcom/jclark/xsl/expr/ExtensionContext;]
ExprContext.getGlobalVariableValue ( Name p1 ) [abstract] : Variant
[mangled: com/jclark/xsl/expr/ExprContext.getGlobalVariableValue:(Lcom/jclark/xsl/om/Name;)Lcom/jclark/xsl/expr/Variant;]
ExprContext.getLastPosition ( ) [abstract] : int
[mangled: com/jclark/xsl/expr/ExprContext.getLastPosition:()I]
ExprContext.getLocalVariableValue ( Name p1 ) [abstract] : Variant
[mangled: com/jclark/xsl/expr/ExprContext.getLocalVariableValue:(Lcom/jclark/xsl/om/Name;)Lcom/jclark/xsl/expr/Variant;]
ExprContext.getPosition ( ) [abstract] : int
[mangled: com/jclark/xsl/expr/ExprContext.getPosition:()I]
ExprContext.getSystemProperty ( Name p1 ) [abstract] : Variant
[mangled: com/jclark/xsl/expr/ExprContext.getSystemProperty:(Lcom/jclark/xsl/om/Name;)Lcom/jclark/xsl/expr/Variant;]
ExprContext.getTree ( Variant p1 ) [abstract] : Node
[mangled: com/jclark/xsl/expr/ExprContext.getTree:(Lcom/jclark/xsl/expr/Variant;)Lcom/jclark/xsl/om/Node;]
xt.jar, ExprParser.class
package com.jclark.xsl.expr
ExprParser.getChildrenExpr ( ) [static] : NodeSetExpr
[mangled: com/jclark/xsl/expr/ExprParser.getChildrenExpr:()Lcom/jclark/xsl/expr/NodeSetExpr;]
ExprParser.parseAttributeValueTemplate ( Node p1, String p2, VariableSet p3 ) [static] : StringExpr
[mangled: com/jclark/xsl/expr/ExprParser.parseAttributeValueTemplate:(Lcom/jclark/xsl/om/Node;Ljava/lang/String;Lcom/jclark/xsl/expr/VariableSet;)Lcom/jclark/xsl/expr/StringExpr;]
ExprParser.parseBooleanExpr ( Node p1, String p2, VariableSet p3 ) [static] : BooleanExpr
[mangled: com/jclark/xsl/expr/ExprParser.parseBooleanExpr:(Lcom/jclark/xsl/om/Node;Ljava/lang/String;Lcom/jclark/xsl/expr/VariableSet;)Lcom/jclark/xsl/expr/BooleanExpr;]
ExprParser.parseNodeSetExpr ( Node p1, String p2, VariableSet p3 ) [static] : NodeSetExpr
[mangled: com/jclark/xsl/expr/ExprParser.parseNodeSetExpr:(Lcom/jclark/xsl/om/Node;Ljava/lang/String;Lcom/jclark/xsl/expr/VariableSet;)Lcom/jclark/xsl/expr/NodeSetExpr;]
ExprParser.parseNumberExpr ( Node p1, String p2, VariableSet p3 ) [static] : NumberExpr
[mangled: com/jclark/xsl/expr/ExprParser.parseNumberExpr:(Lcom/jclark/xsl/om/Node;Ljava/lang/String;Lcom/jclark/xsl/expr/VariableSet;)Lcom/jclark/xsl/expr/NumberExpr;]
ExprParser.parsePattern ( Node p1, String p2 ) [static] : TopLevelPattern
[mangled: com/jclark/xsl/expr/ExprParser.parsePattern:(Lcom/jclark/xsl/om/Node;Ljava/lang/String;)Lcom/jclark/xsl/expr/TopLevelPattern;]
ExprParser.parsePattern ( Node p1, String p2, VariableSet p3 ) [static] : TopLevelPattern
[mangled: com/jclark/xsl/expr/ExprParser.parsePattern:(Lcom/jclark/xsl/om/Node;Ljava/lang/String;Lcom/jclark/xsl/expr/VariableSet;)Lcom/jclark/xsl/expr/TopLevelPattern;]
ExprParser.parseStringExpr ( Node p1, String p2, VariableSet p3 ) [static] : StringExpr
[mangled: com/jclark/xsl/expr/ExprParser.parseStringExpr:(Lcom/jclark/xsl/om/Node;Ljava/lang/String;Lcom/jclark/xsl/expr/VariableSet;)Lcom/jclark/xsl/expr/StringExpr;]
ExprParser.parseVariantExpr ( Node p1, String p2, VariableSet p3 ) [static] : VariantExpr
[mangled: com/jclark/xsl/expr/ExprParser.parseVariantExpr:(Lcom/jclark/xsl/om/Node;Ljava/lang/String;Lcom/jclark/xsl/expr/VariableSet;)Lcom/jclark/xsl/expr/VariantExpr;]
xt.jar, ExtensionContext.class
package com.jclark.xsl.expr
ExtensionContext.available ( String p1 ) [abstract] : boolean
[mangled: com/jclark/xsl/expr/ExtensionContext.available:(Ljava/lang/String;)Z]
ExtensionContext.call ( String p1, Node p2, Object[ ] p3 ) [abstract] : Object
[mangled: com/jclark/xsl/expr/ExtensionContext.call:(Ljava/lang/String;Lcom/jclark/xsl/om/Node;[Ljava/lang/Object;)Ljava/lang/Object;]
xt.jar, ExtensionHandler.class
package com.jclark.xsl.tr
ExtensionHandler.createContext ( String p1 ) [abstract] : ExtensionContext
[mangled: com/jclark/xsl/tr/ExtensionHandler.createContext:(Ljava/lang/String;)Lcom/jclark/xsl/expr/ExtensionContext;]
ExtensionHandler.wrapResultFragmentVariant ( ResultFragmentVariant p1 ) [abstract] : Object
[mangled: com/jclark/xsl/tr/ExtensionHandler.wrapResultFragmentVariant:(Lcom/jclark/xsl/tr/ResultFragmentVariant;)Ljava/lang/Object;]
xt.jar, ExtensionHandlerImpl.class
package com.jclark.xsl.sax
ExtensionHandlerImpl.createContext ( String p1 ) : ExtensionContext
[mangled: com/jclark/xsl/sax/ExtensionHandlerImpl.createContext:(Ljava/lang/String;)Lcom/jclark/xsl/expr/ExtensionContext;]
ExtensionHandlerImpl.ExtensionHandlerImpl ( )
[mangled: com/jclark/xsl/sax/ExtensionHandlerImpl."<init>":()V]
ExtensionHandlerImpl.wrapResultFragmentVariant ( ResultFragmentVariant p1 ) : Object
[mangled: com/jclark/xsl/sax/ExtensionHandlerImpl.wrapResultFragmentVariant:(Lcom/jclark/xsl/tr/ResultFragmentVariant;)Ljava/lang/Object;]
xt.jar, FileDescriptorDestination.class
package com.jclark.xsl.sax
FileDescriptorDestination.FileDescriptorDestination ( FileDescriptor p1 )
[mangled: com/jclark/xsl/sax/FileDescriptorDestination."<init>":(Ljava/io/FileDescriptor;)V]
FileDescriptorDestination.getOutputStream ( String p1, String p2 ) : OutputStream
[mangled: com/jclark/xsl/sax/FileDescriptorDestination.getOutputStream:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/OutputStream;]
FileDescriptorDestination.keepOpen ( ) : boolean
[mangled: com/jclark/xsl/sax/FileDescriptorDestination.keepOpen:()Z]
FileDescriptorDestination.resolve ( String p1 ) : Destination
[mangled: com/jclark/xsl/sax/FileDescriptorDestination.resolve:(Ljava/lang/String;)Lcom/jclark/xsl/sax/Destination;]
xt.jar, FileDestination.class
package com.jclark.xsl.sax
FileDestination.FileDestination ( File p1 )
[mangled: com/jclark/xsl/sax/FileDestination."<init>":(Ljava/io/File;)V]
FileDestination.FileDestination ( String p1 )
[mangled: com/jclark/xsl/sax/FileDestination."<init>":(Ljava/lang/String;)V]
FileDestination.getOutputStream ( String p1, String p2 ) : OutputStream
[mangled: com/jclark/xsl/sax/FileDestination.getOutputStream:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/OutputStream;]
FileDestination.resolve ( String p1 ) : Destination
[mangled: com/jclark/xsl/sax/FileDestination.resolve:(Ljava/lang/String;)Lcom/jclark/xsl/sax/Destination;]
xt.jar, FollowingNodeIterator.class
package com.jclark.xsl.expr
FollowingNodeIterator.FollowingNodeIterator ( Node p1 )
[mangled: com/jclark/xsl/expr/FollowingNodeIterator."<init>":(Lcom/jclark/xsl/om/Node;)V]
FollowingNodeIterator.next ( ) : Node
[mangled: com/jclark/xsl/expr/FollowingNodeIterator.next:()Lcom/jclark/xsl/om/Node;]
xt.jar, FormatTokenHandler.class
package com.jclark.xsl.conv
FormatTokenHandler.getFormat ( String p1, String p2 ) [abstract] : NumberFormat
[mangled: com/jclark/xsl/conv/FormatTokenHandler.getFormat:(Ljava/lang/String;Ljava/lang/String;)Lcom/jclark/xsl/conv/NumberFormat;]
xt.jar, GenericDestination.class
package com.jclark.xsl.sax
GenericDestination.GenericDestination ( )
[mangled: com/jclark/xsl/sax/GenericDestination."<init>":()V]
GenericDestination.getEncoding ( ) : String
[mangled: com/jclark/xsl/sax/GenericDestination.getEncoding:()Ljava/lang/String;]
GenericDestination.getOutputStream ( String p1, String p2 ) [abstract] : OutputStream
[mangled: com/jclark/xsl/sax/GenericDestination.getOutputStream:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/OutputStream;]
GenericDestination.getWriter ( String p1, String p2 ) : Writer
[mangled: com/jclark/xsl/sax/GenericDestination.getWriter:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/Writer;]
GenericDestination.keepOpen ( ) : boolean
[mangled: com/jclark/xsl/sax/GenericDestination.keepOpen:()Z]
GenericDestination.resolve ( String p1 ) : Destination
[mangled: com/jclark/xsl/sax/GenericDestination.resolve:(Ljava/lang/String;)Lcom/jclark/xsl/sax/Destination;]
GenericDestination.setEncoding ( String p1 ) : void
[mangled: com/jclark/xsl/sax/GenericDestination.setEncoding:(Ljava/lang/String;)V]
xt.jar, HTMLOutputHandler.class
package com.jclark.xsl.sax
HTMLOutputHandler.characters ( char[ ] p1, int p2, int p3 ) : void
[mangled: com/jclark/xsl/sax/HTMLOutputHandler.characters:([CII)V]
HTMLOutputHandler.comment ( String p1 ) : void
[mangled: com/jclark/xsl/sax/HTMLOutputHandler.comment:(Ljava/lang/String;)V]
HTMLOutputHandler.endDocument ( ) : void
[mangled: com/jclark/xsl/sax/HTMLOutputHandler.endDocument:()V]
HTMLOutputHandler.endElement ( String p1 ) : void
[mangled: com/jclark/xsl/sax/HTMLOutputHandler.endElement:(Ljava/lang/String;)V]
HTMLOutputHandler.HTMLOutputHandler ( )
[mangled: com/jclark/xsl/sax/HTMLOutputHandler."<init>":()V]
HTMLOutputHandler.HTMLOutputHandler ( Writer p1 )
[mangled: com/jclark/xsl/sax/HTMLOutputHandler."<init>":(Ljava/io/Writer;)V]
HTMLOutputHandler.ignorableWhitespace ( char[ ] p1, int p2, int p3 ) : void
[mangled: com/jclark/xsl/sax/HTMLOutputHandler.ignorableWhitespace:([CII)V]
HTMLOutputHandler.init ( Destination p1, AttributeList p2 ) : DocumentHandler
[mangled: com/jclark/xsl/sax/HTMLOutputHandler.init:(Lcom/jclark/xsl/sax/Destination;Lorg/xml/sax/AttributeList;)Lorg/xml/sax/DocumentHandler;]
HTMLOutputHandler.processingInstruction ( String p1, String p2 ) : void
[mangled: com/jclark/xsl/sax/HTMLOutputHandler.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
HTMLOutputHandler.rawCharacters ( String p1 ) : void
[mangled: com/jclark/xsl/sax/HTMLOutputHandler.rawCharacters:(Ljava/lang/String;)V]
HTMLOutputHandler.setDocumentLocator ( Locator p1 ) : void
[mangled: com/jclark/xsl/sax/HTMLOutputHandler.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
HTMLOutputHandler.setWriter ( Writer p1 ) : void
[mangled: com/jclark/xsl/sax/HTMLOutputHandler.setWriter:(Ljava/io/Writer;)V]
HTMLOutputHandler.startDocument ( ) : void
[mangled: com/jclark/xsl/sax/HTMLOutputHandler.startDocument:()V]
HTMLOutputHandler.startElement ( String p1, AttributeList p2 ) : void
[mangled: com/jclark/xsl/sax/HTMLOutputHandler.startElement:(Ljava/lang/String;Lorg/xml/sax/AttributeList;)V]
xt.jar, Indenter.class
package com.jclark.xsl.sax
Indenter.characters ( char[ ] p1, int p2, int p3 ) : void
[mangled: com/jclark/xsl/sax/Indenter.characters:([CII)V]
Indenter.comment ( String p1 ) : void
[mangled: com/jclark/xsl/sax/Indenter.comment:(Ljava/lang/String;)V]
Indenter.endDocument ( ) : void
[mangled: com/jclark/xsl/sax/Indenter.endDocument:()V]
Indenter.endElement ( String p1 ) : void
[mangled: com/jclark/xsl/sax/Indenter.endElement:(Ljava/lang/String;)V]
Indenter.ignorableWhitespace ( char[ ] p1, int p2, int p3 ) : void
[mangled: com/jclark/xsl/sax/Indenter.ignorableWhitespace:([CII)V]
Indenter.Indenter ( DocumentHandler p1, RawCharactersHandler p2 )
[mangled: com/jclark/xsl/sax/Indenter."<init>":(Lorg/xml/sax/DocumentHandler;Lcom/jclark/xsl/sax/RawCharactersHandler;)V]
Indenter.init ( Destination p1, AttributeList p2 ) : DocumentHandler
[mangled: com/jclark/xsl/sax/Indenter.init:(Lcom/jclark/xsl/sax/Destination;Lorg/xml/sax/AttributeList;)Lorg/xml/sax/DocumentHandler;]
Indenter.processingInstruction ( String p1, String p2 ) : void
[mangled: com/jclark/xsl/sax/Indenter.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
Indenter.rawCharacters ( String p1 ) : void
[mangled: com/jclark/xsl/sax/Indenter.rawCharacters:(Ljava/lang/String;)V]
Indenter.setDocumentLocator ( Locator p1 ) : void
[mangled: com/jclark/xsl/sax/Indenter.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
Indenter.startDocument ( ) : void
[mangled: com/jclark/xsl/sax/Indenter.startDocument:()V]
Indenter.startElement ( String p1, AttributeList p2 ) : void
[mangled: com/jclark/xsl/sax/Indenter.startElement:(Ljava/lang/String;Lorg/xml/sax/AttributeList;)V]
xt.jar, IntersectionNodeIterator.class
package com.jclark.xsl.expr
IntersectionNodeIterator.IntersectionNodeIterator ( NodeIterator p1, NodeIterator p2 )
[mangled: com/jclark/xsl/expr/IntersectionNodeIterator."<init>":(Lcom/jclark/xsl/om/NodeIterator;Lcom/jclark/xsl/om/NodeIterator;)V]
IntersectionNodeIterator.next ( ) : Node
[mangled: com/jclark/xsl/expr/IntersectionNodeIterator.next:()Lcom/jclark/xsl/om/Node;]
xt.jar, LoadContext.class
package com.jclark.xsl.tr
LoadContext.getIncludeComments ( ) [abstract] : boolean
[mangled: com/jclark/xsl/tr/LoadContext.getIncludeComments:()Z]
LoadContext.getIncludeProcessingInstructions ( ) [abstract] : boolean
[mangled: com/jclark/xsl/tr/LoadContext.getIncludeProcessingInstructions:()Z]
LoadContext.getStripSource ( Name p1 ) [abstract] : boolean
[mangled: com/jclark/xsl/tr/LoadContext.getStripSource:(Lcom/jclark/xsl/om/Name;)Z]
xt.jar, MergeSort.class
package com.jclark.xsl.util
MergeSort.sort ( Comparator p1, Object[ ] p2 ) [static] : void
[mangled: com/jclark/xsl/util/MergeSort.sort:(Lcom/jclark/xsl/util/Comparator;[Ljava/lang/Object;)V]
MergeSort.sort ( Comparator p1, Object[ ] p2, int p3, int p4 ) [static] : void
[mangled: com/jclark/xsl/util/MergeSort.sort:(Lcom/jclark/xsl/util/Comparator;[Ljava/lang/Object;II)V]
MergeSort.sort ( Comparator p1, Object[ ] p2, int p3, int p4, Object[ ] p5, int p6 ) [static] : void
[mangled: com/jclark/xsl/util/MergeSort.sort:(Lcom/jclark/xsl/util/Comparator;[Ljava/lang/Object;II[Ljava/lang/Object;I)V]
xt.jar, MultiNamespaceResult.class
package com.jclark.xsl.sax
MultiNamespaceResult.createResult ( String p1 ) : Result
[mangled: com/jclark/xsl/sax/MultiNamespaceResult.createResult:(Ljava/lang/String;)Lcom/jclark/xsl/tr/Result;]
MultiNamespaceResult.endElementContent ( Name p1 ) : void
[mangled: com/jclark/xsl/sax/MultiNamespaceResult.endElementContent:(Lcom/jclark/xsl/om/Name;)V]
MultiNamespaceResult.getLength ( ) : int
[mangled: com/jclark/xsl/sax/MultiNamespaceResult.getLength:()I]
MultiNamespaceResult.getName ( int p1 ) : String
[mangled: com/jclark/xsl/sax/MultiNamespaceResult.getName:(I)Ljava/lang/String;]
MultiNamespaceResult.getValue ( int p1 ) : String
[mangled: com/jclark/xsl/sax/MultiNamespaceResult.getValue:(I)Ljava/lang/String;]
MultiNamespaceResult.MultiNamespaceResult ( DocumentHandler p1, ErrorHandler p2 )
[mangled: com/jclark/xsl/sax/MultiNamespaceResult."<init>":(Lorg/xml/sax/DocumentHandler;Lorg/xml/sax/ErrorHandler;)V]
MultiNamespaceResult.MultiNamespaceResult ( OutputMethodHandler p1, ErrorHandler p2 )
[mangled: com/jclark/xsl/sax/MultiNamespaceResult."<init>":(Lcom/jclark/xsl/sax/OutputMethodHandler;Lorg/xml/sax/ErrorHandler;)V]
MultiNamespaceResult.resultTreeFragment ( ResultTreeFragment p1 ) : void
[mangled: com/jclark/xsl/sax/MultiNamespaceResult.resultTreeFragment:(Lcom/jclark/xsl/sax/ResultTreeFragment;)V]
MultiNamespaceResult.startElementContent ( Name p1, NamespacePrefixMap p2 ) : void
[mangled: com/jclark/xsl/sax/MultiNamespaceResult.startElementContent:(Lcom/jclark/xsl/om/Name;Lcom/jclark/xsl/om/NamespacePrefixMap;)V]
xt.jar, Name.class
package com.jclark.xsl.om
Name.getCreator ( ) [abstract] : Object
[mangled: com/jclark/xsl/om/Name.getCreator:()Ljava/lang/Object;]
Name.getLocalPart ( ) [abstract] : String
[mangled: com/jclark/xsl/om/Name.getLocalPart:()Ljava/lang/String;]
Name.getNamespace ( ) [abstract] : String
[mangled: com/jclark/xsl/om/Name.getNamespace:()Ljava/lang/String;]
Name.getPrefix ( ) [abstract] : String
[mangled: com/jclark/xsl/om/Name.getPrefix:()Ljava/lang/String;]
xt.jar, NameExpr.class
package com.jclark.xsl.expr
NameExpr.eval ( Node p1, ExprContext p2 ) [abstract] : Name
[mangled: com/jclark/xsl/expr/NameExpr.eval:(Lcom/jclark/xsl/om/Node;Lcom/jclark/xsl/expr/ExprContext;)Lcom/jclark/xsl/om/Name;]
xt.jar, NamespacePrefixMap.class
package com.jclark.xsl.om
NamespacePrefixMap.bind ( String p1, String p2 ) [abstract] : NamespacePrefixMap
[mangled: com/jclark/xsl/om/NamespacePrefixMap.bind:(Ljava/lang/String;Ljava/lang/String;)Lcom/jclark/xsl/om/NamespacePrefixMap;]
NamespacePrefixMap.bindDefault ( String p1 ) [abstract] : NamespacePrefixMap
[mangled: com/jclark/xsl/om/NamespacePrefixMap.bindDefault:(Ljava/lang/String;)Lcom/jclark/xsl/om/NamespacePrefixMap;]
NamespacePrefixMap.expandAttributeName ( String p1, Node p2 ) [abstract] : Name
[mangled: com/jclark/xsl/om/NamespacePrefixMap.expandAttributeName:(Ljava/lang/String;Lcom/jclark/xsl/om/Node;)Lcom/jclark/xsl/om/Name;]
NamespacePrefixMap.expandElementTypeName ( String p1, Node p2 ) [abstract] : Name
[mangled: com/jclark/xsl/om/NamespacePrefixMap.expandElementTypeName:(Ljava/lang/String;Lcom/jclark/xsl/om/Node;)Lcom/jclark/xsl/om/Name;]
NamespacePrefixMap.getDefaultNamespace ( ) [abstract] : String
[mangled: com/jclark/xsl/om/NamespacePrefixMap.getDefaultNamespace:()Ljava/lang/String;]
NamespacePrefixMap.getNamespace ( int p1 ) [abstract] : String
[mangled: com/jclark/xsl/om/NamespacePrefixMap.getNamespace:(I)Ljava/lang/String;]
NamespacePrefixMap.getNamespace ( String p1 ) [abstract] : String
[mangled: com/jclark/xsl/om/NamespacePrefixMap.getNamespace:(Ljava/lang/String;)Ljava/lang/String;]
NamespacePrefixMap.getNameTable ( ) [abstract] : NameTable
[mangled: com/jclark/xsl/om/NamespacePrefixMap.getNameTable:()Lcom/jclark/xsl/om/NameTable;]
NamespacePrefixMap.getPrefix ( int p1 ) [abstract] : String
[mangled: com/jclark/xsl/om/NamespacePrefixMap.getPrefix:(I)Ljava/lang/String;]
NamespacePrefixMap.getPrefix ( String p1 ) [abstract] : String
[mangled: com/jclark/xsl/om/NamespacePrefixMap.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
NamespacePrefixMap.getSize ( ) [abstract] : int
[mangled: com/jclark/xsl/om/NamespacePrefixMap.getSize:()I]
NamespacePrefixMap.unbind ( String p1 ) [abstract] : NamespacePrefixMap
[mangled: com/jclark/xsl/om/NamespacePrefixMap.unbind:(Ljava/lang/String;)Lcom/jclark/xsl/om/NamespacePrefixMap;]
NamespacePrefixMap.unbindDefault ( ) [abstract] : NamespacePrefixMap
[mangled: com/jclark/xsl/om/NamespacePrefixMap.unbindDefault:()Lcom/jclark/xsl/om/NamespacePrefixMap;]
xt.jar, NameTable.class
package com.jclark.xsl.om
NameTable.createName ( String p1 ) [abstract] : Name
[mangled: com/jclark/xsl/om/NameTable.createName:(Ljava/lang/String;)Lcom/jclark/xsl/om/Name;]
NameTable.createName ( String p1, String p2 ) [abstract] : Name
[mangled: com/jclark/xsl/om/NameTable.createName:(Ljava/lang/String;Ljava/lang/String;)Lcom/jclark/xsl/om/Name;]
NameTable.getEmptyNamespacePrefixMap ( ) [abstract] : NamespacePrefixMap
[mangled: com/jclark/xsl/om/NameTable.getEmptyNamespacePrefixMap:()Lcom/jclark/xsl/om/NamespacePrefixMap;]
xt.jar, NameTableImpl.class
package com.jclark.xsl.om
NameTableImpl.createName ( String p1 ) : Name
[mangled: com/jclark/xsl/om/NameTableImpl.createName:(Ljava/lang/String;)Lcom/jclark/xsl/om/Name;]
NameTableImpl.createName ( String p1, String p2 ) : Name
[mangled: com/jclark/xsl/om/NameTableImpl.createName:(Ljava/lang/String;Ljava/lang/String;)Lcom/jclark/xsl/om/Name;]
NameTableImpl.getEmptyNamespacePrefixMap ( ) : NamespacePrefixMap
[mangled: com/jclark/xsl/om/NameTableImpl.getEmptyNamespacePrefixMap:()Lcom/jclark/xsl/om/NamespacePrefixMap;]
NameTableImpl.NameTableImpl ( )
[mangled: com/jclark/xsl/om/NameTableImpl."<init>":()V]
xt.jar, Node.class
package com.jclark.xsl.om
Node.compareTo ( Node p1 ) [abstract] : int
[mangled: com/jclark/xsl/om/Node.compareTo:(Lcom/jclark/xsl/om/Node;)I]
Node.getAttribute ( Name p1 ) [abstract] : Node
[mangled: com/jclark/xsl/om/Node.getAttribute:(Lcom/jclark/xsl/om/Name;)Lcom/jclark/xsl/om/Node;]
Node.getAttributes ( ) [abstract] : SafeNodeIterator
[mangled: com/jclark/xsl/om/Node.getAttributes:()Lcom/jclark/xsl/om/SafeNodeIterator;]
Node.getAttributeValue ( Name p1 ) [abstract] : String
[mangled: com/jclark/xsl/om/Node.getAttributeValue:(Lcom/jclark/xsl/om/Name;)Ljava/lang/String;]
Node.getChildren ( ) [abstract] : SafeNodeIterator
[mangled: com/jclark/xsl/om/Node.getChildren:()Lcom/jclark/xsl/om/SafeNodeIterator;]
Node.getData ( ) [abstract] : String
[mangled: com/jclark/xsl/om/Node.getData:()Ljava/lang/String;]
Node.getElementWithId ( String p1 ) [abstract] : Node
[mangled: com/jclark/xsl/om/Node.getElementWithId:(Ljava/lang/String;)Lcom/jclark/xsl/om/Node;]
Node.getFollowingSiblings ( ) [abstract] : SafeNodeIterator
[mangled: com/jclark/xsl/om/Node.getFollowingSiblings:()Lcom/jclark/xsl/om/SafeNodeIterator;]
Node.getGeneratedId ( ) [abstract] : String
[mangled: com/jclark/xsl/om/Node.getGeneratedId:()Ljava/lang/String;]
Node.getLineNumber ( ) [abstract] : int
[mangled: com/jclark/xsl/om/Node.getLineNumber:()I]
Node.getName ( ) [abstract] : Name
[mangled: com/jclark/xsl/om/Node.getName:()Lcom/jclark/xsl/om/Name;]
Node.getNamespacePrefixMap ( ) [abstract] : NamespacePrefixMap
[mangled: com/jclark/xsl/om/Node.getNamespacePrefixMap:()Lcom/jclark/xsl/om/NamespacePrefixMap;]
Node.getParent ( ) [abstract] : Node
[mangled: com/jclark/xsl/om/Node.getParent:()Lcom/jclark/xsl/om/Node;]
Node.getRoot ( ) [abstract] : Node
[mangled: com/jclark/xsl/om/Node.getRoot:()Lcom/jclark/xsl/om/Node;]
Node.getType ( ) [abstract] : byte
[mangled: com/jclark/xsl/om/Node.getType:()B]
Node.getUnparsedEntityURI ( String p1 ) [abstract] : String
[mangled: com/jclark/xsl/om/Node.getUnparsedEntityURI:(Ljava/lang/String;)Ljava/lang/String;]
Node.getURL ( ) [abstract] : URL
[mangled: com/jclark/xsl/om/Node.getURL:()Ljava/net/URL;]
Node.isId ( String p1 ) [abstract] : boolean
[mangled: com/jclark/xsl/om/Node.isId:(Ljava/lang/String;)Z]
xt.jar, NodeIterator.class
package com.jclark.xsl.om
NodeIterator.next ( ) [abstract] : Node
[mangled: com/jclark/xsl/om/NodeIterator.next:()Lcom/jclark/xsl/om/Node;]
xt.jar, NodeListSorter.class
package com.jclark.xsl.expr
NodeListSorter.sort ( NodeIterator p1, Comparator p2 ) [static] : NodeIterator
[mangled: com/jclark/xsl/expr/NodeListSorter.sort:(Lcom/jclark/xsl/om/NodeIterator;Lcom/jclark/xsl/util/Comparator;)Lcom/jclark/xsl/om/NodeIterator;]
xt.jar, NodeSetExpr.class
package com.jclark.xsl.expr
NodeSetExpr.eval ( Node p1, ExprContext p2 ) [abstract] : NodeIterator
[mangled: com/jclark/xsl/expr/NodeSetExpr.eval:(Lcom/jclark/xsl/om/Node;Lcom/jclark/xsl/expr/ExprContext;)Lcom/jclark/xsl/om/NodeIterator;]
xt.jar, NullNodeIterator.class
package com.jclark.xsl.expr
NullNodeIterator.next ( ) : Node
[mangled: com/jclark/xsl/expr/NullNodeIterator.next:()Lcom/jclark/xsl/om/Node;]
NullNodeIterator.NullNodeIterator ( )
[mangled: com/jclark/xsl/expr/NullNodeIterator."<init>":()V]
xt.jar, NumberComparator.class
package com.jclark.xsl.util
NumberComparator.compare ( Object p1, Object p2 ) : int
[mangled: com/jclark/xsl/util/NumberComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
NumberComparator.getValue ( Object p1 ) : double
[mangled: com/jclark/xsl/util/NumberComparator.getValue:(Ljava/lang/Object;)D]
NumberComparator.NumberComparator ( )
[mangled: com/jclark/xsl/util/NumberComparator."<init>":()V]
xt.jar, NumberExpr.class
package com.jclark.xsl.expr
NumberExpr.eval ( Node p1, ExprContext p2 ) [abstract] : double
[mangled: com/jclark/xsl/expr/NumberExpr.eval:(Lcom/jclark/xsl/om/Node;Lcom/jclark/xsl/expr/ExprContext;)D]
xt.jar, NumberFormat.class
package com.jclark.xsl.conv
NumberFormat.format ( int p1 ) [abstract] : String
[mangled: com/jclark/xsl/conv/NumberFormat.format:(I)Ljava/lang/String;]
xt.jar, NumberListFormat.class
package com.jclark.xsl.conv
NumberListFormat.clone ( ) : Object
[mangled: com/jclark/xsl/conv/NumberListFormat.clone:()Ljava/lang/Object;]
NumberListFormat.formatNumber ( int p1, int p2 ) : String
[mangled: com/jclark/xsl/conv/NumberListFormat.formatNumber:(II)Ljava/lang/String;]
NumberListFormat.getPrefix ( int p1 ) : String
[mangled: com/jclark/xsl/conv/NumberListFormat.getPrefix:(I)Ljava/lang/String;]
NumberListFormat.getSuffix ( ) : String
[mangled: com/jclark/xsl/conv/NumberListFormat.getSuffix:()Ljava/lang/String;]
NumberListFormat.NumberListFormat ( )
[mangled: com/jclark/xsl/conv/NumberListFormat."<init>":()V]
NumberListFormat.setFormat ( String p1 ) : void
[mangled: com/jclark/xsl/conv/NumberListFormat.setFormat:(Ljava/lang/String;)V]
NumberListFormat.setFormatTokenHandler ( String p1, FormatTokenHandler p2 ) [static] : void
[mangled: com/jclark/xsl/conv/NumberListFormat.setFormatTokenHandler:(Ljava/lang/String;Lcom/jclark/xsl/conv/FormatTokenHandler;)V]
NumberListFormat.setGroupingSeparator ( String p1 ) : void
[mangled: com/jclark/xsl/conv/NumberListFormat.setGroupingSeparator:(Ljava/lang/String;)V]
NumberListFormat.setGroupingSize ( int p1 ) : void
[mangled: com/jclark/xsl/conv/NumberListFormat.setGroupingSize:(I)V]
NumberListFormat.setLang ( String p1 ) : void
[mangled: com/jclark/xsl/conv/NumberListFormat.setLang:(Ljava/lang/String;)V]
NumberListFormat.setLetterValue ( String p1 ) : void
[mangled: com/jclark/xsl/conv/NumberListFormat.setLetterValue:(Ljava/lang/String;)V]
xt.jar, NumberVariant.class
package com.jclark.xsl.expr
NumberVariant.convertToBoolean ( ) : boolean
[mangled: com/jclark/xsl/expr/NumberVariant.convertToBoolean:()Z]
NumberVariant.convertToNumber ( ) : double
[mangled: com/jclark/xsl/expr/NumberVariant.convertToNumber:()D]
NumberVariant.convertToObject ( ) : Object
[mangled: com/jclark/xsl/expr/NumberVariant.convertToObject:()Ljava/lang/Object;]
NumberVariant.convertToPredicate ( ExprContext p1 ) : boolean
[mangled: com/jclark/xsl/expr/NumberVariant.convertToPredicate:(Lcom/jclark/xsl/expr/ExprContext;)Z]
NumberVariant.convertToString ( ) : String
[mangled: com/jclark/xsl/expr/NumberVariant.convertToString:()Ljava/lang/String;]
NumberVariant.isNumber ( ) : boolean
[mangled: com/jclark/xsl/expr/NumberVariant.isNumber:()Z]
NumberVariant.NumberVariant ( double p1 )
[mangled: com/jclark/xsl/expr/NumberVariant."<init>":(D)V]
xt.jar, NXMLOutputHandler.class
package com.jclark.xsl.sax
NXMLOutputHandler.characters ( char[ ] p1, int p2, int p3 ) : void
[mangled: com/jclark/xsl/sax/NXMLOutputHandler.characters:([CII)V]
NXMLOutputHandler.endDocument ( ) : void
[mangled: com/jclark/xsl/sax/NXMLOutputHandler.endDocument:()V]
NXMLOutputHandler.endElement ( String p1 ) : void
[mangled: com/jclark/xsl/sax/NXMLOutputHandler.endElement:(Ljava/lang/String;)V]
NXMLOutputHandler.ignorableWhitespace ( char[ ] p1, int p2, int p3 ) : void
[mangled: com/jclark/xsl/sax/NXMLOutputHandler.ignorableWhitespace:([CII)V]
NXMLOutputHandler.init ( Destination p1, AttributeList p2 ) : DocumentHandler
[mangled: com/jclark/xsl/sax/NXMLOutputHandler.init:(Lcom/jclark/xsl/sax/Destination;Lorg/xml/sax/AttributeList;)Lorg/xml/sax/DocumentHandler;]
NXMLOutputHandler.NXMLOutputHandler ( )
[mangled: com/jclark/xsl/sax/NXMLOutputHandler."<init>":()V]
NXMLOutputHandler.pop ( ) : void
[mangled: com/jclark/xsl/sax/NXMLOutputHandler.pop:()V]
NXMLOutputHandler.processingInstruction ( String p1, String p2 ) : void
[mangled: com/jclark/xsl/sax/NXMLOutputHandler.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
NXMLOutputHandler.push ( NXMLOutputHandler.CharacterHandler p1 ) : void
[mangled: com/jclark/xsl/sax/NXMLOutputHandler.push:(Lcom/jclark/xsl/sax/NXMLOutputHandler$CharacterHandler;)V]
NXMLOutputHandler.setDocumentLocator ( Locator p1 ) : void
[mangled: com/jclark/xsl/sax/NXMLOutputHandler.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
NXMLOutputHandler.startDocument ( ) : void
[mangled: com/jclark/xsl/sax/NXMLOutputHandler.startDocument:()V]
NXMLOutputHandler.startElement ( String p1, AttributeList p2 ) : void
[mangled: com/jclark/xsl/sax/NXMLOutputHandler.startElement:(Ljava/lang/String;Lorg/xml/sax/AttributeList;)V]
xt.jar, OutputDocumentHandler.class
package com.jclark.xsl.sax
OutputDocumentHandler.init ( Destination p1, AttributeList p2 ) [abstract] : DocumentHandler
[mangled: com/jclark/xsl/sax/OutputDocumentHandler.init:(Lcom/jclark/xsl/sax/Destination;Lorg/xml/sax/AttributeList;)Lorg/xml/sax/DocumentHandler;]
xt.jar, OutputMethod.class
package com.jclark.xsl.tr
OutputMethod.getAttributeNames ( ) [abstract] : Name[ ]
[mangled: com/jclark/xsl/tr/OutputMethod.getAttributeNames:()[Lcom/jclark/xsl/om/Name;]
OutputMethod.getAttributeValue ( Name p1 ) [abstract] : String
[mangled: com/jclark/xsl/tr/OutputMethod.getAttributeValue:(Lcom/jclark/xsl/om/Name;)Ljava/lang/String;]
OutputMethod.getCdataSectionElements ( ) [abstract] : Name[ ]
[mangled: com/jclark/xsl/tr/OutputMethod.getCdataSectionElements:()[Lcom/jclark/xsl/om/Name;]
OutputMethod.getName ( ) [abstract] : Name
[mangled: com/jclark/xsl/tr/OutputMethod.getName:()Lcom/jclark/xsl/om/Name;]
OutputMethod.getNameTable ( ) [abstract] : NameTable
[mangled: com/jclark/xsl/tr/OutputMethod.getNameTable:()Lcom/jclark/xsl/om/NameTable;]
xt.jar, OutputMethodHandler.class
package com.jclark.xsl.sax
OutputMethodHandler.createDocumentHandler ( String p1, AttributeList p2 ) [abstract] : DocumentHandler
[mangled: com/jclark/xsl/sax/OutputMethodHandler.createDocumentHandler:(Ljava/lang/String;Lorg/xml/sax/AttributeList;)Lorg/xml/sax/DocumentHandler;]
OutputMethodHandler.createOutputMethodHandler ( String p1 ) [abstract] : OutputMethodHandler
[mangled: com/jclark/xsl/sax/OutputMethodHandler.createOutputMethodHandler:(Ljava/lang/String;)Lcom/jclark/xsl/sax/OutputMethodHandler;]
xt.jar, OutputMethodHandlerImpl.class
package com.jclark.xsl.sax
OutputMethodHandlerImpl.createDocumentHandler ( String p1, AttributeList p2 ) : DocumentHandler
[mangled: com/jclark/xsl/sax/OutputMethodHandlerImpl.createDocumentHandler:(Ljava/lang/String;Lorg/xml/sax/AttributeList;)Lorg/xml/sax/DocumentHandler;]
OutputMethodHandlerImpl.createOutputMethodHandler ( String p1 ) : OutputMethodHandler
[mangled: com/jclark/xsl/sax/OutputMethodHandlerImpl.createOutputMethodHandler:(Ljava/lang/String;)Lcom/jclark/xsl/sax/OutputMethodHandler;]
OutputMethodHandlerImpl.OutputMethodHandlerImpl ( XSLProcessor p1 )
[mangled: com/jclark/xsl/sax/OutputMethodHandlerImpl."<init>":(Lcom/jclark/xsl/sax/XSLProcessor;)V]
OutputMethodHandlerImpl.setDestination ( Destination p1 ) : void
[mangled: com/jclark/xsl/sax/OutputMethodHandlerImpl.setDestination:(Lcom/jclark/xsl/sax/Destination;)V]
xt.jar, OutputStreamDestination.class
package com.jclark.xsl.sax
OutputStreamDestination.getOutputStream ( String p1, String p2 ) : OutputStream
[mangled: com/jclark/xsl/sax/OutputStreamDestination.getOutputStream:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/OutputStream;]
OutputStreamDestination.OutputStreamDestination ( OutputStream p1 )
[mangled: com/jclark/xsl/sax/OutputStreamDestination."<init>":(Ljava/io/OutputStream;)V]
xt.jar, ParameterSet.class
package com.jclark.xsl.tr
ParameterSet.getParameter ( Name p1 ) [abstract] : Object
[mangled: com/jclark/xsl/tr/ParameterSet.getParameter:(Lcom/jclark/xsl/om/Name;)Ljava/lang/Object;]
xt.jar, PathPattern.class
package com.jclark.xsl.expr
PathPattern.getDefaultPriority ( ) [abstract] : int
[mangled: com/jclark/xsl/expr/PathPattern.getDefaultPriority:()I]
xt.jar, Pattern.class
package com.jclark.xsl.expr
Pattern.matches ( Node p1, ExprContext p2 ) [abstract] : boolean
[mangled: com/jclark/xsl/expr/Pattern.matches:(Lcom/jclark/xsl/om/Node;Lcom/jclark/xsl/expr/ExprContext;)Z]
xt.jar, PatternList.class
package com.jclark.xsl.expr
PatternList.add ( PathPattern p1, Object p2 ) : void
[mangled: com/jclark/xsl/expr/PatternList.add:(Lcom/jclark/xsl/expr/PathPattern;Ljava/lang/Object;)V]
PatternList.get ( Node p1, ExprContext p2 ) : Object
[mangled: com/jclark/xsl/expr/PatternList.get:(Lcom/jclark/xsl/om/Node;Lcom/jclark/xsl/expr/ExprContext;)Ljava/lang/Object;]
PatternList.getAll ( Node p1, ExprContext p2 ) : Enumeration
[mangled: com/jclark/xsl/expr/PatternList.getAll:(Lcom/jclark/xsl/om/Node;Lcom/jclark/xsl/expr/ExprContext;)Ljava/util/Enumeration;]
PatternList.PatternList ( )
[mangled: com/jclark/xsl/expr/PatternList."<init>":()V]
xt.jar, ProcessContext.class
package com.jclark.xsl.tr
ProcessContext.applyImports ( Node p1, Result p2 ) [abstract] : void
[mangled: com/jclark/xsl/tr/ProcessContext.applyImports:(Lcom/jclark/xsl/om/Node;Lcom/jclark/xsl/tr/Result;)V]
ProcessContext.bindLocalVariable ( Name p1, Variant p2 ) [abstract] : void
[mangled: com/jclark/xsl/tr/ProcessContext.bindLocalVariable:(Lcom/jclark/xsl/om/Name;Lcom/jclark/xsl/expr/Variant;)V]
ProcessContext.createMemento ( ) [abstract] : ProcessContext.Memento
[mangled: com/jclark/xsl/tr/ProcessContext.createMemento:()Lcom/jclark/xsl/tr/ProcessContext$Memento;]
ProcessContext.createNodeResult ( Node p1, Node[ ] p2 ) [abstract] : Result
[mangled: com/jclark/xsl/tr/ProcessContext.createNodeResult:(Lcom/jclark/xsl/om/Node;[Lcom/jclark/xsl/om/Node;)Lcom/jclark/xsl/tr/Result;]
ProcessContext.get ( Object p1 ) [abstract] : Object
[mangled: com/jclark/xsl/tr/ProcessContext.get:(Ljava/lang/Object;)Ljava/lang/Object;]
ProcessContext.getParam ( Name p1 ) [abstract] : Variant
[mangled: com/jclark/xsl/tr/ProcessContext.getParam:(Lcom/jclark/xsl/om/Name;)Lcom/jclark/xsl/expr/Variant;]
ProcessContext.invoke ( NodeIterator p1, Action p2, Result p3 ) [abstract] : void
[mangled: com/jclark/xsl/tr/ProcessContext.invoke:(Lcom/jclark/xsl/om/NodeIterator;Lcom/jclark/xsl/tr/Action;Lcom/jclark/xsl/tr/Result;)V]
ProcessContext.invokeWithParams ( Action p1, Name[ ] p2, Variant[ ] p3, Node p4, Result p5 ) [abstract] : void
[mangled: com/jclark/xsl/tr/ProcessContext.invokeWithParams:(Lcom/jclark/xsl/tr/Action;[Lcom/jclark/xsl/om/Name;[Lcom/jclark/xsl/expr/Variant;Lcom/jclark/xsl/om/Node;Lcom/jclark/xsl/tr/Result;)V]
ProcessContext.process ( NodeIterator p1, Name p2, Name[ ] p3, Variant[ ] p4, Result p5 ) [abstract] : void
[mangled: com/jclark/xsl/tr/ProcessContext.process:(Lcom/jclark/xsl/om/NodeIterator;Lcom/jclark/xsl/om/Name;[Lcom/jclark/xsl/om/Name;[Lcom/jclark/xsl/expr/Variant;Lcom/jclark/xsl/tr/Result;)V]
ProcessContext.put ( Object p1, Object p2 ) [abstract] : void
[mangled: com/jclark/xsl/tr/ProcessContext.put:(Ljava/lang/Object;Ljava/lang/Object;)V]
ProcessContext.unaliasName ( Name p1 ) [abstract] : Name
[mangled: com/jclark/xsl/tr/ProcessContext.unaliasName:(Lcom/jclark/xsl/om/Name;)Lcom/jclark/xsl/om/Name;]
ProcessContext.unaliasNamespacePrefixMap ( NamespacePrefixMap p1 ) [abstract] : NamespacePrefixMap
[mangled: com/jclark/xsl/tr/ProcessContext.unaliasNamespacePrefixMap:(Lcom/jclark/xsl/om/NamespacePrefixMap;)Lcom/jclark/xsl/om/NamespacePrefixMap;]
ProcessContext.unbindLocalVariables ( int p1 ) [abstract] : void
[mangled: com/jclark/xsl/tr/ProcessContext.unbindLocalVariables:(I)V]
ProcessContext.useAttributeSet ( Name p1, Node p2, Result p3 ) [abstract] : void
[mangled: com/jclark/xsl/tr/ProcessContext.useAttributeSet:(Lcom/jclark/xsl/om/Name;Lcom/jclark/xsl/om/Node;Lcom/jclark/xsl/tr/Result;)V]
xt.jar, RawCharactersHandler.class
package com.jclark.xsl.sax
RawCharactersHandler.rawCharacters ( String p1 ) [abstract] : void
[mangled: com/jclark/xsl/sax/RawCharactersHandler.rawCharacters:(Ljava/lang/String;)V]
xt.jar, Result.class
package com.jclark.xsl.tr
Result.attribute ( Name p1, String p2 ) [abstract] : void
[mangled: com/jclark/xsl/tr/Result.attribute:(Lcom/jclark/xsl/om/Name;Ljava/lang/String;)V]
Result.characters ( String p1 ) [abstract] : void
[mangled: com/jclark/xsl/tr/Result.characters:(Ljava/lang/String;)V]
Result.comment ( String p1 ) [abstract] : void
[mangled: com/jclark/xsl/tr/Result.comment:(Ljava/lang/String;)V]
Result.createResult ( String p1 ) [abstract] : Result
[mangled: com/jclark/xsl/tr/Result.createResult:(Ljava/lang/String;)Lcom/jclark/xsl/tr/Result;]
Result.end ( ) [abstract] : void
[mangled: com/jclark/xsl/tr/Result.end:()V]
Result.endElement ( Name p1 ) [abstract] : void
[mangled: com/jclark/xsl/tr/Result.endElement:(Lcom/jclark/xsl/om/Name;)V]
Result.message ( Node p1, String p2 ) [abstract] : void
[mangled: com/jclark/xsl/tr/Result.message:(Lcom/jclark/xsl/om/Node;Ljava/lang/String;)V]
Result.processingInstruction ( String p1, String p2 ) [abstract] : void
[mangled: com/jclark/xsl/tr/Result.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
Result.rawCharacters ( String p1 ) [abstract] : void
[mangled: com/jclark/xsl/tr/Result.rawCharacters:(Ljava/lang/String;)V]
Result.start ( OutputMethod p1 ) [abstract] : void
[mangled: com/jclark/xsl/tr/Result.start:(Lcom/jclark/xsl/tr/OutputMethod;)V]
Result.startElement ( Name p1, NamespacePrefixMap p2 ) [abstract] : void
[mangled: com/jclark/xsl/tr/Result.startElement:(Lcom/jclark/xsl/om/Name;Lcom/jclark/xsl/om/NamespacePrefixMap;)V]
xt.jar, ResultBase.class
package com.jclark.xsl.sax
ResultBase.attribute ( Name p1, String p2 ) : void
[mangled: com/jclark/xsl/sax/ResultBase.attribute:(Lcom/jclark/xsl/om/Name;Ljava/lang/String;)V]
ResultBase.characters ( String p1 ) : void
[mangled: com/jclark/xsl/sax/ResultBase.characters:(Ljava/lang/String;)V]
ResultBase.comment ( String p1 ) : void
[mangled: com/jclark/xsl/sax/ResultBase.comment:(Ljava/lang/String;)V]
ResultBase.createResult ( String p1 ) [abstract] : Result
[mangled: com/jclark/xsl/sax/ResultBase.createResult:(Ljava/lang/String;)Lcom/jclark/xsl/tr/Result;]
ResultBase.end ( ) : void
[mangled: com/jclark/xsl/sax/ResultBase.end:()V]
ResultBase.endElement ( Name p1 ) : void
[mangled: com/jclark/xsl/sax/ResultBase.endElement:(Lcom/jclark/xsl/om/Name;)V]
ResultBase.endElementContent ( Name p1 ) [abstract] : void
[mangled: com/jclark/xsl/sax/ResultBase.endElementContent:(Lcom/jclark/xsl/om/Name;)V]
ResultBase.flush ( ) : void
[mangled: com/jclark/xsl/sax/ResultBase.flush:()V]
ResultBase.getAttributeName ( int p1 ) : Name
[mangled: com/jclark/xsl/sax/ResultBase.getAttributeName:(I)Lcom/jclark/xsl/om/Name;]
ResultBase.getDocumentHandler ( ) : DocumentHandler
[mangled: com/jclark/xsl/sax/ResultBase.getDocumentHandler:()Lorg/xml/sax/DocumentHandler;]
ResultBase.getLength ( ) : int
[mangled: com/jclark/xsl/sax/ResultBase.getLength:()I]
ResultBase.getName ( int p1 ) [abstract] : String
[mangled: com/jclark/xsl/sax/ResultBase.getName:(I)Ljava/lang/String;]
ResultBase.getType ( int p1 ) : String
[mangled: com/jclark/xsl/sax/ResultBase.getType:(I)Ljava/lang/String;]
ResultBase.getType ( String p1 ) : String
[mangled: com/jclark/xsl/sax/ResultBase.getType:(Ljava/lang/String;)Ljava/lang/String;]
ResultBase.getValue ( int p1 ) : String
[mangled: com/jclark/xsl/sax/ResultBase.getValue:(I)Ljava/lang/String;]
ResultBase.getValue ( String p1 ) : String
[mangled: com/jclark/xsl/sax/ResultBase.getValue:(Ljava/lang/String;)Ljava/lang/String;]
ResultBase.message ( Node p1, String p2 ) : void
[mangled: com/jclark/xsl/sax/ResultBase.message:(Lcom/jclark/xsl/om/Node;Ljava/lang/String;)V]
ResultBase.processingInstruction ( String p1, String p2 ) : void
[mangled: com/jclark/xsl/sax/ResultBase.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
ResultBase.rawCharacters ( String p1 ) : void
[mangled: com/jclark/xsl/sax/ResultBase.rawCharacters:(Ljava/lang/String;)V]
ResultBase.resultTreeFragment ( ResultTreeFragment p1 ) [abstract] : void
[mangled: com/jclark/xsl/sax/ResultBase.resultTreeFragment:(Lcom/jclark/xsl/sax/ResultTreeFragment;)V]
ResultBase.start ( OutputMethod p1 ) : void
[mangled: com/jclark/xsl/sax/ResultBase.start:(Lcom/jclark/xsl/tr/OutputMethod;)V]
ResultBase.startElement ( Name p1, NamespacePrefixMap p2 ) : void
[mangled: com/jclark/xsl/sax/ResultBase.startElement:(Lcom/jclark/xsl/om/Name;Lcom/jclark/xsl/om/NamespacePrefixMap;)V]
ResultBase.startElementContent ( Name p1, NamespacePrefixMap p2 ) [abstract] : void
[mangled: com/jclark/xsl/sax/ResultBase.startElementContent:(Lcom/jclark/xsl/om/Name;Lcom/jclark/xsl/om/NamespacePrefixMap;)V]
ResultBase.throwXSLException ( SAXException p1 ) : void
[mangled: com/jclark/xsl/sax/ResultBase.throwXSLException:(Lorg/xml/sax/SAXException;)V]
xt.jar, ResultFragmentVariant.class
package com.jclark.xsl.tr
ResultFragmentVariant.append ( Result p1 ) [abstract] : void
[mangled: com/jclark/xsl/tr/ResultFragmentVariant.append:(Lcom/jclark/xsl/tr/Result;)V]
ResultFragmentVariant.getTree ( ProcessContext p1 ) [abstract] : Node
[mangled: com/jclark/xsl/tr/ResultFragmentVariant.getTree:(Lcom/jclark/xsl/tr/ProcessContext;)Lcom/jclark/xsl/om/Node;]
xt.jar, ResultFragmentVariantBase.class
package com.jclark.xsl.tr
ResultFragmentVariantBase.append ( Result p1 ) [abstract] : void
[mangled: com/jclark/xsl/tr/ResultFragmentVariantBase.append:(Lcom/jclark/xsl/tr/Result;)V]
ResultFragmentVariantBase.convertToBoolean ( ) : boolean
[mangled: com/jclark/xsl/tr/ResultFragmentVariantBase.convertToBoolean:()Z]
ResultFragmentVariantBase.convertToString ( ) : String
[mangled: com/jclark/xsl/tr/ResultFragmentVariantBase.convertToString:()Ljava/lang/String;]
ResultFragmentVariantBase.getTree ( ProcessContext p1 ) : Node
[mangled: com/jclark/xsl/tr/ResultFragmentVariantBase.getTree:(Lcom/jclark/xsl/tr/ProcessContext;)Lcom/jclark/xsl/om/Node;]
ResultFragmentVariantBase.ResultFragmentVariantBase ( )
[mangled: com/jclark/xsl/tr/ResultFragmentVariantBase."<init>":()V]
xt.jar, ResultTreeFragment.class
package com.jclark.xsl.sax
ResultTreeFragment.emit ( DocumentHandler p1 ) [abstract] : void
[mangled: com/jclark/xsl/sax/ResultTreeFragment.emit:(Lorg/xml/sax/DocumentHandler;)V]
xt.jar, ReverseComparator.class
package com.jclark.xsl.util
ReverseComparator.compare ( Object p1, Object p2 ) : int
[mangled: com/jclark/xsl/util/ReverseComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
ReverseComparator.ReverseComparator ( Comparator p1 )
[mangled: com/jclark/xsl/util/ReverseComparator."<init>":(Lcom/jclark/xsl/util/Comparator;)V]
xt.jar, SafeNodeIterator.class
package com.jclark.xsl.om
SafeNodeIterator.next ( ) [abstract] : Node
[mangled: com/jclark/xsl/om/SafeNodeIterator.next:()Lcom/jclark/xsl/om/Node;]
xt.jar, ServletDestination.class
package com.jclark.xsl.sax
ServletDestination.getOutputStream ( String p1, String p2 ) : OutputStream
[mangled: com/jclark/xsl/sax/ServletDestination.getOutputStream:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/OutputStream;]
ServletDestination.ServletDestination ( ServletResponse p1 )
[mangled: com/jclark/xsl/sax/ServletDestination."<init>":(Ljavax/servlet/ServletResponse;)V]
xt.jar, Sheet.class
package com.jclark.xsl.tr
Sheet.getSourceLoadContext ( ) [abstract] : LoadContext
[mangled: com/jclark/xsl/tr/Sheet.getSourceLoadContext:()Lcom/jclark/xsl/tr/LoadContext;]
Sheet.process ( Node p1, XMLProcessor p2, ParameterSet p3, Result p4 ) [abstract] : Result
[mangled: com/jclark/xsl/tr/Sheet.process:(Lcom/jclark/xsl/om/Node;Lcom/jclark/xsl/tr/XMLProcessor;Lcom/jclark/xsl/tr/ParameterSet;Lcom/jclark/xsl/tr/Result;)Lcom/jclark/xsl/tr/Result;]
xt.jar, SingleNodeIterator.class
package com.jclark.xsl.expr
SingleNodeIterator.next ( ) : Node
[mangled: com/jclark/xsl/expr/SingleNodeIterator.next:()Lcom/jclark/xsl/om/Node;]
SingleNodeIterator.SingleNodeIterator ( Node p1 )
[mangled: com/jclark/xsl/expr/SingleNodeIterator."<init>":(Lcom/jclark/xsl/om/Node;)V]
xt.jar, SortNodeSetExpr.class
package com.jclark.xsl.tr
SortNodeSetExpr.eval ( Node p1, ExprContext p2 ) : NodeIterator
[mangled: com/jclark/xsl/tr/SortNodeSetExpr.eval:(Lcom/jclark/xsl/om/Node;Lcom/jclark/xsl/expr/ExprContext;)Lcom/jclark/xsl/om/NodeIterator;]
SortNodeSetExpr.SortNodeSetExpr ( NodeSetExpr p1, ComparatorTemplate p2 )
[mangled: com/jclark/xsl/tr/SortNodeSetExpr."<init>":(Lcom/jclark/xsl/expr/NodeSetExpr;Lcom/jclark/xsl/tr/ComparatorTemplate;)V]
xt.jar, StringExpr.class
package com.jclark.xsl.expr
StringExpr.constantValue ( ) [abstract] : String
[mangled: com/jclark/xsl/expr/StringExpr.constantValue:()Ljava/lang/String;]
StringExpr.eval ( Node p1, ExprContext p2 ) [abstract] : String
[mangled: com/jclark/xsl/expr/StringExpr.eval:(Lcom/jclark/xsl/om/Node;Lcom/jclark/xsl/expr/ExprContext;)Ljava/lang/String;]
xt.jar, StringVariant.class
package com.jclark.xsl.expr
StringVariant.convertToBoolean ( ) : boolean
[mangled: com/jclark/xsl/expr/StringVariant.convertToBoolean:()Z]
StringVariant.convertToNumber ( ) : double
[mangled: com/jclark/xsl/expr/StringVariant.convertToNumber:()D]
StringVariant.convertToObject ( ) : Object
[mangled: com/jclark/xsl/expr/StringVariant.convertToObject:()Ljava/lang/Object;]
StringVariant.convertToString ( ) : String
[mangled: com/jclark/xsl/expr/StringVariant.convertToString:()Ljava/lang/String;]
StringVariant.isString ( ) : boolean
[mangled: com/jclark/xsl/expr/StringVariant.isString:()Z]
StringVariant.StringVariant ( String p1 )
[mangled: com/jclark/xsl/expr/StringVariant."<init>":(Ljava/lang/String;)V]
xt.jar, SunXMLProcessorImpl.class
package com.jclark.xsl.dom
SunXMLProcessorImpl.getElementById ( Document p1, String p2 ) : Element
[mangled: com/jclark/xsl/dom/SunXMLProcessorImpl.getElementById:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/w3c/dom/Element;]
SunXMLProcessorImpl.load ( InputSource p1 ) : Document
[mangled: com/jclark/xsl/dom/SunXMLProcessorImpl.load:(Lorg/xml/sax/InputSource;)Lorg/w3c/dom/Document;]
SunXMLProcessorImpl.SunXMLProcessorImpl ( )
[mangled: com/jclark/xsl/dom/SunXMLProcessorImpl."<init>":()V]
xt.jar, TerminateXSLException.class
package com.jclark.xsl.tr
TerminateXSLException.TerminateXSLException ( String p1, Node p2 )
[mangled: com/jclark/xsl/tr/TerminateXSLException."<init>":(Ljava/lang/String;Lcom/jclark/xsl/om/Node;)V]
xt.jar, TextComparator.class
package com.jclark.xsl.util
TextComparator.compare ( Object p1, Object p2 ) : int
[mangled: com/jclark/xsl/util/TextComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
TextComparator.create ( Locale p1, int p2 ) [static] : Comparator
[mangled: com/jclark/xsl/util/TextComparator.create:(Ljava/util/Locale;I)Lcom/jclark/xsl/util/Comparator;]
xt.jar, TextOutputHandler.class
package com.jclark.xsl.sax
TextOutputHandler.characters ( char[ ] p1, int p2, int p3 ) : void
[mangled: com/jclark/xsl/sax/TextOutputHandler.characters:([CII)V]
TextOutputHandler.endDocument ( ) : void
[mangled: com/jclark/xsl/sax/TextOutputHandler.endDocument:()V]
TextOutputHandler.init ( Destination p1, AttributeList p2 ) : DocumentHandler
[mangled: com/jclark/xsl/sax/TextOutputHandler.init:(Lcom/jclark/xsl/sax/Destination;Lorg/xml/sax/AttributeList;)Lorg/xml/sax/DocumentHandler;]
TextOutputHandler.TextOutputHandler ( )
[mangled: com/jclark/xsl/sax/TextOutputHandler."<init>":()V]
TextOutputHandler.TextOutputHandler ( Writer p1 )
[mangled: com/jclark/xsl/sax/TextOutputHandler."<init>":(Ljava/io/Writer;)V]
xt.jar, TopLevelPattern.class
package com.jclark.xsl.expr
TopLevelPattern.getAlternatives ( ) [abstract] : PathPattern[ ]
[mangled: com/jclark/xsl/expr/TopLevelPattern.getAlternatives:()[Lcom/jclark/xsl/expr/PathPattern;]
xt.jar, Transform.class
package com.jclark.xsl.dom
Transform.transform ( Node p1, Node p2 ) [abstract] : void
[mangled: com/jclark/xsl/dom/Transform.transform:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)V]
xt.jar, TransformEngine.class
package com.jclark.xsl.dom
TransformEngine.createTransform ( Node p1 ) [abstract] : Transform
[mangled: com/jclark/xsl/dom/TransformEngine.createTransform:(Lorg/w3c/dom/Node;)Lcom/jclark/xsl/dom/Transform;]
xt.jar, TransformException.class
package com.jclark.xsl.dom
TransformException.getNode ( ) : Node
[mangled: com/jclark/xsl/dom/TransformException.getNode:()Lorg/w3c/dom/Node;]
TransformException.TransformException ( String p1, Node p2 )
[mangled: com/jclark/xsl/dom/TransformException."<init>":(Ljava/lang/String;Lorg/w3c/dom/Node;)V]
xt.jar, UnionNodeIterator.class
package com.jclark.xsl.expr
UnionNodeIterator.next ( ) : Node
[mangled: com/jclark/xsl/expr/UnionNodeIterator.next:()Lcom/jclark/xsl/om/Node;]
UnionNodeIterator.UnionNodeIterator ( NodeIterator p1, NodeIterator p2 )
[mangled: com/jclark/xsl/expr/UnionNodeIterator."<init>":(Lcom/jclark/xsl/om/NodeIterator;Lcom/jclark/xsl/om/NodeIterator;)V]
xt.jar, VariableSet.class
package com.jclark.xsl.expr
VariableSet.contains ( Name p1 ) [abstract] : boolean
[mangled: com/jclark/xsl/expr/VariableSet.contains:(Lcom/jclark/xsl/om/Name;)Z]
xt.jar, Variant.class
package com.jclark.xsl.expr
Variant.convertToBoolean ( ) [abstract] : boolean
[mangled: com/jclark/xsl/expr/Variant.convertToBoolean:()Z]
Variant.convertToNodeSet ( ) [abstract] : NodeIterator
[mangled: com/jclark/xsl/expr/Variant.convertToNodeSet:()Lcom/jclark/xsl/om/NodeIterator;]
Variant.convertToNumber ( ) [abstract] : double
[mangled: com/jclark/xsl/expr/Variant.convertToNumber:()D]
Variant.convertToObject ( ) [abstract] : Object
[mangled: com/jclark/xsl/expr/Variant.convertToObject:()Ljava/lang/Object;]
Variant.convertToPredicate ( ExprContext p1 ) [abstract] : boolean
[mangled: com/jclark/xsl/expr/Variant.convertToPredicate:(Lcom/jclark/xsl/expr/ExprContext;)Z]
Variant.convertToString ( ) [abstract] : String
[mangled: com/jclark/xsl/expr/Variant.convertToString:()Ljava/lang/String;]
Variant.getBaseNode ( ) [abstract] : Node
[mangled: com/jclark/xsl/expr/Variant.getBaseNode:()Lcom/jclark/xsl/om/Node;]
Variant.isBoolean ( ) [abstract] : boolean
[mangled: com/jclark/xsl/expr/Variant.isBoolean:()Z]
Variant.isNodeSet ( ) [abstract] : boolean
[mangled: com/jclark/xsl/expr/Variant.isNodeSet:()Z]
Variant.isNumber ( ) [abstract] : boolean
[mangled: com/jclark/xsl/expr/Variant.isNumber:()Z]
Variant.isString ( ) [abstract] : boolean
[mangled: com/jclark/xsl/expr/Variant.isString:()Z]
Variant.makePermanent ( ) [abstract] : Variant
[mangled: com/jclark/xsl/expr/Variant.makePermanent:()Lcom/jclark/xsl/expr/Variant;]
xt.jar, VariantBase.class
package com.jclark.xsl.expr
VariantBase.convertToBoolean ( ) [abstract] : boolean
[mangled: com/jclark/xsl/expr/VariantBase.convertToBoolean:()Z]
VariantBase.convertToNodeSet ( ) : NodeIterator
[mangled: com/jclark/xsl/expr/VariantBase.convertToNodeSet:()Lcom/jclark/xsl/om/NodeIterator;]
VariantBase.convertToNumber ( ) : double
[mangled: com/jclark/xsl/expr/VariantBase.convertToNumber:()D]
VariantBase.convertToObject ( ) [abstract] : Object
[mangled: com/jclark/xsl/expr/VariantBase.convertToObject:()Ljava/lang/Object;]
VariantBase.convertToPredicate ( ExprContext p1 ) : boolean
[mangled: com/jclark/xsl/expr/VariantBase.convertToPredicate:(Lcom/jclark/xsl/expr/ExprContext;)Z]
VariantBase.convertToString ( ) [abstract] : String
[mangled: com/jclark/xsl/expr/VariantBase.convertToString:()Ljava/lang/String;]
VariantBase.create ( Object p1 ) [static] : Variant
[mangled: com/jclark/xsl/expr/VariantBase.create:(Ljava/lang/Object;)Lcom/jclark/xsl/expr/Variant;]
VariantBase.getBaseNode ( ) : Node
[mangled: com/jclark/xsl/expr/VariantBase.getBaseNode:()Lcom/jclark/xsl/om/Node;]
VariantBase.isBoolean ( ) : boolean
[mangled: com/jclark/xsl/expr/VariantBase.isBoolean:()Z]
VariantBase.isNodeSet ( ) : boolean
[mangled: com/jclark/xsl/expr/VariantBase.isNodeSet:()Z]
VariantBase.isNumber ( ) : boolean
[mangled: com/jclark/xsl/expr/VariantBase.isNumber:()Z]
VariantBase.isString ( ) : boolean
[mangled: com/jclark/xsl/expr/VariantBase.isString:()Z]
VariantBase.makePermanent ( ) : Variant
[mangled: com/jclark/xsl/expr/VariantBase.makePermanent:()Lcom/jclark/xsl/expr/Variant;]
VariantBase.VariantBase ( )
[mangled: com/jclark/xsl/expr/VariantBase."<init>":()V]
xt.jar, VariantExpr.class
package com.jclark.xsl.expr
VariantExpr.eval ( Node p1, ExprContext p2 ) [abstract] : Variant
[mangled: com/jclark/xsl/expr/VariantExpr.eval:(Lcom/jclark/xsl/om/Node;Lcom/jclark/xsl/expr/ExprContext;)Lcom/jclark/xsl/expr/Variant;]
xt.jar, XMLOutputHandler.class
package com.jclark.xsl.sax
XMLOutputHandler.attributeValue ( String p1 ) : void
[mangled: com/jclark/xsl/sax/XMLOutputHandler.attributeValue:(Ljava/lang/String;)V]
XMLOutputHandler.characters ( char[ ] p1, int p2, int p3 ) : void
[mangled: com/jclark/xsl/sax/XMLOutputHandler.characters:([CII)V]
XMLOutputHandler.comment ( String p1 ) : void
[mangled: com/jclark/xsl/sax/XMLOutputHandler.comment:(Ljava/lang/String;)V]
XMLOutputHandler.endDocument ( ) : void
[mangled: com/jclark/xsl/sax/XMLOutputHandler.endDocument:()V]
XMLOutputHandler.endElement ( String p1 ) : void
[mangled: com/jclark/xsl/sax/XMLOutputHandler.endElement:(Ljava/lang/String;)V]
XMLOutputHandler.ignorableWhitespace ( char[ ] p1, int p2, int p3 ) : void
[mangled: com/jclark/xsl/sax/XMLOutputHandler.ignorableWhitespace:([CII)V]
XMLOutputHandler.init ( Destination p1, AttributeList p2 ) : DocumentHandler
[mangled: com/jclark/xsl/sax/XMLOutputHandler.init:(Lcom/jclark/xsl/sax/Destination;Lorg/xml/sax/AttributeList;)Lorg/xml/sax/DocumentHandler;]
XMLOutputHandler.markup ( String p1 ) : void
[mangled: com/jclark/xsl/sax/XMLOutputHandler.markup:(Ljava/lang/String;)V]
XMLOutputHandler.processingInstruction ( String p1, String p2 ) : void
[mangled: com/jclark/xsl/sax/XMLOutputHandler.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
XMLOutputHandler.rawCharacters ( String p1 ) : void
[mangled: com/jclark/xsl/sax/XMLOutputHandler.rawCharacters:(Ljava/lang/String;)V]
XMLOutputHandler.setDocumentLocator ( Locator p1 ) : void
[mangled: com/jclark/xsl/sax/XMLOutputHandler.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
XMLOutputHandler.setMinimize ( byte p1 ) : void
[mangled: com/jclark/xsl/sax/XMLOutputHandler.setMinimize:(B)V]
XMLOutputHandler.startDocument ( ) : void
[mangled: com/jclark/xsl/sax/XMLOutputHandler.startDocument:()V]
XMLOutputHandler.startElement ( String p1, AttributeList p2 ) : void
[mangled: com/jclark/xsl/sax/XMLOutputHandler.startElement:(Ljava/lang/String;Lorg/xml/sax/AttributeList;)V]
XMLOutputHandler.XMLOutputHandler ( )
[mangled: com/jclark/xsl/sax/XMLOutputHandler."<init>":()V]
XMLOutputHandler.XMLOutputHandler ( OutputStream p1 )
[mangled: com/jclark/xsl/sax/XMLOutputHandler."<init>":(Ljava/io/OutputStream;)V]
xt.jar, XMLProcessor.class
package com.jclark.xsl.tr
XMLProcessor.createResult ( Node p1, int p2, LoadContext p3, Node[ ] p4 ) [abstract] : Result
[mangled: com/jclark/xsl/tr/XMLProcessor.createResult:(Lcom/jclark/xsl/om/Node;ILcom/jclark/xsl/tr/LoadContext;[Lcom/jclark/xsl/om/Node;)Lcom/jclark/xsl/tr/Result;]
XMLProcessor.load ( URL p1, int p2, LoadContext p3, NameTable p4 ) [abstract] : Node
[mangled: com/jclark/xsl/tr/XMLProcessor.load:(Ljava/net/URL;ILcom/jclark/xsl/tr/LoadContext;Lcom/jclark/xsl/om/NameTable;)Lcom/jclark/xsl/om/Node;]
xt.jar, XMLProcessorEx.class
package com.jclark.xsl.sax
XMLProcessorEx.load ( InputSource p1, int p2, LoadContext p3, NameTable p4 ) [abstract] : Node
[mangled: com/jclark/xsl/sax/XMLProcessorEx.load:(Lorg/xml/sax/InputSource;ILcom/jclark/xsl/tr/LoadContext;Lcom/jclark/xsl/om/NameTable;)Lcom/jclark/xsl/om/Node;]
XMLProcessorEx.setErrorHandler ( ErrorHandler p1 ) [abstract] : void
[mangled: com/jclark/xsl/sax/XMLProcessorEx.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V]
xt.jar, XMLProcessorImpl.class
package com.jclark.xsl.dom
XMLProcessorImpl.createResult ( Node p1, int p2, LoadContext p3, Node[ ] p4 ) : Result
[mangled: com/jclark/xsl/dom/XMLProcessorImpl.createResult:(Lcom/jclark/xsl/om/Node;ILcom/jclark/xsl/tr/LoadContext;[Lcom/jclark/xsl/om/Node;)Lcom/jclark/xsl/tr/Result;]
XMLProcessorImpl.getElementById ( Document p1, String p2 ) : Element
[mangled: com/jclark/xsl/dom/XMLProcessorImpl.getElementById:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/w3c/dom/Element;]
XMLProcessorImpl.load ( InputSource p1 ) [abstract] : Document
[mangled: com/jclark/xsl/dom/XMLProcessorImpl.load:(Lorg/xml/sax/InputSource;)Lorg/w3c/dom/Document;]
XMLProcessorImpl.load ( InputSource p1, int p2, LoadContext p3, NameTable p4 ) : Node
[mangled: com/jclark/xsl/dom/XMLProcessorImpl.load:(Lorg/xml/sax/InputSource;ILcom/jclark/xsl/tr/LoadContext;Lcom/jclark/xsl/om/NameTable;)Lcom/jclark/xsl/om/Node;]
XMLProcessorImpl.load ( URL p1, int p2, LoadContext p3, NameTable p4 ) : Node
[mangled: com/jclark/xsl/dom/XMLProcessorImpl.load:(Ljava/net/URL;ILcom/jclark/xsl/tr/LoadContext;Lcom/jclark/xsl/om/NameTable;)Lcom/jclark/xsl/om/Node;]
XMLProcessorImpl.setErrorHandler ( ErrorHandler p1 ) : void
[mangled: com/jclark/xsl/dom/XMLProcessorImpl.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V]
XMLProcessorImpl.XMLProcessorImpl ( )
[mangled: com/jclark/xsl/dom/XMLProcessorImpl."<init>":()V]
package com.jclark.xsl.sax
XMLProcessorImpl.createBuilder ( String p1, int p2, LoadContext p3, NameTable p4 ) [static] : XMLProcessorImpl.Builder
[mangled: com/jclark/xsl/sax/XMLProcessorImpl.createBuilder:(Ljava/lang/String;ILcom/jclark/xsl/tr/LoadContext;Lcom/jclark/xsl/om/NameTable;)Lcom/jclark/xsl/sax/XMLProcessorImpl$Builder;]
XMLProcessorImpl.createResult ( Node p1, int p2, LoadContext p3, Node[ ] p4 ) : Result
[mangled: com/jclark/xsl/sax/XMLProcessorImpl.createResult:(Lcom/jclark/xsl/om/Node;ILcom/jclark/xsl/tr/LoadContext;[Lcom/jclark/xsl/om/Node;)Lcom/jclark/xsl/tr/Result;]
XMLProcessorImpl.load ( InputSource p1, int p2, LoadContext p3, NameTable p4 ) : Node
[mangled: com/jclark/xsl/sax/XMLProcessorImpl.load:(Lorg/xml/sax/InputSource;ILcom/jclark/xsl/tr/LoadContext;Lcom/jclark/xsl/om/NameTable;)Lcom/jclark/xsl/om/Node;]
XMLProcessorImpl.load ( URL p1, int p2, LoadContext p3, NameTable p4 ) : Node
[mangled: com/jclark/xsl/sax/XMLProcessorImpl.load:(Ljava/net/URL;ILcom/jclark/xsl/tr/LoadContext;Lcom/jclark/xsl/om/NameTable;)Lcom/jclark/xsl/om/Node;]
XMLProcessorImpl.setErrorHandler ( ErrorHandler p1 ) : void
[mangled: com/jclark/xsl/sax/XMLProcessorImpl.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V]
XMLProcessorImpl.XMLProcessorImpl ( Parser p1 )
[mangled: com/jclark/xsl/sax/XMLProcessorImpl."<init>":(Lorg/xml/sax/Parser;)V]
xt.jar, XmlToHtml.class
package com.jclark.xsl.sax
XmlToHtml.fileInputSource ( File p1 ) [static] : InputSource
[mangled: com/jclark/xsl/sax/XmlToHtml.fileInputSource:(Ljava/io/File;)Lorg/xml/sax/InputSource;]
XmlToHtml.fileInputSource ( String p1 ) [static] : InputSource
[mangled: com/jclark/xsl/sax/XmlToHtml.fileInputSource:(Ljava/lang/String;)Lorg/xml/sax/InputSource;]
XmlToHtml.main ( String[ ] p1 ) [static] : void
[mangled: com/jclark/xsl/sax/XmlToHtml.main:([Ljava/lang/String;)V]
XmlToHtml.XmlToHtml ( )
[mangled: com/jclark/xsl/sax/XmlToHtml."<init>":()V]
xt.jar, XSLException.class
package com.jclark.xsl.om
XSLException.getException ( ) : Exception
[mangled: com/jclark/xsl/om/XSLException.getException:()Ljava/lang/Exception;]
XSLException.getNode ( ) : Node
[mangled: com/jclark/xsl/om/XSLException.getNode:()Lcom/jclark/xsl/om/Node;]
XSLException.XSLException ( )
[mangled: com/jclark/xsl/om/XSLException."<init>":()V]
XSLException.XSLException ( Exception p1 )
[mangled: com/jclark/xsl/om/XSLException."<init>":(Ljava/lang/Exception;)V]
XSLException.XSLException ( Exception p1, Node p2 )
[mangled: com/jclark/xsl/om/XSLException."<init>":(Ljava/lang/Exception;Lcom/jclark/xsl/om/Node;)V]
XSLException.XSLException ( String p1 )
[mangled: com/jclark/xsl/om/XSLException."<init>":(Ljava/lang/String;)V]
XSLException.XSLException ( String p1, Node p2 )
[mangled: com/jclark/xsl/om/XSLException."<init>":(Ljava/lang/String;Lcom/jclark/xsl/om/Node;)V]
xt.jar, XSLProcessor.class
package com.jclark.xsl.sax
XSLProcessor.clone ( ) [abstract] : Object
[mangled: com/jclark/xsl/sax/XSLProcessor.clone:()Ljava/lang/Object;]
XSLProcessor.loadStylesheet ( InputSource p1 ) [abstract] : void
[mangled: com/jclark/xsl/sax/XSLProcessor.loadStylesheet:(Lorg/xml/sax/InputSource;)V]
XSLProcessor.setOutputMethodHandler ( OutputMethodHandler p1 ) [abstract] : void
[mangled: com/jclark/xsl/sax/XSLProcessor.setOutputMethodHandler:(Lcom/jclark/xsl/sax/OutputMethodHandler;)V]
XSLProcessor.setParameter ( String p1, Object p2 ) [abstract] : void
[mangled: com/jclark/xsl/sax/XSLProcessor.setParameter:(Ljava/lang/String;Ljava/lang/Object;)V]
XSLProcessor.setParser ( Parser p1 ) [abstract] : void
[mangled: com/jclark/xsl/sax/XSLProcessor.setParser:(Lorg/xml/sax/Parser;)V]
XSLProcessor.setParser ( Parser p1, Parser p2 ) [abstract] : void
[mangled: com/jclark/xsl/sax/XSLProcessor.setParser:(Lorg/xml/sax/Parser;Lorg/xml/sax/Parser;)V]
xt.jar, XSLProcessorImpl.class
package com.jclark.xsl.sax
XSLProcessorImpl.clone ( ) : Object
[mangled: com/jclark/xsl/sax/XSLProcessorImpl.clone:()Ljava/lang/Object;]
XSLProcessorImpl.getParameter ( Name p1 ) : Object
[mangled: com/jclark/xsl/sax/XSLProcessorImpl.getParameter:(Lcom/jclark/xsl/om/Name;)Ljava/lang/Object;]
XSLProcessorImpl.loadStylesheet ( InputSource p1 ) : void
[mangled: com/jclark/xsl/sax/XSLProcessorImpl.loadStylesheet:(Lorg/xml/sax/InputSource;)V]
XSLProcessorImpl.parse ( InputSource p1 ) : void
[mangled: com/jclark/xsl/sax/XSLProcessorImpl.parse:(Lorg/xml/sax/InputSource;)V]
XSLProcessorImpl.parse ( String p1 ) : void
[mangled: com/jclark/xsl/sax/XSLProcessorImpl.parse:(Ljava/lang/String;)V]
XSLProcessorImpl.setDocumentHandler ( DocumentHandler p1 ) : void
[mangled: com/jclark/xsl/sax/XSLProcessorImpl.setDocumentHandler:(Lorg/xml/sax/DocumentHandler;)V]
XSLProcessorImpl.setDTDHandler ( DTDHandler p1 ) : void
[mangled: com/jclark/xsl/sax/XSLProcessorImpl.setDTDHandler:(Lorg/xml/sax/DTDHandler;)V]
XSLProcessorImpl.setEntityResolver ( EntityResolver p1 ) : void
[mangled: com/jclark/xsl/sax/XSLProcessorImpl.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V]
XSLProcessorImpl.setErrorHandler ( ErrorHandler p1 ) : void
[mangled: com/jclark/xsl/sax/XSLProcessorImpl.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V]
XSLProcessorImpl.setLocale ( Locale p1 ) : void
[mangled: com/jclark/xsl/sax/XSLProcessorImpl.setLocale:(Ljava/util/Locale;)V]
XSLProcessorImpl.setOutputMethodHandler ( OutputMethodHandler p1 ) : void
[mangled: com/jclark/xsl/sax/XSLProcessorImpl.setOutputMethodHandler:(Lcom/jclark/xsl/sax/OutputMethodHandler;)V]
XSLProcessorImpl.setParameter ( String p1, Object p2 ) : void
[mangled: com/jclark/xsl/sax/XSLProcessorImpl.setParameter:(Ljava/lang/String;Ljava/lang/Object;)V]
XSLProcessorImpl.setParser ( Parser p1 ) : void
[mangled: com/jclark/xsl/sax/XSLProcessorImpl.setParser:(Lorg/xml/sax/Parser;)V]
XSLProcessorImpl.setParser ( Parser p1, Parser p2 ) : void
[mangled: com/jclark/xsl/sax/XSLProcessorImpl.setParser:(Lorg/xml/sax/Parser;Lorg/xml/sax/Parser;)V]
XSLProcessorImpl.setParser ( XMLProcessorEx p1 ) : void
[mangled: com/jclark/xsl/sax/XSLProcessorImpl.setParser:(Lcom/jclark/xsl/sax/XMLProcessorEx;)V]
XSLProcessorImpl.XSLProcessorImpl ( )
[mangled: com/jclark/xsl/sax/XSLProcessorImpl."<init>":()V]
xt.jar, XSLServlet.class
package com.jclark.xsl.sax
XSLServlet.doGet ( HttpServletRequest p1, HttpServletResponse p2 ) : void
[mangled: com/jclark/xsl/sax/XSLServlet.doGet:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
XSLServlet.fileInputSource ( File p1 ) [static] : InputSource
[mangled: com/jclark/xsl/sax/XSLServlet.fileInputSource:(Ljava/io/File;)Lorg/xml/sax/InputSource;]
XSLServlet.init ( ) : void
[mangled: com/jclark/xsl/sax/XSLServlet.init:()V]
XSLServlet.XSLServlet ( )
[mangled: com/jclark/xsl/sax/XSLServlet."<init>":()V]
xt.jar, XSLTransformEngine.class
package com.jclark.xsl.dom
XSLTransformEngine.createResult ( Node p1, int p2, LoadContext p3, Node[ ] p4 ) : Result
[mangled: com/jclark/xsl/dom/XSLTransformEngine.createResult:(Lcom/jclark/xsl/om/Node;ILcom/jclark/xsl/tr/LoadContext;[Lcom/jclark/xsl/om/Node;)Lcom/jclark/xsl/tr/Result;]
XSLTransformEngine.createTransform ( Node p1 ) : Transform
[mangled: com/jclark/xsl/dom/XSLTransformEngine.createTransform:(Lorg/w3c/dom/Node;)Lcom/jclark/xsl/dom/Transform;]
XSLTransformEngine.load ( URL p1, int p2, LoadContext p3, NameTable p4 ) : Node
[mangled: com/jclark/xsl/dom/XSLTransformEngine.load:(Ljava/net/URL;ILcom/jclark/xsl/tr/LoadContext;Lcom/jclark/xsl/om/NameTable;)Lcom/jclark/xsl/om/Node;]
XSLTransformEngine.XSLTransformEngine ( )
[mangled: com/jclark/xsl/dom/XSLTransformEngine."<init>":()V]
XSLTransformEngine.XSLTransformEngine ( DOMExtensions p1 )
[mangled: com/jclark/xsl/dom/XSLTransformEngine."<init>":(Lcom/jclark/xsl/dom/DOMExtensions;)V]
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 )
[mangled: org/apache/fop/layout/AlternatingPageMasterFactory."<init>":(Lorg/apache/fop/layout/PageMaster;Lorg/apache/fop/layout/PageMaster;Lorg/apache/fop/layout/PageMaster;)V]
AlternatingPageMasterFactory.getHeight ( ) : int
[mangled: org/apache/fop/layout/AlternatingPageMasterFactory.getHeight:()I]
AlternatingPageMasterFactory.getNextPageMaster ( ) : PageMaster
[mangled: org/apache/fop/layout/AlternatingPageMasterFactory.getNextPageMaster:()Lorg/apache/fop/layout/PageMaster;]
AlternatingPageMasterFactory.getWidth ( ) : int
[mangled: org/apache/fop/layout/AlternatingPageMasterFactory.getWidth:()I]
fop_0_13_0.jar, AWTRenderer.class
package org.apache.fop.render.awt
AWTRenderer.getJavaFontName ( String p1 ) : String
[mangled: org/apache/fop/render/awt/AWTRenderer.getJavaFontName:(Ljava/lang/String;)Ljava/lang/String;]
AWTRenderer.renderRuleArea ( RuleArea p1 ) : void
[mangled: org/apache/fop/render/awt/AWTRenderer.renderRuleArea:(Lorg/apache/fop/layout/RuleArea;)V]
AWTRenderer.renderSVGArea ( SVGArea p1 ) : void
[mangled: org/apache/fop/render/awt/AWTRenderer.renderSVGArea:(Lorg/apache/fop/svg/SVGArea;)V]
fop_0_13_0.jar, BackgroundColor.class
package org.apache.fop.fo.properties
BackgroundColor.BackgroundColor ( PropertyList p1, ColorType p2 )
[mangled: org/apache/fop/fo/properties/BackgroundColor."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/ColorType;)V]
BackgroundColor.getColorType ( ) : ColorType
[mangled: org/apache/fop/fo/properties/BackgroundColor.getColorType:()Lorg/apache/fop/datatypes/ColorType;]
BackgroundColor.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BackgroundColor.maker:()Lorg/apache/fop/fo/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
[mangled: org/apache/fop/layout/BlockArea.addText:(Lorg/apache/fop/layout/FontState;FFFILorg/apache/fop/layout/LinkSet;I[CII)I]
fop_0_13_0.jar, BmpBwImage.class
package org.apache.fop.image
BmpBwImage.BmpBwImage ( String p1, int p2, int p3, int p4, int p5 )
[mangled: org/apache/fop/image/BmpBwImage."<init>":(Ljava/lang/String;IIII)V]
BmpBwImage.getbitperpixel ( ) : int
[mangled: org/apache/fop/image/BmpBwImage.getbitperpixel:()I]
BmpBwImage.getcolor ( ) : boolean
[mangled: org/apache/fop/image/BmpBwImage.getcolor:()Z]
BmpBwImage.getHeight ( ) : int
[mangled: org/apache/fop/image/BmpBwImage.getHeight:()I]
BmpBwImage.gethref ( ) : String
[mangled: org/apache/fop/image/BmpBwImage.gethref:()Ljava/lang/String;]
BmpBwImage.getimagemap ( ) : int[ ]
[mangled: org/apache/fop/image/BmpBwImage.getimagemap:()[I]
BmpBwImage.getpixelheight ( ) : int
[mangled: org/apache/fop/image/BmpBwImage.getpixelheight:()I]
BmpBwImage.getpixelwidth ( ) : int
[mangled: org/apache/fop/image/BmpBwImage.getpixelwidth:()I]
BmpBwImage.getWidth ( ) : int
[mangled: org/apache/fop/image/BmpBwImage.getWidth:()I]
BmpBwImage.getX ( ) : int
[mangled: org/apache/fop/image/BmpBwImage.getX:()I]
BmpBwImage.getY ( ) : int
[mangled: org/apache/fop/image/BmpBwImage.getY:()I]
fop_0_13_0.jar, BmpColImage.class
package org.apache.fop.image
BmpColImage.BmpColImage ( String p1, int p2, int p3, int p4, int p5 )
[mangled: org/apache/fop/image/BmpColImage."<init>":(Ljava/lang/String;IIII)V]
BmpColImage.getbitperpixel ( ) : int
[mangled: org/apache/fop/image/BmpColImage.getbitperpixel:()I]
BmpColImage.getcolor ( ) : boolean
[mangled: org/apache/fop/image/BmpColImage.getcolor:()Z]
BmpColImage.getHeight ( ) : int
[mangled: org/apache/fop/image/BmpColImage.getHeight:()I]
BmpColImage.gethref ( ) : String
[mangled: org/apache/fop/image/BmpColImage.gethref:()Ljava/lang/String;]
BmpColImage.getimagemap ( ) : int[ ]
[mangled: org/apache/fop/image/BmpColImage.getimagemap:()[I]
BmpColImage.getpixelheight ( ) : int
[mangled: org/apache/fop/image/BmpColImage.getpixelheight:()I]
BmpColImage.getpixelwidth ( ) : int
[mangled: org/apache/fop/image/BmpColImage.getpixelwidth:()I]
BmpColImage.getWidth ( ) : int
[mangled: org/apache/fop/image/BmpColImage.getWidth:()I]
BmpColImage.getX ( ) : int
[mangled: org/apache/fop/image/BmpColImage.getX:()I]
BmpColImage.getY ( ) : int
[mangled: org/apache/fop/image/BmpColImage.getY:()I]
fop_0_13_0.jar, BorderAfterColor.class
package org.apache.fop.fo.properties
BorderAfterColor.BorderAfterColor ( PropertyList p1, ColorType p2 )
[mangled: org/apache/fop/fo/properties/BorderAfterColor."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/ColorType;)V]
BorderAfterColor.getColorType ( ) : ColorType
[mangled: org/apache/fop/fo/properties/BorderAfterColor.getColorType:()Lorg/apache/fop/datatypes/ColorType;]
BorderAfterColor.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderAfterColor.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderAfterStyle.class
package org.apache.fop.fo.properties
BorderAfterStyle.BorderAfterStyle ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/BorderAfterStyle."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
BorderAfterStyle.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/BorderAfterStyle.getEnum:()I]
BorderAfterStyle.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderAfterStyle.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderAfterWidth.class
package org.apache.fop.fo.properties
BorderAfterWidth.BorderAfterWidth ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/BorderAfterWidth."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
BorderAfterWidth.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/BorderAfterWidth.getLength:()Lorg/apache/fop/datatypes/Length;]
BorderAfterWidth.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderAfterWidth.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderBeforeColor.class
package org.apache.fop.fo.properties
BorderBeforeColor.BorderBeforeColor ( PropertyList p1, ColorType p2 )
[mangled: org/apache/fop/fo/properties/BorderBeforeColor."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/ColorType;)V]
BorderBeforeColor.getColorType ( ) : ColorType
[mangled: org/apache/fop/fo/properties/BorderBeforeColor.getColorType:()Lorg/apache/fop/datatypes/ColorType;]
BorderBeforeColor.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderBeforeColor.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderBeforeStyle.class
package org.apache.fop.fo.properties
BorderBeforeStyle.BorderBeforeStyle ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/BorderBeforeStyle."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
BorderBeforeStyle.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/BorderBeforeStyle.getEnum:()I]
BorderBeforeStyle.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderBeforeStyle.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderBeforeWidth.class
package org.apache.fop.fo.properties
BorderBeforeWidth.BorderBeforeWidth ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/BorderBeforeWidth."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
BorderBeforeWidth.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/BorderBeforeWidth.getLength:()Lorg/apache/fop/datatypes/Length;]
BorderBeforeWidth.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderBeforeWidth.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderBottom.class
package org.apache.fop.fo.properties
BorderBottom.BorderBottom ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/BorderBottom."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
BorderBottom.getString ( ) : String
[mangled: org/apache/fop/fo/properties/BorderBottom.getString:()Ljava/lang/String;]
BorderBottom.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderBottom.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderBottomColor.class
package org.apache.fop.fo.properties
BorderBottomColor.BorderBottomColor ( PropertyList p1, ColorType p2 )
[mangled: org/apache/fop/fo/properties/BorderBottomColor."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/ColorType;)V]
BorderBottomColor.getColorType ( ) : ColorType
[mangled: org/apache/fop/fo/properties/BorderBottomColor.getColorType:()Lorg/apache/fop/datatypes/ColorType;]
BorderBottomColor.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderBottomColor.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderBottomStyle.class
package org.apache.fop.fo.properties
BorderBottomStyle.BorderBottomStyle ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/BorderBottomStyle."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
BorderBottomStyle.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/BorderBottomStyle.getEnum:()I]
BorderBottomStyle.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderBottomStyle.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderBottomWidth.class
package org.apache.fop.fo.properties
BorderBottomWidth.BorderBottomWidth ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/BorderBottomWidth."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
BorderBottomWidth.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/BorderBottomWidth.getLength:()Lorg/apache/fop/datatypes/Length;]
BorderBottomWidth.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderBottomWidth.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderColor.class
package org.apache.fop.fo.properties
BorderColor.BorderColor ( PropertyList p1, ColorType p2 )
[mangled: org/apache/fop/fo/properties/BorderColor."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/ColorType;)V]
BorderColor.getColorType ( ) : ColorType
[mangled: org/apache/fop/fo/properties/BorderColor.getColorType:()Lorg/apache/fop/datatypes/ColorType;]
BorderColor.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderColor.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderEndColor.class
package org.apache.fop.fo.properties
BorderEndColor.BorderEndColor ( PropertyList p1, ColorType p2 )
[mangled: org/apache/fop/fo/properties/BorderEndColor."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/ColorType;)V]
BorderEndColor.getColorType ( ) : ColorType
[mangled: org/apache/fop/fo/properties/BorderEndColor.getColorType:()Lorg/apache/fop/datatypes/ColorType;]
BorderEndColor.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderEndColor.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderEndStyle.class
package org.apache.fop.fo.properties
BorderEndStyle.BorderEndStyle ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/BorderEndStyle."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
BorderEndStyle.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/BorderEndStyle.getEnum:()I]
BorderEndStyle.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderEndStyle.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderEndWidth.class
package org.apache.fop.fo.properties
BorderEndWidth.BorderEndWidth ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/BorderEndWidth."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
BorderEndWidth.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/BorderEndWidth.getLength:()Lorg/apache/fop/datatypes/Length;]
BorderEndWidth.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderEndWidth.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderLeft.class
package org.apache.fop.fo.properties
BorderLeft.BorderLeft ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/BorderLeft."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
BorderLeft.getString ( ) : String
[mangled: org/apache/fop/fo/properties/BorderLeft.getString:()Ljava/lang/String;]
BorderLeft.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderLeft.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderLeftColor.class
package org.apache.fop.fo.properties
BorderLeftColor.BorderLeftColor ( PropertyList p1, ColorType p2 )
[mangled: org/apache/fop/fo/properties/BorderLeftColor."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/ColorType;)V]
BorderLeftColor.getColorType ( ) : ColorType
[mangled: org/apache/fop/fo/properties/BorderLeftColor.getColorType:()Lorg/apache/fop/datatypes/ColorType;]
BorderLeftColor.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderLeftColor.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderLeftStyle.class
package org.apache.fop.fo.properties
BorderLeftStyle.BorderLeftStyle ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/BorderLeftStyle."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
BorderLeftStyle.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/BorderLeftStyle.getEnum:()I]
BorderLeftStyle.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderLeftStyle.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderLeftWidth.class
package org.apache.fop.fo.properties
BorderLeftWidth.BorderLeftWidth ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/BorderLeftWidth."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
BorderLeftWidth.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/BorderLeftWidth.getLength:()Lorg/apache/fop/datatypes/Length;]
BorderLeftWidth.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderLeftWidth.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderRight.class
package org.apache.fop.fo.properties
BorderRight.BorderRight ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/BorderRight."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
BorderRight.getString ( ) : String
[mangled: org/apache/fop/fo/properties/BorderRight.getString:()Ljava/lang/String;]
BorderRight.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderRight.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderRightColor.class
package org.apache.fop.fo.properties
BorderRightColor.BorderRightColor ( PropertyList p1, ColorType p2 )
[mangled: org/apache/fop/fo/properties/BorderRightColor."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/ColorType;)V]
BorderRightColor.getColorType ( ) : ColorType
[mangled: org/apache/fop/fo/properties/BorderRightColor.getColorType:()Lorg/apache/fop/datatypes/ColorType;]
BorderRightColor.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderRightColor.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderRightStyle.class
package org.apache.fop.fo.properties
BorderRightStyle.BorderRightStyle ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/BorderRightStyle."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
BorderRightStyle.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/BorderRightStyle.getEnum:()I]
BorderRightStyle.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderRightStyle.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderRightWidth.class
package org.apache.fop.fo.properties
BorderRightWidth.BorderRightWidth ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/BorderRightWidth."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
BorderRightWidth.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/BorderRightWidth.getLength:()Lorg/apache/fop/datatypes/Length;]
BorderRightWidth.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderRightWidth.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderStartColor.class
package org.apache.fop.fo.properties
BorderStartColor.BorderStartColor ( PropertyList p1, ColorType p2 )
[mangled: org/apache/fop/fo/properties/BorderStartColor."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/ColorType;)V]
BorderStartColor.getColorType ( ) : ColorType
[mangled: org/apache/fop/fo/properties/BorderStartColor.getColorType:()Lorg/apache/fop/datatypes/ColorType;]
BorderStartColor.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderStartColor.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderStartStyle.class
package org.apache.fop.fo.properties
BorderStartStyle.BorderStartStyle ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/BorderStartStyle."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
BorderStartStyle.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/BorderStartStyle.getEnum:()I]
BorderStartStyle.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderStartStyle.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderStartWidth.class
package org.apache.fop.fo.properties
BorderStartWidth.BorderStartWidth ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/BorderStartWidth."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
BorderStartWidth.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/BorderStartWidth.getLength:()Lorg/apache/fop/datatypes/Length;]
BorderStartWidth.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderStartWidth.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderStyle.class
package org.apache.fop.fo.properties
BorderStyle.BorderStyle ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/BorderStyle."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
BorderStyle.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/BorderStyle.getEnum:()I]
BorderStyle.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderStyle.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderTop.class
package org.apache.fop.fo.properties
BorderTop.BorderTop ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/BorderTop."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
BorderTop.getString ( ) : String
[mangled: org/apache/fop/fo/properties/BorderTop.getString:()Ljava/lang/String;]
BorderTop.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderTop.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderTopColor.class
package org.apache.fop.fo.properties
BorderTopColor.BorderTopColor ( PropertyList p1, ColorType p2 )
[mangled: org/apache/fop/fo/properties/BorderTopColor."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/ColorType;)V]
BorderTopColor.getColorType ( ) : ColorType
[mangled: org/apache/fop/fo/properties/BorderTopColor.getColorType:()Lorg/apache/fop/datatypes/ColorType;]
BorderTopColor.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderTopColor.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderTopStyle.class
package org.apache.fop.fo.properties
BorderTopStyle.BorderTopStyle ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/BorderTopStyle."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
BorderTopStyle.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/BorderTopStyle.getEnum:()I]
BorderTopStyle.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderTopStyle.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderTopWidth.class
package org.apache.fop.fo.properties
BorderTopWidth.BorderTopWidth ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/BorderTopWidth."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
BorderTopWidth.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/BorderTopWidth.getLength:()Lorg/apache/fop/datatypes/Length;]
BorderTopWidth.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderTopWidth.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BorderWidth.class
package org.apache.fop.fo.properties
BorderWidth.BorderWidth ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/BorderWidth."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
BorderWidth.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/BorderWidth.getLength:()Lorg/apache/fop/datatypes/Length;]
BorderWidth.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BorderWidth.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, Bottom.class
package org.apache.fop.fo.properties
Bottom.Bottom ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/Bottom."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
Bottom.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/Bottom.getLength:()Lorg/apache/fop/datatypes/Length;]
Bottom.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/Bottom.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BreakAfter.class
package org.apache.fop.fo.properties
BreakAfter.BreakAfter ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/BreakAfter."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
BreakAfter.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/BreakAfter.getEnum:()I]
BreakAfter.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BreakAfter.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, BreakBefore.class
package org.apache.fop.fo.properties
BreakBefore.BreakBefore ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/BreakBefore."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
BreakBefore.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/BreakBefore.getEnum:()I]
BreakBefore.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/BreakBefore.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, Color.class
package org.apache.fop.fo.properties
Color.Color ( PropertyList p1, ColorType p2 )
[mangled: org/apache/fop/fo/properties/Color."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/ColorType;)V]
Color.getColorType ( ) : ColorType
[mangled: org/apache/fop/fo/properties/Color.getColorType:()Lorg/apache/fop/datatypes/ColorType;]
Color.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/Color.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, ColumnWidth.class
package org.apache.fop.fo.properties
ColumnWidth.ColumnWidth ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/ColumnWidth."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
ColumnWidth.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/ColumnWidth.getLength:()Lorg/apache/fop/datatypes/Length;]
ColumnWidth.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ColumnWidth.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, CommandLine.class
package org.apache.fop.apps
CommandLine.CommandLine ( )
[mangled: org/apache/fop/apps/CommandLine."<init>":()V]
fop_0_13_0.jar, Courier.class
package org.apache.fop.render.pdf.fonts
Courier.getAscender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/Courier.getAscender:()I]
Courier.getCapHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/Courier.getCapHeight:()I]
Courier.getDescender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/Courier.getDescender:()I]
Courier.getXHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/Courier.getXHeight:()I]
Courier.width ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Courier.width:(I)I]
fop_0_13_0.jar, CourierBold.class
package org.apache.fop.render.pdf.fonts
CourierBold.getAscender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBold.getAscender:()I]
CourierBold.getCapHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBold.getCapHeight:()I]
CourierBold.getDescender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBold.getDescender:()I]
CourierBold.getXHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBold.getXHeight:()I]
CourierBold.width ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBold.width:(I)I]
fop_0_13_0.jar, CourierBoldOblique.class
package org.apache.fop.render.pdf.fonts
CourierBoldOblique.getAscender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBoldOblique.getAscender:()I]
CourierBoldOblique.getCapHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBoldOblique.getCapHeight:()I]
CourierBoldOblique.getDescender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBoldOblique.getDescender:()I]
CourierBoldOblique.getXHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBoldOblique.getXHeight:()I]
CourierBoldOblique.width ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierBoldOblique.width:(I)I]
fop_0_13_0.jar, CourierOblique.class
package org.apache.fop.render.pdf.fonts
CourierOblique.getAscender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierOblique.getAscender:()I]
CourierOblique.getCapHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierOblique.getCapHeight:()I]
CourierOblique.getDescender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierOblique.getDescender:()I]
CourierOblique.getXHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierOblique.getXHeight:()I]
CourierOblique.width ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/CourierOblique.width:(I)I]
fop_0_13_0.jar, DisplayGraphic.class
package org.apache.fop.fo.flow
DisplayGraphic.DisplayGraphic ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/flow/DisplayGraphic."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
DisplayGraphic.layout ( Area p1 ) : Status
[mangled: org/apache/fop/fo/flow/DisplayGraphic.layout:(Lorg/apache/fop/layout/Area;)Lorg/apache/fop/fo/Status;]
DisplayGraphic.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/flow/DisplayGraphic.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_13_0.jar, DisplayRule.class
package org.apache.fop.fo.flow
DisplayRule.DisplayRule ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/flow/DisplayRule."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
DisplayRule.layout ( Area p1 ) : Status
[mangled: org/apache/fop/fo/flow/DisplayRule.layout:(Lorg/apache/fop/layout/Area;)Lorg/apache/fop/fo/Status;]
DisplayRule.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/flow/DisplayRule.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_13_0.jar, Driver.class
package org.apache.fop.apps
Driver.buildFOTree ( Parser p1, InputSource p2 ) : void
[mangled: org/apache/fop/apps/Driver.buildFOTree:(Lorg/xml/sax/Parser;Lorg/xml/sax/InputSource;)V]
Driver.getDocumentHandler ( ) : DocumentHandler
[mangled: org/apache/fop/apps/Driver.getDocumentHandler:()Lorg/xml/sax/DocumentHandler;]
fop_0_13_0.jar, ElementMapping.class
package org.apache.fop.fo
ElementMapping.addToBuilder ( FOTreeBuilder p1 ) [abstract] : void
[mangled: org/apache/fop/fo/ElementMapping.addToBuilder:(Lorg/apache/fop/fo/FOTreeBuilder;)V]
fop_0_13_0.jar, EndIndent.class
package org.apache.fop.fo.properties
EndIndent.EndIndent ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/EndIndent."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
EndIndent.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/EndIndent.getLength:()Lorg/apache/fop/datatypes/Length;]
EndIndent.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/EndIndent.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, Extent.class
package org.apache.fop.fo.properties
Extent.Extent ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/Extent."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
Extent.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/Extent.getLength:()Lorg/apache/fop/datatypes/Length;]
Extent.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/Extent.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, ExternalDestination.class
package org.apache.fop.fo.properties
ExternalDestination.ExternalDestination ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/ExternalDestination."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
ExternalDestination.getString ( ) : String
[mangled: org/apache/fop/fo/properties/ExternalDestination.getString:()Ljava/lang/String;]
ExternalDestination.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ExternalDestination.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, FlowName.class
package org.apache.fop.fo.properties
FlowName.FlowName ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/FlowName."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
FlowName.getString ( ) : String
[mangled: org/apache/fop/fo/properties/FlowName.getString:()Ljava/lang/String;]
FlowName.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/FlowName.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, Font.class
package org.apache.fop.render.pdf
Font.getAscender ( ) [abstract] : int
[mangled: org/apache/fop/render/pdf/Font.getAscender:()I]
Font.getCapHeight ( ) [abstract] : int
[mangled: org/apache/fop/render/pdf/Font.getCapHeight:()I]
Font.getDescender ( ) [abstract] : int
[mangled: org/apache/fop/render/pdf/Font.getDescender:()I]
Font.getXHeight ( ) [abstract] : int
[mangled: org/apache/fop/render/pdf/Font.getXHeight:()I]
Font.width ( int p1 ) [abstract] : int
[mangled: org/apache/fop/render/pdf/Font.width:(I)I]
fop_0_13_0.jar, FontFamily.class
package org.apache.fop.fo.properties
FontFamily.FontFamily ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/FontFamily."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
FontFamily.getString ( ) : String
[mangled: org/apache/fop/fo/properties/FontFamily.getString:()Ljava/lang/String;]
FontFamily.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/FontFamily.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, FontMetric.class
package org.apache.fop.layout
FontMetric.getAscender ( ) [abstract] : int
[mangled: org/apache/fop/layout/FontMetric.getAscender:()I]
FontMetric.getCapHeight ( ) [abstract] : int
[mangled: org/apache/fop/layout/FontMetric.getCapHeight:()I]
FontMetric.getDescender ( ) [abstract] : int
[mangled: org/apache/fop/layout/FontMetric.getDescender:()I]
FontMetric.getXHeight ( ) [abstract] : int
[mangled: org/apache/fop/layout/FontMetric.getXHeight:()I]
FontMetric.width ( int p1 ) [abstract] : int
[mangled: org/apache/fop/layout/FontMetric.width:(I)I]
fop_0_13_0.jar, FontSize.class
package org.apache.fop.fo.properties
FontSize.FontSize ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/FontSize."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
FontSize.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/FontSize.getLength:()Lorg/apache/fop/datatypes/Length;]
FontSize.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/FontSize.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, FontStyle.class
package org.apache.fop.fo.properties
FontStyle.FontStyle ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/FontStyle."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
FontStyle.getString ( ) : String
[mangled: org/apache/fop/fo/properties/FontStyle.getString:()Ljava/lang/String;]
FontStyle.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/FontStyle.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, FontWeight.class
package org.apache.fop.fo.properties
FontWeight.FontWeight ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/FontWeight."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
FontWeight.getString ( ) : String
[mangled: org/apache/fop/fo/properties/FontWeight.getString:()Ljava/lang/String;]
FontWeight.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/FontWeight.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, FopImage.class
package org.apache.fop.image
FopImage.getbitperpixel ( ) [abstract] : int
[mangled: org/apache/fop/image/FopImage.getbitperpixel:()I]
FopImage.getcolor ( ) [abstract] : boolean
[mangled: org/apache/fop/image/FopImage.getcolor:()Z]
FopImage.gethref ( ) [abstract] : String
[mangled: org/apache/fop/image/FopImage.gethref:()Ljava/lang/String;]
FopImage.getimagemap ( ) [abstract] : int[ ]
[mangled: org/apache/fop/image/FopImage.getimagemap:()[I]
FopImage.getpixelheight ( ) [abstract] : int
[mangled: org/apache/fop/image/FopImage.getpixelheight:()I]
FopImage.getpixelwidth ( ) [abstract] : int
[mangled: org/apache/fop/image/FopImage.getpixelwidth:()I]
FopImage.getX ( ) [abstract] : int
[mangled: org/apache/fop/image/FopImage.getX:()I]
FopImage.getY ( ) [abstract] : int
[mangled: org/apache/fop/image/FopImage.getY:()I]
fop_0_13_0.jar, FopImageConsumer.class
package org.apache.fop.image
GifJpegImage.FopImageConsumer.getHeight ( ) : int
[mangled: org/apache/fop/image/GifJpegImage.FopImageConsumer.getHeight:()I]
GifJpegImage.FopImageConsumer.getWidth ( ) : int
[mangled: org/apache/fop/image/GifJpegImage.FopImageConsumer.getWidth:()I]
GifJpegImage.FopImageConsumer.GifJpegImage.FopImageConsumer ( GifJpegImage p1 )
[mangled: org/apache/fop/image/GifJpegImage.FopImageConsumer."<init>":(Lorg/apache/fop/image/GifJpegImage;)V]
GifJpegImage.FopImageConsumer.imageComplete ( int p1 ) : void
[mangled: org/apache/fop/image/GifJpegImage.FopImageConsumer.imageComplete:(I)V]
GifJpegImage.FopImageConsumer.setColorModel ( ColorModel p1 ) : void
[mangled: org/apache/fop/image/GifJpegImage.FopImageConsumer.setColorModel:(Ljava/awt/image/ColorModel;)V]
GifJpegImage.FopImageConsumer.setDimensions ( int p1, int p2 ) : void
[mangled: org/apache/fop/image/GifJpegImage.FopImageConsumer.setDimensions:(II)V]
GifJpegImage.FopImageConsumer.setHints ( int p1 ) : void
[mangled: org/apache/fop/image/GifJpegImage.FopImageConsumer.setHints:(I)V]
GifJpegImage.FopImageConsumer.setPixels ( int p1, int p2, int p3, int p4, ColorModel p5, byte[ ] p6, int p7, int p8 ) : void
[mangled: org/apache/fop/image/GifJpegImage.FopImageConsumer.setPixels:(IIIILjava/awt/image/ColorModel;[BII)V]
GifJpegImage.FopImageConsumer.setPixels ( int p1, int p2, int p3, int p4, ColorModel p5, int[ ] p6, int p7, int p8 ) : void
[mangled: org/apache/fop/image/GifJpegImage.FopImageConsumer.setPixels:(IIIILjava/awt/image/ColorModel;[III)V]
GifJpegImage.FopImageConsumer.setProperties ( Hashtable p1 ) : void
[mangled: org/apache/fop/image/GifJpegImage.FopImageConsumer.setProperties:(Ljava/util/Hashtable;)V]
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
[mangled: org/apache/fop/image/FopImageFactory.Make:(Ljava/lang/String;IIII)Lorg/apache/fop/image/FopImage;]
fop_0_13_0.jar, FOTreeBuilder.class
package org.apache.fop.fo
FOTreeBuilder.endElement ( String p1 ) : void
[mangled: org/apache/fop/fo/FOTreeBuilder.endElement:(Ljava/lang/String;)V]
FOTreeBuilder.findURI ( String p1 ) : String
[mangled: org/apache/fop/fo/FOTreeBuilder.findURI:(Ljava/lang/String;)Ljava/lang/String;]
FOTreeBuilder.mapName ( String p1 ) : String
[mangled: org/apache/fop/fo/FOTreeBuilder.mapName:(Ljava/lang/String;)Ljava/lang/String;]
FOTreeBuilder.startElement ( String p1, AttributeList p2 ) : void
[mangled: org/apache/fop/fo/FOTreeBuilder.startElement:(Ljava/lang/String;Lorg/xml/sax/AttributeList;)V]
fop_0_13_0.jar, GifJpegImage.class
package org.apache.fop.image
GifJpegImage.getbitperpixel ( ) : int
[mangled: org/apache/fop/image/GifJpegImage.getbitperpixel:()I]
GifJpegImage.getcolor ( ) : boolean
[mangled: org/apache/fop/image/GifJpegImage.getcolor:()Z]
GifJpegImage.gethref ( ) : String
[mangled: org/apache/fop/image/GifJpegImage.gethref:()Ljava/lang/String;]
GifJpegImage.getimagemap ( ) : int[ ]
[mangled: org/apache/fop/image/GifJpegImage.getimagemap:()[I]
GifJpegImage.getpixelheight ( ) : int
[mangled: org/apache/fop/image/GifJpegImage.getpixelheight:()I]
GifJpegImage.getpixelwidth ( ) : int
[mangled: org/apache/fop/image/GifJpegImage.getpixelwidth:()I]
GifJpegImage.getX ( ) : int
[mangled: org/apache/fop/image/GifJpegImage.getX:()I]
GifJpegImage.getY ( ) : int
[mangled: org/apache/fop/image/GifJpegImage.getY:()I]
GifJpegImage.GifJpegImage ( String p1, int p2, int p3, int p4, int p5 )
[mangled: org/apache/fop/image/GifJpegImage."<init>":(Ljava/lang/String;IIII)V]
fop_0_13_0.jar, Graphic.class
package org.apache.fop.svg
Graphic.Graphic ( )
[mangled: org/apache/fop/svg/Graphic."<init>":()V]
fop_0_13_0.jar, Height.class
package org.apache.fop.fo.properties
Height.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/Height.getLength:()Lorg/apache/fop/datatypes/Length;]
Height.Height ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/Height."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
Height.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/Height.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, Helvetica.class
package org.apache.fop.render.pdf.fonts
Helvetica.getAscender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/Helvetica.getAscender:()I]
Helvetica.getCapHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/Helvetica.getCapHeight:()I]
Helvetica.getDescender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/Helvetica.getDescender:()I]
Helvetica.getXHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/Helvetica.getXHeight:()I]
Helvetica.width ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/Helvetica.width:(I)I]
fop_0_13_0.jar, HelveticaBold.class
package org.apache.fop.render.pdf.fonts
HelveticaBold.getAscender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBold.getAscender:()I]
HelveticaBold.getCapHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBold.getCapHeight:()I]
HelveticaBold.getDescender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBold.getDescender:()I]
HelveticaBold.getXHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBold.getXHeight:()I]
HelveticaBold.width ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBold.width:(I)I]
fop_0_13_0.jar, HelveticaBoldOblique.class
package org.apache.fop.render.pdf.fonts
HelveticaBoldOblique.getAscender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBoldOblique.getAscender:()I]
HelveticaBoldOblique.getCapHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBoldOblique.getCapHeight:()I]
HelveticaBoldOblique.getDescender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBoldOblique.getDescender:()I]
HelveticaBoldOblique.getXHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBoldOblique.getXHeight:()I]
HelveticaBoldOblique.width ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaBoldOblique.width:(I)I]
fop_0_13_0.jar, HelveticaOblique.class
package org.apache.fop.render.pdf.fonts
HelveticaOblique.getAscender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaOblique.getAscender:()I]
HelveticaOblique.getCapHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaOblique.getCapHeight:()I]
HelveticaOblique.getDescender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaOblique.getDescender:()I]
HelveticaOblique.getXHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaOblique.getXHeight:()I]
HelveticaOblique.width ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/HelveticaOblique.width:(I)I]
fop_0_13_0.jar, HRef.class
package org.apache.fop.fo.properties
HRef.getString ( ) : String
[mangled: org/apache/fop/fo/properties/HRef.getString:()Ljava/lang/String;]
HRef.HRef ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/HRef."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
HRef.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/HRef.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, ID.class
package org.apache.fop.fo.properties
ID.getString ( ) : String
[mangled: org/apache/fop/fo/properties/ID.getString:()Ljava/lang/String;]
ID.ID ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/ID."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
ID.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ID.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, InitialPageNumber.class
package org.apache.fop.fo.properties
InitialPageNumber.getString ( ) : String
[mangled: org/apache/fop/fo/properties/InitialPageNumber.getString:()Ljava/lang/String;]
InitialPageNumber.InitialPageNumber ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/InitialPageNumber."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
InitialPageNumber.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/InitialPageNumber.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, InlineSequence.class
package org.apache.fop.fo.flow
InlineSequence.InlineSequence ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/flow/InlineSequence."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
InlineSequence.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/flow/InlineSequence.maker:()Lorg/apache/fop/fo/FObj$Maker;]
fop_0_13_0.jar, KeepWithNext.class
package org.apache.fop.fo.properties
KeepWithNext.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/KeepWithNext.getEnum:()I]
KeepWithNext.KeepWithNext ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/KeepWithNext."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
KeepWithNext.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/KeepWithNext.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, LayoutMasterSet.class
package org.apache.fop.fo.pagination
LayoutMasterSet.addLayoutMaster ( String p1, SimplePageMaster p2 ) : void
[mangled: org/apache/fop/fo/pagination/LayoutMasterSet.addLayoutMaster:(Ljava/lang/String;Lorg/apache/fop/fo/pagination/SimplePageMaster;)V]
LayoutMasterSet.getLayoutMaster ( String p1 ) : SimplePageMaster
[mangled: org/apache/fop/fo/pagination/LayoutMasterSet.getLayoutMaster:(Ljava/lang/String;)Lorg/apache/fop/fo/pagination/SimplePageMaster;]
fop_0_13_0.jar, Left.class
package org.apache.fop.fo.properties
Left.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/Left.getLength:()Lorg/apache/fop/datatypes/Length;]
Left.Left ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/Left."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
Left.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/Left.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, Length.class
package org.apache.fop.datatypes
Length.convert ( String p1 ) : void
[mangled: org/apache/fop/datatypes/Length.convert:(Ljava/lang/String;)V]
Length.Length ( double p1, Property p2 )
[mangled: org/apache/fop/datatypes/Length."<init>":(DLorg/apache/fop/fo/Property;)V]
Length.Length ( String p1 )
[mangled: org/apache/fop/datatypes/Length."<init>":(Ljava/lang/String;)V]
Length.Length ( String p1, int p2 )
[mangled: org/apache/fop/datatypes/Length."<init>":(Ljava/lang/String;I)V]
fop_0_13_0.jar, LineArea.class
package org.apache.fop.layout
LineArea.addText ( char[ ] p1, int p2, int p3, LinkSet p4 ) : int
[mangled: org/apache/fop/layout/LineArea.addText:([CIILorg/apache/fop/layout/LinkSet;)I]
LineArea.changeWhiteSpaceTreatment ( int p1 ) : void
[mangled: org/apache/fop/layout/LineArea.changeWhiteSpaceTreatment:(I)V]
LineArea.LineArea ( FontState p1, int p2, int p3, int p4, int p5, int p6 )
[mangled: org/apache/fop/layout/LineArea."<init>":(Lorg/apache/fop/layout/FontState;IIIII)V]
fop_0_13_0.jar, LineGraphic.class
package org.apache.fop.svg
LineGraphic.LineGraphic ( int p1, int p2, int p3, int p4 )
[mangled: org/apache/fop/svg/LineGraphic."<init>":(IIII)V]
fop_0_13_0.jar, LineHeight.class
package org.apache.fop.fo.properties
LineHeight.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/LineHeight.getLength:()Lorg/apache/fop/datatypes/Length;]
LineHeight.LineHeight ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/LineHeight."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
LineHeight.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/LineHeight.maker:()Lorg/apache/fop/fo/Property$Maker;]
fop_0_13_0.jar, LinkSet.class
package org.apache.fop.layout
LinkSet.applyAreaContainerOffsets ( AreaContainer p1 ) : void
[mangled: org/apache/fop/layout/LinkSet.applyAreaContainerOffsets:(Lorg/apache/fop/layout/AreaContainer;)V]
LinkSet.LinkSet ( String p1, Area p2 )
[mangled: org/apache/fop/layout/LinkSet."<init>":(Ljava/lang/String;Lorg/apache/fop/layout/Area;)V]
fop_0_13_0.jar, Maker.class
package org.apache.fop.fo
Property.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/Property.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
package org.apache.fop.fo.flow
DisplayGraphic.Maker.DisplayGraphic.Maker ( )
[mangled: org/apache/fop/fo/flow/DisplayGraphic.Maker."<init>":()V]
DisplayGraphic.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/flow/DisplayGraphic.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
DisplayRule.Maker.DisplayRule.Maker ( )
[mangled: org/apache/fop/fo/flow/DisplayRule.Maker."<init>":()V]
DisplayRule.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/flow/DisplayRule.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
InlineSequence.Maker.InlineSequence.Maker ( )
[mangled: org/apache/fop/fo/flow/InlineSequence.Maker."<init>":()V]
InlineSequence.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/flow/InlineSequence.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
SimpleLink.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/flow/SimpleLink.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
SimpleLink.Maker.SimpleLink.Maker ( )
[mangled: org/apache/fop/fo/flow/SimpleLink.Maker."<init>":()V]
package org.apache.fop.fo.pagination
SequenceSpecification.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/pagination/SequenceSpecification.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
SequenceSpecification.Maker.SequenceSpecification.Maker ( )
[mangled: org/apache/fop/fo/pagination/SequenceSpecification.Maker."<init>":()V]
SequenceSpecifierAlternating.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierAlternating.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
SequenceSpecifierAlternating.Maker.SequenceSpecifierAlternating.Maker ( )
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierAlternating.Maker."<init>":()V]
SequenceSpecifierRepeating.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierRepeating.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
SequenceSpecifierRepeating.Maker.SequenceSpecifierRepeating.Maker ( )
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierRepeating.Maker."<init>":()V]
SequenceSpecifierSingle.Maker.make ( FObj p1, PropertyList p2 ) : FObj
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierSingle.Maker.make:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/FObj;]
SequenceSpecifierSingle.Maker.SequenceSpecifierSingle.Maker ( )
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierSingle.Maker."<init>":()V]
package org.apache.fop.fo.properties
BackgroundColor.Maker.BackgroundColor.Maker ( )
[mangled: org/apache/fop/fo/properties/BackgroundColor.Maker."<init>":()V]
BackgroundColor.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BackgroundColor.Maker.isInherited:()Z]
BackgroundColor.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BackgroundColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BackgroundColor.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BackgroundColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderAfterColor.Maker.BorderAfterColor.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderAfterColor.Maker."<init>":()V]
BorderAfterColor.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderAfterColor.Maker.isInherited:()Z]
BorderAfterColor.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderAfterColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderAfterColor.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderAfterColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderAfterStyle.Maker.BorderAfterStyle.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderAfterStyle.Maker."<init>":()V]
BorderAfterStyle.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderAfterStyle.Maker.isInherited:()Z]
BorderAfterStyle.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderAfterStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderAfterStyle.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderAfterStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderAfterWidth.Maker.BorderAfterWidth.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderAfterWidth.Maker."<init>":()V]
BorderAfterWidth.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderAfterWidth.Maker.isInherited:()Z]
BorderAfterWidth.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderAfterWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderAfterWidth.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderAfterWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderBeforeColor.Maker.BorderBeforeColor.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderBeforeColor.Maker."<init>":()V]
BorderBeforeColor.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderBeforeColor.Maker.isInherited:()Z]
BorderBeforeColor.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBeforeColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderBeforeColor.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBeforeColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderBeforeStyle.Maker.BorderBeforeStyle.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderBeforeStyle.Maker."<init>":()V]
BorderBeforeStyle.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderBeforeStyle.Maker.isInherited:()Z]
BorderBeforeStyle.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBeforeStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderBeforeStyle.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBeforeStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderBeforeWidth.Maker.BorderBeforeWidth.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderBeforeWidth.Maker."<init>":()V]
BorderBeforeWidth.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderBeforeWidth.Maker.isInherited:()Z]
BorderBeforeWidth.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBeforeWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderBeforeWidth.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBeforeWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderBottom.Maker.BorderBottom.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderBottom.Maker."<init>":()V]
BorderBottom.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderBottom.Maker.isInherited:()Z]
BorderBottom.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBottom.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderBottom.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBottom.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderBottomColor.Maker.BorderBottomColor.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderBottomColor.Maker."<init>":()V]
BorderBottomColor.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderBottomColor.Maker.isInherited:()Z]
BorderBottomColor.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBottomColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderBottomColor.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBottomColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderBottomStyle.Maker.BorderBottomStyle.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderBottomStyle.Maker."<init>":()V]
BorderBottomStyle.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderBottomStyle.Maker.isInherited:()Z]
BorderBottomStyle.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBottomStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderBottomStyle.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBottomStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderBottomWidth.Maker.BorderBottomWidth.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderBottomWidth.Maker."<init>":()V]
BorderBottomWidth.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderBottomWidth.Maker.isInherited:()Z]
BorderBottomWidth.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBottomWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderBottomWidth.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderBottomWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderColor.Maker.BorderColor.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderColor.Maker."<init>":()V]
BorderColor.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderColor.Maker.isInherited:()Z]
BorderColor.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderColor.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderEndColor.Maker.BorderEndColor.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderEndColor.Maker."<init>":()V]
BorderEndColor.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderEndColor.Maker.isInherited:()Z]
BorderEndColor.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderEndColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderEndColor.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderEndColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderEndStyle.Maker.BorderEndStyle.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderEndStyle.Maker."<init>":()V]
BorderEndStyle.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderEndStyle.Maker.isInherited:()Z]
BorderEndStyle.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderEndStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderEndStyle.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderEndStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderEndWidth.Maker.BorderEndWidth.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderEndWidth.Maker."<init>":()V]
BorderEndWidth.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderEndWidth.Maker.isInherited:()Z]
BorderEndWidth.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderEndWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderEndWidth.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderEndWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderLeft.Maker.BorderLeft.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderLeft.Maker."<init>":()V]
BorderLeft.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderLeft.Maker.isInherited:()Z]
BorderLeft.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderLeft.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderLeft.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderLeft.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderLeftColor.Maker.BorderLeftColor.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderLeftColor.Maker."<init>":()V]
BorderLeftColor.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderLeftColor.Maker.isInherited:()Z]
BorderLeftColor.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderLeftColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderLeftColor.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderLeftColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderLeftStyle.Maker.BorderLeftStyle.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderLeftStyle.Maker."<init>":()V]
BorderLeftStyle.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderLeftStyle.Maker.isInherited:()Z]
BorderLeftStyle.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderLeftStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderLeftStyle.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderLeftStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderLeftWidth.Maker.BorderLeftWidth.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderLeftWidth.Maker."<init>":()V]
BorderLeftWidth.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderLeftWidth.Maker.isInherited:()Z]
BorderLeftWidth.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderLeftWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderLeftWidth.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderLeftWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderRight.Maker.BorderRight.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderRight.Maker."<init>":()V]
BorderRight.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderRight.Maker.isInherited:()Z]
BorderRight.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderRight.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderRight.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderRight.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderRightColor.Maker.BorderRightColor.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderRightColor.Maker."<init>":()V]
BorderRightColor.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderRightColor.Maker.isInherited:()Z]
BorderRightColor.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderRightColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderRightColor.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderRightColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderRightStyle.Maker.BorderRightStyle.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderRightStyle.Maker."<init>":()V]
BorderRightStyle.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderRightStyle.Maker.isInherited:()Z]
BorderRightStyle.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderRightStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderRightStyle.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderRightStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderRightWidth.Maker.BorderRightWidth.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderRightWidth.Maker."<init>":()V]
BorderRightWidth.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderRightWidth.Maker.isInherited:()Z]
BorderRightWidth.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderRightWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderRightWidth.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderRightWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderStartColor.Maker.BorderStartColor.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderStartColor.Maker."<init>":()V]
BorderStartColor.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderStartColor.Maker.isInherited:()Z]
BorderStartColor.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderStartColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderStartColor.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderStartColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderStartStyle.Maker.BorderStartStyle.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderStartStyle.Maker."<init>":()V]
BorderStartStyle.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderStartStyle.Maker.isInherited:()Z]
BorderStartStyle.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderStartStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderStartStyle.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderStartStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderStartWidth.Maker.BorderStartWidth.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderStartWidth.Maker."<init>":()V]
BorderStartWidth.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderStartWidth.Maker.isInherited:()Z]
BorderStartWidth.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderStartWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderStartWidth.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderStartWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderStyle.Maker.BorderStyle.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderStyle.Maker."<init>":()V]
BorderStyle.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderStyle.Maker.isInherited:()Z]
BorderStyle.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderStyle.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderTop.Maker.BorderTop.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderTop.Maker."<init>":()V]
BorderTop.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderTop.Maker.isInherited:()Z]
BorderTop.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderTop.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderTop.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderTop.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderTopColor.Maker.BorderTopColor.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderTopColor.Maker."<init>":()V]
BorderTopColor.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderTopColor.Maker.isInherited:()Z]
BorderTopColor.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderTopColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderTopColor.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderTopColor.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderTopStyle.Maker.BorderTopStyle.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderTopStyle.Maker."<init>":()V]
BorderTopStyle.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderTopStyle.Maker.isInherited:()Z]
BorderTopStyle.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderTopStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderTopStyle.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderTopStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderTopWidth.Maker.BorderTopWidth.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderTopWidth.Maker."<init>":()V]
BorderTopWidth.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderTopWidth.Maker.isInherited:()Z]
BorderTopWidth.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderTopWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderTopWidth.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderTopWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BorderWidth.Maker.BorderWidth.Maker ( )
[mangled: org/apache/fop/fo/properties/BorderWidth.Maker."<init>":()V]
BorderWidth.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BorderWidth.Maker.isInherited:()Z]
BorderWidth.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BorderWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BorderWidth.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BorderWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
Bottom.Maker.Bottom.Maker ( )
[mangled: org/apache/fop/fo/properties/Bottom.Maker."<init>":()V]
Bottom.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/Bottom.Maker.isInherited:()Z]
Bottom.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/Bottom.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
Bottom.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/Bottom.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BreakAfter.Maker.BreakAfter.Maker ( )
[mangled: org/apache/fop/fo/properties/BreakAfter.Maker."<init>":()V]
BreakAfter.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BreakAfter.Maker.isInherited:()Z]
BreakAfter.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BreakAfter.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BreakAfter.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BreakAfter.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
BreakBefore.Maker.BreakBefore.Maker ( )
[mangled: org/apache/fop/fo/properties/BreakBefore.Maker."<init>":()V]
BreakBefore.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/BreakBefore.Maker.isInherited:()Z]
BreakBefore.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/BreakBefore.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
BreakBefore.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/BreakBefore.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
Color.Maker.Color.Maker ( )
[mangled: org/apache/fop/fo/properties/Color.Maker."<init>":()V]
Color.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/Color.Maker.isInherited:()Z]
Color.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/Color.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
Color.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/Color.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
ColumnWidth.Maker.ColumnWidth.Maker ( )
[mangled: org/apache/fop/fo/properties/ColumnWidth.Maker."<init>":()V]
ColumnWidth.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ColumnWidth.Maker.isInherited:()Z]
ColumnWidth.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/ColumnWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
ColumnWidth.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/ColumnWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
EndIndent.Maker.EndIndent.Maker ( )
[mangled: org/apache/fop/fo/properties/EndIndent.Maker."<init>":()V]
EndIndent.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/EndIndent.Maker.isInherited:()Z]
EndIndent.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/EndIndent.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
EndIndent.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/EndIndent.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
Extent.Maker.Extent.Maker ( )
[mangled: org/apache/fop/fo/properties/Extent.Maker."<init>":()V]
Extent.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/Extent.Maker.isInherited:()Z]
Extent.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/Extent.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
Extent.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/Extent.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
ExternalDestination.Maker.ExternalDestination.Maker ( )
[mangled: org/apache/fop/fo/properties/ExternalDestination.Maker."<init>":()V]
ExternalDestination.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ExternalDestination.Maker.isInherited:()Z]
ExternalDestination.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/ExternalDestination.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
ExternalDestination.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/ExternalDestination.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
FlowName.Maker.FlowName.Maker ( )
[mangled: org/apache/fop/fo/properties/FlowName.Maker."<init>":()V]
FlowName.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/FlowName.Maker.isInherited:()Z]
FlowName.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/FlowName.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
FlowName.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/FlowName.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
FontFamily.Maker.FontFamily.Maker ( )
[mangled: org/apache/fop/fo/properties/FontFamily.Maker."<init>":()V]
FontFamily.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/FontFamily.Maker.isInherited:()Z]
FontFamily.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/FontFamily.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
FontFamily.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/FontFamily.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
FontSize.Maker.FontSize.Maker ( )
[mangled: org/apache/fop/fo/properties/FontSize.Maker."<init>":()V]
FontSize.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/FontSize.Maker.isInherited:()Z]
FontSize.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/FontSize.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
FontSize.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/FontSize.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
FontStyle.Maker.FontStyle.Maker ( )
[mangled: org/apache/fop/fo/properties/FontStyle.Maker."<init>":()V]
FontStyle.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/FontStyle.Maker.isInherited:()Z]
FontStyle.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/FontStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
FontStyle.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/FontStyle.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
FontWeight.Maker.FontWeight.Maker ( )
[mangled: org/apache/fop/fo/properties/FontWeight.Maker."<init>":()V]
FontWeight.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/FontWeight.Maker.isInherited:()Z]
FontWeight.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/FontWeight.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
FontWeight.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/FontWeight.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
Height.Maker.Height.Maker ( )
[mangled: org/apache/fop/fo/properties/Height.Maker."<init>":()V]
Height.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/Height.Maker.isInherited:()Z]
Height.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/Height.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
Height.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/Height.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
HRef.Maker.HRef.Maker ( )
[mangled: org/apache/fop/fo/properties/HRef.Maker."<init>":()V]
HRef.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/HRef.Maker.isInherited:()Z]
HRef.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/HRef.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
HRef.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/HRef.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
ID.Maker.ID.Maker ( )
[mangled: org/apache/fop/fo/properties/ID.Maker."<init>":()V]
ID.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ID.Maker.isInherited:()Z]
ID.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/ID.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
ID.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/ID.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
InitialPageNumber.Maker.InitialPageNumber.Maker ( )
[mangled: org/apache/fop/fo/properties/InitialPageNumber.Maker."<init>":()V]
InitialPageNumber.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/InitialPageNumber.Maker.isInherited:()Z]
InitialPageNumber.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/InitialPageNumber.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
InitialPageNumber.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/InitialPageNumber.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
KeepWithNext.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/KeepWithNext.Maker.isInherited:()Z]
KeepWithNext.Maker.KeepWithNext.Maker ( )
[mangled: org/apache/fop/fo/properties/KeepWithNext.Maker."<init>":()V]
KeepWithNext.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/KeepWithNext.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
KeepWithNext.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/KeepWithNext.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
Left.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/Left.Maker.isInherited:()Z]
Left.Maker.Left.Maker ( )
[mangled: org/apache/fop/fo/properties/Left.Maker."<init>":()V]
Left.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/Left.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
Left.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/Left.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
LineHeight.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/LineHeight.Maker.isInherited:()Z]
LineHeight.Maker.LineHeight.Maker ( )
[mangled: org/apache/fop/fo/properties/LineHeight.Maker."<init>":()V]
LineHeight.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/LineHeight.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
LineHeight.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/LineHeight.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
MarginBottom.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/MarginBottom.Maker.isInherited:()Z]
MarginBottom.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/MarginBottom.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
MarginBottom.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/MarginBottom.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
MarginBottom.Maker.MarginBottom.Maker ( )
[mangled: org/apache/fop/fo/properties/MarginBottom.Maker."<init>":()V]
MarginLeft.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/MarginLeft.Maker.isInherited:()Z]
MarginLeft.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/MarginLeft.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
MarginLeft.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/MarginLeft.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
MarginLeft.Maker.MarginLeft.Maker ( )
[mangled: org/apache/fop/fo/properties/MarginLeft.Maker."<init>":()V]
MarginRight.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/MarginRight.Maker.isInherited:()Z]
MarginRight.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/MarginRight.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
MarginRight.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/MarginRight.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
MarginRight.Maker.MarginRight.Maker ( )
[mangled: org/apache/fop/fo/properties/MarginRight.Maker."<init>":()V]
MarginTop.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/MarginTop.Maker.isInherited:()Z]
MarginTop.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/MarginTop.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
MarginTop.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/MarginTop.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
MarginTop.Maker.MarginTop.Maker ( )
[mangled: org/apache/fop/fo/properties/MarginTop.Maker."<init>":()V]
Padding.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/Padding.Maker.isInherited:()Z]
Padding.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/Padding.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
Padding.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/Padding.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
Padding.Maker.Padding.Maker ( )
[mangled: org/apache/fop/fo/properties/Padding.Maker."<init>":()V]
PaddingAfter.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PaddingAfter.Maker.isInherited:()Z]
PaddingAfter.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingAfter.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
PaddingAfter.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingAfter.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PaddingAfter.Maker.PaddingAfter.Maker ( )
[mangled: org/apache/fop/fo/properties/PaddingAfter.Maker."<init>":()V]
PaddingBefore.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PaddingBefore.Maker.isInherited:()Z]
PaddingBefore.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingBefore.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
PaddingBefore.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingBefore.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PaddingBefore.Maker.PaddingBefore.Maker ( )
[mangled: org/apache/fop/fo/properties/PaddingBefore.Maker."<init>":()V]
PaddingBottom.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PaddingBottom.Maker.isInherited:()Z]
PaddingBottom.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingBottom.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
PaddingBottom.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingBottom.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PaddingBottom.Maker.PaddingBottom.Maker ( )
[mangled: org/apache/fop/fo/properties/PaddingBottom.Maker."<init>":()V]
PaddingEnd.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PaddingEnd.Maker.isInherited:()Z]
PaddingEnd.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingEnd.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
PaddingEnd.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingEnd.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PaddingEnd.Maker.PaddingEnd.Maker ( )
[mangled: org/apache/fop/fo/properties/PaddingEnd.Maker."<init>":()V]
PaddingLeft.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PaddingLeft.Maker.isInherited:()Z]
PaddingLeft.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingLeft.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
PaddingLeft.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingLeft.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PaddingLeft.Maker.PaddingLeft.Maker ( )
[mangled: org/apache/fop/fo/properties/PaddingLeft.Maker."<init>":()V]
PaddingRight.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PaddingRight.Maker.isInherited:()Z]
PaddingRight.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingRight.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
PaddingRight.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingRight.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PaddingRight.Maker.PaddingRight.Maker ( )
[mangled: org/apache/fop/fo/properties/PaddingRight.Maker."<init>":()V]
PaddingStart.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PaddingStart.Maker.isInherited:()Z]
PaddingStart.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingStart.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
PaddingStart.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingStart.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PaddingStart.Maker.PaddingStart.Maker ( )
[mangled: org/apache/fop/fo/properties/PaddingStart.Maker."<init>":()V]
PaddingTop.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PaddingTop.Maker.isInherited:()Z]
PaddingTop.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingTop.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
PaddingTop.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/PaddingTop.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PaddingTop.Maker.PaddingTop.Maker ( )
[mangled: org/apache/fop/fo/properties/PaddingTop.Maker."<init>":()V]
PageHeight.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PageHeight.Maker.isInherited:()Z]
PageHeight.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/PageHeight.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
PageHeight.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/PageHeight.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PageHeight.Maker.PageHeight.Maker ( )
[mangled: org/apache/fop/fo/properties/PageHeight.Maker."<init>":()V]
PageMasterEven.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PageMasterEven.Maker.isInherited:()Z]
PageMasterEven.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/PageMasterEven.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
PageMasterEven.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/PageMasterEven.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PageMasterEven.Maker.PageMasterEven.Maker ( )
[mangled: org/apache/fop/fo/properties/PageMasterEven.Maker."<init>":()V]
PageMasterFirst.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PageMasterFirst.Maker.isInherited:()Z]
PageMasterFirst.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/PageMasterFirst.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
PageMasterFirst.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/PageMasterFirst.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PageMasterFirst.Maker.PageMasterFirst.Maker ( )
[mangled: org/apache/fop/fo/properties/PageMasterFirst.Maker."<init>":()V]
PageMasterName.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PageMasterName.Maker.isInherited:()Z]
PageMasterName.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/PageMasterName.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
PageMasterName.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/PageMasterName.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PageMasterName.Maker.PageMasterName.Maker ( )
[mangled: org/apache/fop/fo/properties/PageMasterName.Maker."<init>":()V]
PageMasterOdd.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PageMasterOdd.Maker.isInherited:()Z]
PageMasterOdd.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/PageMasterOdd.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
PageMasterOdd.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/PageMasterOdd.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PageMasterOdd.Maker.PageMasterOdd.Maker ( )
[mangled: org/apache/fop/fo/properties/PageMasterOdd.Maker."<init>":()V]
PageMasterRepeating.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PageMasterRepeating.Maker.isInherited:()Z]
PageMasterRepeating.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/PageMasterRepeating.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
PageMasterRepeating.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/PageMasterRepeating.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PageMasterRepeating.Maker.PageMasterRepeating.Maker ( )
[mangled: org/apache/fop/fo/properties/PageMasterRepeating.Maker."<init>":()V]
PageWidth.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/PageWidth.Maker.isInherited:()Z]
PageWidth.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/PageWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
PageWidth.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/PageWidth.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PageWidth.Maker.PageWidth.Maker ( )
[mangled: org/apache/fop/fo/properties/PageWidth.Maker."<init>":()V]
Position.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/Position.Maker.isInherited:()Z]
Position.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/Position.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
Position.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/Position.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
Position.Maker.Position.Maker ( )
[mangled: org/apache/fop/fo/properties/Position.Maker."<init>":()V]
ProvisionalDistanceBetweenStarts.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ProvisionalDistanceBetweenStarts.Maker.isInherited:()Z]
ProvisionalDistanceBetweenStarts.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/ProvisionalDistanceBetweenStarts.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
ProvisionalDistanceBetweenStarts.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/ProvisionalDistanceBetweenStarts.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
ProvisionalDistanceBetweenStarts.Maker.ProvisionalDistanceBetweenStarts.Maker ( )
[mangled: org/apache/fop/fo/properties/ProvisionalDistanceBetweenStarts.Maker."<init>":()V]
ProvisionalLabelSeparation.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/ProvisionalLabelSeparation.Maker.isInherited:()Z]
ProvisionalLabelSeparation.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/ProvisionalLabelSeparation.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
ProvisionalLabelSeparation.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/ProvisionalLabelSeparation.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
ProvisionalLabelSeparation.Maker.ProvisionalLabelSeparation.Maker ( )
[mangled: org/apache/fop/fo/properties/ProvisionalLabelSeparation.Maker."<init>":()V]
Right.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/Right.Maker.isInherited:()Z]
Right.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/Right.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
Right.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/Right.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
Right.Maker.Right.Maker ( )
[mangled: org/apache/fop/fo/properties/Right.Maker."<init>":()V]
RuleThickness.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/RuleThickness.Maker.isInherited:()Z]
RuleThickness.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/RuleThickness.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
RuleThickness.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/RuleThickness.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
RuleThickness.Maker.RuleThickness.Maker ( )
[mangled: org/apache/fop/fo/properties/RuleThickness.Maker."<init>":()V]
SpaceAfterOptimum.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/SpaceAfterOptimum.Maker.isInherited:()Z]
SpaceAfterOptimum.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/SpaceAfterOptimum.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
SpaceAfterOptimum.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/SpaceAfterOptimum.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
SpaceAfterOptimum.Maker.SpaceAfterOptimum.Maker ( )
[mangled: org/apache/fop/fo/properties/SpaceAfterOptimum.Maker."<init>":()V]
SpaceBeforeOptimum.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/SpaceBeforeOptimum.Maker.isInherited:()Z]
SpaceBeforeOptimum.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/SpaceBeforeOptimum.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
SpaceBeforeOptimum.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/SpaceBeforeOptimum.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
SpaceBeforeOptimum.Maker.SpaceBeforeOptimum.Maker ( )
[mangled: org/apache/fop/fo/properties/SpaceBeforeOptimum.Maker."<init>":()V]
StartIndent.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/StartIndent.Maker.isInherited:()Z]
StartIndent.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/StartIndent.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
StartIndent.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/StartIndent.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
StartIndent.Maker.StartIndent.Maker ( )
[mangled: org/apache/fop/fo/properties/StartIndent.Maker."<init>":()V]
TextAlign.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/TextAlign.Maker.isInherited:()Z]
TextAlign.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/TextAlign.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
TextAlign.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/TextAlign.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
TextAlign.Maker.TextAlign.Maker ( )
[mangled: org/apache/fop/fo/properties/TextAlign.Maker."<init>":()V]
TextAlignLast.Maker.compute ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/TextAlignLast.Maker.compute:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
TextAlignLast.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/TextAlignLast.Maker.isInherited:()Z]
TextAlignLast.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/TextAlignLast.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
TextAlignLast.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/TextAlignLast.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
TextAlignLast.Maker.TextAlignLast.Maker ( )
[mangled: org/apache/fop/fo/properties/TextAlignLast.Maker."<init>":()V]
TextIndent.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/TextIndent.Maker.isInherited:()Z]
TextIndent.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/TextIndent.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
TextIndent.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/TextIndent.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
TextIndent.Maker.TextIndent.Maker ( )
[mangled: org/apache/fop/fo/properties/TextIndent.Maker."<init>":()V]
Top.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/Top.Maker.isInherited:()Z]
Top.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/Top.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
Top.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/Top.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
Top.Maker.Top.Maker ( )
[mangled: org/apache/fop/fo/properties/Top.Maker."<init>":()V]
WhiteSpaceTreatment.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/WhiteSpaceTreatment.Maker.isInherited:()Z]
WhiteSpaceTreatment.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/WhiteSpaceTreatment.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
WhiteSpaceTreatment.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/WhiteSpaceTreatment.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
WhiteSpaceTreatment.Maker.WhiteSpaceTreatment.Maker ( )
[mangled: org/apache/fop/fo/properties/WhiteSpaceTreatment.Maker."<init>":()V]
Width.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/Width.Maker.isInherited:()Z]
Width.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/Width.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
Width.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/Width.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
Width.Maker.Width.Maker ( )
[mangled: org/apache/fop/fo/properties/Width.Maker."<init>":()V]
WrapOption.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/fo/properties/WrapOption.Maker.isInherited:()Z]
WrapOption.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/fo/properties/WrapOption.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
WrapOption.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/properties/WrapOption.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
WrapOption.Maker.WrapOption.Maker ( )
[mangled: org/apache/fop/fo/properties/WrapOption.Maker."<init>":()V]
package org.apache.fop.svg
SVGLength.Maker.isInherited ( ) : boolean
[mangled: org/apache/fop/svg/SVGLength.Maker.isInherited:()Z]
SVGLength.Maker.make ( PropertyList p1 ) : Property
[mangled: org/apache/fop/svg/SVGLength.Maker.make:(Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/Property;]
SVGLength.Maker.make ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/svg/SVGLength.Maker.make:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
SVGLength.Maker.SVGLength.Maker ( )
[mangled: org/apache/fop/svg/SVGLength.Maker."<init>":()V]
fop_0_13_0.jar, MarginBottom.class
package org.apache.fop.fo.properties
MarginBottom.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/MarginBottom.getLength:()Lorg/apache/fop/datatypes/Length;]
MarginBottom.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/MarginBottom.maker:()Lorg/apache/fop/fo/Property$Maker;]
MarginBottom.MarginBottom ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/MarginBottom."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, MarginLeft.class
package org.apache.fop.fo.properties
MarginLeft.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/MarginLeft.getLength:()Lorg/apache/fop/datatypes/Length;]
MarginLeft.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/MarginLeft.maker:()Lorg/apache/fop/fo/Property$Maker;]
MarginLeft.MarginLeft ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/MarginLeft."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, MarginRight.class
package org.apache.fop.fo.properties
MarginRight.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/MarginRight.getLength:()Lorg/apache/fop/datatypes/Length;]
MarginRight.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/MarginRight.maker:()Lorg/apache/fop/fo/Property$Maker;]
MarginRight.MarginRight ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/MarginRight."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, MarginTop.class
package org.apache.fop.fo.properties
MarginTop.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/MarginTop.getLength:()Lorg/apache/fop/datatypes/Length;]
MarginTop.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/MarginTop.maker:()Lorg/apache/fop/fo/Property$Maker;]
MarginTop.MarginTop ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/MarginTop."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, Padding.class
package org.apache.fop.fo.properties
Padding.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/Padding.getLength:()Lorg/apache/fop/datatypes/Length;]
Padding.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/Padding.maker:()Lorg/apache/fop/fo/Property$Maker;]
Padding.Padding ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/Padding."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, PaddingAfter.class
package org.apache.fop.fo.properties
PaddingAfter.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/PaddingAfter.getLength:()Lorg/apache/fop/datatypes/Length;]
PaddingAfter.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PaddingAfter.maker:()Lorg/apache/fop/fo/Property$Maker;]
PaddingAfter.PaddingAfter ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/PaddingAfter."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, PaddingBefore.class
package org.apache.fop.fo.properties
PaddingBefore.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/PaddingBefore.getLength:()Lorg/apache/fop/datatypes/Length;]
PaddingBefore.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PaddingBefore.maker:()Lorg/apache/fop/fo/Property$Maker;]
PaddingBefore.PaddingBefore ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/PaddingBefore."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, PaddingBottom.class
package org.apache.fop.fo.properties
PaddingBottom.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/PaddingBottom.getLength:()Lorg/apache/fop/datatypes/Length;]
PaddingBottom.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PaddingBottom.maker:()Lorg/apache/fop/fo/Property$Maker;]
PaddingBottom.PaddingBottom ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/PaddingBottom."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, PaddingEnd.class
package org.apache.fop.fo.properties
PaddingEnd.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/PaddingEnd.getLength:()Lorg/apache/fop/datatypes/Length;]
PaddingEnd.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PaddingEnd.maker:()Lorg/apache/fop/fo/Property$Maker;]
PaddingEnd.PaddingEnd ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/PaddingEnd."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, PaddingLeft.class
package org.apache.fop.fo.properties
PaddingLeft.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/PaddingLeft.getLength:()Lorg/apache/fop/datatypes/Length;]
PaddingLeft.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PaddingLeft.maker:()Lorg/apache/fop/fo/Property$Maker;]
PaddingLeft.PaddingLeft ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/PaddingLeft."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, PaddingRight.class
package org.apache.fop.fo.properties
PaddingRight.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/PaddingRight.getLength:()Lorg/apache/fop/datatypes/Length;]
PaddingRight.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PaddingRight.maker:()Lorg/apache/fop/fo/Property$Maker;]
PaddingRight.PaddingRight ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/PaddingRight."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, PaddingStart.class
package org.apache.fop.fo.properties
PaddingStart.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/PaddingStart.getLength:()Lorg/apache/fop/datatypes/Length;]
PaddingStart.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PaddingStart.maker:()Lorg/apache/fop/fo/Property$Maker;]
PaddingStart.PaddingStart ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/PaddingStart."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, PaddingTop.class
package org.apache.fop.fo.properties
PaddingTop.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/PaddingTop.getLength:()Lorg/apache/fop/datatypes/Length;]
PaddingTop.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PaddingTop.maker:()Lorg/apache/fop/fo/Property$Maker;]
PaddingTop.PaddingTop ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/PaddingTop."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, PageHeight.class
package org.apache.fop.fo.properties
PageHeight.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/PageHeight.getLength:()Lorg/apache/fop/datatypes/Length;]
PageHeight.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PageHeight.maker:()Lorg/apache/fop/fo/Property$Maker;]
PageHeight.PageHeight ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/PageHeight."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, PageMaster.class
package org.apache.fop.layout
PageMaster.addAfter ( Region p1 ) : void
[mangled: org/apache/fop/layout/PageMaster.addAfter:(Lorg/apache/fop/layout/Region;)V]
PageMaster.addBefore ( Region p1 ) : void
[mangled: org/apache/fop/layout/PageMaster.addBefore:(Lorg/apache/fop/layout/Region;)V]
PageMaster.addBody ( Region p1 ) : void
[mangled: org/apache/fop/layout/PageMaster.addBody:(Lorg/apache/fop/layout/Region;)V]
PageMaster.addEnd ( Region p1 ) : void
[mangled: org/apache/fop/layout/PageMaster.addEnd:(Lorg/apache/fop/layout/Region;)V]
PageMaster.addStart ( Region p1 ) : void
[mangled: org/apache/fop/layout/PageMaster.addStart:(Lorg/apache/fop/layout/Region;)V]
fop_0_13_0.jar, PageMasterEven.class
package org.apache.fop.fo.properties
PageMasterEven.getString ( ) : String
[mangled: org/apache/fop/fo/properties/PageMasterEven.getString:()Ljava/lang/String;]
PageMasterEven.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PageMasterEven.maker:()Lorg/apache/fop/fo/Property$Maker;]
PageMasterEven.PageMasterEven ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/PageMasterEven."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
fop_0_13_0.jar, PageMasterFactory.class
package org.apache.fop.layout
PageMasterFactory.getHeight ( ) [abstract] : int
[mangled: org/apache/fop/layout/PageMasterFactory.getHeight:()I]
PageMasterFactory.getNext ( ) : PageMasterFactory
[mangled: org/apache/fop/layout/PageMasterFactory.getNext:()Lorg/apache/fop/layout/PageMasterFactory;]
PageMasterFactory.getNextPageMaster ( ) [abstract] : PageMaster
[mangled: org/apache/fop/layout/PageMasterFactory.getNextPageMaster:()Lorg/apache/fop/layout/PageMaster;]
PageMasterFactory.getWidth ( ) [abstract] : int
[mangled: org/apache/fop/layout/PageMasterFactory.getWidth:()I]
PageMasterFactory.PageMasterFactory ( )
[mangled: org/apache/fop/layout/PageMasterFactory."<init>":()V]
PageMasterFactory.setNext ( PageMasterFactory p1 ) : void
[mangled: org/apache/fop/layout/PageMasterFactory.setNext:(Lorg/apache/fop/layout/PageMasterFactory;)V]
fop_0_13_0.jar, PageMasterFirst.class
package org.apache.fop.fo.properties
PageMasterFirst.getString ( ) : String
[mangled: org/apache/fop/fo/properties/PageMasterFirst.getString:()Ljava/lang/String;]
PageMasterFirst.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PageMasterFirst.maker:()Lorg/apache/fop/fo/Property$Maker;]
PageMasterFirst.PageMasterFirst ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/PageMasterFirst."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
fop_0_13_0.jar, PageMasterName.class
package org.apache.fop.fo.properties
PageMasterName.getString ( ) : String
[mangled: org/apache/fop/fo/properties/PageMasterName.getString:()Ljava/lang/String;]
PageMasterName.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PageMasterName.maker:()Lorg/apache/fop/fo/Property$Maker;]
PageMasterName.PageMasterName ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/PageMasterName."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
fop_0_13_0.jar, PageMasterOdd.class
package org.apache.fop.fo.properties
PageMasterOdd.getString ( ) : String
[mangled: org/apache/fop/fo/properties/PageMasterOdd.getString:()Ljava/lang/String;]
PageMasterOdd.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PageMasterOdd.maker:()Lorg/apache/fop/fo/Property$Maker;]
PageMasterOdd.PageMasterOdd ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/PageMasterOdd."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
fop_0_13_0.jar, PageMasterRepeating.class
package org.apache.fop.fo.properties
PageMasterRepeating.getString ( ) : String
[mangled: org/apache/fop/fo/properties/PageMasterRepeating.getString:()Ljava/lang/String;]
PageMasterRepeating.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PageMasterRepeating.maker:()Lorg/apache/fop/fo/Property$Maker;]
PageMasterRepeating.PageMasterRepeating ( PropertyList p1, String p2 )
[mangled: org/apache/fop/fo/properties/PageMasterRepeating."<init>":(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)V]
fop_0_13_0.jar, PageSequence.class
package org.apache.fop.fo.pagination
PageSequence.makePage ( AreaTree p1 ) : Page
[mangled: org/apache/fop/fo/pagination/PageSequence.makePage:(Lorg/apache/fop/layout/AreaTree;)Lorg/apache/fop/layout/Page;]
PageSequence.setFlow ( Flow p1 ) : void
[mangled: org/apache/fop/fo/pagination/PageSequence.setFlow:(Lorg/apache/fop/fo/flow/Flow;)V]
PageSequence.setSequenceSpecification ( SequenceSpecification p1 ) : void
[mangled: org/apache/fop/fo/pagination/PageSequence.setSequenceSpecification:(Lorg/apache/fop/fo/pagination/SequenceSpecification;)V]
PageSequence.setStaticContent ( String p1, StaticContent p2 ) : void
[mangled: org/apache/fop/fo/pagination/PageSequence.setStaticContent:(Ljava/lang/String;Lorg/apache/fop/fo/flow/StaticContent;)V]
fop_0_13_0.jar, PageWidth.class
package org.apache.fop.fo.properties
PageWidth.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/PageWidth.getLength:()Lorg/apache/fop/datatypes/Length;]
PageWidth.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/PageWidth.maker:()Lorg/apache/fop/fo/Property$Maker;]
PageWidth.PageWidth ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/PageWidth."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, PDFAction.class
package org.apache.fop.pdf
PDFAction.PDFAction ( int p1, PDFFileSpec p2 )
[mangled: org/apache/fop/pdf/PDFAction."<init>":(ILorg/apache/fop/pdf/PDFFileSpec;)V]
fop_0_13_0.jar, PDFDocument.class
package org.apache.fop.pdf
PDFDocument.makeFont ( String p1, String p2, String p3 ) : PDFFont
[mangled: org/apache/fop/pdf/PDFDocument.makeFont:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/fop/pdf/PDFFont;]
PDFDocument.makeLink ( Rectangle p1, String p2 ) : PDFLink
[mangled: org/apache/fop/pdf/PDFDocument.makeLink:(Ljava/awt/Rectangle;Ljava/lang/String;)Lorg/apache/fop/pdf/PDFLink;]
PDFDocument.makePage ( PDFResources p1, PDFStream p2, int p3, int p4 ) : PDFPage
[mangled: org/apache/fop/pdf/PDFDocument.makePage:(Lorg/apache/fop/pdf/PDFResources;Lorg/apache/fop/pdf/PDFStream;II)Lorg/apache/fop/pdf/PDFPage;]
fop_0_13_0.jar, PDFFont.class
package org.apache.fop.pdf
PDFFont.PDFFont ( int p1, String p2, String p3, String p4 )
[mangled: org/apache/fop/pdf/PDFFont."<init>":(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
fop_0_13_0.jar, PDFOutputHandler.class
package org.apache.fop.apps
PDFOutputHandler.addElementMapping ( ElementMapping p1 ) : void
[mangled: org/apache/fop/apps/PDFOutputHandler.addElementMapping:(Lorg/apache/fop/fo/ElementMapping;)V]
PDFOutputHandler.addElementMapping ( String p1 ) : void
[mangled: org/apache/fop/apps/PDFOutputHandler.addElementMapping:(Ljava/lang/String;)V]
PDFOutputHandler.createElementMapping ( String p1 ) : ElementMapping
[mangled: org/apache/fop/apps/PDFOutputHandler.createElementMapping:(Ljava/lang/String;)Lorg/apache/fop/fo/ElementMapping;]
PDFOutputHandler.createRenderer ( String p1 ) : Renderer
[mangled: org/apache/fop/apps/PDFOutputHandler.createRenderer:(Ljava/lang/String;)Lorg/apache/fop/render/Renderer;]
PDFOutputHandler.doFormat ( ) : void
[mangled: org/apache/fop/apps/PDFOutputHandler.doFormat:()V]
PDFOutputHandler.doRender ( ) : void
[mangled: org/apache/fop/apps/PDFOutputHandler.doRender:()V]
PDFOutputHandler.endDocument ( ) : void
[mangled: org/apache/fop/apps/PDFOutputHandler.endDocument:()V]
PDFOutputHandler.init ( Destination p1, AttributeList p2 ) : DocumentHandler
[mangled: org/apache/fop/apps/PDFOutputHandler.init:(Lcom/jclark/xsl/sax/Destination;Lorg/xml/sax/AttributeList;)Lorg/xml/sax/DocumentHandler;]
PDFOutputHandler.PDFOutputHandler ( )
[mangled: org/apache/fop/apps/PDFOutputHandler."<init>":()V]
PDFOutputHandler.PDFOutputHandler ( OutputStream p1 )
[mangled: org/apache/fop/apps/PDFOutputHandler."<init>":(Ljava/io/OutputStream;)V]
PDFOutputHandler.setRenderer ( String p1, String p2 ) : void
[mangled: org/apache/fop/apps/PDFOutputHandler.setRenderer:(Ljava/lang/String;Ljava/lang/String;)V]
fop_0_13_0.jar, PDFRenderer.class
package org.apache.fop.render.pdf
PDFRenderer.renderRuleArea ( RuleArea p1 ) : void
[mangled: org/apache/fop/render/pdf/PDFRenderer.renderRuleArea:(Lorg/apache/fop/layout/RuleArea;)V]
PDFRenderer.renderSVGArea ( SVGArea p1 ) : void
[mangled: org/apache/fop/render/pdf/PDFRenderer.renderSVGArea:(Lorg/apache/fop/svg/SVGArea;)V]
fop_0_13_0.jar, Position.class
package org.apache.fop.fo.properties
Position.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/Position.getEnum:()I]
Position.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/Position.maker:()Lorg/apache/fop/fo/Property$Maker;]
Position.Position ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/Position."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
fop_0_13_0.jar, PrintCommandLine.class
package org.apache.fop.apps
PrintCommandLine.PrintCommandLine ( )
[mangled: org/apache/fop/apps/PrintCommandLine."<init>":()V]
fop_0_13_0.jar, Property.class
package org.apache.fop.fo
Property.toDouble ( String p1 ) [static] : double
[mangled: org/apache/fop/fo/Property.toDouble:(Ljava/lang/String;)D]
fop_0_13_0.jar, PropertyList.class
package org.apache.fop.fo
PropertyList.PropertyList ( PropertyList p1 )
[mangled: org/apache/fop/fo/PropertyList."<init>":(Lorg/apache/fop/fo/PropertyList;)V]
fop_0_13_0.jar, PropertyListBuilder.class
package org.apache.fop.fo
PropertyListBuilder.computeProperty ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/PropertyListBuilder.computeProperty:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
PropertyListBuilder.isInherited ( String p1 ) : boolean
[mangled: org/apache/fop/fo/PropertyListBuilder.isInherited:(Ljava/lang/String;)Z]
PropertyListBuilder.makeList ( AttributeList p1, PropertyList p2 ) : PropertyList
[mangled: org/apache/fop/fo/PropertyListBuilder.makeList:(Lorg/xml/sax/AttributeList;Lorg/apache/fop/fo/PropertyList;)Lorg/apache/fop/fo/PropertyList;]
PropertyListBuilder.makeProperty ( PropertyList p1, String p2 ) : Property
[mangled: org/apache/fop/fo/PropertyListBuilder.makeProperty:(Lorg/apache/fop/fo/PropertyList;Ljava/lang/String;)Lorg/apache/fop/fo/Property;]
fop_0_13_0.jar, ProvisionalDistanceBetweenStarts.class
package org.apache.fop.fo.properties
ProvisionalDistanceBetweenStarts.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/ProvisionalDistanceBetweenStarts.getLength:()Lorg/apache/fop/datatypes/Length;]
ProvisionalDistanceBetweenStarts.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ProvisionalDistanceBetweenStarts.maker:()Lorg/apache/fop/fo/Property$Maker;]
ProvisionalDistanceBetweenStarts.ProvisionalDistanceBetweenStarts ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/ProvisionalDistanceBetweenStarts."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, ProvisionalLabelSeparation.class
package org.apache.fop.fo.properties
ProvisionalLabelSeparation.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/ProvisionalLabelSeparation.getLength:()Lorg/apache/fop/datatypes/Length;]
ProvisionalLabelSeparation.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/ProvisionalLabelSeparation.maker:()Lorg/apache/fop/fo/Property$Maker;]
ProvisionalLabelSeparation.ProvisionalLabelSeparation ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/ProvisionalLabelSeparation."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, RectGraphic.class
package org.apache.fop.svg
RectGraphic.RectGraphic ( int p1, int p2, int p3, int p4 )
[mangled: org/apache/fop/svg/RectGraphic."<init>":(IIII)V]
fop_0_13_0.jar, Region.class
package org.apache.fop.layout
Region.makeAreaContainer ( ) : AreaContainer
[mangled: org/apache/fop/layout/Region.makeAreaContainer:()Lorg/apache/fop/layout/AreaContainer;]
Region.Region ( int p1, int p2, int p3, int p4 )
[mangled: org/apache/fop/layout/Region."<init>":(IIII)V]
fop_0_13_0.jar, Renderer.class
package org.apache.fop.render
Renderer.renderRuleArea ( RuleArea p1 ) [abstract] : void
[mangled: org/apache/fop/render/Renderer.renderRuleArea:(Lorg/apache/fop/layout/RuleArea;)V]
Renderer.renderSVGArea ( SVGArea p1 ) [abstract] : void
[mangled: org/apache/fop/render/Renderer.renderSVGArea:(Lorg/apache/fop/svg/SVGArea;)V]
fop_0_13_0.jar, RepeatingPageMasterFactory.class
package org.apache.fop.layout
RepeatingPageMasterFactory.getHeight ( ) : int
[mangled: org/apache/fop/layout/RepeatingPageMasterFactory.getHeight:()I]
RepeatingPageMasterFactory.getNextPageMaster ( ) : PageMaster
[mangled: org/apache/fop/layout/RepeatingPageMasterFactory.getNextPageMaster:()Lorg/apache/fop/layout/PageMaster;]
RepeatingPageMasterFactory.getWidth ( ) : int
[mangled: org/apache/fop/layout/RepeatingPageMasterFactory.getWidth:()I]
RepeatingPageMasterFactory.RepeatingPageMasterFactory ( PageMaster p1, PageMaster p2 )
[mangled: org/apache/fop/layout/RepeatingPageMasterFactory."<init>":(Lorg/apache/fop/layout/PageMaster;Lorg/apache/fop/layout/PageMaster;)V]
fop_0_13_0.jar, Right.class
package org.apache.fop.fo.properties
Right.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/Right.getLength:()Lorg/apache/fop/datatypes/Length;]
Right.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/Right.maker:()Lorg/apache/fop/fo/Property$Maker;]
Right.Right ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/Right."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, RuleArea.class
package org.apache.fop.layout
RuleArea.getBlue ( ) : float
[mangled: org/apache/fop/layout/RuleArea.getBlue:()F]
RuleArea.getEndIndent ( ) : int
[mangled: org/apache/fop/layout/RuleArea.getEndIndent:()I]
RuleArea.getGreen ( ) : float
[mangled: org/apache/fop/layout/RuleArea.getGreen:()F]
RuleArea.getHeight ( ) : int
[mangled: org/apache/fop/layout/RuleArea.getHeight:()I]
RuleArea.getRed ( ) : float
[mangled: org/apache/fop/layout/RuleArea.getRed:()F]
RuleArea.getRuleThickness ( ) : int
[mangled: org/apache/fop/layout/RuleArea.getRuleThickness:()I]
RuleArea.getStartIndent ( ) : int
[mangled: org/apache/fop/layout/RuleArea.getStartIndent:()I]
RuleArea.render ( Renderer p1 ) : void
[mangled: org/apache/fop/layout/RuleArea.render:(Lorg/apache/fop/render/Renderer;)V]
RuleArea.RuleArea ( FontState p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, float p9, float p10, float p11 )
[mangled: org/apache/fop/layout/RuleArea."<init>":(Lorg/apache/fop/layout/FontState;IIIIIIIFFF)V]
fop_0_13_0.jar, RuleThickness.class
package org.apache.fop.fo.properties
RuleThickness.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/RuleThickness.getLength:()Lorg/apache/fop/datatypes/Length;]
RuleThickness.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/RuleThickness.maker:()Lorg/apache/fop/fo/Property$Maker;]
RuleThickness.RuleThickness ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/RuleThickness."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, SequenceSpecification.class
package org.apache.fop.fo.pagination
SequenceSpecification.addSequenceSpecifier ( SequenceSpecifier p1 ) : void
[mangled: org/apache/fop/fo/pagination/SequenceSpecification.addSequenceSpecifier:(Lorg/apache/fop/fo/pagination/SequenceSpecifier;)V]
SequenceSpecification.getFirstPageMasterFactory ( ) : PageMasterFactory
[mangled: org/apache/fop/fo/pagination/SequenceSpecification.getFirstPageMasterFactory:()Lorg/apache/fop/layout/PageMasterFactory;]
SequenceSpecification.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/pagination/SequenceSpecification.maker:()Lorg/apache/fop/fo/FObj$Maker;]
SequenceSpecification.SequenceSpecification ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/pagination/SequenceSpecification."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
SequenceSpecification.setLayoutMasterSet ( LayoutMasterSet p1 ) : void
[mangled: org/apache/fop/fo/pagination/SequenceSpecification.setLayoutMasterSet:(Lorg/apache/fop/fo/pagination/LayoutMasterSet;)V]
fop_0_13_0.jar, SequenceSpecifier.class
package org.apache.fop.fo.pagination
SequenceSpecifier.getPageMasterFactory ( ) [abstract] : PageMasterFactory
[mangled: org/apache/fop/fo/pagination/SequenceSpecifier.getPageMasterFactory:()Lorg/apache/fop/layout/PageMasterFactory;]
SequenceSpecifier.SequenceSpecifier ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/pagination/SequenceSpecifier."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_13_0.jar, SequenceSpecifierAlternating.class
package org.apache.fop.fo.pagination
SequenceSpecifierAlternating.getPageMasterFactory ( ) : PageMasterFactory
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierAlternating.getPageMasterFactory:()Lorg/apache/fop/layout/PageMasterFactory;]
SequenceSpecifierAlternating.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierAlternating.maker:()Lorg/apache/fop/fo/FObj$Maker;]
SequenceSpecifierAlternating.SequenceSpecifierAlternating ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierAlternating."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_13_0.jar, SequenceSpecifierRepeating.class
package org.apache.fop.fo.pagination
SequenceSpecifierRepeating.getPageMasterFactory ( ) : PageMasterFactory
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierRepeating.getPageMasterFactory:()Lorg/apache/fop/layout/PageMasterFactory;]
SequenceSpecifierRepeating.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierRepeating.maker:()Lorg/apache/fop/fo/FObj$Maker;]
SequenceSpecifierRepeating.SequenceSpecifierRepeating ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierRepeating."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_13_0.jar, SequenceSpecifierSingle.class
package org.apache.fop.fo.pagination
SequenceSpecifierSingle.getPageMasterFactory ( ) : PageMasterFactory
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierSingle.getPageMasterFactory:()Lorg/apache/fop/layout/PageMasterFactory;]
SequenceSpecifierSingle.getPageMasterName ( ) : String
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierSingle.getPageMasterName:()Ljava/lang/String;]
SequenceSpecifierSingle.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierSingle.maker:()Lorg/apache/fop/fo/FObj$Maker;]
SequenceSpecifierSingle.SequenceSpecifierSingle ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/pagination/SequenceSpecifierSingle."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_13_0.jar, SimpleLink.class
package org.apache.fop.fo.flow
SimpleLink.layout ( Area p1 ) : Status
[mangled: org/apache/fop/fo/flow/SimpleLink.layout:(Lorg/apache/fop/layout/Area;)Lorg/apache/fop/fo/Status;]
SimpleLink.maker ( ) [static] : FObj.Maker
[mangled: org/apache/fop/fo/flow/SimpleLink.maker:()Lorg/apache/fop/fo/FObj$Maker;]
SimpleLink.SimpleLink ( FObj p1, PropertyList p2 )
[mangled: org/apache/fop/fo/flow/SimpleLink."<init>":(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/PropertyList;)V]
fop_0_13_0.jar, SimplePageMaster.class
package org.apache.fop.fo.pagination
SimplePageMaster.setRegionAfter ( RegionAfter p1 ) : void
[mangled: org/apache/fop/fo/pagination/SimplePageMaster.setRegionAfter:(Lorg/apache/fop/fo/pagination/RegionAfter;)V]
SimplePageMaster.setRegionBefore ( RegionBefore p1 ) : void
[mangled: org/apache/fop/fo/pagination/SimplePageMaster.setRegionBefore:(Lorg/apache/fop/fo/pagination/RegionBefore;)V]
SimplePageMaster.setRegionBody ( RegionBody p1 ) : void
[mangled: org/apache/fop/fo/pagination/SimplePageMaster.setRegionBody:(Lorg/apache/fop/fo/pagination/RegionBody;)V]
fop_0_13_0.jar, SinglePageMasterFactory.class
package org.apache.fop.layout
SinglePageMasterFactory.getHeight ( ) : int
[mangled: org/apache/fop/layout/SinglePageMasterFactory.getHeight:()I]
SinglePageMasterFactory.getNextPageMaster ( ) : PageMaster
[mangled: org/apache/fop/layout/SinglePageMasterFactory.getNextPageMaster:()Lorg/apache/fop/layout/PageMaster;]
SinglePageMasterFactory.getWidth ( ) : int
[mangled: org/apache/fop/layout/SinglePageMasterFactory.getWidth:()I]
SinglePageMasterFactory.SinglePageMasterFactory ( PageMaster p1 )
[mangled: org/apache/fop/layout/SinglePageMasterFactory."<init>":(Lorg/apache/fop/layout/PageMaster;)V]
fop_0_13_0.jar, SpaceAfterOptimum.class
package org.apache.fop.fo.properties
SpaceAfterOptimum.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/SpaceAfterOptimum.getLength:()Lorg/apache/fop/datatypes/Length;]
SpaceAfterOptimum.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/SpaceAfterOptimum.maker:()Lorg/apache/fop/fo/Property$Maker;]
SpaceAfterOptimum.SpaceAfterOptimum ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/SpaceAfterOptimum."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, SpaceBeforeOptimum.class
package org.apache.fop.fo.properties
SpaceBeforeOptimum.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/SpaceBeforeOptimum.getLength:()Lorg/apache/fop/datatypes/Length;]
SpaceBeforeOptimum.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/SpaceBeforeOptimum.maker:()Lorg/apache/fop/fo/Property$Maker;]
SpaceBeforeOptimum.SpaceBeforeOptimum ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/SpaceBeforeOptimum."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, StandardElementMapping.class
package org.apache.fop.fo
StandardElementMapping.addToBuilder ( FOTreeBuilder p1 ) : void
[mangled: org/apache/fop/fo/StandardElementMapping.addToBuilder:(Lorg/apache/fop/fo/FOTreeBuilder;)V]
fop_0_13_0.jar, StartIndent.class
package org.apache.fop.fo.properties
StartIndent.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/StartIndent.getLength:()Lorg/apache/fop/datatypes/Length;]
StartIndent.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/StartIndent.maker:()Lorg/apache/fop/fo/Property$Maker;]
StartIndent.StartIndent ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/StartIndent."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, SVGArea.class
package org.apache.fop.svg
SVGArea.addGraphic ( Graphic p1 ) : void
[mangled: org/apache/fop/svg/SVGArea.addGraphic:(Lorg/apache/fop/svg/Graphic;)V]
SVGArea.render ( Renderer p1 ) : void
[mangled: org/apache/fop/svg/SVGArea.render:(Lorg/apache/fop/render/Renderer;)V]
SVGArea.SVGArea ( FontState p1, int p2, int p3 )
[mangled: org/apache/fop/svg/SVGArea."<init>":(Lorg/apache/fop/layout/FontState;II)V]
fop_0_13_0.jar, SVGElementMapping.class
package org.apache.fop.svg
SVGElementMapping.addToBuilder ( FOTreeBuilder p1 ) : void
[mangled: org/apache/fop/svg/SVGElementMapping.addToBuilder:(Lorg/apache/fop/fo/FOTreeBuilder;)V]
fop_0_13_0.jar, SVGLength.class
package org.apache.fop.svg
SVGLength.getLength ( ) : Length
[mangled: org/apache/fop/svg/SVGLength.getLength:()Lorg/apache/fop/datatypes/Length;]
SVGLength.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/svg/SVGLength.maker:()Lorg/apache/fop/fo/Property$Maker;]
SVGLength.SVGLength ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/svg/SVGLength."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, TextAlign.class
package org.apache.fop.fo.properties
TextAlign.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/TextAlign.getEnum:()I]
TextAlign.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/TextAlign.maker:()Lorg/apache/fop/fo/Property$Maker;]
TextAlign.TextAlign ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/TextAlign."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
fop_0_13_0.jar, TextAlignLast.class
package org.apache.fop.fo.properties
TextAlignLast.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/TextAlignLast.getEnum:()I]
TextAlignLast.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/TextAlignLast.maker:()Lorg/apache/fop/fo/Property$Maker;]
TextAlignLast.TextAlignLast ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/TextAlignLast."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
fop_0_13_0.jar, TextGraphic.class
package org.apache.fop.svg
TextGraphic.TextGraphic ( int p1, int p2, String p3 )
[mangled: org/apache/fop/svg/TextGraphic."<init>":(IILjava/lang/String;)V]
fop_0_13_0.jar, TextIndent.class
package org.apache.fop.fo.properties
TextIndent.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/TextIndent.getLength:()Lorg/apache/fop/datatypes/Length;]
TextIndent.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/TextIndent.maker:()Lorg/apache/fop/fo/Property$Maker;]
TextIndent.TextIndent ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/TextIndent."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, TimesBold.class
package org.apache.fop.render.pdf.fonts
TimesBold.getAscender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBold.getAscender:()I]
TimesBold.getCapHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBold.getCapHeight:()I]
TimesBold.getDescender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBold.getDescender:()I]
TimesBold.getXHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBold.getXHeight:()I]
TimesBold.width ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBold.width:(I)I]
fop_0_13_0.jar, TimesBoldItalic.class
package org.apache.fop.render.pdf.fonts
TimesBoldItalic.getAscender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBoldItalic.getAscender:()I]
TimesBoldItalic.getCapHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBoldItalic.getCapHeight:()I]
TimesBoldItalic.getDescender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBoldItalic.getDescender:()I]
TimesBoldItalic.getXHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBoldItalic.getXHeight:()I]
TimesBoldItalic.width ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesBoldItalic.width:(I)I]
fop_0_13_0.jar, TimesItalic.class
package org.apache.fop.render.pdf.fonts
TimesItalic.getAscender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesItalic.getAscender:()I]
TimesItalic.getCapHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesItalic.getCapHeight:()I]
TimesItalic.getDescender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesItalic.getDescender:()I]
TimesItalic.getXHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesItalic.getXHeight:()I]
TimesItalic.width ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesItalic.width:(I)I]
fop_0_13_0.jar, TimesRoman.class
package org.apache.fop.render.pdf.fonts
TimesRoman.getAscender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesRoman.getAscender:()I]
TimesRoman.getCapHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesRoman.getCapHeight:()I]
TimesRoman.getDescender ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesRoman.getDescender:()I]
TimesRoman.getXHeight ( ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesRoman.getXHeight:()I]
TimesRoman.width ( int p1 ) : int
[mangled: org/apache/fop/render/pdf/fonts/TimesRoman.width:(I)I]
fop_0_13_0.jar, Top.class
package org.apache.fop.fo.properties
Top.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/Top.getLength:()Lorg/apache/fop/datatypes/Length;]
Top.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/Top.maker:()Lorg/apache/fop/fo/Property$Maker;]
Top.Top ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/Top."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, WhiteSpaceTreatment.class
package org.apache.fop.fo.properties
WhiteSpaceTreatment.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/WhiteSpaceTreatment.getEnum:()I]
WhiteSpaceTreatment.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/WhiteSpaceTreatment.maker:()Lorg/apache/fop/fo/Property$Maker;]
WhiteSpaceTreatment.WhiteSpaceTreatment ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/WhiteSpaceTreatment."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
fop_0_13_0.jar, Width.class
package org.apache.fop.fo.properties
Width.getLength ( ) : Length
[mangled: org/apache/fop/fo/properties/Width.getLength:()Lorg/apache/fop/datatypes/Length;]
Width.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/Width.maker:()Lorg/apache/fop/fo/Property$Maker;]
Width.Width ( PropertyList p1, Length p2 )
[mangled: org/apache/fop/fo/properties/Width."<init>":(Lorg/apache/fop/fo/PropertyList;Lorg/apache/fop/datatypes/Length;)V]
fop_0_13_0.jar, WrapOption.class
package org.apache.fop.fo.properties
WrapOption.getEnum ( ) : int
[mangled: org/apache/fop/fo/properties/WrapOption.getEnum:()I]
WrapOption.maker ( ) [static] : Property.Maker
[mangled: org/apache/fop/fo/properties/WrapOption.maker:()Lorg/apache/fop/fo/Property$Maker;]
WrapOption.WrapOption ( PropertyList p1, int p2 )
[mangled: org/apache/fop/fo/properties/WrapOption."<init>":(Lorg/apache/fop/fo/PropertyList;I)V]
fop_0_13_0.jar, XMLRenderer.class
package org.apache.fop.render.xml
XMLRenderer.renderRuleArea ( RuleArea p1 ) : void
[mangled: org/apache/fop/render/xml/XMLRenderer.renderRuleArea:(Lorg/apache/fop/layout/RuleArea;)V]
XMLRenderer.renderSVGArea ( SVGArea p1 ) : void
[mangled: org/apache/fop/render/xml/XMLRenderer.renderSVGArea:(Lorg/apache/fop/svg/SVGArea;)V]
fop_0_13_0.jar, XTCommandLine.class
package org.apache.fop.apps
XTCommandLine.main ( String[ ] p1 ) [static] : void
[mangled: org/apache/fop/apps/XTCommandLine.main:([Ljava/lang/String;)V]
XTCommandLine.XTCommandLine ( )
[mangled: org/apache/fop/apps/XTCommandLine."<init>":()V]
turbine-pool.jar, ConnectionPool.class
package org.apache.turbine.util.db.pool
ConnectionPool.getDB ( ) : DB
[mangled: org/apache/turbine/util/db/pool/ConnectionPool.getDB:()Lorg/apache/turbine/util/db/pool/DB;]
turbine-pool.jar, Service.class
package org.apache.turbine.services
Service.getName ( ) [abstract] : String
[mangled: org/apache/turbine/services/Service.getName:()Ljava/lang/String;]
Service.setInit ( boolean p1 ) [abstract] : void
[mangled: org/apache/turbine/services/Service.setInit:(Z)V]
to the top
Problems with Data Types, High Severity (243)
fop_0_13_0.jar
package org.apache.fop.apps
[+] PDFOutputHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
PDFOutputHandler ( )This constructor is from 'PDFOutputHandler' class.
PDFOutputHandler ( OutputStream )This constructor is from 'PDFOutputHandler' class.
addElementMapping ( String )This method is from 'PDFOutputHandler' class.
addElementMapping ( ElementMapping )This method is from 'PDFOutputHandler' class.
createElementMapping ( String )This method is from 'PDFOutputHandler' class.
createRenderer ( String )This method is from 'PDFOutputHandler' class.
doFormat ( )This method is from 'PDFOutputHandler' class.
doRender ( )This method is from 'PDFOutputHandler' class.
endDocument ( )This method is from 'PDFOutputHandler' class.
init ( Destination, AttributeList )This method is from 'PDFOutputHandler' class.
setRenderer ( String, String )This method is from 'PDFOutputHandler' class.
...
[+] XTCommandLine (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
XTCommandLine ( )This constructor is from 'XTCommandLine' class.
main ( String[ ] )This method is from 'XTCommandLine' class.
package org.apache.fop.datatypes
[+] Length (1)
| Change | Effect |
---|
1 | Field fontsize of type double has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
mvalue ( )This method is from 'Length' class.
toString ( )This method is from 'Length' class.
getLength ( )Return value of this method has type 'Length'.
package org.apache.fop.fo
[+] ElementMapping (1)
| Change | Effect |
---|
1 | Abstract method addToBuilder ( FOTreeBuilder ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (2)
addElementMapping ( ElementMapping )1st parameter 'p1' of this method has type 'ElementMapping'.
createElementMapping ( String )Return value of this method has type 'ElementMapping'.
[+] FOTreeBuilder (3)
| Change | Effect |
---|
1 | Field level of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field namespaceStack of type java.util.Stack has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Field propertyListBuilder of type PropertyListBuilder has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
Driver ( )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
addElementMapping ( String )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
addElementMapping ( ElementMapping )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
buildFOTree ( Document )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
createElementMapping ( String )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
createRenderer ( String )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
format ( )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
render ( )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
setRenderer ( String, String )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
setRenderer ( Renderer )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
setWriter ( PrintWriter )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
FOTreeBuilder ( )This constructor is from 'FOTreeBuilder' class.
...
[+] Property (1)
| Change | Effect |
---|
1 | Field propertyList of type PropertyList has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
Property ( )This constructor is from 'Property' class.
getColorType ( )This method is from 'Property' class.
getEnum ( )This method is from 'Property' class.
getLength ( )This method is from 'Property' class.
getString ( )This method is from 'Property' class.
compute ( PropertyList )Return value of this method has type 'Property'.
make ( PropertyList )Return value of this method has type 'Property'.
get ( String )Return value of this method has type 'Property'.
package org.apache.fop.fo.flow
[+] DisplayGraphic (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DisplayGraphic ( FObj, PropertyList )This constructor is from 'DisplayGraphic' class.
layout ( Area )This method is from 'DisplayGraphic' class.
maker ( )This method is from 'DisplayGraphic' class.
[+] DisplayGraphic.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DisplayGraphic.Maker ( )This constructor is from 'DisplayGraphic.Maker' class.
make ( FObj, PropertyList )This method is from 'DisplayGraphic.Maker' class.
[+] DisplayRule (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DisplayRule ( FObj, PropertyList )This constructor is from 'DisplayRule' class.
layout ( Area )This method is from 'DisplayRule' class.
maker ( )This method is from 'DisplayRule' class.
[+] DisplayRule.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DisplayRule.Maker ( )This constructor is from 'DisplayRule.Maker' class.
make ( FObj, PropertyList )This method is from 'DisplayRule.Maker' class.
[+] InlineSequence (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
InlineSequence ( FObj, PropertyList )This constructor is from 'InlineSequence' class.
maker ( )This method is from 'InlineSequence' class.
[+] InlineSequence.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
InlineSequence.Maker ( )This constructor is from 'InlineSequence.Maker' class.
make ( FObj, PropertyList )This method is from 'InlineSequence.Maker' class.
[+] SimpleLink (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SimpleLink ( FObj, PropertyList )This constructor is from 'SimpleLink' class.
layout ( Area )This method is from 'SimpleLink' class.
maker ( )This method is from 'SimpleLink' class.
[+] SimpleLink.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SimpleLink.Maker ( )This constructor is from 'SimpleLink.Maker' class.
make ( FObj, PropertyList )This method is from 'SimpleLink.Maker' class.
package org.apache.fop.fo.pagination
[+] PageSequence (11)
| Change | Effect |
---|
1 | Access level of field currentPage has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
2 | Access level of field currentPageNumber has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
3 | Access level of field layoutMasterSet has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
4 | Access level of field pageNumberType has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
5 | Access level of field root has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
6 | Access level of field runningPageNumberCounter has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
7 | Access level of field thisIsFirstPage has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
8 | Field flow of type org.apache.fop.fo.flow.Flow has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
9 | Field sequenceSpecification of type SequenceSpecification has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
10 | Field staticAfter of type org.apache.fop.fo.flow.StaticContent has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
11 | Field staticBefore of type org.apache.fop.fo.flow.StaticContent has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
PageSequence ( FObj, PropertyList )This constructor is from 'PageSequence' class.
format ( AreaTree )This method is from 'PageSequence' class.
maker ( )This method is from 'PageSequence' class.
addPageSequence ( PageSequence )1st parameter 'p1' of this method has type 'PageSequence'.
[+] SequenceSpecification (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SequenceSpecification ( FObj, PropertyList )This constructor is from 'SequenceSpecification' class.
addSequenceSpecifier ( SequenceSpecifier )This method is from 'SequenceSpecification' class.
getFirstPageMasterFactory ( )This method is from 'SequenceSpecification' class.
maker ( )This method is from 'SequenceSpecification' class.
setLayoutMasterSet ( LayoutMasterSet )This method is from 'SequenceSpecification' class.
[+] SequenceSpecification.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SequenceSpecification.Maker ( )This constructor is from 'SequenceSpecification.Maker' class.
make ( FObj, PropertyList )This method is from 'SequenceSpecification.Maker' class.
[+] SequenceSpecifier (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SequenceSpecifier ( FObj, PropertyList )This constructor is from 'SequenceSpecifier' abstract class.
getPageMasterFactory ( )This abstract method is from 'SequenceSpecifier' abstract class.
[+] SequenceSpecifierAlternating (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SequenceSpecifierAlternating ( FObj, PropertyList )This constructor is from 'SequenceSpecifierAlternating' class.
getPageMasterFactory ( )This method is from 'SequenceSpecifierAlternating' class.
maker ( )This method is from 'SequenceSpecifierAlternating' class.
[+] SequenceSpecifierAlternating.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SequenceSpecifierAlternating.Maker ( )This constructor is from 'SequenceSpecifierAlternating.Maker' class.
make ( FObj, PropertyList )This method is from 'SequenceSpecifierAlternating.Maker' class.
[+] SequenceSpecifierRepeating (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SequenceSpecifierRepeating ( FObj, PropertyList )This constructor is from 'SequenceSpecifierRepeating' class.
getPageMasterFactory ( )This method is from 'SequenceSpecifierRepeating' class.
maker ( )This method is from 'SequenceSpecifierRepeating' class.
[+] SequenceSpecifierRepeating.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SequenceSpecifierRepeating.Maker ( )This constructor is from 'SequenceSpecifierRepeating.Maker' class.
make ( FObj, PropertyList )This method is from 'SequenceSpecifierRepeating.Maker' class.
[+] SequenceSpecifierSingle (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SequenceSpecifierSingle ( FObj, PropertyList )This constructor is from 'SequenceSpecifierSingle' class.
getPageMasterFactory ( )This method is from 'SequenceSpecifierSingle' class.
getPageMasterName ( )This method is from 'SequenceSpecifierSingle' class.
maker ( )This method is from 'SequenceSpecifierSingle' class.
[+] SequenceSpecifierSingle.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SequenceSpecifierSingle.Maker ( )This constructor is from 'SequenceSpecifierSingle.Maker' class.
make ( FObj, PropertyList )This method is from 'SequenceSpecifierSingle.Maker' class.
package org.apache.fop.fo.properties
[+] BackgroundColor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BackgroundColor ( PropertyList, ColorType )This constructor is from 'BackgroundColor' class.
getColorType ( )This method is from 'BackgroundColor' class.
maker ( )This method is from 'BackgroundColor' class.
[+] BackgroundColor.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BackgroundColor.Maker ( )This constructor is from 'BackgroundColor.Maker' class.
isInherited ( )This method is from 'BackgroundColor.Maker' class.
make ( PropertyList )This method is from 'BackgroundColor.Maker' class.
make ( PropertyList, String )This method is from 'BackgroundColor.Maker' class.
[+] BorderAfterColor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderAfterColor ( PropertyList, ColorType )This constructor is from 'BorderAfterColor' class.
getColorType ( )This method is from 'BorderAfterColor' class.
maker ( )This method is from 'BorderAfterColor' class.
[+] BorderAfterColor.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderAfterColor.Maker ( )This constructor is from 'BorderAfterColor.Maker' class.
isInherited ( )This method is from 'BorderAfterColor.Maker' class.
make ( PropertyList )This method is from 'BorderAfterColor.Maker' class.
make ( PropertyList, String )This method is from 'BorderAfterColor.Maker' class.
[+] BorderAfterStyle.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderAfterStyle.Maker ( )This constructor is from 'BorderAfterStyle.Maker' class.
isInherited ( )This method is from 'BorderAfterStyle.Maker' class.
make ( PropertyList )This method is from 'BorderAfterStyle.Maker' class.
make ( PropertyList, String )This method is from 'BorderAfterStyle.Maker' class.
[+] BorderAfterWidth (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderAfterWidth ( PropertyList, Length )This constructor is from 'BorderAfterWidth' class.
getLength ( )This method is from 'BorderAfterWidth' class.
maker ( )This method is from 'BorderAfterWidth' class.
[+] BorderAfterWidth.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderAfterWidth.Maker ( )This constructor is from 'BorderAfterWidth.Maker' class.
isInherited ( )This method is from 'BorderAfterWidth.Maker' class.
make ( PropertyList )This method is from 'BorderAfterWidth.Maker' class.
make ( PropertyList, String )This method is from 'BorderAfterWidth.Maker' class.
[+] BorderBeforeColor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderBeforeColor ( PropertyList, ColorType )This constructor is from 'BorderBeforeColor' class.
getColorType ( )This method is from 'BorderBeforeColor' class.
maker ( )This method is from 'BorderBeforeColor' class.
[+] BorderBeforeColor.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderBeforeColor.Maker ( )This constructor is from 'BorderBeforeColor.Maker' class.
isInherited ( )This method is from 'BorderBeforeColor.Maker' class.
make ( PropertyList )This method is from 'BorderBeforeColor.Maker' class.
make ( PropertyList, String )This method is from 'BorderBeforeColor.Maker' class.
[+] BorderBeforeStyle.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderBeforeStyle.Maker ( )This constructor is from 'BorderBeforeStyle.Maker' class.
isInherited ( )This method is from 'BorderBeforeStyle.Maker' class.
make ( PropertyList )This method is from 'BorderBeforeStyle.Maker' class.
make ( PropertyList, String )This method is from 'BorderBeforeStyle.Maker' class.
[+] BorderBeforeWidth (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderBeforeWidth ( PropertyList, Length )This constructor is from 'BorderBeforeWidth' class.
getLength ( )This method is from 'BorderBeforeWidth' class.
maker ( )This method is from 'BorderBeforeWidth' class.
[+] BorderBeforeWidth.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderBeforeWidth.Maker ( )This constructor is from 'BorderBeforeWidth.Maker' class.
isInherited ( )This method is from 'BorderBeforeWidth.Maker' class.
make ( PropertyList )This method is from 'BorderBeforeWidth.Maker' class.
make ( PropertyList, String )This method is from 'BorderBeforeWidth.Maker' class.
[+] BorderBottom (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderBottom ( PropertyList, String )This constructor is from 'BorderBottom' class.
getString ( )This method is from 'BorderBottom' class.
maker ( )This method is from 'BorderBottom' class.
[+] BorderBottom.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderBottom.Maker ( )This constructor is from 'BorderBottom.Maker' class.
isInherited ( )This method is from 'BorderBottom.Maker' class.
make ( PropertyList )This method is from 'BorderBottom.Maker' class.
make ( PropertyList, String )This method is from 'BorderBottom.Maker' class.
[+] BorderBottomColor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderBottomColor ( PropertyList, ColorType )This constructor is from 'BorderBottomColor' class.
getColorType ( )This method is from 'BorderBottomColor' class.
maker ( )This method is from 'BorderBottomColor' class.
[+] BorderBottomColor.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderBottomColor.Maker ( )This constructor is from 'BorderBottomColor.Maker' class.
isInherited ( )This method is from 'BorderBottomColor.Maker' class.
make ( PropertyList )This method is from 'BorderBottomColor.Maker' class.
make ( PropertyList, String )This method is from 'BorderBottomColor.Maker' class.
[+] BorderBottomStyle.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderBottomStyle.Maker ( )This constructor is from 'BorderBottomStyle.Maker' class.
isInherited ( )This method is from 'BorderBottomStyle.Maker' class.
make ( PropertyList )This method is from 'BorderBottomStyle.Maker' class.
make ( PropertyList, String )This method is from 'BorderBottomStyle.Maker' class.
[+] BorderBottomWidth (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderBottomWidth ( PropertyList, Length )This constructor is from 'BorderBottomWidth' class.
getLength ( )This method is from 'BorderBottomWidth' class.
maker ( )This method is from 'BorderBottomWidth' class.
[+] BorderBottomWidth.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderBottomWidth.Maker ( )This constructor is from 'BorderBottomWidth.Maker' class.
isInherited ( )This method is from 'BorderBottomWidth.Maker' class.
make ( PropertyList )This method is from 'BorderBottomWidth.Maker' class.
make ( PropertyList, String )This method is from 'BorderBottomWidth.Maker' class.
[+] BorderColor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderColor ( PropertyList, ColorType )This constructor is from 'BorderColor' class.
getColorType ( )This method is from 'BorderColor' class.
maker ( )This method is from 'BorderColor' class.
[+] BorderColor.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderColor.Maker ( )This constructor is from 'BorderColor.Maker' class.
isInherited ( )This method is from 'BorderColor.Maker' class.
make ( PropertyList )This method is from 'BorderColor.Maker' class.
make ( PropertyList, String )This method is from 'BorderColor.Maker' class.
[+] BorderEndColor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderEndColor ( PropertyList, ColorType )This constructor is from 'BorderEndColor' class.
getColorType ( )This method is from 'BorderEndColor' class.
maker ( )This method is from 'BorderEndColor' class.
[+] BorderEndColor.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderEndColor.Maker ( )This constructor is from 'BorderEndColor.Maker' class.
isInherited ( )This method is from 'BorderEndColor.Maker' class.
make ( PropertyList )This method is from 'BorderEndColor.Maker' class.
make ( PropertyList, String )This method is from 'BorderEndColor.Maker' class.
[+] BorderEndStyle.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderEndStyle.Maker ( )This constructor is from 'BorderEndStyle.Maker' class.
isInherited ( )This method is from 'BorderEndStyle.Maker' class.
make ( PropertyList )This method is from 'BorderEndStyle.Maker' class.
make ( PropertyList, String )This method is from 'BorderEndStyle.Maker' class.
[+] BorderEndWidth (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderEndWidth ( PropertyList, Length )This constructor is from 'BorderEndWidth' class.
getLength ( )This method is from 'BorderEndWidth' class.
maker ( )This method is from 'BorderEndWidth' class.
[+] BorderEndWidth.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderEndWidth.Maker ( )This constructor is from 'BorderEndWidth.Maker' class.
isInherited ( )This method is from 'BorderEndWidth.Maker' class.
make ( PropertyList )This method is from 'BorderEndWidth.Maker' class.
make ( PropertyList, String )This method is from 'BorderEndWidth.Maker' class.
[+] BorderLeft (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderLeft ( PropertyList, String )This constructor is from 'BorderLeft' class.
getString ( )This method is from 'BorderLeft' class.
maker ( )This method is from 'BorderLeft' class.
[+] BorderLeft.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderLeft.Maker ( )This constructor is from 'BorderLeft.Maker' class.
isInherited ( )This method is from 'BorderLeft.Maker' class.
make ( PropertyList )This method is from 'BorderLeft.Maker' class.
make ( PropertyList, String )This method is from 'BorderLeft.Maker' class.
[+] BorderLeftColor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderLeftColor ( PropertyList, ColorType )This constructor is from 'BorderLeftColor' class.
getColorType ( )This method is from 'BorderLeftColor' class.
maker ( )This method is from 'BorderLeftColor' class.
[+] BorderLeftColor.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderLeftColor.Maker ( )This constructor is from 'BorderLeftColor.Maker' class.
isInherited ( )This method is from 'BorderLeftColor.Maker' class.
make ( PropertyList )This method is from 'BorderLeftColor.Maker' class.
make ( PropertyList, String )This method is from 'BorderLeftColor.Maker' class.
[+] BorderLeftStyle.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderLeftStyle.Maker ( )This constructor is from 'BorderLeftStyle.Maker' class.
isInherited ( )This method is from 'BorderLeftStyle.Maker' class.
make ( PropertyList )This method is from 'BorderLeftStyle.Maker' class.
make ( PropertyList, String )This method is from 'BorderLeftStyle.Maker' class.
[+] BorderLeftWidth (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderLeftWidth ( PropertyList, Length )This constructor is from 'BorderLeftWidth' class.
getLength ( )This method is from 'BorderLeftWidth' class.
maker ( )This method is from 'BorderLeftWidth' class.
[+] BorderLeftWidth.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderLeftWidth.Maker ( )This constructor is from 'BorderLeftWidth.Maker' class.
isInherited ( )This method is from 'BorderLeftWidth.Maker' class.
make ( PropertyList )This method is from 'BorderLeftWidth.Maker' class.
make ( PropertyList, String )This method is from 'BorderLeftWidth.Maker' class.
[+] BorderRight (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderRight ( PropertyList, String )This constructor is from 'BorderRight' class.
getString ( )This method is from 'BorderRight' class.
maker ( )This method is from 'BorderRight' class.
[+] BorderRight.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderRight.Maker ( )This constructor is from 'BorderRight.Maker' class.
isInherited ( )This method is from 'BorderRight.Maker' class.
make ( PropertyList )This method is from 'BorderRight.Maker' class.
make ( PropertyList, String )This method is from 'BorderRight.Maker' class.
[+] BorderRightColor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderRightColor ( PropertyList, ColorType )This constructor is from 'BorderRightColor' class.
getColorType ( )This method is from 'BorderRightColor' class.
maker ( )This method is from 'BorderRightColor' class.
[+] BorderRightColor.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderRightColor.Maker ( )This constructor is from 'BorderRightColor.Maker' class.
isInherited ( )This method is from 'BorderRightColor.Maker' class.
make ( PropertyList )This method is from 'BorderRightColor.Maker' class.
make ( PropertyList, String )This method is from 'BorderRightColor.Maker' class.
[+] BorderRightStyle.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderRightStyle.Maker ( )This constructor is from 'BorderRightStyle.Maker' class.
isInherited ( )This method is from 'BorderRightStyle.Maker' class.
make ( PropertyList )This method is from 'BorderRightStyle.Maker' class.
make ( PropertyList, String )This method is from 'BorderRightStyle.Maker' class.
[+] BorderRightWidth (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderRightWidth ( PropertyList, Length )This constructor is from 'BorderRightWidth' class.
getLength ( )This method is from 'BorderRightWidth' class.
maker ( )This method is from 'BorderRightWidth' class.
[+] BorderRightWidth.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderRightWidth.Maker ( )This constructor is from 'BorderRightWidth.Maker' class.
isInherited ( )This method is from 'BorderRightWidth.Maker' class.
make ( PropertyList )This method is from 'BorderRightWidth.Maker' class.
make ( PropertyList, String )This method is from 'BorderRightWidth.Maker' class.
[+] BorderStartColor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderStartColor ( PropertyList, ColorType )This constructor is from 'BorderStartColor' class.
getColorType ( )This method is from 'BorderStartColor' class.
maker ( )This method is from 'BorderStartColor' class.
[+] BorderStartColor.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderStartColor.Maker ( )This constructor is from 'BorderStartColor.Maker' class.
isInherited ( )This method is from 'BorderStartColor.Maker' class.
make ( PropertyList )This method is from 'BorderStartColor.Maker' class.
make ( PropertyList, String )This method is from 'BorderStartColor.Maker' class.
[+] BorderStartStyle.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderStartStyle.Maker ( )This constructor is from 'BorderStartStyle.Maker' class.
isInherited ( )This method is from 'BorderStartStyle.Maker' class.
make ( PropertyList )This method is from 'BorderStartStyle.Maker' class.
make ( PropertyList, String )This method is from 'BorderStartStyle.Maker' class.
[+] BorderStartWidth (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderStartWidth ( PropertyList, Length )This constructor is from 'BorderStartWidth' class.
getLength ( )This method is from 'BorderStartWidth' class.
maker ( )This method is from 'BorderStartWidth' class.
[+] BorderStartWidth.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderStartWidth.Maker ( )This constructor is from 'BorderStartWidth.Maker' class.
isInherited ( )This method is from 'BorderStartWidth.Maker' class.
make ( PropertyList )This method is from 'BorderStartWidth.Maker' class.
make ( PropertyList, String )This method is from 'BorderStartWidth.Maker' class.
[+] BorderStyle.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderStyle.Maker ( )This constructor is from 'BorderStyle.Maker' class.
isInherited ( )This method is from 'BorderStyle.Maker' class.
make ( PropertyList )This method is from 'BorderStyle.Maker' class.
make ( PropertyList, String )This method is from 'BorderStyle.Maker' class.
[+] BorderTop (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderTop ( PropertyList, String )This constructor is from 'BorderTop' class.
getString ( )This method is from 'BorderTop' class.
maker ( )This method is from 'BorderTop' class.
[+] BorderTop.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderTop.Maker ( )This constructor is from 'BorderTop.Maker' class.
isInherited ( )This method is from 'BorderTop.Maker' class.
make ( PropertyList )This method is from 'BorderTop.Maker' class.
make ( PropertyList, String )This method is from 'BorderTop.Maker' class.
[+] BorderTopColor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderTopColor ( PropertyList, ColorType )This constructor is from 'BorderTopColor' class.
getColorType ( )This method is from 'BorderTopColor' class.
maker ( )This method is from 'BorderTopColor' class.
[+] BorderTopColor.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderTopColor.Maker ( )This constructor is from 'BorderTopColor.Maker' class.
isInherited ( )This method is from 'BorderTopColor.Maker' class.
make ( PropertyList )This method is from 'BorderTopColor.Maker' class.
make ( PropertyList, String )This method is from 'BorderTopColor.Maker' class.
[+] BorderTopStyle.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderTopStyle.Maker ( )This constructor is from 'BorderTopStyle.Maker' class.
isInherited ( )This method is from 'BorderTopStyle.Maker' class.
make ( PropertyList )This method is from 'BorderTopStyle.Maker' class.
make ( PropertyList, String )This method is from 'BorderTopStyle.Maker' class.
[+] BorderTopWidth (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderTopWidth ( PropertyList, Length )This constructor is from 'BorderTopWidth' class.
getLength ( )This method is from 'BorderTopWidth' class.
maker ( )This method is from 'BorderTopWidth' class.
[+] BorderTopWidth.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderTopWidth.Maker ( )This constructor is from 'BorderTopWidth.Maker' class.
isInherited ( )This method is from 'BorderTopWidth.Maker' class.
make ( PropertyList )This method is from 'BorderTopWidth.Maker' class.
make ( PropertyList, String )This method is from 'BorderTopWidth.Maker' class.
[+] BorderWidth (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BorderWidth ( PropertyList, Length )This constructor is from 'BorderWidth' class.
getLength ( )This method is from 'BorderWidth' class.
maker ( )This method is from 'BorderWidth' class.
[+] BorderWidth.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BorderWidth.Maker ( )This constructor is from 'BorderWidth.Maker' class.
isInherited ( )This method is from 'BorderWidth.Maker' class.
make ( PropertyList )This method is from 'BorderWidth.Maker' class.
make ( PropertyList, String )This method is from 'BorderWidth.Maker' class.
[+] Bottom (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Bottom ( PropertyList, Length )This constructor is from 'Bottom' class.
getLength ( )This method is from 'Bottom' class.
maker ( )This method is from 'Bottom' class.
[+] Bottom.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Bottom.Maker ( )This constructor is from 'Bottom.Maker' class.
isInherited ( )This method is from 'Bottom.Maker' class.
make ( PropertyList )This method is from 'Bottom.Maker' class.
make ( PropertyList, String )This method is from 'Bottom.Maker' class.
[+] BreakAfter.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BreakAfter.Maker ( )This constructor is from 'BreakAfter.Maker' class.
isInherited ( )This method is from 'BreakAfter.Maker' class.
make ( PropertyList )This method is from 'BreakAfter.Maker' class.
make ( PropertyList, String )This method is from 'BreakAfter.Maker' class.
[+] BreakBefore.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BreakBefore.Maker ( )This constructor is from 'BreakBefore.Maker' class.
isInherited ( )This method is from 'BreakBefore.Maker' class.
make ( PropertyList )This method is from 'BreakBefore.Maker' class.
make ( PropertyList, String )This method is from 'BreakBefore.Maker' class.
[+] Color (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Color ( PropertyList, ColorType )This constructor is from 'Color' class.
getColorType ( )This method is from 'Color' class.
maker ( )This method is from 'Color' class.
[+] Color.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Color.Maker ( )This constructor is from 'Color.Maker' class.
isInherited ( )This method is from 'Color.Maker' class.
make ( PropertyList )This method is from 'Color.Maker' class.
make ( PropertyList, String )This method is from 'Color.Maker' class.
[+] ColumnWidth (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ColumnWidth ( PropertyList, Length )This constructor is from 'ColumnWidth' class.
getLength ( )This method is from 'ColumnWidth' class.
maker ( )This method is from 'ColumnWidth' class.
[+] ColumnWidth.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ColumnWidth.Maker ( )This constructor is from 'ColumnWidth.Maker' class.
isInherited ( )This method is from 'ColumnWidth.Maker' class.
make ( PropertyList )This method is from 'ColumnWidth.Maker' class.
make ( PropertyList, String )This method is from 'ColumnWidth.Maker' class.
[+] EndIndent (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
EndIndent ( PropertyList, Length )This constructor is from 'EndIndent' class.
getLength ( )This method is from 'EndIndent' class.
maker ( )This method is from 'EndIndent' class.
[+] EndIndent.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
EndIndent.Maker ( )This constructor is from 'EndIndent.Maker' class.
isInherited ( )This method is from 'EndIndent.Maker' class.
make ( PropertyList )This method is from 'EndIndent.Maker' class.
make ( PropertyList, String )This method is from 'EndIndent.Maker' class.
[+] Extent (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Extent ( PropertyList, Length )This constructor is from 'Extent' class.
getLength ( )This method is from 'Extent' class.
maker ( )This method is from 'Extent' class.
[+] Extent.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Extent.Maker ( )This constructor is from 'Extent.Maker' class.
isInherited ( )This method is from 'Extent.Maker' class.
make ( PropertyList )This method is from 'Extent.Maker' class.
make ( PropertyList, String )This method is from 'Extent.Maker' class.
[+] ExternalDestination (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ExternalDestination ( PropertyList, String )This constructor is from 'ExternalDestination' class.
getString ( )This method is from 'ExternalDestination' class.
maker ( )This method is from 'ExternalDestination' class.
[+] ExternalDestination.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ExternalDestination.Maker ( )This constructor is from 'ExternalDestination.Maker' class.
isInherited ( )This method is from 'ExternalDestination.Maker' class.
make ( PropertyList )This method is from 'ExternalDestination.Maker' class.
make ( PropertyList, String )This method is from 'ExternalDestination.Maker' class.
[+] FlowName (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
FlowName ( PropertyList, String )This constructor is from 'FlowName' class.
getString ( )This method is from 'FlowName' class.
maker ( )This method is from 'FlowName' class.
[+] FlowName.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
FlowName.Maker ( )This constructor is from 'FlowName.Maker' class.
isInherited ( )This method is from 'FlowName.Maker' class.
make ( PropertyList )This method is from 'FlowName.Maker' class.
make ( PropertyList, String )This method is from 'FlowName.Maker' class.
[+] FontFamily (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
FontFamily ( PropertyList, String )This constructor is from 'FontFamily' class.
getString ( )This method is from 'FontFamily' class.
maker ( )This method is from 'FontFamily' class.
[+] FontFamily.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
FontFamily.Maker ( )This constructor is from 'FontFamily.Maker' class.
isInherited ( )This method is from 'FontFamily.Maker' class.
make ( PropertyList )This method is from 'FontFamily.Maker' class.
make ( PropertyList, String )This method is from 'FontFamily.Maker' class.
[+] FontSize (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
FontSize ( PropertyList, Length )This constructor is from 'FontSize' class.
getLength ( )This method is from 'FontSize' class.
maker ( )This method is from 'FontSize' class.
[+] FontSize.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
FontSize.Maker ( )This constructor is from 'FontSize.Maker' class.
isInherited ( )This method is from 'FontSize.Maker' class.
make ( PropertyList )This method is from 'FontSize.Maker' class.
make ( PropertyList, String )This method is from 'FontSize.Maker' class.
[+] FontStyle (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
FontStyle ( PropertyList, String )This constructor is from 'FontStyle' class.
getString ( )This method is from 'FontStyle' class.
maker ( )This method is from 'FontStyle' class.
[+] FontStyle.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
FontStyle.Maker ( )This constructor is from 'FontStyle.Maker' class.
isInherited ( )This method is from 'FontStyle.Maker' class.
make ( PropertyList )This method is from 'FontStyle.Maker' class.
make ( PropertyList, String )This method is from 'FontStyle.Maker' class.
[+] FontWeight (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
FontWeight ( PropertyList, String )This constructor is from 'FontWeight' class.
getString ( )This method is from 'FontWeight' class.
maker ( )This method is from 'FontWeight' class.
[+] FontWeight.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
FontWeight.Maker ( )This constructor is from 'FontWeight.Maker' class.
isInherited ( )This method is from 'FontWeight.Maker' class.
make ( PropertyList )This method is from 'FontWeight.Maker' class.
make ( PropertyList, String )This method is from 'FontWeight.Maker' class.
[+] Height (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Height ( PropertyList, Length )This constructor is from 'Height' class.
getLength ( )This method is from 'Height' class.
maker ( )This method is from 'Height' class.
[+] Height.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Height.Maker ( )This constructor is from 'Height.Maker' class.
isInherited ( )This method is from 'Height.Maker' class.
make ( PropertyList )This method is from 'Height.Maker' class.
make ( PropertyList, String )This method is from 'Height.Maker' class.
[+] HRef (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
HRef ( PropertyList, String )This constructor is from 'HRef' class.
getString ( )This method is from 'HRef' class.
maker ( )This method is from 'HRef' class.
[+] HRef.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
HRef.Maker ( )This constructor is from 'HRef.Maker' class.
isInherited ( )This method is from 'HRef.Maker' class.
make ( PropertyList )This method is from 'HRef.Maker' class.
make ( PropertyList, String )This method is from 'HRef.Maker' class.
[+] ID (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ID ( PropertyList, String )This constructor is from 'ID' class.
getString ( )This method is from 'ID' class.
maker ( )This method is from 'ID' class.
[+] ID.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ID.Maker ( )This constructor is from 'ID.Maker' class.
isInherited ( )This method is from 'ID.Maker' class.
make ( PropertyList )This method is from 'ID.Maker' class.
make ( PropertyList, String )This method is from 'ID.Maker' class.
[+] InitialPageNumber (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
InitialPageNumber ( PropertyList, String )This constructor is from 'InitialPageNumber' class.
getString ( )This method is from 'InitialPageNumber' class.
maker ( )This method is from 'InitialPageNumber' class.
[+] InitialPageNumber.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
InitialPageNumber.Maker ( )This constructor is from 'InitialPageNumber.Maker' class.
isInherited ( )This method is from 'InitialPageNumber.Maker' class.
make ( PropertyList )This method is from 'InitialPageNumber.Maker' class.
make ( PropertyList, String )This method is from 'InitialPageNumber.Maker' class.
[+] KeepWithNext.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
KeepWithNext.Maker ( )This constructor is from 'KeepWithNext.Maker' class.
isInherited ( )This method is from 'KeepWithNext.Maker' class.
make ( PropertyList )This method is from 'KeepWithNext.Maker' class.
make ( PropertyList, String )This method is from 'KeepWithNext.Maker' class.
[+] Left (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Left ( PropertyList, Length )This constructor is from 'Left' class.
getLength ( )This method is from 'Left' class.
maker ( )This method is from 'Left' class.
[+] Left.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Left.Maker ( )This constructor is from 'Left.Maker' class.
isInherited ( )This method is from 'Left.Maker' class.
make ( PropertyList )This method is from 'Left.Maker' class.
make ( PropertyList, String )This method is from 'Left.Maker' class.
[+] LineHeight (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
LineHeight ( PropertyList, Length )This constructor is from 'LineHeight' class.
getLength ( )This method is from 'LineHeight' class.
maker ( )This method is from 'LineHeight' class.
[+] LineHeight.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
LineHeight.Maker ( )This constructor is from 'LineHeight.Maker' class.
isInherited ( )This method is from 'LineHeight.Maker' class.
make ( PropertyList )This method is from 'LineHeight.Maker' class.
make ( PropertyList, String )This method is from 'LineHeight.Maker' class.
[+] MarginBottom (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
MarginBottom ( PropertyList, Length )This constructor is from 'MarginBottom' class.
getLength ( )This method is from 'MarginBottom' class.
maker ( )This method is from 'MarginBottom' class.
[+] MarginBottom.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
MarginBottom.Maker ( )This constructor is from 'MarginBottom.Maker' class.
isInherited ( )This method is from 'MarginBottom.Maker' class.
make ( PropertyList )This method is from 'MarginBottom.Maker' class.
make ( PropertyList, String )This method is from 'MarginBottom.Maker' class.
[+] MarginLeft (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
MarginLeft ( PropertyList, Length )This constructor is from 'MarginLeft' class.
getLength ( )This method is from 'MarginLeft' class.
maker ( )This method is from 'MarginLeft' class.
[+] MarginLeft.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
MarginLeft.Maker ( )This constructor is from 'MarginLeft.Maker' class.
isInherited ( )This method is from 'MarginLeft.Maker' class.
make ( PropertyList )This method is from 'MarginLeft.Maker' class.
make ( PropertyList, String )This method is from 'MarginLeft.Maker' class.
[+] MarginRight (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
MarginRight ( PropertyList, Length )This constructor is from 'MarginRight' class.
getLength ( )This method is from 'MarginRight' class.
maker ( )This method is from 'MarginRight' class.
[+] MarginRight.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
MarginRight.Maker ( )This constructor is from 'MarginRight.Maker' class.
isInherited ( )This method is from 'MarginRight.Maker' class.
make ( PropertyList )This method is from 'MarginRight.Maker' class.
make ( PropertyList, String )This method is from 'MarginRight.Maker' class.
[+] MarginTop (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
MarginTop ( PropertyList, Length )This constructor is from 'MarginTop' class.
getLength ( )This method is from 'MarginTop' class.
maker ( )This method is from 'MarginTop' class.
[+] MarginTop.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
MarginTop.Maker ( )This constructor is from 'MarginTop.Maker' class.
isInherited ( )This method is from 'MarginTop.Maker' class.
make ( PropertyList )This method is from 'MarginTop.Maker' class.
make ( PropertyList, String )This method is from 'MarginTop.Maker' class.
[+] Padding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Padding ( PropertyList, Length )This constructor is from 'Padding' class.
getLength ( )This method is from 'Padding' class.
maker ( )This method is from 'Padding' class.
[+] Padding.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Padding.Maker ( )This constructor is from 'Padding.Maker' class.
isInherited ( )This method is from 'Padding.Maker' class.
make ( PropertyList )This method is from 'Padding.Maker' class.
make ( PropertyList, String )This method is from 'Padding.Maker' class.
[+] PaddingAfter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PaddingAfter ( PropertyList, Length )This constructor is from 'PaddingAfter' class.
getLength ( )This method is from 'PaddingAfter' class.
maker ( )This method is from 'PaddingAfter' class.
[+] PaddingAfter.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PaddingAfter.Maker ( )This constructor is from 'PaddingAfter.Maker' class.
isInherited ( )This method is from 'PaddingAfter.Maker' class.
make ( PropertyList )This method is from 'PaddingAfter.Maker' class.
make ( PropertyList, String )This method is from 'PaddingAfter.Maker' class.
[+] PaddingBefore (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PaddingBefore ( PropertyList, Length )This constructor is from 'PaddingBefore' class.
getLength ( )This method is from 'PaddingBefore' class.
maker ( )This method is from 'PaddingBefore' class.
[+] PaddingBefore.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PaddingBefore.Maker ( )This constructor is from 'PaddingBefore.Maker' class.
isInherited ( )This method is from 'PaddingBefore.Maker' class.
make ( PropertyList )This method is from 'PaddingBefore.Maker' class.
make ( PropertyList, String )This method is from 'PaddingBefore.Maker' class.
[+] PaddingBottom (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PaddingBottom ( PropertyList, Length )This constructor is from 'PaddingBottom' class.
getLength ( )This method is from 'PaddingBottom' class.
maker ( )This method is from 'PaddingBottom' class.
[+] PaddingBottom.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PaddingBottom.Maker ( )This constructor is from 'PaddingBottom.Maker' class.
isInherited ( )This method is from 'PaddingBottom.Maker' class.
make ( PropertyList )This method is from 'PaddingBottom.Maker' class.
make ( PropertyList, String )This method is from 'PaddingBottom.Maker' class.
[+] PaddingEnd (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PaddingEnd ( PropertyList, Length )This constructor is from 'PaddingEnd' class.
getLength ( )This method is from 'PaddingEnd' class.
maker ( )This method is from 'PaddingEnd' class.
[+] PaddingEnd.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PaddingEnd.Maker ( )This constructor is from 'PaddingEnd.Maker' class.
isInherited ( )This method is from 'PaddingEnd.Maker' class.
make ( PropertyList )This method is from 'PaddingEnd.Maker' class.
make ( PropertyList, String )This method is from 'PaddingEnd.Maker' class.
[+] PaddingLeft (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PaddingLeft ( PropertyList, Length )This constructor is from 'PaddingLeft' class.
getLength ( )This method is from 'PaddingLeft' class.
maker ( )This method is from 'PaddingLeft' class.
[+] PaddingLeft.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PaddingLeft.Maker ( )This constructor is from 'PaddingLeft.Maker' class.
isInherited ( )This method is from 'PaddingLeft.Maker' class.
make ( PropertyList )This method is from 'PaddingLeft.Maker' class.
make ( PropertyList, String )This method is from 'PaddingLeft.Maker' class.
[+] PaddingRight (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PaddingRight ( PropertyList, Length )This constructor is from 'PaddingRight' class.
getLength ( )This method is from 'PaddingRight' class.
maker ( )This method is from 'PaddingRight' class.
[+] PaddingRight.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PaddingRight.Maker ( )This constructor is from 'PaddingRight.Maker' class.
isInherited ( )This method is from 'PaddingRight.Maker' class.
make ( PropertyList )This method is from 'PaddingRight.Maker' class.
make ( PropertyList, String )This method is from 'PaddingRight.Maker' class.
[+] PaddingStart (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PaddingStart ( PropertyList, Length )This constructor is from 'PaddingStart' class.
getLength ( )This method is from 'PaddingStart' class.
maker ( )This method is from 'PaddingStart' class.
[+] PaddingStart.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PaddingStart.Maker ( )This constructor is from 'PaddingStart.Maker' class.
isInherited ( )This method is from 'PaddingStart.Maker' class.
make ( PropertyList )This method is from 'PaddingStart.Maker' class.
make ( PropertyList, String )This method is from 'PaddingStart.Maker' class.
[+] PaddingTop (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PaddingTop ( PropertyList, Length )This constructor is from 'PaddingTop' class.
getLength ( )This method is from 'PaddingTop' class.
maker ( )This method is from 'PaddingTop' class.
[+] PaddingTop.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PaddingTop.Maker ( )This constructor is from 'PaddingTop.Maker' class.
isInherited ( )This method is from 'PaddingTop.Maker' class.
make ( PropertyList )This method is from 'PaddingTop.Maker' class.
make ( PropertyList, String )This method is from 'PaddingTop.Maker' class.
[+] PageHeight (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PageHeight ( PropertyList, Length )This constructor is from 'PageHeight' class.
getLength ( )This method is from 'PageHeight' class.
maker ( )This method is from 'PageHeight' class.
[+] PageHeight.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PageHeight.Maker ( )This constructor is from 'PageHeight.Maker' class.
isInherited ( )This method is from 'PageHeight.Maker' class.
make ( PropertyList )This method is from 'PageHeight.Maker' class.
make ( PropertyList, String )This method is from 'PageHeight.Maker' class.
[+] PageMasterEven (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PageMasterEven ( PropertyList, String )This constructor is from 'PageMasterEven' class.
getString ( )This method is from 'PageMasterEven' class.
maker ( )This method is from 'PageMasterEven' class.
[+] PageMasterEven.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PageMasterEven.Maker ( )This constructor is from 'PageMasterEven.Maker' class.
isInherited ( )This method is from 'PageMasterEven.Maker' class.
make ( PropertyList )This method is from 'PageMasterEven.Maker' class.
make ( PropertyList, String )This method is from 'PageMasterEven.Maker' class.
[+] PageMasterFirst (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PageMasterFirst ( PropertyList, String )This constructor is from 'PageMasterFirst' class.
getString ( )This method is from 'PageMasterFirst' class.
maker ( )This method is from 'PageMasterFirst' class.
[+] PageMasterFirst.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PageMasterFirst.Maker ( )This constructor is from 'PageMasterFirst.Maker' class.
isInherited ( )This method is from 'PageMasterFirst.Maker' class.
make ( PropertyList )This method is from 'PageMasterFirst.Maker' class.
make ( PropertyList, String )This method is from 'PageMasterFirst.Maker' class.
[+] PageMasterName (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PageMasterName ( PropertyList, String )This constructor is from 'PageMasterName' class.
getString ( )This method is from 'PageMasterName' class.
maker ( )This method is from 'PageMasterName' class.
[+] PageMasterName.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PageMasterName.Maker ( )This constructor is from 'PageMasterName.Maker' class.
isInherited ( )This method is from 'PageMasterName.Maker' class.
make ( PropertyList )This method is from 'PageMasterName.Maker' class.
make ( PropertyList, String )This method is from 'PageMasterName.Maker' class.
[+] PageMasterOdd (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PageMasterOdd ( PropertyList, String )This constructor is from 'PageMasterOdd' class.
getString ( )This method is from 'PageMasterOdd' class.
maker ( )This method is from 'PageMasterOdd' class.
[+] PageMasterOdd.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PageMasterOdd.Maker ( )This constructor is from 'PageMasterOdd.Maker' class.
isInherited ( )This method is from 'PageMasterOdd.Maker' class.
make ( PropertyList )This method is from 'PageMasterOdd.Maker' class.
make ( PropertyList, String )This method is from 'PageMasterOdd.Maker' class.
[+] PageMasterRepeating (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PageMasterRepeating ( PropertyList, String )This constructor is from 'PageMasterRepeating' class.
getString ( )This method is from 'PageMasterRepeating' class.
maker ( )This method is from 'PageMasterRepeating' class.
[+] PageMasterRepeating.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PageMasterRepeating.Maker ( )This constructor is from 'PageMasterRepeating.Maker' class.
isInherited ( )This method is from 'PageMasterRepeating.Maker' class.
make ( PropertyList )This method is from 'PageMasterRepeating.Maker' class.
make ( PropertyList, String )This method is from 'PageMasterRepeating.Maker' class.
[+] PageWidth (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PageWidth ( PropertyList, Length )This constructor is from 'PageWidth' class.
getLength ( )This method is from 'PageWidth' class.
maker ( )This method is from 'PageWidth' class.
[+] PageWidth.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PageWidth.Maker ( )This constructor is from 'PageWidth.Maker' class.
isInherited ( )This method is from 'PageWidth.Maker' class.
make ( PropertyList )This method is from 'PageWidth.Maker' class.
make ( PropertyList, String )This method is from 'PageWidth.Maker' class.
[+] Position.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Position.Maker ( )This constructor is from 'Position.Maker' class.
isInherited ( )This method is from 'Position.Maker' class.
make ( PropertyList )This method is from 'Position.Maker' class.
make ( PropertyList, String )This method is from 'Position.Maker' class.
[+] ProvisionalDistanceBetweenStarts (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ProvisionalDistanceBetweenStarts ( PropertyList, Length )This constructor is from 'ProvisionalDistanceBetweenStarts' class.
getLength ( )This method is from 'ProvisionalDistanceBetweenStarts' class.
maker ( )This method is from 'ProvisionalDistanceBetweenStarts' class.
[+] ProvisionalDistanceBetweenStarts.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ProvisionalDistanceBetweenStarts.Maker ( )This constructor is from 'ProvisionalDistanceBetweenStarts.Maker' class.
isInherited ( )This method is from 'ProvisionalDistanceBetweenStarts.Maker' class.
make ( PropertyList )This method is from 'ProvisionalDistanceBetweenStarts.Maker' class.
make ( PropertyList, String )This method is from 'ProvisionalDistanceBetweenStarts.Maker' class.
[+] ProvisionalLabelSeparation (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ProvisionalLabelSeparation ( PropertyList, Length )This constructor is from 'ProvisionalLabelSeparation' class.
getLength ( )This method is from 'ProvisionalLabelSeparation' class.
maker ( )This method is from 'ProvisionalLabelSeparation' class.
[+] ProvisionalLabelSeparation.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ProvisionalLabelSeparation.Maker ( )This constructor is from 'ProvisionalLabelSeparation.Maker' class.
isInherited ( )This method is from 'ProvisionalLabelSeparation.Maker' class.
make ( PropertyList )This method is from 'ProvisionalLabelSeparation.Maker' class.
make ( PropertyList, String )This method is from 'ProvisionalLabelSeparation.Maker' class.
[+] Right (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Right ( PropertyList, Length )This constructor is from 'Right' class.
getLength ( )This method is from 'Right' class.
maker ( )This method is from 'Right' class.
[+] Right.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Right.Maker ( )This constructor is from 'Right.Maker' class.
isInherited ( )This method is from 'Right.Maker' class.
make ( PropertyList )This method is from 'Right.Maker' class.
make ( PropertyList, String )This method is from 'Right.Maker' class.
[+] RuleThickness (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
RuleThickness ( PropertyList, Length )This constructor is from 'RuleThickness' class.
getLength ( )This method is from 'RuleThickness' class.
maker ( )This method is from 'RuleThickness' class.
[+] RuleThickness.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
RuleThickness.Maker ( )This constructor is from 'RuleThickness.Maker' class.
isInherited ( )This method is from 'RuleThickness.Maker' class.
make ( PropertyList )This method is from 'RuleThickness.Maker' class.
make ( PropertyList, String )This method is from 'RuleThickness.Maker' class.
[+] SpaceAfterOptimum (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SpaceAfterOptimum ( PropertyList, Length )This constructor is from 'SpaceAfterOptimum' class.
getLength ( )This method is from 'SpaceAfterOptimum' class.
maker ( )This method is from 'SpaceAfterOptimum' class.
[+] SpaceAfterOptimum.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SpaceAfterOptimum.Maker ( )This constructor is from 'SpaceAfterOptimum.Maker' class.
isInherited ( )This method is from 'SpaceAfterOptimum.Maker' class.
make ( PropertyList )This method is from 'SpaceAfterOptimum.Maker' class.
make ( PropertyList, String )This method is from 'SpaceAfterOptimum.Maker' class.
[+] SpaceBeforeOptimum (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SpaceBeforeOptimum ( PropertyList, Length )This constructor is from 'SpaceBeforeOptimum' class.
getLength ( )This method is from 'SpaceBeforeOptimum' class.
maker ( )This method is from 'SpaceBeforeOptimum' class.
[+] SpaceBeforeOptimum.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SpaceBeforeOptimum.Maker ( )This constructor is from 'SpaceBeforeOptimum.Maker' class.
isInherited ( )This method is from 'SpaceBeforeOptimum.Maker' class.
make ( PropertyList )This method is from 'SpaceBeforeOptimum.Maker' class.
make ( PropertyList, String )This method is from 'SpaceBeforeOptimum.Maker' class.
[+] StartIndent (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
StartIndent ( PropertyList, Length )This constructor is from 'StartIndent' class.
getLength ( )This method is from 'StartIndent' class.
maker ( )This method is from 'StartIndent' class.
[+] StartIndent.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
StartIndent.Maker ( )This constructor is from 'StartIndent.Maker' class.
isInherited ( )This method is from 'StartIndent.Maker' class.
make ( PropertyList )This method is from 'StartIndent.Maker' class.
make ( PropertyList, String )This method is from 'StartIndent.Maker' class.
[+] TextAlign.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TextAlign.Maker ( )This constructor is from 'TextAlign.Maker' class.
isInherited ( )This method is from 'TextAlign.Maker' class.
make ( PropertyList )This method is from 'TextAlign.Maker' class.
make ( PropertyList, String )This method is from 'TextAlign.Maker' class.
[+] TextAlignLast.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
TextAlignLast.Maker ( )This constructor is from 'TextAlignLast.Maker' class.
compute ( PropertyList )This method is from 'TextAlignLast.Maker' class.
isInherited ( )This method is from 'TextAlignLast.Maker' class.
make ( PropertyList )This method is from 'TextAlignLast.Maker' class.
make ( PropertyList, String )This method is from 'TextAlignLast.Maker' class.
[+] TextIndent (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
TextIndent ( PropertyList, Length )This constructor is from 'TextIndent' class.
getLength ( )This method is from 'TextIndent' class.
maker ( )This method is from 'TextIndent' class.
[+] TextIndent.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TextIndent.Maker ( )This constructor is from 'TextIndent.Maker' class.
isInherited ( )This method is from 'TextIndent.Maker' class.
make ( PropertyList )This method is from 'TextIndent.Maker' class.
make ( PropertyList, String )This method is from 'TextIndent.Maker' class.
[+] Top (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Top ( PropertyList, Length )This constructor is from 'Top' class.
getLength ( )This method is from 'Top' class.
maker ( )This method is from 'Top' class.
[+] Top.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Top.Maker ( )This constructor is from 'Top.Maker' class.
isInherited ( )This method is from 'Top.Maker' class.
make ( PropertyList )This method is from 'Top.Maker' class.
make ( PropertyList, String )This method is from 'Top.Maker' class.
[+] WhiteSpaceTreatment (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WhiteSpaceTreatment ( PropertyList, int )This constructor is from 'WhiteSpaceTreatment' class.
getEnum ( )This method is from 'WhiteSpaceTreatment' class.
maker ( )This method is from 'WhiteSpaceTreatment' class.
[+] WhiteSpaceTreatment.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
WhiteSpaceTreatment.Maker ( )This constructor is from 'WhiteSpaceTreatment.Maker' class.
isInherited ( )This method is from 'WhiteSpaceTreatment.Maker' class.
make ( PropertyList )This method is from 'WhiteSpaceTreatment.Maker' class.
make ( PropertyList, String )This method is from 'WhiteSpaceTreatment.Maker' class.
[+] Width (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Width ( PropertyList, Length )This constructor is from 'Width' class.
getLength ( )This method is from 'Width' class.
maker ( )This method is from 'Width' class.
[+] Width.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Width.Maker ( )This constructor is from 'Width.Maker' class.
isInherited ( )This method is from 'Width.Maker' class.
make ( PropertyList )This method is from 'Width.Maker' class.
make ( PropertyList, String )This method is from 'Width.Maker' class.
[+] WrapOption.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
WrapOption.Maker ( )This constructor is from 'WrapOption.Maker' class.
isInherited ( )This method is from 'WrapOption.Maker' class.
make ( PropertyList )This method is from 'WrapOption.Maker' class.
make ( PropertyList, String )This method is from 'WrapOption.Maker' class.
package org.apache.fop.image
[+] BmpBwImage (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
BmpBwImage ( String, int, int, int, int )This constructor is from 'BmpBwImage' class.
getbitperpixel ( )This method is from 'BmpBwImage' class.
getcolor ( )This method is from 'BmpBwImage' class.
getHeight ( )This method is from 'BmpBwImage' class.
gethref ( )This method is from 'BmpBwImage' class.
getimagemap ( )This method is from 'BmpBwImage' class.
getpixelheight ( )This method is from 'BmpBwImage' class.
getpixelwidth ( )This method is from 'BmpBwImage' class.
getWidth ( )This method is from 'BmpBwImage' class.
getX ( )This method is from 'BmpBwImage' class.
getY ( )This method is from 'BmpBwImage' class.
...
[+] BmpColImage (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
BmpColImage ( String, int, int, int, int )This constructor is from 'BmpColImage' class.
getbitperpixel ( )This method is from 'BmpColImage' class.
getcolor ( )This method is from 'BmpColImage' class.
getHeight ( )This method is from 'BmpColImage' class.
gethref ( )This method is from 'BmpColImage' class.
getimagemap ( )This method is from 'BmpColImage' class.
getpixelheight ( )This method is from 'BmpColImage' class.
getpixelwidth ( )This method is from 'BmpColImage' class.
getWidth ( )This method is from 'BmpColImage' class.
getX ( )This method is from 'BmpColImage' class.
getY ( )This method is from 'BmpColImage' class.
...
[+] FopImage (8)
| Change | Effect |
---|
1 | Abstract method getX ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method getY ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method getbitperpixel ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method getcolor ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Abstract method gethref ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
6 | Abstract method getimagemap ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
7 | Abstract method getpixelheight ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
8 | Abstract method getpixelwidth ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (13)
getHeight ( )This abstract method is from 'FopImage' interface.
getWidth ( )This abstract method is from 'FopImage' interface.
ImageArea ( FontState, FopImage, int, int, int, int, int, int )2nd parameter 'p2' of this method has type 'FopImage'.
getImage ( )Field 'this.image' in the object of this method has type 'FopImage'.
getImageHeight ( )Field 'this.image' in the object of this method has type 'FopImage'.
getXOffset ( )Field 'this.image' in the object of this method has type 'FopImage'.
render ( Renderer )Field 'this.image' in the object of this method has type 'FopImage'.
addImage ( FopImage )1st parameter 'p1' of this method has type 'FopImage'.
PDFXObject ( int, int, FopImage )3rd parameter 'p3' of this method has type 'FopImage'.
renderImageArea ( ImageArea )Field 'p1.image' in 1st parameter 'p1' of this method has type 'FopImage'.
renderImageArea ( ImageArea )Field 'p1.image' in 1st parameter 'p1' of this method has type 'FopImage'.
renderImageArea ( ImageArea )Field 'p1.image' in 1st parameter 'p1' of this abstract method has type 'FopImage'.
...
[+] GifJpegImage.FopImageConsumer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
GifJpegImage.FopImageConsumer ( GifJpegImage )This constructor is from 'GifJpegImage.FopImageConsumer' class.
getHeight ( )This method is from 'GifJpegImage.FopImageConsumer' class.
getWidth ( )This method is from 'GifJpegImage.FopImageConsumer' class.
imageComplete ( int )This method is from 'GifJpegImage.FopImageConsumer' class.
setColorModel ( ColorModel )This method is from 'GifJpegImage.FopImageConsumer' class.
setDimensions ( int, int )This method is from 'GifJpegImage.FopImageConsumer' class.
setHints ( int )This method is from 'GifJpegImage.FopImageConsumer' class.
setPixels ( int, int, int, int, ColorModel, byte[ ], int, int )This method is from 'GifJpegImage.FopImageConsumer' class.
setPixels ( int, int, int, int, ColorModel, int[ ], int, int )This method is from 'GifJpegImage.FopImageConsumer' class.
setProperties ( Hashtable )This method is from 'GifJpegImage.FopImageConsumer' class.
package org.apache.fop.layout
[+] AlternatingPageMasterFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AlternatingPageMasterFactory ( PageMaster, PageMaster, PageMaster )This constructor is from 'AlternatingPageMasterFactory' class.
getHeight ( )This method is from 'AlternatingPageMasterFactory' class.
getNextPageMaster ( )This method is from 'AlternatingPageMasterFactory' class.
getWidth ( )This method is from 'AlternatingPageMasterFactory' class.
[+] FontMetric (5)
| Change | Effect |
---|
1 | Abstract method getAscender ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method getCapHeight ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method getDescender ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method getXHeight ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Abstract method width ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (3)
addMetrics ( String, FontMetric )2nd parameter 'p2' of this method has type 'FontMetric'.
getMetricsFor ( String )Return value of this method has type 'FontMetric'.
getMetricsFor ( String, String, String )Return value of this method has type 'FontMetric'.
[+] PageMasterFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
PageMasterFactory ( )This constructor is from 'PageMasterFactory' abstract class.
getHeight ( )This abstract method is from 'PageMasterFactory' abstract class.
getNext ( )This method is from 'PageMasterFactory' abstract class.
getNextPageMaster ( )This abstract method is from 'PageMasterFactory' abstract class.
getWidth ( )This abstract method is from 'PageMasterFactory' abstract class.
setNext ( PageMasterFactory )This method is from 'PageMasterFactory' abstract class.
[+] Region (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Region ( int, int, int, int )This constructor is from 'Region' class.
makeAreaContainer ( )This method is from 'Region' class.
[+] RepeatingPageMasterFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
RepeatingPageMasterFactory ( PageMaster, PageMaster )This constructor is from 'RepeatingPageMasterFactory' class.
getHeight ( )This method is from 'RepeatingPageMasterFactory' class.
getNextPageMaster ( )This method is from 'RepeatingPageMasterFactory' class.
getWidth ( )This method is from 'RepeatingPageMasterFactory' class.
[+] RuleArea (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
RuleArea ( FontState, int, int, int, int, int, int, int, float, float, float )This constructor is from 'RuleArea' class.
getBlue ( )This method is from 'RuleArea' class.
getEndIndent ( )This method is from 'RuleArea' class.
getGreen ( )This method is from 'RuleArea' class.
getHeight ( )This method is from 'RuleArea' class.
getRed ( )This method is from 'RuleArea' class.
getRuleThickness ( )This method is from 'RuleArea' class.
getStartIndent ( )This method is from 'RuleArea' class.
render ( Renderer )This method is from 'RuleArea' class.
[+] SinglePageMasterFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SinglePageMasterFactory ( PageMaster )This constructor is from 'SinglePageMasterFactory' class.
getHeight ( )This method is from 'SinglePageMasterFactory' class.
getNextPageMaster ( )This method is from 'SinglePageMasterFactory' class.
getWidth ( )This method is from 'SinglePageMasterFactory' class.
package org.apache.fop.pdf
[+] PDFAction (4)
| Change | Effect |
---|
1 | This class became abstract. | A client program may be interrupted by InstantiationError exception. |
2 | Method toPDF ( ) became abstract. | A client program may be interrupted by InstantiationError exception. |
3 | Abstract method getAction ( ) has been added to this class. | This class became abstract and a client program may be interrupted by InstantiationError exception. |
4 | Field fileSpec of type PDFFileSpec has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (2)
toPDF ( )This method is from 'PDFAction' class.
setAction ( PDFAction )1st parameter 'p1' of this method has type 'PDFAction'.
[+] PDFFont (1)
| Change | Effect |
---|
1 | Type of field encoding has been changed from java.lang.String to java.lang.Object. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
getName ( )This method is from 'PDFFont' class.
toPDF ( )This method is from 'PDFFont' class.
addFont ( PDFFont )1st parameter 'p1' of this method has type 'PDFFont'.
package org.apache.fop.render
[+] Renderer (2)
| Change | Effect |
---|
1 | Abstract method renderRuleArea ( RuleArea ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method renderSVGArea ( SVGArea ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (31)
Driver ( )Field 'this.renderer' in the object of this method has type 'Renderer'.
addElementMapping ( String )Field 'this.renderer' in the object of this method has type 'Renderer'.
addElementMapping ( ElementMapping )Field 'this.renderer' in the object of this method has type 'Renderer'.
buildFOTree ( Document )Field 'this.renderer' in the object of this method has type 'Renderer'.
createElementMapping ( String )Field 'this.renderer' in the object of this method has type 'Renderer'.
createRenderer ( String )Field 'this.renderer' in the object of this method has type 'Renderer'.
format ( )Field 'this.renderer' in the object of this method has type 'Renderer'.
render ( )Field 'this.renderer' in the object of this method has type 'Renderer'.
setRenderer ( String, String )Field 'this.renderer' in the object of this method has type 'Renderer'.
setRenderer ( Renderer )1st parameter 'p1' of this method has type 'Renderer'.
setWriter ( PrintWriter )Field 'this.renderer' in the object of this method has type 'Renderer'.
render ( Renderer )1st parameter 'p1' of this method has type 'Renderer'.
...
package org.apache.fop.render.awt
[+] AWTRenderer (1)
| Change | Effect |
---|
1 | Field JAVA_FONT_NAMES of type java.util.Hashtable has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (40)
createPreviewDialog ( AWTRenderer, Translator )1st parameter 'p1' of this method has type 'AWTRenderer'.
AWTRenderer ( Translator )This constructor is from 'AWTRenderer' class.
addLine ( int, int, int, int, int, float, float, float )This method is from 'AWTRenderer' class.
addRect ( int, int, int, int, float, float, float )This method is from 'AWTRenderer' class.
addRect ( int, int, int, int, float, float, float, float, float, float )This method is from 'AWTRenderer' class.
colorType2Color ( ColorType )This method is from 'AWTRenderer' class.
drawFrame ( )This method is from 'AWTRenderer' class.
getBounds ( Area )This method is from 'AWTRenderer' class.
getLastRenderedPage ( )This method is from 'AWTRenderer' class.
getNumberOfPages ( )This method is from 'AWTRenderer' class.
getPageCount ( )This method is from 'AWTRenderer' class.
getPageFormat ( int )This method is from 'AWTRenderer' class.
...
package org.apache.fop.render.pdf
[+] Font (5)
| Change | Effect |
---|
1 | Abstract method getAscender ( ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method getCapHeight ( ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method getDescender ( ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method getXHeight ( ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Abstract method width ( int ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (3)
Font ( )This constructor is from 'Font' abstract class.
encoding ( )This abstract method is from 'Font' abstract class.
fontName ( )This abstract method is from 'Font' abstract class.
package org.apache.fop.svg
[+] Graphic (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
Graphic ( )This constructor is from 'Graphic' abstract class.
[+] LineGraphic (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
LineGraphic ( int, int, int, int )This constructor is from 'LineGraphic' class.
[+] RectGraphic (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
RectGraphic ( int, int, int, int )This constructor is from 'RectGraphic' class.
[+] SVGArea (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SVGArea ( FontState, int, int )This constructor is from 'SVGArea' class.
addGraphic ( Graphic )This method is from 'SVGArea' class.
render ( Renderer )This method is from 'SVGArea' class.
[+] SVGLength (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SVGLength ( PropertyList, Length )This constructor is from 'SVGLength' class.
getLength ( )This method is from 'SVGLength' class.
maker ( )This method is from 'SVGLength' class.
[+] SVGLength.Maker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SVGLength.Maker ( )This constructor is from 'SVGLength.Maker' class.
isInherited ( )This method is from 'SVGLength.Maker' class.
make ( PropertyList )This method is from 'SVGLength.Maker' class.
make ( PropertyList, String )This method is from 'SVGLength.Maker' class.
[+] Text (1)
| Change | Effect |
---|
1 | Field text of type java.lang.String has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
Text ( FObj, PropertyList )This constructor is from 'Text' class.
addCharacters ( char[ ], int, int )This method is from 'Text' class.
maker ( )This method is from 'Text' class.
[+] TextGraphic (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
TextGraphic ( int, int, String )This constructor is from 'TextGraphic' class.
turbine-pool.jar
package org.apache.turbine.services
[+] Service (2)
| Change | Effect |
---|
1 | Abstract method getName ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method setInit ( boolean ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (2)
getProperties ( )This abstract method is from 'Service' interface.
setName ( String )This abstract method is from 'Service' interface.
[+] TurbineBaseService (1)
| Change | Effect |
---|
1 | Removed super-interface Service. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (2)
TurbineBaseService ( )This constructor is from 'TurbineBaseService' class.
init ( )This method is from 'TurbineBaseService' class.
package org.apache.turbine.util.db.pool
[+] DB (3)
| Change | Effect |
---|
1 | Field DB_CONNECTION of type java.lang.String has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field DB_PASS of type java.lang.String has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Field DB_USER of type java.lang.String has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (1)
DB ( )This constructor is from 'DB' abstract class.
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)
[mangled: org/apache/fop/fo/Property.Maker."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to protected. | A client program may be interrupted by IllegalAccessError exception. |
fop_0_13_0.jar, PDFAction
package org.apache.fop.pdf
[+] PDFAction.toPDF ( ) : String (1)
[mangled: org/apache/fop/pdf/PDFAction.toPDF:()Ljava/lang/String;]
| Change | Effect |
---|
1 | Method became abstract.
| A client program trying to create an instance of the method's class may be interrupted by InstantiationError exception. |
to the top
Problems with Data Types, Medium Severity (33)
fop_0_13_0.jar
package org.apache.fop.fo
[+] ElementMapping (1)
| Change | Effect |
---|
1 | Abstract method addToBuilder ( TreeBuilder ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method addElementMapping ( String ) and may not be implemented by old clients. |
[+] affected methods (2)
addElementMapping ( ElementMapping )1st parameter 'p1' of this method has type 'ElementMapping'.
createElementMapping ( String )Return value of this method has type 'ElementMapping'.
[+] FOTreeBuilder (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.xml.sax.HandlerBase to org.xml.sax.helpers.DefaultHandler. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (16)
Driver ( )This constructor is from 'FOTreeBuilder' class.
addElementMapping ( String )This method is from 'FOTreeBuilder' class.
addElementMapping ( ElementMapping )This method is from 'FOTreeBuilder' class.
buildFOTree ( Document )This method is from 'FOTreeBuilder' class.
createElementMapping ( String )This method is from 'FOTreeBuilder' class.
createRenderer ( String )This method is from 'FOTreeBuilder' class.
format ( )This method is from 'FOTreeBuilder' class.
render ( )This method is from 'FOTreeBuilder' class.
setRenderer ( String, String )This method is from 'FOTreeBuilder' class.
setRenderer ( Renderer )This method is from 'FOTreeBuilder' class.
setWriter ( PrintWriter )This method is from 'FOTreeBuilder' class.
FOTreeBuilder ( )This constructor is from 'FOTreeBuilder' class.
...
package org.apache.fop.fo.flow
[+] StaticContent (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.apache.fop.fo.FObj to Flow. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
StaticContent ( FObj, PropertyList )This constructor is from 'StaticContent' class.
layout ( Area )This method is from 'StaticContent' class.
maker ( )This method is from 'StaticContent' class.
package org.apache.fop.fo.pagination
[+] RegionAfter (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.apache.fop.fo.FObj to Region. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
RegionAfter ( FObj, PropertyList )This constructor is from 'RegionAfter' class.
maker ( )This method is from 'RegionAfter' class.
[+] RegionBefore (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.apache.fop.fo.FObj to Region. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
RegionBefore ( FObj, PropertyList )This constructor is from 'RegionBefore' class.
maker ( )This method is from 'RegionBefore' class.
[+] RegionBody (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.apache.fop.fo.FObj to Region. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
RegionBody ( FObj, PropertyList )This constructor is from 'RegionBody' class.
maker ( )This method is from 'RegionBody' class.
package org.apache.fop.image
[+] FopImage (7)
| Change | Effect |
---|
1 | Abstract method close ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method output ( PrintWriter ) and may not be implemented by old clients. |
2 | Abstract method getBitmaps ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method output ( PrintWriter ) and may not be implemented by old clients. |
3 | Abstract method getBitsPerPixel ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method output ( PrintWriter ) and may not be implemented by old clients. |
4 | Abstract method getColorSpace ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method output ( PrintWriter ) and may not be implemented by old clients. |
5 | Abstract method getTransparentColor ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method output ( PrintWriter ) and may not be implemented by old clients. |
6 | Abstract method getURL ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method addImage ( FopImage ) and may not be implemented by old clients. |
7 | Abstract method isTransparent ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method output ( PrintWriter ) and may not be implemented by old clients. |
[+] affected methods (13)
getHeight ( )This abstract method is from 'FopImage' interface.
getWidth ( )This abstract method is from 'FopImage' interface.
ImageArea ( FontState, FopImage, int, int, int, int, int, int )2nd parameter 'p2' of this method has type 'FopImage'.
getImage ( )Field 'this.image' in the object of this method has type 'FopImage'.
getImageHeight ( )Field 'this.image' in the object of this method has type 'FopImage'.
getXOffset ( )Field 'this.image' in the object of this method has type 'FopImage'.
render ( Renderer )Field 'this.image' in the object of this method has type 'FopImage'.
addImage ( FopImage )1st parameter 'p1' of this method has type 'FopImage'.
PDFXObject ( int, int, FopImage )3rd parameter 'p3' of this method has type 'FopImage'.
renderImageArea ( ImageArea )Field 'p1.image' in 1st parameter 'p1' of this method has type 'FopImage'.
renderImageArea ( ImageArea )Field 'p1.image' in 1st parameter 'p1' of this method has type 'FopImage'.
renderImageArea ( ImageArea )Field 'p1.image' in 1st parameter 'p1' of this abstract method has type 'FopImage'.
...
package org.apache.fop.layout
[+] FontMetric (5)
| Change | Effect |
---|
1 | Abstract method getAscender ( int ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method getAscender ( ) and may not be implemented by old clients. |
2 | Abstract method getCapHeight ( int ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method getCapHeight ( ) and may not be implemented by old clients. |
3 | Abstract method getDescender ( int ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method getDescender ( ) and may not be implemented by old clients. |
4 | Abstract method getXHeight ( int ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method getXHeight ( ) and may not be implemented by old clients. |
5 | Abstract method width ( int, int ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method width ( int ) and may not be implemented by old clients. |
[+] affected methods (3)
addMetrics ( String, FontMetric )2nd parameter 'p2' of this method has type 'FontMetric'.
getMetricsFor ( String )Return value of this method has type 'FontMetric'.
getMetricsFor ( String, String, String )Return value of this method has type 'FontMetric'.
package org.apache.fop.svg
[+] Line (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.apache.fop.fo.FObj to SVGObj. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
Line ( FObj, PropertyList )This constructor is from 'Line' class.
maker ( )This method is from 'Line' class.
[+] Rect (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.apache.fop.fo.FObj to SVGObj. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
Rect ( FObj, PropertyList )This constructor is from 'Rect' class.
maker ( )This method is from 'Rect' class.
[+] Text (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.apache.fop.fo.FObjMixed to SVGObj. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
Text ( FObj, PropertyList )This constructor is from 'Text' class.
addCharacters ( char[ ], int, int )This method is from 'Text' class.
maker ( )This method is from 'Text' class.
turbine-pool.jar
package org.apache.turbine.util.db.pool
[+] DBDB2App (1)
| Change | Effect |
---|
1 | Superclass has been changed from DB to org.apache.turbine.util.db.adapter.DBDB2App. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
DBDB2App ( )This constructor is from 'DBDB2App' class.
[+] DBDB2Net (1)
| Change | Effect |
---|
1 | Superclass has been changed from DB to org.apache.turbine.util.db.adapter.DBDB2Net. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
DBDB2Net ( )This constructor is from 'DBDB2Net' class.
[+] DBHypersonicSQL (1)
| Change | Effect |
---|
1 | Superclass has been changed from DB to org.apache.turbine.util.db.adapter.DBHypersonicSQL. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
DBHypersonicSQL ( )This constructor is from 'DBHypersonicSQL' class.
[+] DBInformix (1)
| Change | Effect |
---|
1 | Superclass has been changed from DB to org.apache.turbine.util.db.adapter.DBInformix. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
DBInformix ( )This constructor is from 'DBInformix' class.
[+] DBInstantDB (1)
| Change | Effect |
---|
1 | Superclass has been changed from DB to org.apache.turbine.util.db.adapter.DBInstantDB. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
DBInstantDB ( )This constructor is from 'DBInstantDB' class.
[+] DBInterbase (1)
| Change | Effect |
---|
1 | Superclass has been changed from DB to org.apache.turbine.util.db.adapter.DBInterbase. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
DBInterbase ( )This constructor is from 'DBInterbase' class.
[+] DBMM (1)
| Change | Effect |
---|
1 | Superclass has been changed from DB to org.apache.turbine.util.db.adapter.DBMM. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
DBMM ( )This constructor is from 'DBMM' class.
[+] DBNone (1)
| Change | Effect |
---|
1 | Superclass has been changed from DB to org.apache.turbine.util.db.adapter.DBNone. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
DBNone ( )This constructor is from 'DBNone' class.
[+] DBOracle (1)
| Change | Effect |
---|
1 | Superclass has been changed from DB to org.apache.turbine.util.db.adapter.DBOracle. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
DBOracle ( )This constructor is from 'DBOracle' class.
[+] DBPostgres (1)
| Change | Effect |
---|
1 | Superclass has been changed from DB to org.apache.turbine.util.db.adapter.DBPostgres. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
DBPostgres ( )This constructor is from 'DBPostgres' class.
[+] DBSybase (1)
| Change | Effect |
---|
1 | Superclass has been changed from DB to org.apache.turbine.util.db.adapter.DBSybase. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
DBSybase ( )This constructor is from 'DBSybase' class.
[+] DBWeblogic (1)
| Change | Effect |
---|
1 | Superclass has been changed from DB to org.apache.turbine.util.db.adapter.DBWeblogic. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
DBWeblogic ( )This constructor is from 'DBWeblogic' class.
to the top
Problems with Data Types, Low Severity (133)
fop_0_13_0.jar
package org.apache.fop.fo
[+] FOTreeBuilder (2)
| Change | Effect |
---|
1 | Method endElement ( String, String, String ) has been overridden by endElement ( String, String, String ) | Method endElement ( String, String, String ) will be called instead of endElement ( String, String, String ) in a client program. |
2 | Method startElement ( String, String, String, Attributes ) has been overridden by startElement ( String, String, String, Attributes ) | Method startElement ( String, String, String, Attributes ) will be called instead of startElement ( String, String, String, Attributes ) in a client program. |
[+] affected methods (2)
endElement ( String, String, String )Method 'endElement ( String, String, String )' will be called instead of this method in a client program.
startElement ( String, String, String, Attributes )Method 'startElement ( String, String, String, Attributes )' will be called instead of this method in a client program.
package org.apache.fop.fo.flow
[+] ListBlock (1)
| Change | Effect |
---|
1 | Method setBodyIndent ( int ) has been overridden by setBodyIndent ( int ) | Method setBodyIndent ( int ) will be called instead of setBodyIndent ( int ) in a client program. |
[+] affected methods (1)
setBodyIndent ( int )Method 'setBodyIndent ( int )' will be called instead of this method in a client program.
package org.apache.fop.image
[+] GifJpegImage (2)
| Change | Effect |
---|
1 | Method getHeight ( ) has been moved up type hierarchy to getHeight ( ) | Method getHeight ( ) will be called instead of getHeight ( ) in a client program. |
2 | Method getWidth ( ) has been moved up type hierarchy to getWidth ( ) | Method getWidth ( ) will be called instead of getWidth ( ) in a client program. |
[+] affected methods (2)
getHeight ( )Method 'getHeight ( )' will be called instead of this method in a client program.
getWidth ( )Method 'getWidth ( )' will be called instead of this method in a client program.
package org.apache.fop.svg
[+] Line (1)
| Change | Effect |
---|
1 | Method layout ( Area ) has been moved up type hierarchy to layout ( Area ) | Method layout ( Area ) will be called instead of layout ( Area ) in a client program. |
[+] affected methods (1)
layout ( Area )Method 'layout ( Area )' will be called instead of this method in a client program.
[+] Rect (1)
| Change | Effect |
---|
1 | Method layout ( Area ) has been moved up type hierarchy to layout ( Area ) | Method layout ( Area ) will be called instead of layout ( Area ) in a client program. |
[+] affected methods (1)
layout ( Area )Method 'layout ( Area )' will be called instead of this method in a client program.
[+] Text (2)
| Change | Effect |
---|
1 | Method layout ( Area ) has been moved up type hierarchy to layout ( Area ) | Method layout ( Area ) will be called instead of layout ( Area ) in a client program. |
2 | Method addChild ( FONode ) has been overridden by addChild ( FONode ) | Method addChild ( FONode ) will be called instead of addChild ( FONode ) in a client program. |
[+] affected methods (2)
addChild ( FONode )Method 'addChild ( FONode )' will be called instead of this method in a client program.
layout ( Area )Method 'layout ( Area )' will be called instead of this method in a client program.
turbine-pool.jar
package org.apache.turbine.services
[+] TurbineBaseService (6)
| Change | Effect |
---|
1 | Added super-class BaseService. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
2 | Method getInit ( ) has been moved up type hierarchy to getInit ( ) | Method getInit ( ) will be called instead of getInit ( ) in a client program. |
3 | Method setInit ( boolean ) has been moved up type hierarchy to setInit ( boolean ) | Method setInit ( boolean ) will be called instead of setInit ( boolean ) in a client program. |
4 | Method getName ( ) has been moved up type hierarchy to getName ( ) | Method getName ( ) will be called instead of getName ( ) in a client program. |
5 | Method getProperties ( ) has been moved up type hierarchy to getProperties ( ) | Method getProperties ( ) will be called instead of getProperties ( ) in a client program. |
6 | Method setName ( String ) has been moved up type hierarchy to setName ( String ) | Method setName ( String ) will be called instead of setName ( String ) in a client program. |
[+] affected methods (7)
TurbineBaseService ( )This constructor is from 'TurbineBaseService' class.
getInit ( )Method 'getInit ( )' will be called instead of this method in a client program.
getName ( )Method 'getName ( )' will be called instead of this method in a client program.
getProperties ( )Method 'getProperties ( )' will be called instead of this method in a client program.
init ( )This method is from 'TurbineBaseService' class.
setInit ( boolean )Method 'setInit ( boolean )' will be called instead of this method in a client program.
setName ( String )Method 'setName ( String )' will be called instead of this method in a client program.
[+] TurbineServices (2)
| Change | Effect |
---|
1 | Added super-class BaseServiceBroker. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
2 | Method getService ( String ) has been moved up type hierarchy to getService ( String ) | Method getService ( String ) will be called instead of getService ( String ) in a client program. |
[+] affected methods (2)
getInstance ( )This method is from 'TurbineServices' class.
getService ( String )Method 'getService ( String )' will be called instead of this method in a client program.
package org.apache.turbine.services.resources
[+] TurbineResources (2)
| Change | Effect |
---|
1 | Field UPLOADER_KEY (java.lang.String) with the compile-time constant value "file.upload.handler" has been removed from this class. | A client program may change behavior. |
2 | Field UPLOAD_PATH_KEY (java.lang.String) with the compile-time constant value "file.upload.default.path" has been removed from this class. | A client program may change behavior. |
[+] affected methods (20)
getBoolean ( String )This method is from 'TurbineResources' class.
getBoolean ( String, boolean )This method is from 'TurbineResources' class.
getConfig ( )This method is from 'TurbineResources' class.
getDouble ( String )This method is from 'TurbineResources' class.
getDouble ( String, double )This method is from 'TurbineResources' class.
getFloat ( String )This method is from 'TurbineResources' class.
getFloat ( String, float )This method is from 'TurbineResources' class.
getInt ( String )This method is from 'TurbineResources' class.
getInt ( String, int )This method is from 'TurbineResources' class.
getInteger ( String )This method is from 'TurbineResources' class.
getInteger ( String, int )This method is from 'TurbineResources' class.
getKeys ( )This method is from 'TurbineResources' class.
...
[+] TurbineResourceService (1)
| Change | Effect |
---|
1 | Field RESOURCES (java.lang.String) with the compile-time constant value "TurbineResourceService" has been renamed to SERVICE_NAME. | A client program may change behavior. |
[+] affected methods (5)
TurbineResourceService ( )This constructor is from 'TurbineResourceService' class.
getTurbineResources ( )This method is from 'TurbineResourceService' class.
init ( )This method is from 'TurbineResourceService' class.
setProperties ( Properties )This method is from 'TurbineResourceService' class.
setPropertiesFileName ( String )This method is from 'TurbineResourceService' class.
package org.apache.turbine.util.db.pool
[+] DB (6)
| Change | Effect |
---|
1 | Method getConnection ( ) has been moved up type hierarchy to getConnection ( ) | Method getConnection ( ) will be called instead of getConnection ( ) in a client program. |
2 | Method getJDBCDriver ( ) has been moved up type hierarchy to getJDBCDriver ( ) | Method getJDBCDriver ( ) will be called instead of getJDBCDriver ( ) in a client program. |
3 | Method ignoreCaseInOrderBy ( String ) has been moved up type hierarchy to ignoreCaseInOrderBy ( String ) | Method ignoreCaseInOrderBy ( String ) will be called instead of ignoreCaseInOrderBy ( String ) in a client program. |
4 | Method init ( String, String, String ) has been moved up type hierarchy to init ( String, String, String ) | Method init ( String, String, String ) will be called instead of init ( String, String, String ) in a client program. |
5 | Method objectDataNeedsTrans ( ) has been moved up type hierarchy to objectDataNeedsTrans ( ) | Method objectDataNeedsTrans ( ) will be called instead of objectDataNeedsTrans ( ) in a client program. |
6 | Method setJDBCDriver ( String ) has been moved up type hierarchy to setJDBCDriver ( String ) | Method setJDBCDriver ( String ) will be called instead of setJDBCDriver ( String ) in a client program. |
[+] affected methods (6)
getConnection ( )Method 'getConnection ( )' will be called instead of this method in a client program.
getJDBCDriver ( )Method 'getJDBCDriver ( )' will be called instead of this method in a client program.
ignoreCaseInOrderBy ( String )Method 'ignoreCaseInOrderBy ( String )' will be called instead of this method in a client program.
init ( String, String, String )Method 'init ( String, String, String )' will be called instead of this method in a client program.
objectDataNeedsTrans ( )Method 'objectDataNeedsTrans ( )' will be called instead of this method in a client program.
setJDBCDriver ( String )Method 'setJDBCDriver ( String )' will be called instead of this method in a client program.
[+] DBBroker (11)
| Change | Effect |
---|
1 | Method addDatabaseMap ( String ) has been moved up type hierarchy to addDatabaseMap ( String ) | Method addDatabaseMap ( String ) will be called instead of addDatabaseMap ( String ) in a client program. |
2 | Method addDatabaseMap ( DatabaseMap ) has been moved up type hierarchy to addDatabaseMap ( DatabaseMap ) | Method addDatabaseMap ( DatabaseMap ) will be called instead of addDatabaseMap ( DatabaseMap ) in a client program. |
3 | Method getConnection ( ) has been moved up type hierarchy to getConnection ( ) | Method getConnection ( ) will be called instead of getConnection ( ) in a client program. |
4 | Method getConnection ( String ) has been moved up type hierarchy to getConnection ( String ) | Method getConnection ( String ) will be called instead of getConnection ( String ) in a client program. |
5 | Method getConnection ( String, String, String, String ) has been moved up type hierarchy to getConnection ( String, String, String, String ) | Method getConnection ( String, String, String, String ) will be called instead of getConnection ( String, String, String, String ) in a client program. |
6 | Method getDB ( ) has been moved up type hierarchy to getDB ( ) | Method getDB ( ) will be called instead of getDB ( ) in a client program. |
7 | Method getDB ( String ) has been moved up type hierarchy to getDB ( String ) | Method getDB ( String ) will be called instead of getDB ( String ) in a client program. |
8 | Method getDatabaseMap ( ) has been moved up type hierarchy to getDatabaseMap ( ) | Method getDatabaseMap ( ) will be called instead of getDatabaseMap ( ) in a client program. |
9 | Method getDatabaseMap ( String ) has been moved up type hierarchy to getDatabaseMap ( String ) | Method getDatabaseMap ( String ) will be called instead of getDatabaseMap ( String ) in a client program. |
10 | Method getInstance ( ) has been moved up type hierarchy to getInstance ( ) | Method getInstance ( ) will be called instead of getInstance ( ) in a client program. |
11 | Method releaseConnection ( DBConnection ) has been moved up type hierarchy to releaseConnection ( DBConnection ) | Method releaseConnection ( DBConnection ) will be called instead of releaseConnection ( DBConnection ) in a client program. |
[+] affected methods (11)
addDatabaseMap ( String )Method 'addDatabaseMap ( String )' will be called instead of this method in a client program.
addDatabaseMap ( DatabaseMap )Method 'addDatabaseMap ( DatabaseMap )' will be called instead of this method in a client program.
getConnection ( )Method 'getConnection ( )' will be called instead of this method in a client program.
getConnection ( String )Method 'getConnection ( String )' will be called instead of this method in a client program.
getConnection ( String, String, String, String )Method 'getConnection ( String, String, String, String )' will be called instead of this method in a client program.
getDatabaseMap ( )Method 'getDatabaseMap ( )' will be called instead of this method in a client program.
getDatabaseMap ( String )Method 'getDatabaseMap ( String )' will be called instead of this method in a client program.
getDB ( )Method 'getDB ( )' will be called instead of this method in a client program.
getDB ( String )Method 'getDB ( String )' will be called instead of this method in a client program.
getInstance ( )Method 'getInstance ( )' will be called instead of this method in a client program.
releaseConnection ( DBConnection )Method 'releaseConnection ( DBConnection )' will be called instead of this method in a client program.
...
[+] DBDB2App (7)
| Change | Effect |
---|
1 | Method getIdSqlForAutoIncrement ( ) has been moved up type hierarchy to getIdSqlForAutoIncrement ( ) | Method getIdSqlForAutoIncrement ( ) will be called instead of getIdSqlForAutoIncrement ( ) in a client program. |
2 | Method getSequenceSql ( Object ) has been moved up type hierarchy to getSequenceSql ( Object ) | Method getSequenceSql ( Object ) will be called instead of getSequenceSql ( Object ) in a client program. |
3 | Method getStringDelimiter ( ) has been moved up type hierarchy to getStringDelimiter ( ) | Method getStringDelimiter ( ) will be called instead of getStringDelimiter ( ) in a client program. |
4 | Method ignoreCase ( String ) has been moved up type hierarchy to ignoreCase ( String ) | Method ignoreCase ( String ) will be called instead of ignoreCase ( String ) in a client program. |
5 | Method lockTable ( Connection, String ) has been moved up type hierarchy to lockTable ( Connection, String ) | Method lockTable ( Connection, String ) will be called instead of lockTable ( Connection, String ) in a client program. |
6 | Method toUpperCase ( String ) has been moved up type hierarchy to toUpperCase ( String ) | Method toUpperCase ( String ) will be called instead of toUpperCase ( String ) in a client program. |
7 | Method unlockTable ( Connection, String ) has been moved up type hierarchy to unlockTable ( Connection, String ) | Method unlockTable ( Connection, String ) will be called instead of unlockTable ( Connection, String ) in a client program. |
[+] affected methods (7)
getIdSqlForAutoIncrement ( )Method 'getIdSqlForAutoIncrement ( )' will be called instead of this method in a client program.
getSequenceSql ( Object )Method 'getSequenceSql ( Object )' will be called instead of this method in a client program.
getStringDelimiter ( )Method 'getStringDelimiter ( )' will be called instead of this method in a client program.
ignoreCase ( String )Method 'ignoreCase ( String )' will be called instead of this method in a client program.
lockTable ( Connection, String )Method 'lockTable ( Connection, String )' will be called instead of this method in a client program.
toUpperCase ( String )Method 'toUpperCase ( String )' will be called instead of this method in a client program.
unlockTable ( Connection, String )Method 'unlockTable ( Connection, String )' will be called instead of this method in a client program.
[+] DBDB2Net (7)
| Change | Effect |
---|
1 | Method getIdSqlForAutoIncrement ( ) has been moved up type hierarchy to getIdSqlForAutoIncrement ( ) | Method getIdSqlForAutoIncrement ( ) will be called instead of getIdSqlForAutoIncrement ( ) in a client program. |
2 | Method getSequenceSql ( Object ) has been moved up type hierarchy to getSequenceSql ( Object ) | Method getSequenceSql ( Object ) will be called instead of getSequenceSql ( Object ) in a client program. |
3 | Method getStringDelimiter ( ) has been moved up type hierarchy to getStringDelimiter ( ) | Method getStringDelimiter ( ) will be called instead of getStringDelimiter ( ) in a client program. |
4 | Method ignoreCase ( String ) has been moved up type hierarchy to ignoreCase ( String ) | Method ignoreCase ( String ) will be called instead of ignoreCase ( String ) in a client program. |
5 | Method lockTable ( Connection, String ) has been moved up type hierarchy to lockTable ( Connection, String ) | Method lockTable ( Connection, String ) will be called instead of lockTable ( Connection, String ) in a client program. |
6 | Method toUpperCase ( String ) has been moved up type hierarchy to toUpperCase ( String ) | Method toUpperCase ( String ) will be called instead of toUpperCase ( String ) in a client program. |
7 | Method unlockTable ( Connection, String ) has been moved up type hierarchy to unlockTable ( Connection, String ) | Method unlockTable ( Connection, String ) will be called instead of unlockTable ( Connection, String ) in a client program. |
[+] affected methods (7)
getIdSqlForAutoIncrement ( )Method 'getIdSqlForAutoIncrement ( )' will be called instead of this method in a client program.
getSequenceSql ( Object )Method 'getSequenceSql ( Object )' will be called instead of this method in a client program.
getStringDelimiter ( )Method 'getStringDelimiter ( )' will be called instead of this method in a client program.
ignoreCase ( String )Method 'ignoreCase ( String )' will be called instead of this method in a client program.
lockTable ( Connection, String )Method 'lockTable ( Connection, String )' will be called instead of this method in a client program.
toUpperCase ( String )Method 'toUpperCase ( String )' will be called instead of this method in a client program.
unlockTable ( Connection, String )Method 'unlockTable ( Connection, String )' will be called instead of this method in a client program.
[+] DBFactory (2)
| Change | Effect |
---|
1 | Added super-class org.apache.turbine.util.db.adapter.DBFactory. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
2 | Method create ( String ) has been moved up type hierarchy to create ( String ) | Method create ( String ) will be called instead of create ( String ) in a client program. |
[+] affected methods (2)
DBFactory ( )This constructor is from 'DBFactory' class.
create ( String )Method 'create ( String )' will be called instead of this method in a client program.
[+] DBHypersonicSQL (9)
| Change | Effect |
---|
1 | Method getConnection ( ) has been moved up type hierarchy to getConnection ( ) | Method getConnection ( ) will be called instead of getConnection ( ) in a client program. |
2 | Method getIdSqlForAutoIncrement ( ) has been moved up type hierarchy to getIdSqlForAutoIncrement ( ) | Method getIdSqlForAutoIncrement ( ) will be called instead of getIdSqlForAutoIncrement ( ) in a client program. |
3 | Method getSequenceSql ( Object ) has been moved up type hierarchy to getSequenceSql ( Object ) | Method getSequenceSql ( Object ) will be called instead of getSequenceSql ( Object ) in a client program. |
4 | Method getStringDelimiter ( ) has been moved up type hierarchy to getStringDelimiter ( ) | Method getStringDelimiter ( ) will be called instead of getStringDelimiter ( ) in a client program. |
5 | Method ignoreCase ( String ) has been moved up type hierarchy to ignoreCase ( String ) | Method ignoreCase ( String ) will be called instead of ignoreCase ( String ) in a client program. |
6 | Method init ( String, String, String ) has been moved up type hierarchy to init ( String, String, String ) | Method init ( String, String, String ) will be called instead of init ( String, String, String ) in a client program. |
7 | Method lockTable ( Connection, String ) has been moved up type hierarchy to lockTable ( Connection, String ) | Method lockTable ( Connection, String ) will be called instead of lockTable ( Connection, String ) in a client program. |
8 | Method toUpperCase ( String ) has been moved up type hierarchy to toUpperCase ( String ) | Method toUpperCase ( String ) will be called instead of toUpperCase ( String ) in a client program. |
9 | Method unlockTable ( Connection, String ) has been moved up type hierarchy to unlockTable ( Connection, String ) | Method unlockTable ( Connection, String ) will be called instead of unlockTable ( Connection, String ) in a client program. |
[+] affected methods (9)
getConnection ( )Method 'getConnection ( )' will be called instead of this method in a client program.
getIdSqlForAutoIncrement ( )Method 'getIdSqlForAutoIncrement ( )' will be called instead of this method in a client program.
getSequenceSql ( Object )Method 'getSequenceSql ( Object )' will be called instead of this method in a client program.
getStringDelimiter ( )Method 'getStringDelimiter ( )' will be called instead of this method in a client program.
ignoreCase ( String )Method 'ignoreCase ( String )' will be called instead of this method in a client program.
init ( String, String, String )Method 'init ( String, String, String )' will be called instead of this method in a client program.
lockTable ( Connection, String )Method 'lockTable ( Connection, String )' will be called instead of this method in a client program.
toUpperCase ( String )Method 'toUpperCase ( String )' will be called instead of this method in a client program.
unlockTable ( Connection, String )Method 'unlockTable ( Connection, String )' will be called instead of this method in a client program.
[+] DBInformix (7)
| Change | Effect |
---|
1 | Method getIdSqlForAutoIncrement ( ) has been moved up type hierarchy to getIdSqlForAutoIncrement ( ) | Method getIdSqlForAutoIncrement ( ) will be called instead of getIdSqlForAutoIncrement ( ) in a client program. |
2 | Method getSequenceSql ( Object ) has been moved up type hierarchy to getSequenceSql ( Object ) | Method getSequenceSql ( Object ) will be called instead of getSequenceSql ( Object ) in a client program. |
3 | Method getStringDelimiter ( ) has been moved up type hierarchy to getStringDelimiter ( ) | Method getStringDelimiter ( ) will be called instead of getStringDelimiter ( ) in a client program. |
4 | Method ignoreCase ( String ) has been moved up type hierarchy to ignoreCase ( String ) | Method ignoreCase ( String ) will be called instead of ignoreCase ( String ) in a client program. |
5 | Method lockTable ( Connection, String ) has been moved up type hierarchy to lockTable ( Connection, String ) | Method lockTable ( Connection, String ) will be called instead of lockTable ( Connection, String ) in a client program. |
6 | Method toUpperCase ( String ) has been moved up type hierarchy to toUpperCase ( String ) | Method toUpperCase ( String ) will be called instead of toUpperCase ( String ) in a client program. |
7 | Method unlockTable ( Connection, String ) has been moved up type hierarchy to unlockTable ( Connection, String ) | Method unlockTable ( Connection, String ) will be called instead of unlockTable ( Connection, String ) in a client program. |
[+] affected methods (7)
getIdSqlForAutoIncrement ( )Method 'getIdSqlForAutoIncrement ( )' will be called instead of this method in a client program.
getSequenceSql ( Object )Method 'getSequenceSql ( Object )' will be called instead of this method in a client program.
getStringDelimiter ( )Method 'getStringDelimiter ( )' will be called instead of this method in a client program.
ignoreCase ( String )Method 'ignoreCase ( String )' will be called instead of this method in a client program.
lockTable ( Connection, String )Method 'lockTable ( Connection, String )' will be called instead of this method in a client program.
toUpperCase ( String )Method 'toUpperCase ( String )' will be called instead of this method in a client program.
unlockTable ( Connection, String )Method 'unlockTable ( Connection, String )' will be called instead of this method in a client program.
[+] DBInstantDB (9)
| Change | Effect |
---|
1 | Method getConnection ( ) has been moved up type hierarchy to getConnection ( ) | Method getConnection ( ) will be called instead of getConnection ( ) in a client program. |
2 | Method getIdSqlForAutoIncrement ( ) has been moved up type hierarchy to getIdSqlForAutoIncrement ( ) | Method getIdSqlForAutoIncrement ( ) will be called instead of getIdSqlForAutoIncrement ( ) in a client program. |
3 | Method getSequenceSql ( Object ) has been moved up type hierarchy to getSequenceSql ( Object ) | Method getSequenceSql ( Object ) will be called instead of getSequenceSql ( Object ) in a client program. |
4 | Method getStringDelimiter ( ) has been moved up type hierarchy to getStringDelimiter ( ) | Method getStringDelimiter ( ) will be called instead of getStringDelimiter ( ) in a client program. |
5 | Method ignoreCase ( String ) has been moved up type hierarchy to ignoreCase ( String ) | Method ignoreCase ( String ) will be called instead of ignoreCase ( String ) in a client program. |
6 | Method init ( String, String, String ) has been moved up type hierarchy to init ( String, String, String ) | Method init ( String, String, String ) will be called instead of init ( String, String, String ) in a client program. |
7 | Method lockTable ( Connection, String ) has been moved up type hierarchy to lockTable ( Connection, String ) | Method lockTable ( Connection, String ) will be called instead of lockTable ( Connection, String ) in a client program. |
8 | Method toUpperCase ( String ) has been moved up type hierarchy to toUpperCase ( String ) | Method toUpperCase ( String ) will be called instead of toUpperCase ( String ) in a client program. |
9 | Method unlockTable ( Connection, String ) has been moved up type hierarchy to unlockTable ( Connection, String ) | Method unlockTable ( Connection, String ) will be called instead of unlockTable ( Connection, String ) in a client program. |
[+] affected methods (9)
getConnection ( )Method 'getConnection ( )' will be called instead of this method in a client program.
getIdSqlForAutoIncrement ( )Method 'getIdSqlForAutoIncrement ( )' will be called instead of this method in a client program.
getSequenceSql ( Object )Method 'getSequenceSql ( Object )' will be called instead of this method in a client program.
getStringDelimiter ( )Method 'getStringDelimiter ( )' will be called instead of this method in a client program.
ignoreCase ( String )Method 'ignoreCase ( String )' will be called instead of this method in a client program.
init ( String, String, String )Method 'init ( String, String, String )' will be called instead of this method in a client program.
lockTable ( Connection, String )Method 'lockTable ( Connection, String )' will be called instead of this method in a client program.
toUpperCase ( String )Method 'toUpperCase ( String )' will be called instead of this method in a client program.
unlockTable ( Connection, String )Method 'unlockTable ( Connection, String )' will be called instead of this method in a client program.
[+] DBInterbase (8)
| Change | Effect |
---|
1 | Method getIdSqlForAutoIncrement ( ) has been moved up type hierarchy to getIdSqlForAutoIncrement ( ) | Method getIdSqlForAutoIncrement ( ) will be called instead of getIdSqlForAutoIncrement ( ) in a client program. |
2 | Method getSequenceSql ( Object ) has been moved up type hierarchy to getSequenceSql ( Object ) | Method getSequenceSql ( Object ) will be called instead of getSequenceSql ( Object ) in a client program. |
3 | Method getStringDelimiter ( ) has been moved up type hierarchy to getStringDelimiter ( ) | Method getStringDelimiter ( ) will be called instead of getStringDelimiter ( ) in a client program. |
4 | Method ignoreCase ( String ) has been moved up type hierarchy to ignoreCase ( String ) | Method ignoreCase ( String ) will be called instead of ignoreCase ( String ) in a client program. |
5 | Method ignoreCaseInOrderBy ( String ) has been moved up type hierarchy to ignoreCaseInOrderBy ( String ) | Method ignoreCaseInOrderBy ( String ) will be called instead of ignoreCaseInOrderBy ( String ) in a client program. |
6 | Method lockTable ( Connection, String ) has been moved up type hierarchy to lockTable ( Connection, String ) | Method lockTable ( Connection, String ) will be called instead of lockTable ( Connection, String ) in a client program. |
7 | Method toUpperCase ( String ) has been moved up type hierarchy to toUpperCase ( String ) | Method toUpperCase ( String ) will be called instead of toUpperCase ( String ) in a client program. |
8 | Method unlockTable ( Connection, String ) has been moved up type hierarchy to unlockTable ( Connection, String ) | Method unlockTable ( Connection, String ) will be called instead of unlockTable ( Connection, String ) in a client program. |
[+] affected methods (8)
getIdSqlForAutoIncrement ( )Method 'getIdSqlForAutoIncrement ( )' will be called instead of this method in a client program.
getSequenceSql ( Object )Method 'getSequenceSql ( Object )' will be called instead of this method in a client program.
getStringDelimiter ( )Method 'getStringDelimiter ( )' will be called instead of this method in a client program.
ignoreCase ( String )Method 'ignoreCase ( String )' will be called instead of this method in a client program.
ignoreCaseInOrderBy ( String )Method 'ignoreCaseInOrderBy ( String )' will be called instead of this method in a client program.
lockTable ( Connection, String )Method 'lockTable ( Connection, String )' will be called instead of this method in a client program.
toUpperCase ( String )Method 'toUpperCase ( String )' will be called instead of this method in a client program.
unlockTable ( Connection, String )Method 'unlockTable ( Connection, String )' will be called instead of this method in a client program.
[+] DBMM (7)
| Change | Effect |
---|
1 | Method getIdSqlForAutoIncrement ( ) has been moved up type hierarchy to getIdSqlForAutoIncrement ( ) | Method getIdSqlForAutoIncrement ( ) will be called instead of getIdSqlForAutoIncrement ( ) in a client program. |
2 | Method getSequenceSql ( Object ) has been moved up type hierarchy to getSequenceSql ( Object ) | Method getSequenceSql ( Object ) will be called instead of getSequenceSql ( Object ) in a client program. |
3 | Method getStringDelimiter ( ) has been moved up type hierarchy to getStringDelimiter ( ) | Method getStringDelimiter ( ) will be called instead of getStringDelimiter ( ) in a client program. |
4 | Method ignoreCase ( String ) has been moved up type hierarchy to ignoreCase ( String ) | Method ignoreCase ( String ) will be called instead of ignoreCase ( String ) in a client program. |
5 | Method lockTable ( Connection, String ) has been moved up type hierarchy to lockTable ( Connection, String ) | Method lockTable ( Connection, String ) will be called instead of lockTable ( Connection, String ) in a client program. |
6 | Method toUpperCase ( String ) has been moved up type hierarchy to toUpperCase ( String ) | Method toUpperCase ( String ) will be called instead of toUpperCase ( String ) in a client program. |
7 | Method unlockTable ( Connection, String ) has been moved up type hierarchy to unlockTable ( Connection, String ) | Method unlockTable ( Connection, String ) will be called instead of unlockTable ( Connection, String ) in a client program. |
[+] affected methods (7)
getIdSqlForAutoIncrement ( )Method 'getIdSqlForAutoIncrement ( )' will be called instead of this method in a client program.
getSequenceSql ( Object )Method 'getSequenceSql ( Object )' will be called instead of this method in a client program.
getStringDelimiter ( )Method 'getStringDelimiter ( )' will be called instead of this method in a client program.
ignoreCase ( String )Method 'ignoreCase ( String )' will be called instead of this method in a client program.
lockTable ( Connection, String )Method 'lockTable ( Connection, String )' will be called instead of this method in a client program.
toUpperCase ( String )Method 'toUpperCase ( String )' will be called instead of this method in a client program.
unlockTable ( Connection, String )Method 'unlockTable ( Connection, String )' will be called instead of this method in a client program.
[+] DBNone (9)
| Change | Effect |
---|
1 | Method getConnection ( ) has been moved up type hierarchy to getConnection ( ) | Method getConnection ( ) will be called instead of getConnection ( ) in a client program. |
2 | Method getIdSqlForAutoIncrement ( ) has been moved up type hierarchy to getIdSqlForAutoIncrement ( ) | Method getIdSqlForAutoIncrement ( ) will be called instead of getIdSqlForAutoIncrement ( ) in a client program. |
3 | Method getSequenceSql ( Object ) has been moved up type hierarchy to getSequenceSql ( Object ) | Method getSequenceSql ( Object ) will be called instead of getSequenceSql ( Object ) in a client program. |
4 | Method getStringDelimiter ( ) has been moved up type hierarchy to getStringDelimiter ( ) | Method getStringDelimiter ( ) will be called instead of getStringDelimiter ( ) in a client program. |
5 | Method ignoreCase ( String ) has been moved up type hierarchy to ignoreCase ( String ) | Method ignoreCase ( String ) will be called instead of ignoreCase ( String ) in a client program. |
6 | Method init ( String, String, String ) has been moved up type hierarchy to init ( String, String, String ) | Method init ( String, String, String ) will be called instead of init ( String, String, String ) in a client program. |
7 | Method lockTable ( Connection, String ) has been moved up type hierarchy to lockTable ( Connection, String ) | Method lockTable ( Connection, String ) will be called instead of lockTable ( Connection, String ) in a client program. |
8 | Method toUpperCase ( String ) has been moved up type hierarchy to toUpperCase ( String ) | Method toUpperCase ( String ) will be called instead of toUpperCase ( String ) in a client program. |
9 | Method unlockTable ( Connection, String ) has been moved up type hierarchy to unlockTable ( Connection, String ) | Method unlockTable ( Connection, String ) will be called instead of unlockTable ( Connection, String ) in a client program. |
[+] affected methods (9)
getConnection ( )Method 'getConnection ( )' will be called instead of this method in a client program.
getIdSqlForAutoIncrement ( )Method 'getIdSqlForAutoIncrement ( )' will be called instead of this method in a client program.
getSequenceSql ( Object )Method 'getSequenceSql ( Object )' will be called instead of this method in a client program.
getStringDelimiter ( )Method 'getStringDelimiter ( )' will be called instead of this method in a client program.
ignoreCase ( String )Method 'ignoreCase ( String )' will be called instead of this method in a client program.
init ( String, String, String )Method 'init ( String, String, String )' will be called instead of this method in a client program.
lockTable ( Connection, String )Method 'lockTable ( Connection, String )' will be called instead of this method in a client program.
toUpperCase ( String )Method 'toUpperCase ( String )' will be called instead of this method in a client program.
unlockTable ( Connection, String )Method 'unlockTable ( Connection, String )' will be called instead of this method in a client program.
[+] DBOracle (7)
| Change | Effect |
---|
1 | Method getIdSqlForAutoIncrement ( ) has been moved up type hierarchy to getIdSqlForAutoIncrement ( ) | Method getIdSqlForAutoIncrement ( ) will be called instead of getIdSqlForAutoIncrement ( ) in a client program. |
2 | Method getSequenceSql ( Object ) has been moved up type hierarchy to getSequenceSql ( Object ) | Method getSequenceSql ( Object ) will be called instead of getSequenceSql ( Object ) in a client program. |
3 | Method getStringDelimiter ( ) has been moved up type hierarchy to getStringDelimiter ( ) | Method getStringDelimiter ( ) will be called instead of getStringDelimiter ( ) in a client program. |
4 | Method ignoreCase ( String ) has been moved up type hierarchy to ignoreCase ( String ) | Method ignoreCase ( String ) will be called instead of ignoreCase ( String ) in a client program. |
5 | Method lockTable ( Connection, String ) has been moved up type hierarchy to lockTable ( Connection, String ) | Method lockTable ( Connection, String ) will be called instead of lockTable ( Connection, String ) in a client program. |
6 | Method toUpperCase ( String ) has been moved up type hierarchy to toUpperCase ( String ) | Method toUpperCase ( String ) will be called instead of toUpperCase ( String ) in a client program. |
7 | Method unlockTable ( Connection, String ) has been moved up type hierarchy to unlockTable ( Connection, String ) | Method unlockTable ( Connection, String ) will be called instead of unlockTable ( Connection, String ) in a client program. |
[+] affected methods (7)
getIdSqlForAutoIncrement ( )Method 'getIdSqlForAutoIncrement ( )' will be called instead of this method in a client program.
getSequenceSql ( Object )Method 'getSequenceSql ( Object )' will be called instead of this method in a client program.
getStringDelimiter ( )Method 'getStringDelimiter ( )' will be called instead of this method in a client program.
ignoreCase ( String )Method 'ignoreCase ( String )' will be called instead of this method in a client program.
lockTable ( Connection, String )Method 'lockTable ( Connection, String )' will be called instead of this method in a client program.
toUpperCase ( String )Method 'toUpperCase ( String )' will be called instead of this method in a client program.
unlockTable ( Connection, String )Method 'unlockTable ( Connection, String )' will be called instead of this method in a client program.
[+] DBPostgres (8)
| Change | Effect |
---|
1 | Method getIdSqlForAutoIncrement ( ) has been moved up type hierarchy to getIdSqlForAutoIncrement ( ) | Method getIdSqlForAutoIncrement ( ) will be called instead of getIdSqlForAutoIncrement ( ) in a client program. |
2 | Method getSequenceSql ( Object ) has been moved up type hierarchy to getSequenceSql ( Object ) | Method getSequenceSql ( Object ) will be called instead of getSequenceSql ( Object ) in a client program. |
3 | Method getStringDelimiter ( ) has been moved up type hierarchy to getStringDelimiter ( ) | Method getStringDelimiter ( ) will be called instead of getStringDelimiter ( ) in a client program. |
4 | Method ignoreCase ( String ) has been moved up type hierarchy to ignoreCase ( String ) | Method ignoreCase ( String ) will be called instead of ignoreCase ( String ) in a client program. |
5 | Method lockTable ( Connection, String ) has been moved up type hierarchy to lockTable ( Connection, String ) | Method lockTable ( Connection, String ) will be called instead of lockTable ( Connection, String ) in a client program. |
6 | Method objectDataNeedsTrans ( ) has been moved up type hierarchy to objectDataNeedsTrans ( ) | Method objectDataNeedsTrans ( ) will be called instead of objectDataNeedsTrans ( ) in a client program. |
7 | Method toUpperCase ( String ) has been moved up type hierarchy to toUpperCase ( String ) | Method toUpperCase ( String ) will be called instead of toUpperCase ( String ) in a client program. |
8 | Method unlockTable ( Connection, String ) has been moved up type hierarchy to unlockTable ( Connection, String ) | Method unlockTable ( Connection, String ) will be called instead of unlockTable ( Connection, String ) in a client program. |
[+] affected methods (8)
getIdSqlForAutoIncrement ( )Method 'getIdSqlForAutoIncrement ( )' will be called instead of this method in a client program.
getSequenceSql ( Object )Method 'getSequenceSql ( Object )' will be called instead of this method in a client program.
getStringDelimiter ( )Method 'getStringDelimiter ( )' will be called instead of this method in a client program.
ignoreCase ( String )Method 'ignoreCase ( String )' will be called instead of this method in a client program.
lockTable ( Connection, String )Method 'lockTable ( Connection, String )' will be called instead of this method in a client program.
objectDataNeedsTrans ( )Method 'objectDataNeedsTrans ( )' will be called instead of this method in a client program.
toUpperCase ( String )Method 'toUpperCase ( String )' will be called instead of this method in a client program.
unlockTable ( Connection, String )Method 'unlockTable ( Connection, String )' will be called instead of this method in a client program.
[+] DBSybase (7)
| Change | Effect |
---|
1 | Method getIdSqlForAutoIncrement ( ) has been moved up type hierarchy to getIdSqlForAutoIncrement ( ) | Method getIdSqlForAutoIncrement ( ) will be called instead of getIdSqlForAutoIncrement ( ) in a client program. |
2 | Method getSequenceSql ( Object ) has been moved up type hierarchy to getSequenceSql ( Object ) | Method getSequenceSql ( Object ) will be called instead of getSequenceSql ( Object ) in a client program. |
3 | Method getStringDelimiter ( ) has been moved up type hierarchy to getStringDelimiter ( ) | Method getStringDelimiter ( ) will be called instead of getStringDelimiter ( ) in a client program. |
4 | Method ignoreCase ( String ) has been moved up type hierarchy to ignoreCase ( String ) | Method ignoreCase ( String ) will be called instead of ignoreCase ( String ) in a client program. |
5 | Method lockTable ( Connection, String ) has been moved up type hierarchy to lockTable ( Connection, String ) | Method lockTable ( Connection, String ) will be called instead of lockTable ( Connection, String ) in a client program. |
6 | Method toUpperCase ( String ) has been moved up type hierarchy to toUpperCase ( String ) | Method toUpperCase ( String ) will be called instead of toUpperCase ( String ) in a client program. |
7 | Method unlockTable ( Connection, String ) has been moved up type hierarchy to unlockTable ( Connection, String ) | Method unlockTable ( Connection, String ) will be called instead of unlockTable ( Connection, String ) in a client program. |
[+] affected methods (7)
getIdSqlForAutoIncrement ( )Method 'getIdSqlForAutoIncrement ( )' will be called instead of this method in a client program.
getSequenceSql ( Object )Method 'getSequenceSql ( Object )' will be called instead of this method in a client program.
getStringDelimiter ( )Method 'getStringDelimiter ( )' will be called instead of this method in a client program.
ignoreCase ( String )Method 'ignoreCase ( String )' will be called instead of this method in a client program.
lockTable ( Connection, String )Method 'lockTable ( Connection, String )' will be called instead of this method in a client program.
toUpperCase ( String )Method 'toUpperCase ( String )' will be called instead of this method in a client program.
unlockTable ( Connection, String )Method 'unlockTable ( Connection, String )' will be called instead of this method in a client program.
[+] DBWeblogic (9)
| Change | Effect |
---|
1 | Method getConnection ( ) has been moved up type hierarchy to getConnection ( ) | Method getConnection ( ) will be called instead of getConnection ( ) in a client program. |
2 | Method getIdSqlForAutoIncrement ( ) has been moved up type hierarchy to getIdSqlForAutoIncrement ( ) | Method getIdSqlForAutoIncrement ( ) will be called instead of getIdSqlForAutoIncrement ( ) in a client program. |
3 | Method getSequenceSql ( Object ) has been moved up type hierarchy to getSequenceSql ( Object ) | Method getSequenceSql ( Object ) will be called instead of getSequenceSql ( Object ) in a client program. |
4 | Method getStringDelimiter ( ) has been moved up type hierarchy to getStringDelimiter ( ) | Method getStringDelimiter ( ) will be called instead of getStringDelimiter ( ) in a client program. |
5 | Method ignoreCase ( String ) has been moved up type hierarchy to ignoreCase ( String ) | Method ignoreCase ( String ) will be called instead of ignoreCase ( String ) in a client program. |
6 | Method init ( String, String, String ) has been moved up type hierarchy to init ( String, String, String ) | Method init ( String, String, String ) will be called instead of init ( String, String, String ) in a client program. |
7 | Method lockTable ( Connection, String ) has been moved up type hierarchy to lockTable ( Connection, String ) | Method lockTable ( Connection, String ) will be called instead of lockTable ( Connection, String ) in a client program. |
8 | Method toUpperCase ( String ) has been moved up type hierarchy to toUpperCase ( String ) | Method toUpperCase ( String ) will be called instead of toUpperCase ( String ) in a client program. |
9 | Method unlockTable ( Connection, String ) has been moved up type hierarchy to unlockTable ( Connection, String ) | Method unlockTable ( Connection, String ) will be called instead of unlockTable ( Connection, String ) in a client program. |
[+] affected methods (9)
getConnection ( )Method 'getConnection ( )' will be called instead of this method in a client program.
getIdSqlForAutoIncrement ( )Method 'getIdSqlForAutoIncrement ( )' will be called instead of this method in a client program.
getSequenceSql ( Object )Method 'getSequenceSql ( Object )' will be called instead of this method in a client program.
getStringDelimiter ( )Method 'getStringDelimiter ( )' will be called instead of this method in a client program.
ignoreCase ( String )Method 'ignoreCase ( String )' will be called instead of this method in a client program.
init ( String, String, String )Method 'init ( String, String, String )' will be called instead of this method in a client program.
lockTable ( Connection, String )Method 'lockTable ( Connection, String )' will be called instead of this method in a client program.
toUpperCase ( String )Method 'toUpperCase ( String )' will be called instead of this method in a client program.
unlockTable ( Connection, String )Method 'unlockTable ( Connection, String )' will be called instead of this method in a client program.
to the top
Problems with Methods, Low Severity (4)
fop_0_13_0.jar, Driver
package org.apache.fop.apps
[+] Driver.render ( ) : void (1)
[mangled: org/apache/fop/apps/Driver.render:()V]
| Change | Effect |
---|
1 | Added org.apache.fop.apps.FOPException exception thrown.
| A client program may be interrupted by added exception. |
fop_0_13_0.jar, PDFRenderer
package org.apache.fop.render.pdf
[+] PDFRenderer.render ( AreaTree p1, PrintWriter p2 ) : void (1)
[mangled: org/apache/fop/render/pdf/PDFRenderer.render:(Lorg/apache/fop/layout/AreaTree;Ljava/io/PrintWriter;)V]
| Change | Effect |
---|
1 | Added org.apache.fop.apps.FOPException exception thrown.
| A client program may be interrupted by added exception. |
turbine-pool.jar, TurbineBaseService
package org.apache.turbine.services
[+] TurbineBaseService.init ( ) : void (2)
[mangled: org/apache/turbine/services/TurbineBaseService.init:()V]
| Change | Effect |
---|
1 | Removed java.lang.Exception exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.apache.turbine.services.InitializationException exception thrown.
| A client program may be interrupted by added exception. |
to the top
Other Changes in Data Types (54)
fop_0_13_0.jar
package org.apache.fop.apps
[+] Driver (1)
| Change | Effect |
---|
1 | Field errorDump has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (11)
Driver ( )This constructor is from 'Driver' class.
addElementMapping ( String )This method is from 'Driver' class.
addElementMapping ( ElementMapping )This method is from 'Driver' class.
buildFOTree ( Document )This method is from 'Driver' class.
createElementMapping ( String )This method is from 'Driver' class.
createRenderer ( String )This method is from 'Driver' class.
format ( )This method is from 'Driver' class.
render ( )This method is from 'Driver' class.
setRenderer ( String, String )This method is from 'Driver' class.
setRenderer ( Renderer )This method is from 'Driver' class.
setWriter ( PrintWriter )This method is from 'Driver' class.
...
package org.apache.fop.datatypes
[+] Length (1)
| Change | Effect |
---|
1 | Field AUTO has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
mvalue ( )This method is from 'Length' class.
toString ( )This method is from 'Length' class.
getLength ( )Return value of this method has type 'Length'.
package org.apache.fop.fo
[+] FOText (3)
| Change | Effect |
---|
1 | Field lineThrough has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field overlined has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field underlined has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
FOText ( char[ ], int, int, FObj )This constructor is from 'FOText' class.
layout ( Area )This method is from 'FOText' class.
[+] FOTreeBuilder (1)
| Change | Effect |
---|
1 | Field propertylistTable has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (16)
Driver ( )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
addElementMapping ( String )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
addElementMapping ( ElementMapping )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
buildFOTree ( Document )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
createElementMapping ( String )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
createRenderer ( String )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
format ( )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
render ( )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
setRenderer ( String, String )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
setRenderer ( Renderer )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
setWriter ( PrintWriter )Field 'this.treeBuilder' in the object of this method has type 'FOTreeBuilder'.
FOTreeBuilder ( )This constructor is from 'FOTreeBuilder' class.
...
package org.apache.fop.fo.pagination
[+] RegionAfter (1)
| Change | Effect |
---|
1 | Field REGION_CLASS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
RegionAfter ( FObj, PropertyList )This constructor is from 'RegionAfter' class.
maker ( )This method is from 'RegionAfter' class.
[+] RegionBefore (1)
| Change | Effect |
---|
1 | Field REGION_CLASS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
RegionBefore ( FObj, PropertyList )This constructor is from 'RegionBefore' class.
maker ( )This method is from 'RegionBefore' class.
[+] RegionBody (1)
| Change | Effect |
---|
1 | Field REGION_CLASS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
RegionBody ( FObj, PropertyList )This constructor is from 'RegionBody' class.
maker ( )This method is from 'RegionBody' class.
package org.apache.fop.image
[+] FopImage (4)
| Change | Effect |
---|
1 | Abstract method getBitmapsSize ( ) has been added to this interface. | No effect. |
2 | Abstract method getPDFFilter ( ) has been added to this interface. | No effect. |
3 | Abstract method getRessourceBytes ( ) has been added to this interface. | No effect. |
4 | Abstract method getRessourceBytesSize ( ) has been added to this interface. | No effect. |
[+] affected methods (13)
getHeight ( )This abstract method is from 'FopImage' interface.
getWidth ( )This abstract method is from 'FopImage' interface.
ImageArea ( FontState, FopImage, int, int, int, int, int, int )2nd parameter 'p2' of this method has type 'FopImage'.
getImage ( )Field 'this.image' in the object of this method has type 'FopImage'.
getImageHeight ( )Field 'this.image' in the object of this method has type 'FopImage'.
getXOffset ( )Field 'this.image' in the object of this method has type 'FopImage'.
render ( Renderer )Field 'this.image' in the object of this method has type 'FopImage'.
addImage ( FopImage )1st parameter 'p1' of this method has type 'FopImage'.
PDFXObject ( int, int, FopImage )3rd parameter 'p3' of this method has type 'FopImage'.
renderImageArea ( ImageArea )Field 'p1.image' in 1st parameter 'p1' of this method has type 'FopImage'.
renderImageArea ( ImageArea )Field 'p1.image' in 1st parameter 'p1' of this method has type 'FopImage'.
renderImageArea ( ImageArea )Field 'p1.image' in 1st parameter 'p1' of this abstract method has type 'FopImage'.
...
package org.apache.fop.layout
[+] Area (1)
| Change | Effect |
---|
1 | Field tableCellXOffset has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (59)
layout ( Area )1st parameter 'p1' of this method has type 'Area'.
layout ( Area )1st parameter 'p1' of this method has type 'Area'.
layout ( Area )1st parameter 'p1' of this method has type 'Area'.
layout ( Area )1st parameter 'p1' of this method has type 'Area'.
layout ( Area )1st parameter 'p1' of this method has type 'Area'.
layout ( Area )1st parameter 'p1' of this method has type 'Area'.
layout ( Area )1st parameter 'p1' of this method has type 'Area'.
layout ( Area )1st parameter 'p1' of this method has type 'Area'.
layout ( Area )1st parameter 'p1' of this method has type 'Area'.
layout ( Area )1st parameter 'p1' of this method has type 'Area'.
layout ( Area )1st parameter 'p1' of this method has type 'Area'.
layout ( Area )1st parameter 'p1' of this method has type 'Area'.
...
[+] FontMetric (3)
| Change | Effect |
---|
1 | Abstract method getFirstChar ( ) has been added to this interface. | No effect. |
2 | Abstract method getLastChar ( ) has been added to this interface. | No effect. |
3 | Abstract method getWidths ( int ) has been added to this interface. | No effect. |
[+] affected methods (3)
addMetrics ( String, FontMetric )2nd parameter 'p2' of this method has type 'FontMetric'.
getMetricsFor ( String )Return value of this method has type 'FontMetric'.
getMetricsFor ( String, String, String )Return value of this method has type 'FontMetric'.
[+] InlineArea (4)
| Change | Effect |
---|
1 | Field lineThrough has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field overlined has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field pageNumberId has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field underlined has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (10)
InlineArea ( FontState, float, float, float, String, int )This constructor is from 'InlineArea' class.
getBlue ( )This method is from 'InlineArea' class.
getGreen ( )This method is from 'InlineArea' class.
getRed ( )This method is from 'InlineArea' class.
getText ( )This method is from 'InlineArea' class.
render ( Renderer )This method is from 'InlineArea' class.
renderInlineArea ( InlineArea )1st parameter 'p1' of this method has type 'InlineArea'.
renderInlineArea ( InlineArea )1st parameter 'p1' of this method has type 'InlineArea'.
renderInlineArea ( InlineArea )1st parameter 'p1' of this abstract method has type 'InlineArea'.
renderInlineArea ( InlineArea )1st parameter 'p1' of this method has type 'InlineArea'.
[+] LineArea (1)
| Change | Effect |
---|
1 | Field embeddedLinkStart has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (47)
BlockArea ( FontState, int, int, int, int, int, int, int, int )Field 'this.currentLineArea' in the object of this method has type 'LineArea'.
addLineArea ( LineArea )1st parameter 'p1' of this method has type 'LineArea'.
end ( )Field 'this.currentLineArea' in the object of this method has type 'LineArea'.
getEndIndent ( )Field 'this.currentLineArea' in the object of this method has type 'LineArea'.
getStartIndent ( )Field 'this.currentLineArea' in the object of this method has type 'LineArea'.
render ( Renderer )Field 'this.currentLineArea' in the object of this method has type 'LineArea'.
setIndents ( int, int )Field 'this.currentLineArea' in the object of this method has type 'LineArea'.
spaceLeft ( )Field 'this.currentLineArea' in the object of this method has type 'LineArea'.
start ( )Field 'this.currentLineArea' in the object of this method has type 'LineArea'.
addPending ( )This method is from 'LineArea' class.
align ( int )This method is from 'LineArea' class.
changeColor ( float, float, float )This method is from 'LineArea' class.
...
[+] LinkSet (2)
| Change | Effect |
---|
1 | Field EXTERNAL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field INTERNAL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (41)
FONode ( FObj )Field 'this.linkSet' in the object of this method has type 'LinkSet'.
addChild ( FONode )Field 'p1.linkSet' in 1st parameter 'p1' of this method has type 'LinkSet'.
forceStartOffset ( int )Field 'this.linkSet' in the object of this method has type 'LinkSet'.
forceWidth ( int )Field 'this.linkSet' in the object of this method has type 'LinkSet'.
getLinkSet ( )Field 'this.linkSet' in the object of this method has type 'LinkSet'.
getParent ( )Field 'this.linkSet' in the object of this method has type 'LinkSet'.
layout ( Area )Field 'this.linkSet' in the object of this abstract method has type 'LinkSet'.
removeAreas ( )Field 'this.linkSet' in the object of this method has type 'LinkSet'.
resetMarker ( )Field 'this.linkSet' in the object of this method has type 'LinkSet'.
setBodyIndent ( int )Field 'this.linkSet' in the object of this method has type 'LinkSet'.
setDistanceBetweenStarts ( int )Field 'this.linkSet' in the object of this method has type 'LinkSet'.
setIsInLabel ( )Field 'this.linkSet' in the object of this method has type 'LinkSet'.
...
package org.apache.fop.pdf
[+] PDFDocument (2)
| Change | Effect |
---|
1 | Field idReferences has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field xObjectsMap has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (40)
PDFDocument ( )This constructor is from 'PDFDocument' class.
addImage ( FopImage )This method is from 'PDFDocument' class.
createGradient ( boolean, ColorSpace, Vector, Vector, Vector )This method is from 'PDFDocument' class.
getColorSpace ( )This method is from 'PDFDocument' class.
getResources ( )This method is from 'PDFDocument' class.
makeAnnotList ( )This method is from 'PDFDocument' class.
makeFunction ( int, int, Vector, Vector, StringBuffer )This method is from 'PDFDocument' class.
makeFunction ( int, Vector, Vector, Vector, int, int, Vector, Vector, StringBuffer, Vector )This method is from 'PDFDocument' class.
makeFunction ( int, Vector, Vector, Vector, Vector, double )This method is from 'PDFDocument' class.
makeFunction ( int, Vector, Vector, Vector, Vector, Vector )This method is from 'PDFDocument' class.
makeInfo ( )This method is from 'PDFDocument' class.
makePattern ( int, PDFResources, int, int, Vector, double, double, Vector, Vector, StringBuffer )This method is from 'PDFDocument' class.
...
[+] PDFFont (7)
| Change | Effect |
---|
1 | Field MMTYPE1 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field TRUETYPE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field TYPE0 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field TYPE1 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field TYPE3 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field TYPE_NAMES has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
7 | Field subtype has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
getName ( )This method is from 'PDFFont' class.
toPDF ( )This method is from 'PDFFont' class.
addFont ( PDFFont )1st parameter 'p1' of this method has type 'PDFFont'.
package org.apache.fop.render
[+] Renderer (3)
| Change | Effect |
---|
1 | Abstract method renderForeignObjectArea ( ForeignObjectArea ) has been added to this interface. | No effect. |
2 | Abstract method renderLeaderArea ( LeaderArea ) has been added to this interface. | No effect. |
3 | Abstract method renderSVGArea ( SVGArea ) has been added to this interface. | No effect. |
[+] affected methods (31)
Driver ( )Field 'this.renderer' in the object of this method has type 'Renderer'.
addElementMapping ( String )Field 'this.renderer' in the object of this method has type 'Renderer'.
addElementMapping ( ElementMapping )Field 'this.renderer' in the object of this method has type 'Renderer'.
buildFOTree ( Document )Field 'this.renderer' in the object of this method has type 'Renderer'.
createElementMapping ( String )Field 'this.renderer' in the object of this method has type 'Renderer'.
createRenderer ( String )Field 'this.renderer' in the object of this method has type 'Renderer'.
format ( )Field 'this.renderer' in the object of this method has type 'Renderer'.
render ( )Field 'this.renderer' in the object of this method has type 'Renderer'.
setRenderer ( String, String )Field 'this.renderer' in the object of this method has type 'Renderer'.
setRenderer ( Renderer )1st parameter 'p1' of this method has type 'Renderer'.
setWriter ( PrintWriter )Field 'this.renderer' in the object of this method has type 'Renderer'.
render ( Renderer )1st parameter 'p1' of this method has type 'Renderer'.
...
package org.apache.fop.render.awt
[+] AWTRenderer (1)
| Change | Effect |
---|
1 | Field parent has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (40)
createPreviewDialog ( AWTRenderer, Translator )1st parameter 'p1' of this method has type 'AWTRenderer'.
AWTRenderer ( Translator )This constructor is from 'AWTRenderer' class.
addLine ( int, int, int, int, int, float, float, float )This method is from 'AWTRenderer' class.
addRect ( int, int, int, int, float, float, float )This method is from 'AWTRenderer' class.
addRect ( int, int, int, int, float, float, float, float, float, float )This method is from 'AWTRenderer' class.
colorType2Color ( ColorType )This method is from 'AWTRenderer' class.
drawFrame ( )This method is from 'AWTRenderer' class.
getBounds ( Area )This method is from 'AWTRenderer' class.
getLastRenderedPage ( )This method is from 'AWTRenderer' class.
getNumberOfPages ( )This method is from 'AWTRenderer' class.
getPageCount ( )This method is from 'AWTRenderer' class.
getPageFormat ( int )This method is from 'AWTRenderer' class.
...
package org.apache.fop.render.pdf
[+] Font (8)
| Change | Effect |
---|
1 | Abstract method getAscender ( int ) has been added to this class. | No effect. |
2 | Abstract method getCapHeight ( int ) has been added to this class. | No effect. |
3 | Abstract method getDescender ( int ) has been added to this class. | No effect. |
4 | Abstract method getFirstChar ( ) has been added to this class. | No effect. |
5 | Abstract method getLastChar ( ) has been added to this class. | No effect. |
6 | Abstract method getWidths ( int ) has been added to this class. | No effect. |
7 | Abstract method getXHeight ( int ) has been added to this class. | No effect. |
8 | Abstract method width ( int, int ) has been added to this class. | No effect. |
[+] affected methods (3)
Font ( )This constructor is from 'Font' abstract class.
encoding ( )This abstract method is from 'Font' abstract class.
fontName ( )This abstract method is from 'Font' abstract class.
[+] PDFRenderer (1)
| Change | Effect |
---|
1 | Field idReferences has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (15)
PDFRenderer ( )This constructor is from 'PDFRenderer' class.
addLine ( int, int, int, int, int, PDFPathPaint )This method is from 'PDFRenderer' class.
addRect ( int, int, int, int, PDFPathPaint )This method is from 'PDFRenderer' class.
addRect ( int, int, int, int, PDFPathPaint, PDFPathPaint )This method is from 'PDFRenderer' class.
render ( AreaTree, PrintWriter )This method is from 'PDFRenderer' class.
renderAreaContainer ( AreaContainer )This method is from 'PDFRenderer' class.
renderBlockArea ( BlockArea )This method is from 'PDFRenderer' class.
renderDisplaySpace ( DisplaySpace )This method is from 'PDFRenderer' class.
renderImageArea ( ImageArea )This method is from 'PDFRenderer' class.
renderInlineArea ( InlineArea )This method is from 'PDFRenderer' class.
renderInlineSpace ( InlineSpace )This method is from 'PDFRenderer' class.
renderLineArea ( LineArea )This method is from 'PDFRenderer' class.
...
turbine-pool.jar
package org.apache.turbine.services
[+] Service (3)
| Change | Effect |
---|
1 | Abstract method setServiceBroker ( ServiceBroker ) has been added to this interface. | No effect. |
2 | Field SERVICE_NAME has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Added super-interface Initable. | No effect. |
[+] affected methods (2)
getProperties ( )This abstract method is from 'Service' interface.
setName ( String )This abstract method is from 'Service' interface.
[+] TurbineServices (2)
| Change | Effect |
---|
1 | Field CLASSNAME_SUFFIX has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field SERVICE_PREFIX has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
getInstance ( )This method is from 'TurbineServices' class.
package org.apache.turbine.services.resources
[+] TurbineResources (1)
| Change | Effect |
---|
1 | Field DB_IDBROKER_CLEVERQUANTITY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (20)
getBoolean ( String )This method is from 'TurbineResources' class.
getBoolean ( String, boolean )This method is from 'TurbineResources' class.
getConfig ( )This method is from 'TurbineResources' class.
getDouble ( String )This method is from 'TurbineResources' class.
getDouble ( String, double )This method is from 'TurbineResources' class.
getFloat ( String )This method is from 'TurbineResources' class.
getFloat ( String, float )This method is from 'TurbineResources' class.
getInt ( String )This method is from 'TurbineResources' class.
getInt ( String, int )This method is from 'TurbineResources' class.
getInteger ( String )This method is from 'TurbineResources' class.
getInteger ( String, int )This method is from 'TurbineResources' class.
getKeys ( )This method is from 'TurbineResources' class.
...
package org.apache.turbine.util.db.pool
[+] DB (1)
| Change | Effect |
---|
1 | Added abstract super-class org.apache.turbine.util.db.adapter.DB. | No effect. |
[+] affected methods (1)
DB ( )This constructor is from 'DB' abstract class.
xerces_1_2.jar
package org.w3c.dom
[+] Element (1)
| Change | Effect |
---|
1 | Abstract method normalize ( ) has been added to this interface. | No effect. |
[+] affected methods (88)
createElement ( String )Return value of this method has type 'Element'.
createElementNS ( String, String )Return value of this method has type 'Element'.
getDocumentElement ( )Return value of this method has type 'Element'.
getElementById ( String )Return value of this method has type 'Element'.
BasicEntry ( Engine, URL, String, Element, Parameters )4th parameter 'p4' of this method has type 'Element'.
createElement ( String )Return value of this method has type 'Element'.
getIdentifier ( String )Return value of this method has type 'Element'.
getElementByID ( String, Document )Return value of this method has type 'Element'.
createElement ( String )Return value of this method has type 'Element'.
createElementNS ( String, String )Return value of this method has type 'Element'.
getDocumentElement ( )Return value of this method has type 'Element'.
getElementById ( String )Return value of this method has type 'Element'.
...
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