minchau 2003/10/22 10:35:37
Modified: java/src/org/apache/xalan/lib PipeDocument.java
ExsltCommon.java ExsltDatetime.java
java/src/org/apache/xalan/lib/sql ObjectArray.java
ConnectionPool.java ConnectionPoolManager.java
DefaultConnectionPool.java QueryParameter.java
XConnection.java PooledConnection.java
DTMDocument.java
Log:
PR: bugzilla 23983
Submitted by: Brian Minchau
Revision Changes Path
1.6 +1 -1 xml-xalan/java/src/org/apache/xalan/lib/PipeDocument.java
Index: PipeDocument.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/lib/PipeDocument.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PipeDocument.java 1 Apr 2003 19:45:48 -0000 1.5
+++ PipeDocument.java 22 Oct 2003 17:35:36 -0000 1.6
@@ -227,7 +227,7 @@
}
/**
* Uses a Vector of TransformerHandlers to pipe XML input document through
- * a series of 1 or more transformations. Called by [EMAIL PROTECTED]
#pipeDocument} and [EMAIL PROTECTED] #main}.
+ * a series of 1 or more transformations. Called by [EMAIL PROTECTED]
#pipeDocument}.
*
* @param vTHandler Vector of Transformation Handlers (1 per stylesheet).
* @param source absolute URI to XML input
1.9 +1 -1 xml-xalan/java/src/org/apache/xalan/lib/ExsltCommon.java
Index: ExsltCommon.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/lib/ExsltCommon.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ExsltCommon.java 17 Oct 2003 20:59:23 -0000 1.8
+++ ExsltCommon.java 22 Oct 2003 17:35:37 -0000 1.9
@@ -128,7 +128,7 @@
* @param myProcesser is passed in by the Xalan extension processor
* @param rtf The result tree fragment to be converted to a node-set.
*
- * @returns node-set with the contents of the result tree fragment.
+ * @return node-set with the contents of the result tree fragment.
*
* Note: Already implemented in the xalan namespace as nodeset.
*
1.12 +1 -1
xml-xalan/java/src/org/apache/xalan/lib/ExsltDatetime.java
Index: ExsltDatetime.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/lib/ExsltDatetime.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ExsltDatetime.java 17 Oct 2003 20:59:23 -0000 1.11
+++ ExsltDatetime.java 22 Oct 2003 17:35:37 -0000 1.12
@@ -980,7 +980,7 @@
* component that is missing from the date/time format used, then that
token
* is replaced with an empty string ('') within the result.
*
- * @author Helg Bredow ([EMAIL PROTECTED])
+ * The author is Helg Bredow ([EMAIL PROTECTED])
*/
public static String formatDate(String dateTime, String pattern)
{
1.6 +5 -5
xml-xalan/java/src/org/apache/xalan/lib/sql/ObjectArray.java
Index: ObjectArray.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/lib/sql/ObjectArray.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ObjectArray.java 27 Jan 2003 18:44:07 -0000 1.5
+++ ObjectArray.java 22 Oct 2003 17:35:37 -0000 1.6
@@ -108,7 +108,7 @@
/**
* @param size
- * @return
+ *
*/
private void init( int size )
{
@@ -118,7 +118,7 @@
/**
* @param idx Index of the Object in the Array
- * @return
+ *
*/
public Object getAt( final int idx )
{
@@ -147,7 +147,7 @@
/**
* @param idx Index of the Object in the Array
* @param obj , The value to set in the Array
- * @return
+ *
*/
public void setAt( final int idx, final Object obj )
{
@@ -177,7 +177,7 @@
/**
* @param o Object to be appended to the Array
- * @return
+ *
*/
public int append( Object o )
{
@@ -216,7 +216,7 @@
/**
* @param args
- * @return
+ *
*/
public static void main( String[] args )
{
1.12 +13 -13
xml-xalan/java/src/org/apache/xalan/lib/sql/ConnectionPool.java
Index: ConnectionPool.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/lib/sql/ConnectionPool.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ConnectionPool.java 30 Jan 2003 18:45:43 -0000 1.11
+++ ConnectionPool.java 22 Oct 2003 17:35:37 -0000 1.12
@@ -74,20 +74,20 @@
/**
* Determine if a Connection Pool has been disabled. If a Connection pool
* is disabled, then it will only manage connections that are in use.
- * @return
+ *
*/
public boolean isEnabled( );
/**
* The Driver and URL are the only required parmeters.
* @param d
- * @return
+ *
*/
public void setDriver( String d );
/**
* @param url
- * @return
+ *
*/
public void setURL( String url );
@@ -95,7 +95,7 @@
* Start downsizeing the pool, this usally happens right after the
* pool has been marked as Inactive and we are removing connections
* that are not currently inuse.
- * @return
+ *
*/
public void freeUnused( );
@@ -103,7 +103,7 @@
/**
* Provide an indicator to the PoolManager when the Pool can be removed
* from the Pool Table.
- * @return
+ *
*/
public boolean hasActiveConnections( );
@@ -116,13 +116,13 @@
* pool has been established, the wrapper implementation should ignore
* the change and throw an error.
* @param p
- * @return
+ *
*/
public void setPassword( String p );
/**
* @param u
- * @return
+ *
*/
public void setUser( String u );
@@ -131,7 +131,7 @@
* Set tne minimum number of connections that are to be maintained in the
* pool.
* @param n
- * @return
+ *
*/
public void setMinConnections( int n );
@@ -139,13 +139,13 @@
* Test to see if the connection info is valid to make a real connection
* to the database. This method may cause the pool to be crated and filled
* with min connections.
- * @return
+ *
*/
public boolean testConnection( );
/**
* Retrive a database connection from the pool
- * @return
+ *
* @throws SQLException
*/
public Connection getConnection( )throws SQLException;
@@ -154,7 +154,7 @@
* Return a connection to the pool, the connection may be closed if the
* pool is inactive or has exceeded the max number of free connections
* @param con
- * @return
+ *
* @throws SQLException
*/
public void releaseConnection( Connection con )throws SQLException;
@@ -165,7 +165,7 @@
* a new one to replace it. Some JDBC impl's won't allow you to
* reuse a connection after an error occurs.
* @param con
- * @return
+ *
* @throws SQLException
*/
public void releaseConnectionOnError( Connection con )throws SQLException;
@@ -179,7 +179,7 @@
* then Connections will actuall be held around. If disabled
* then all unused connections will be instantly closed and as
* connections are released they are closed and removed from the pool.
- * @return
+ *
*/
public void setPoolEnabled( final boolean flag );
1.6 +6 -6
xml-xalan/java/src/org/apache/xalan/lib/sql/ConnectionPoolManager.java
Index: ConnectionPoolManager.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/lib/sql/ConnectionPoolManager.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ConnectionPoolManager.java 30 Jan 2003 18:45:43 -0000 1.5
+++ ConnectionPoolManager.java 22 Oct 2003 17:35:37 -0000 1.6
@@ -83,7 +83,7 @@
/**
* Initialize the internal structures of the Pool Manager
- * @return
+ *
*/
public synchronized void init( )
{
@@ -106,9 +106,9 @@
* exist.
* @param name
* @param pool
- * @return
+ *
* @link org.apache.xalan.lib.sql.ConnectionPool}
- * @return
+ *
* @throws <code>IllegalArgumentException</code>, throw this exception
* if a pool with the same name currently exists.
*/
@@ -127,7 +127,7 @@
* active connections, then only mark this pool as inactive and
* leave it around until all the existing connections are closed.
* @param name
- * @return
+ *
*/
public synchronized void removePool( String name )
{
@@ -155,8 +155,8 @@
/**
* Return the connection pool referenced by the name
* @param name
- * @return
- * @returns <code>ConnectionPool</code> a reference to the ConnectionPool
+ *
+ * @return <code>ConnectionPool</code> a reference to the ConnectionPool
* object stored in the Pool Table. If the named pool does not exist,
return
* null
*/
1.18 +17 -17
xml-xalan/java/src/org/apache/xalan/lib/sql/DefaultConnectionPool.java
Index: DefaultConnectionPool.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/lib/sql/DefaultConnectionPool.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- DefaultConnectionPool.java 14 Aug 2003 16:27:44 -0000 1.17
+++ DefaultConnectionPool.java 22 Oct 2003 17:35:37 -0000 1.18
@@ -126,7 +126,7 @@
/**
* Return our current Active state
- * @return
+ *
*/
public boolean isEnabled( )
{
@@ -136,7 +136,7 @@
/**
* Set the driver call to be used to create connections
* @param d
- * @return
+ *
*/
public void setDriver( String d )
{
@@ -146,7 +146,7 @@
/**
* Set the url used to connect to the database
* @param url
- * @return
+ *
*/
public void setURL( String url )
{
@@ -156,7 +156,7 @@
/**
* Go through the connection pool and release any connections
* that are not InUse;
- * @return
+ *
*/
public void freeUnused( )
{
@@ -185,7 +185,7 @@
/**
* Is our ConnectionPool have any connections that are still in Use ??
- * @return
+ *
*/
public boolean hasActiveConnections( )
{
@@ -196,7 +196,7 @@
/**
* Set the password in the property set.
* @param p
- * @return
+ *
*/
public void setPassword( String p )
{
@@ -206,7 +206,7 @@
/**
* Set the user name in the property set
* @param u
- * @return
+ *
*/
public void setUser( String u )
{
@@ -218,7 +218,7 @@
* properties. A properties file is a general purpose container
*
* @param p
- * @return
+ *
*/
public void setProtocol( Properties p )
{
@@ -236,7 +236,7 @@
* setting will only have effect on a new pool or when a new connection
* is requested and there is less connections that this setting.
* @param n
- * @return
+ *
*/
public void setMinConnections( int n )
{
@@ -247,7 +247,7 @@
* Try to aquire a new connection, if it succeeds then return
* true, else return false.
* Note: This method will cause the connection pool to be built.
- * @return
+ *
*/
public boolean testConnection( )
{
@@ -351,7 +351,7 @@
/**
* @param con
- * @return
+ *
* @throws SQLException
*/
public synchronized void releaseConnection( Connection con )throws
SQLException
@@ -397,7 +397,7 @@
/**
* @param con
- * @return
+ *
* @throws SQLException
*/
public synchronized void releaseConnectionOnError( Connection con )throws
SQLException
@@ -431,7 +431,7 @@
/**
- * @return
+ *
* @throws SQLException
*/
private Connection createConnection( )throws SQLException
@@ -447,7 +447,7 @@
// Initialize the pool
/**
- * @return
+ *
* @throws IllegalArgumentException
* @throws SQLException
*/
@@ -527,7 +527,7 @@
// Adds the PooledConnection to the pool
/**
* @param value
- * @return
+ *
*/
private void addConnection( PooledConnection value )
{
@@ -537,7 +537,7 @@
/**
- * @return
+ *
* @throws Throwable
*/
protected void finalize( )throws Throwable
@@ -602,7 +602,7 @@
* closed and as connections are released they are closed and removed
* from the pool.
*
- * @return
+ *
*/
public void setPoolEnabled( boolean flag )
{
1.10 +5 -5
xml-xalan/java/src/org/apache/xalan/lib/sql/QueryParameter.java
Index: QueryParameter.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/lib/sql/QueryParameter.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- QueryParameter.java 19 Jun 2003 18:13:27 -0000 1.9
+++ QueryParameter.java 22 Oct 2003 17:35:37 -0000 1.10
@@ -103,7 +103,7 @@
}
/**
- * @return
+ *
*/
public String getValue( ) {
return m_value;
@@ -111,7 +111,7 @@
/**
* @param newValue
- * @return
+ *
*/
public void setValue( String newValue ) {
m_value = newValue;
@@ -119,7 +119,7 @@
/** Used to set the parameter type when the type information is provided
in the query.
* @param newType The parameter type.
- * @return
+ *
*/
public void setTypeName( String newType )
{
@@ -128,7 +128,7 @@
}
/**
- * @return
+ *
*/
public String getTypeName( )
{
@@ -238,7 +238,7 @@
* @param pos
* @param stmt
* @param p
- * @return
+ *
* @throws SQLException
*/
/*
1.28 +25 -25
xml-xalan/java/src/org/apache/xalan/lib/sql/XConnection.java
Index: XConnection.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/lib/sql/XConnection.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- XConnection.java 19 Jun 2003 17:59:53 -0000 1.27
+++ XConnection.java 22 Oct 2003 17:35:37 -0000 1.28
@@ -295,7 +295,7 @@
* Create an XConnection using the name of an existing Connection Pool
* @param exprContext
* @param ConnPoolName
- * @return
+ *
*/
public XBooleanStatic connect( ExpressionContext exprContext, String
ConnPoolName )
{
@@ -322,7 +322,7 @@
* @param exprContext
* @param driver JDBC driver of the form foo.bar.Driver.
* @param dbURL database URL of the form jdbc:subprotocol:subname.
- * @return
+ *
*/
public XBooleanStatic connect( ExpressionContext exprContext, String
driver, String dbURL )
{
@@ -346,7 +346,7 @@
/**
* @param exprContext
* @param protocolElem
- * @return
+ *
*/
public XBooleanStatic connect( ExpressionContext exprContext, Element
protocolElem )
{
@@ -370,7 +370,7 @@
/**
* @param exprContext
* @param list
- * @return
+ *
*/
public XBooleanStatic connect( ExpressionContext exprContext, NodeList
list )
{
@@ -398,7 +398,7 @@
* @param dbURL database URL of the form jdbc:subprotocol:subname.
* @param user user ID.
* @param password connection password.
- * @return
+ *
*/
public XBooleanStatic connect( ExpressionContext exprContext, String
driver, String dbURL, String user, String password )
{
@@ -432,7 +432,7 @@
* @param dbURL database URL of the form jdbc:subprotocol:subname.
* @param protocolElem list of string tag/value connection arguments,
* normally including at least "user" and "password".
- * @return
+ *
*/
public XBooleanStatic connect( ExpressionContext exprContext, String
driver, String dbURL, Element protocolElem )
{
@@ -488,7 +488,7 @@
* <protocol name="name of value">value</protocol>
* </DBINFO-TAG>
* @param e
- * @return
+ *
* @throws SQLException
*/
private void initFromElement( Element e )throws SQLException
@@ -579,7 +579,7 @@
* @param driver
* @param dbURL
* @param prop
- * @return
+ *
* @throws SQLException
*/
private void init( String driver, String dbURL, Properties prop )throws
SQLException
@@ -850,7 +850,7 @@
/**
* Add an untyped value to the parameter list.
* @param value
- * @return
+ *
*/
public void addParameter( String value )
{
@@ -861,7 +861,7 @@
* Add a typed parameter to the parameter list.
* @param value
* @param Type
- * @return
+ *
*/
public void addParameterWithType( String value, String Type )
{
@@ -873,7 +873,7 @@
* Add a single parameter to the parameter list
* formatted as an Element
* @param e
- * @return
+ *
*/
public void addParameterFromElement( Element e )
{
@@ -893,7 +893,7 @@
* Add a section of parameters to the Parameter List
* Do each element from the list
* @param nl
- * @return
+ *
*/
public void addParameterFromElement( NodeList nl )
{
@@ -922,7 +922,7 @@
/**
* @param elem
- * @return
+ *
*/
private void addParameters( Element elem )
{
@@ -967,7 +967,7 @@
}
/**
- * @return
+ *
*/
public void clearParameters( )
{
@@ -983,7 +983,7 @@
* re-enabled pooling to take advantage of connection pools.
* The connection pool can even be disabled which will close all
* outstanding connections.
- * @return
+ *
* @deprecated Use setFeature("default-pool-enabled", "true");
*/
public void enableDefaultConnectionPool( )
@@ -1003,7 +1003,7 @@
/**
* See enableDefaultConnectionPool
- * @return
+ *
* @deprecated Use setFeature("default-pool-enabled", "false");
*/
public void disableDefaultConnectionPool( )
@@ -1025,7 +1025,7 @@
* memory consumption is greatly reduces so you can have queries
* of unlimited size but it will not let you traverse the data
* more than once.
- * @return
+ *
* @deprecated Use setFeature("streaming", "true");
*/
public void enableStreamingMode( )
@@ -1042,7 +1042,7 @@
* memory consumption is greatly reduces so you can have queries
* of unlimited size but it will not let you traverse the data
* more than once.
- * @return
+ *
* @deprecated Use setFeature("streaming", "false");
*/
public void disableStreamingMode( )
@@ -1057,7 +1057,7 @@
/**
* Provide access to the last error that occued. This error
* may be over written when the next operation occurs.
- * @return
+ *
*/
public DTM getError( )
{
@@ -1076,7 +1076,7 @@
/**
* Close the connection to the data source.
- * @return
+ *
* @throws SQLException
*/
public void close( )throws SQLException
@@ -1115,7 +1115,7 @@
* Close the connection to the data source. Only close the connections
* for a single document.
* @param sqldoc
- * @return
+ *
* @throws SQLException
*/
public void close( SQLDocument sqldoc )throws SQLException
@@ -1140,7 +1140,7 @@
/**
* @param exprContext
* @param excp
- * @return
+ *
*/
private SQLErrorDocument buildErrorDocument()
{
@@ -1208,7 +1208,7 @@
* Set an error and/or warning on this connection.
* @param feature The name of the feature being set, currently supports
(streaming, inline-variables, multiple-results, cache-statements,
default-pool-enabled).
* @param setting The new setting for the specified feature, currently
"true" is true and anything else is false.
- * @return
+ *
*/
public void setError(Exception excp, SQLDocument doc, SQLWarning warn)
{
@@ -1267,7 +1267,7 @@
* Set feature options for this XConnection.
* @param feature The name of the feature being set, currently supports
(streaming, inline-variables, multiple-results, cache-statements,
default-pool-enabled).
* @param setting The new setting for the specified feature, currently
"true" is true and anything else is false.
- * @return
+ *
*/
public void setFeature(String feature, String setting)
{
@@ -1334,7 +1334,7 @@
/**
- * @return
+ *
*/
protected void finalize( )
{
1.10 +3 -3
xml-xalan/java/src/org/apache/xalan/lib/sql/PooledConnection.java
Index: PooledConnection.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/lib/sql/PooledConnection.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- PooledConnection.java 30 Jan 2003 18:45:44 -0000 1.9
+++ PooledConnection.java 22 Oct 2003 17:35:37 -0000 1.10
@@ -97,7 +97,7 @@
* Set the status of the PooledConnection.
*
* @param value
- * @return
+ *
*/
public void setInUse( boolean value )
{
@@ -106,13 +106,13 @@
/**
* Returns the current status of the PooledConnection.
- * @return
+ *
*/
public boolean inUse( ) { return inuse; }
/**
* Close the real JDBC Connection
- * @return
+ *
*/
public void close( )
{
1.14 +95 -95
xml-xalan/java/src/org/apache/xalan/lib/sql/DTMDocument.java
Index: DTMDocument.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/lib/sql/DTMDocument.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- DTMDocument.java 1 Apr 2003 19:45:48 -0000 1.13
+++ DTMDocument.java 22 Oct 2003 17:35:37 -0000 1.14
@@ -96,7 +96,7 @@
{
/**
* @param node
- * @return
+ *
* @throws org.xml.sax.SAXException
*/
public void characters( Node node )throws org.xml.sax.SAXException ;
@@ -177,7 +177,7 @@
* One of the common bugs in this code was to allocate an Object and
* not incerment m_size, using this method will assure that function.
* @param o
- * @return
+ *
*/
private int allocateNodeObject( Object o )
{
@@ -192,7 +192,7 @@
* @param extendedType
* @param parent
* @param prevsib
- * @return
+ *
*/
protected int addElementWithData( Object o, int level, int extendedType,
int parent, int prevsib )
{
@@ -218,7 +218,7 @@
* @param extendedType
* @param parent
* @param prevsib
- * @return
+ *
*/
protected int addElement( int level, int extendedType, int parent, int
prevsib )
{
@@ -276,7 +276,7 @@
* @param o
* @param extendedType
* @param pnode
- * @return
+ *
*/
protected int addAttributeToNode( Object o, int extendedType, int pnode )
{
@@ -330,7 +330,7 @@
* we should be able to fake it out.
* @param toNode
* @param fromNode
- * @return
+ *
*/
protected void cloneAttributeFromNode( int toNode, int fromNode )
{
@@ -352,7 +352,7 @@
/**
* @param parm1
- * @return
+ *
*/
public int getFirstAttribute( int parm1 )
{
@@ -368,7 +368,7 @@
/**
* @param parm1
- * @return
+ *
*/
public String getNodeValue( int parm1 )
{
@@ -473,7 +473,7 @@
/**
* @param parm1
- * @return
+ *
*/
public int getNextAttribute( int parm1 )
{
@@ -485,7 +485,7 @@
/**
- * @return
+ *
*/
protected int getNumberOfNodes( )
{
@@ -494,7 +494,7 @@
}
/**
- * @return
+ *
*/
protected boolean nextNode( )
{
@@ -507,7 +507,7 @@
* The Expanded Name table holds all of our Node names. The Base class
* will add the common element types, need to call this function from
* the derived class.
- * @return
+ *
*/
protected void createExpandedNameTable( )
{
@@ -520,7 +520,7 @@
/**
- * @return
+ *
*/
public void dumpDTM( )
{
@@ -679,7 +679,7 @@
* contents of all Text or CDATASection nodes.
* @param ch
* @param depth
- * @return
+ *
* @throws org.xml.sax.SAXException
*/
protected static void dispatchNodeData( Node node, ContentHandler ch, int
depth )throws org.xml.sax.SAXException
@@ -738,7 +738,7 @@
* class.
* @param property a <code>String</code> value
* @param value an <code>Object</code> value
- * @return
+ *
*/
public void setProperty( String property, Object value )
{
@@ -757,7 +757,7 @@
/**
* @param parm1
- * @return
+ *
*/
protected int getNextNodeIdentity( int parm1 )
{
@@ -769,7 +769,7 @@
* @param parm1
* @param parm2
* @param parm3
- * @return
+ *
*/
public int getAttributeNode( int parm1, String parm2, String parm3 )
{
@@ -786,7 +786,7 @@
/**
* @param parm1
- * @return
+ *
*/
public String getLocalName( int parm1 )
{
@@ -806,7 +806,7 @@
/**
* @param parm1
- * @return
+ *
*/
public String getNodeName( int parm1 )
{
@@ -824,7 +824,7 @@
/**
* @param parm1
- * @return
+ *
*/
public boolean isAttributeSpecified( int parm1 )
{
@@ -834,7 +834,7 @@
/**
* @param parm1
- * @return
+ *
*/
public String getUnparsedEntityURI( String parm1 )
{
@@ -843,7 +843,7 @@
}
/**
- * @return
+ *
*/
public DTDHandler getDTDHandler( )
{
@@ -853,7 +853,7 @@
/**
* @param parm1
- * @return
+ *
*/
public String getPrefix( int parm1 )
{
@@ -862,7 +862,7 @@
}
/**
- * @return
+ *
*/
public EntityResolver getEntityResolver( )
{
@@ -871,7 +871,7 @@
}
/**
- * @return
+ *
*/
public String getDocumentTypeDeclarationPublicIdentifier( )
{
@@ -880,7 +880,7 @@
}
/**
- * @return
+ *
*/
public LexicalHandler getLexicalHandler( )
{
@@ -888,7 +888,7 @@
return null;
}
/**
- * @return
+ *
*/
public boolean needsTwoThreads( )
{
@@ -897,7 +897,7 @@
}
/**
- * @return
+ *
*/
public ContentHandler getContentHandler( )
{
@@ -908,9 +908,9 @@
/**
* @param parm1
* @param parm2
- * @return
+ *
* @throws org.xml.sax.SAXException
- * @return
+ *
* @throws org.xml.sax.SAXException
*/
public void dispatchToEvents( int parm1, ContentHandler parm2 )throws
org.xml.sax.SAXException
@@ -927,7 +927,7 @@
/**
* @param parm1
- * @return
+ *
*/
public String getNamespaceURI( int parm1 )
{
@@ -939,9 +939,9 @@
* @param nodeHandle
* @param ch
* @param normalize
- * @return
+ *
* @throws org.xml.sax.SAXException
- * @return
+ *
* @throws org.xml.sax.SAXException
*/
public void dispatchCharactersEvents( int nodeHandle, ContentHandler ch,
boolean normalize )throws org.xml.sax.SAXException
@@ -970,7 +970,7 @@
/**
* Event overriding for Debug
- * @return
+ *
*/
public boolean supportsPreStripping( )
{
@@ -980,7 +980,7 @@
/**
* @param parm1
- * @return
+ *
*/
protected int _exptype( int parm1 )
{
@@ -990,7 +990,7 @@
/**
* @param parm1
- * @return
+ *
*/
protected SuballocatedIntVector findNamespaceContext( int parm1 )
{
@@ -1000,7 +1000,7 @@
/**
* @param parm1
- * @return
+ *
*/
protected int _prevsib( int parm1 )
{
@@ -1011,7 +1011,7 @@
/**
* @param parm1
- * @return
+ *
*/
protected short _type( int parm1 )
{
@@ -1021,7 +1021,7 @@
/**
* @param parm1
- * @return
+ *
*/
public Node getNode( int parm1 )
{
@@ -1031,7 +1031,7 @@
/**
* @param parm1
- * @return
+ *
*/
public int getPreviousSibling( int parm1 )
{
@@ -1041,7 +1041,7 @@
/**
* @param parm1
- * @return
+ *
*/
public String getDocumentStandalone( int parm1 )
{
@@ -1051,7 +1051,7 @@
/**
* @param parm1
- * @return
+ *
*/
public String getNodeNameX( int parm1 )
{
@@ -1064,7 +1064,7 @@
/**
* @param parm1
* @param parm2
- * @return
+ *
*/
public void setFeature( String parm1, boolean parm2 )
{
@@ -1080,7 +1080,7 @@
/**
* @param parm1
- * @return
+ *
*/
protected int _parent( int parm1 )
{
@@ -1091,7 +1091,7 @@
/**
* @param parm1
* @param parm2
- * @return
+ *
*/
protected void indexNode( int parm1, int parm2 )
{
@@ -1100,7 +1100,7 @@
}
/**
- * @return
+ *
*/
protected boolean getShouldStripWhitespace( )
{
@@ -1109,7 +1109,7 @@
}
/**
- * @return
+ *
*/
protected void popShouldStripWhitespace( )
{
@@ -1120,7 +1120,7 @@
/**
* @param parm1
* @param parm2
- * @return
+ *
*/
public boolean isNodeAfter( int parm1, int parm2 )
{
@@ -1130,7 +1130,7 @@
/**
* @param parm1
- * @return
+ *
*/
public int getNamespaceType( int parm1 )
{
@@ -1140,7 +1140,7 @@
/**
* @param parm1
- * @return
+ *
*/
protected int _level( int parm1 )
{
@@ -1151,7 +1151,7 @@
/**
* @param parm1
- * @return
+ *
*/
protected void pushShouldStripWhitespace( boolean parm1 )
{
@@ -1161,7 +1161,7 @@
/**
* @param parm1
- * @return
+ *
*/
public String getDocumentVersion( int parm1 )
{
@@ -1172,7 +1172,7 @@
/**
* @param parm1
* @param parm2
- * @return
+ *
*/
public boolean isSupported( String parm1, String parm2 )
{
@@ -1183,7 +1183,7 @@
/**
* @param parm1
- * @return
+ *
*/
protected void setShouldStripWhitespace( boolean parm1 )
{
@@ -1195,7 +1195,7 @@
/**
* @param parm1
* @param parm2
- * @return
+ *
*/
protected void ensureSizeOfIndex( int parm1, int parm2 )
{
@@ -1205,7 +1205,7 @@
/**
* @param parm1
- * @return
+ *
*/
protected void ensureSize( int parm1 )
{
@@ -1218,7 +1218,7 @@
/**
* @param parm1
- * @return
+ *
*/
public String getDocumentEncoding( int parm1 )
{
@@ -1230,7 +1230,7 @@
* @param parm1
* @param parm2
* @param parm3
- * @return
+ *
*/
public void appendChild( int parm1, boolean parm2, boolean parm3 )
{
@@ -1247,7 +1247,7 @@
/**
* @param parm1
- * @return
+ *
*/
public short getLevel( int parm1 )
{
@@ -1256,7 +1256,7 @@
}
/**
- * @return
+ *
*/
public String getDocumentBaseURI( )
{
@@ -1268,7 +1268,7 @@
* @param parm1
* @param parm2
* @param parm3
- * @return
+ *
*/
public int getNextNamespaceNode( int parm1, int parm2, boolean parm3 )
{
@@ -1285,7 +1285,7 @@
/**
* @param parm1
- * @return
+ *
*/
public void appendTextChild( String parm1 )
{
@@ -1298,7 +1298,7 @@
* @param parm2
* @param parm3
* @param parm4
- * @return
+ *
*/
protected int findGTE( int[] parm1, int parm2, int parm3, int parm4 )
{
@@ -1316,7 +1316,7 @@
/**
* @param parm1
* @param parm2
- * @return
+ *
*/
public int getFirstNamespaceNode( int parm1, boolean parm2 )
{
@@ -1326,7 +1326,7 @@
/**
* @param parm1
- * @return
+ *
*/
public int getStringValueChunkCount( int parm1 )
{
@@ -1336,7 +1336,7 @@
/**
* @param parm1
- * @return
+ *
*/
public int getLastChild( int parm1 )
{
@@ -1346,7 +1346,7 @@
/**
* @param parm1
- * @return
+ *
*/
public boolean hasChildNodes( int parm1 )
{
@@ -1356,7 +1356,7 @@
/**
* @param parm1
- * @return
+ *
*/
public short getNodeType( int parm1 )
{
@@ -1378,7 +1378,7 @@
/**
* @param parm1
- * @return
+ *
*/
public boolean isCharacterElementContentWhitespace( int parm1 )
{
@@ -1388,7 +1388,7 @@
/**
* @param parm1
- * @return
+ *
*/
public int getFirstChild( int parm1 )
{
@@ -1398,7 +1398,7 @@
/**
* @param parm1
- * @return
+ *
*/
public String getDocumentSystemIdentifier( int parm1 )
{
@@ -1409,7 +1409,7 @@
/**
* @param parm1
* @param parm2
- * @return
+ *
*/
protected void declareNamespaceInContext( int parm1, int parm2 )
{
@@ -1419,7 +1419,7 @@
/**
* @param parm1
- * @return
+ *
*/
public String getNamespaceFromExpandedNameID( int parm1 )
{
@@ -1435,7 +1435,7 @@
/**
* @param parm1
- * @return
+ *
*/
public String getLocalNameFromExpandedNameID( int parm1 )
{
@@ -1451,7 +1451,7 @@
/**
* @param parm1
- * @return
+ *
*/
public int getExpandedTypeID( int parm1 )
{
@@ -1460,7 +1460,7 @@
}
/**
- * @return
+ *
*/
public int getDocument( )
{
@@ -1472,7 +1472,7 @@
/**
* @param parm1
* @param parm2
- * @return
+ *
*/
protected int findInSortedSuballocatedIntVector( SuballocatedIntVector
parm1, int parm2 )
{
@@ -1488,7 +1488,7 @@
/**
* @param parm1
- * @return
+ *
*/
public boolean isDocumentAllDeclarationsProcessed( int parm1 )
{
@@ -1498,7 +1498,7 @@
/**
* @param parm1
- * @return
+ *
*/
protected void error( String parm1 )
{
@@ -1509,7 +1509,7 @@
/**
* @param parm1
- * @return
+ *
*/
protected int _firstch( int parm1 )
{
@@ -1519,7 +1519,7 @@
/**
* @param parm1
- * @return
+ *
*/
public int getOwnerDocument( int parm1 )
{
@@ -1529,7 +1529,7 @@
/**
* @param parm1
- * @return
+ *
*/
protected int _nextsib( int parm1 )
{
@@ -1539,7 +1539,7 @@
/**
* @param parm1
- * @return
+ *
*/
public int getNextSibling( int parm1 )
{
@@ -1549,7 +1549,7 @@
/**
- * @return
+ *
*/
public boolean getDocumentAllDeclarationsProcessed( )
{
@@ -1559,7 +1559,7 @@
/**
* @param parm1
- * @return
+ *
*/
public int getParent( int parm1 )
{
@@ -1571,7 +1571,7 @@
* @param parm1
* @param parm2
* @param parm3
- * @return
+ *
*/
public int getExpandedTypeID( String parm1, String parm2, int parm3 )
{
@@ -1581,7 +1581,7 @@
/**
* @param parm1
- * @return
+ *
*/
public void setDocumentBaseURI( String parm1 )
{
@@ -1593,7 +1593,7 @@
* @param parm1
* @param parm2
* @param parm3
- * @return
+ *
*/
public char[] getStringValueChunk( int parm1, int parm2, int[] parm3 )
{
@@ -1608,7 +1608,7 @@
/**
* @param parm1
- * @return
+ *
*/
public DTMAxisTraverser getAxisTraverser( int parm1 )
{
@@ -1619,7 +1619,7 @@
/**
* @param parm1
* @param parm2
- * @return
+ *
*/
public DTMAxisIterator getTypedAxisIterator( int parm1, int parm2 )
{
@@ -1629,7 +1629,7 @@
/**
* @param parm1
- * @return
+ *
*/
public DTMAxisIterator getAxisIterator( int parm1 )
{
@@ -1638,7 +1638,7 @@
}
/**
* @param parm1
- * @return
+ *
*/
public int getElementById( String parm1 )
{
@@ -1647,7 +1647,7 @@
}
/**
- * @return
+ *
*/
public DeclHandler getDeclHandler( )
{
@@ -1656,7 +1656,7 @@
}
/**
- * @return
+ *
*/
public ErrorHandler getErrorHandler( )
{
@@ -1665,7 +1665,7 @@
}
/**
- * @return
+ *
*/
public String getDocumentTypeDeclarationSystemIdentifier( )
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]