jaxp/src/com/sun/org/apache/xml/internal/serializer/EmptySerializer.java
changeset 12458 d601e4bba306
parent 12457 c348e06f0e82
child 24888 2e493ac78624
equal deleted inserted replaced
12457:c348e06f0e82 12458:d601e4bba306
   177     public void setIndentAmount(int spaces)
   177     public void setIndentAmount(int spaces)
   178     {
   178     {
   179         aMethodIsCalled();
   179         aMethodIsCalled();
   180     }
   180     }
   181     /**
   181     /**
       
   182      * @see SerializationHandler#setIsStandalone(boolean)
       
   183      */
       
   184     public void setIsStandalone(boolean isStandalone)
       
   185     {
       
   186         aMethodIsCalled();
       
   187     }
       
   188     /**
   182      * @see SerializationHandler#setOutputFormat(java.util.Properties)
   189      * @see SerializationHandler#setOutputFormat(java.util.Properties)
   183      */
   190      */
   184     public void setOutputFormat(Properties format)
   191     public void setOutputFormat(Properties format)
   185     {
   192     {
   186         aMethodIsCalled();
   193         aMethodIsCalled();